button {
  -webkit-appearance: unset;
  background-color: transparent;
  border: 0;
  padding: 0;
}
button:focus {
  outline: none;
}

.fci-rnd-button {
  text-transform: inherit;
  border-radius: 25px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 200px;
  cursor: pointer;
  border: 0;
}

a.fci-rnd-button {
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.fci-blue-button {
  -webkit-appearance: none;
  background-color: #0066aa;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.fci-blue-button:hover {
  background-color: #fff;
  color: #0066aa;
  border: 1px solid #0066aa;
}
.fci-blue-button:hover.no-hover {
  background-color: #0066aa;
  color: #fff;
  border: 0;
}

.main-wrapper {
  margin: 0 auto;
}

/* medium */
@media (min-width: 768px) {
  .main-wrapper {
    max-width: 768px;
  }
}
/* large */
@media (min-width: 1024px) {
  .main-wrapper {
    max-width: 1024px;
  }
}
/* extra large */
@media (min-width: 1680px) {
  .main-wrapper {
    max-width: 1280px;
  }
}
.fci-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.fci-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.fci-no-gutters > .fci-col,
.fci-no-gutters > [class*=fci-col-] {
  padding-right: 0;
  padding-left: 0;
}

.fci-col-1, .fci-col-2, .fci-col-3, .fci-col-4, .fci-col-5, .fci-col-6, .fci-col-7, .fci-col-8, .fci-col-9, .fci-col-10, .fci-col-11, .fci-col-12, .fci-col,
.fci-col-auto, .fci-col-sm-1, .fci-col-sm-2, .fci-col-sm-3, .fci-col-sm-4, .fci-col-sm-5, .fci-col-sm-6, .fci-col-sm-7, .fci-col-sm-8, .fci-col-sm-9, .fci-col-sm-10, .fci-col-sm-11, .fci-col-sm-12, .fci-col-sm,
.fci-col-sm-auto, .fci-col-md-1, .fci-col-md-2, .fci-col-md-3, .fci-col-md-4, .fci-col-md-5, .fci-col-md-6, .fci-col-md-7, .fci-col-md-8, .fci-col-md-9, .fci-col-md-10, .fci-col-md-11, .fci-col-md-12, .fci-col-md,
.fci-col-md-auto, .fci-col-lg-1, .fci-col-lg-2, .fci-col-lg-3, .fci-col-lg-4, .fci-col-lg-5, .fci-col-lg-6, .fci-col-lg-7, .fci-col-lg-8, .fci-col-lg-9, .fci-col-lg-10, .fci-col-lg-11, .fci-col-lg-12, .fci-col-lg,
.fci-col-lg-auto, .fci-col-xl-1, .fci-col-xl-2, .fci-col-xl-3, .fci-col-xl-4, .fci-col-xl-5, .fci-col-xl-6, .fci-col-xl-7, .fci-col-xl-8, .fci-col-xl-9, .fci-col-xl-10, .fci-col-xl-11, .fci-col-xl-12, .fci-col-xl,
.fci-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.fci-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.fci-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.fci-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.fci-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.fci-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.fci-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.fci-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.fci-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.fci-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.fci-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.fci-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.fci-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.fci-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.fci-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .fci-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .fci-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .fci-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .fci-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .fci-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fci-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .fci-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .fci-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fci-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .fci-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .fci-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fci-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .fci-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .fci-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .fci-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .fci-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .fci-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .fci-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .fci-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fci-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .fci-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .fci-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fci-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .fci-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .fci-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fci-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .fci-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .fci-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .fci-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .fci-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .fci-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .fci-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .fci-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fci-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .fci-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .fci-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fci-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .fci-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .fci-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fci-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .fci-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .fci-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .fci-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .fci-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .fci-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .fci-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .fci-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fci-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .fci-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .fci-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fci-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .fci-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .fci-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .fci-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .fci-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .fci-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fci-d-none {
  display: none !important;
}

.fci-d-block {
  display: block !important;
}

.fci-d-flex {
  display: flex !important;
}

.fci-d-table {
  display: flex !important;
}

@media (min-width: 576px) {
  .fci-d-sm-none {
    display: none !important;
  }

  .fci-d-sm-block {
    display: block !important;
  }

  .fci-d-sm-flex {
    display: flex !important;
  }

  .fci-d-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .fci-d-md-none {
    display: none !important;
  }

  .fci-d-md-block {
    display: block !important;
  }

  .fci-d-md-flex {
    display: flex !important;
  }

  .fci-d-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .fci-d-lg-none {
    display: none !important;
  }

  .fci-d-lg-block {
    display: block !important;
  }

  .fci-d-lg-flex {
    display: flex !important;
  }

  .fci-d-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .fci-d-xl-none {
    display: none !important;
  }

  .fci-d-xl-block {
    display: block !important;
  }

  .fci-d-xl-flex {
    display: flex !important;
  }

  .fci-d-xl-table {
    display: table !important;
  }
}
.fci-profile {
  margin-top: 60px;
}
.fci-profile.with-searchbar {
  margin-top: 114px;
}
.fci-profile .user-profile-header {
  color: #6c6d6e;
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}
.fci-profile .user-profile-header .user-profile-header__title {
  font-size: 18px;
  line-height: 27px;
  border-bottom: 0;
  font-weight: 700;
  padding: 0 0 5px;
  color: #000;
  margin-bottom: 0;
}
.fci-profile .user-profile-header .user-profile-header__text {
  padding-top: 12px;
  text-align: left;
}
.fci-profile .user-profile-header .user-profile-header__text p {
  margin: 0;
}
.fci-profile .user-profile-header .user-profile-header__text.user-profile-header-signup__text {
  text-align: center;
  padding-top: 24px;
}
.fci-profile .user-profile-header .user-profile-header__note {
  font-size: 14px;
}
.fci-profile .fci-centered-form-wrapper {
  margin: 0 auto;
}
.fci-profile .fci-profile__form-group {
  position: relative;
  padding: 8px 12px;
  color: #6c6d6e;
  box-sizing: border-box;
}
.fci-profile .fci-profile__form-group label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  display: block;
  padding-bottom: 6px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-control {
  border: 1px solid #d2d4d5;
  width: 100%;
  height: 40px;
  padding: 12px;
  font-size: 14px;
  background-color: #fff;
  color: #6c6d6e;
  border-radius: 0 !important;
  box-sizing: border-box;
}
.fci-profile .fci-profile__form-group .fci-profile__form-control.fci-profile-datepicker {
  background-image: url("../../images/icons/iconCalendar-grey@2x.png");
  background-size: 20px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
.fci-profile .fci-profile__form-group select.fci-profile__form-control {
  padding: 0 35px 0 12px;
}
.fci-profile .fci-profile__form-group select.fci-profile__form-control:disabled {
  opacity: 0.5;
}
.fci-profile .fci-profile__form-group .fci-profile__form-select {
  position: relative;
}
.fci-profile .fci-profile__form-group .fci-profile__form-select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid #8a8d8f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  right: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -7px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-select.disabled {
  opacity: 0.5;
}
.fci-profile .fci-profile__form-group textarea.fci-profile__form-control {
  height: 165px;
  resize: none;
}
.fci-profile .fci-profile__form-group .fci-profile__form-pwd-container {
  position: relative;
}
.fci-profile .fci-profile__form-group .fci-profile__form-pwd-container .fci-profile__form-control {
  padding-right: 40px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-pwd-container .fci-profile__form-visibility-btn {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../../images/svg-ico/visibility.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.fci-profile .fci-profile__form-group .fci-profile__form-link {
  font-size: 12px;
  color: #6c6d6e;
  text-decoration: underline;
  display: block;
  padding-top: 8px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-radio-container {
  display: flex;
  align-items: center;
  height: 40px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-radio-container input[type=radio] {
  margin-right: 5px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-radio-container input[type=radio] + label {
  margin-right: 15px;
  font-size: 16px;
  text-transform: inherit;
  padding-bottom: 0;
  font-weight: 400;
}
.fci-profile .fci-profile__form-group .fci-profile__form-phone-container {
  display: flex;
}
.fci-profile .fci-profile__form-group .fci-profile__form-phone-container .fci-profile__form-select {
  min-width: 80px;
}
.fci-profile .fci-profile__form-group .fci-profile__form-phone-container .fci-profile__form-select .fci-profile__form-control {
  border-right: 0;
}
.fci-profile .fci-profile__form-group .fci-profile__form-checkbox-container {
  text-align: left;
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.fci-profile .fci-profile__form-group .fci-profile__form-checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 0;
}
.fci-profile .fci-profile__form-group .fci-profile__form-checkbox-container label {
  font-size: 16px;
  text-transform: inherit;
  padding-bottom: 0;
  font-weight: 400;
  display: inline-block;
}
.fci-profile .fci-profile__btn-wrapper {
  width: 100%;
  text-align: center;
  margin: 24px 12px 0;
}
.fci-profile .fci-profile__social-container {
  padding: 24px 12px;
  width: 100%;
  color: #6c6d6e;
}
.fci-profile .fci-profile__social-container .fci-profile__social__title {
  font-size: 16px;
  padding-bottom: 12px;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes {
  display: flex;
  margin: 0 -6px;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box {
  width: 50%;
  margin: 6px;
  text-align: center;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__account {
  background-color: #d2d4d5;
  width: 100%;
  height: 67px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__account .fci-profile__social__box__account-img {
  width: 34px;
  height: auto;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__account .disconnected-account {
  opacity: 0.5;
}
.fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__link {
  font-size: 16px;
  text-decoration: underline;
  color: #6c6d6e;
  padding-top: 8px;
  display: block;
}
.fci-profile .fci-blue-button {
  margin: 0 auto;
}
.fci-profile .fci-profile-card {
  color: #6c6d6e;
}
.fci-profile .fci-profile-card .fci-profile-card__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper {
  padding: 0 12px;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar {
  margin: 24px 0;
  width: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar#siamo-noi-card {
  background-image: url("../../images/tessera_siamo_noi.jpg");
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar#inter-club-card {
  background-image: url("../../images/tessera_inter_club_2425.png");
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar#membership-yellow {
  background-image: url("../../images/TESSERA-MEMBER-yellow.png");
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar#membership-black  {
  background-image: url("../../images/TESSERA-MEMBER-black.png");
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar#membership-blue {
  background-image: url("../../images/TESSERA-MEMBER-gold.png");
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__avatar::before {
  display: block;
  width: 100%;
  padding-top: 58.82353%;
  content: "";
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container {
  background-color: #fff;
  border: 1px solid #8a8d8f;
  height: 38px;
  position: relative;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  padding: 0 12px;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-input {
  width: calc(100% - 172px);
  height: 100%;
  position: absolute;
  font-size: 12px;
  color: #6c6d6e;
  border: 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container.correct {
  background-image: url("../../images/svg-ico/check_circle.svg");
  background-size: 20px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info {
  margin: 12px 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header {
  height: 38px;
  background-color: #979797;
  position: relative;
  width: 100%;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
  padding: 0 12px;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-icon {
  background-image: url("../../images/icons/close-white@2x.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 3%;
  height: 38px;
  width: 20px;
  top: 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel {
  display: none;
  background-color: #fff;
  color: #6c6d6e;
  padding: 12px;
  border: 1px solid #979797;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row {
  padding: 6px 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row .fci-profile-card__info-label {
  font-size: 12px;
  font-weight: 700;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row .fci-profile-card__info-text {
  font-size: 14px;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info.open .fci-profile-card__info-icon {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info.open .fci-profile-card__info-panel {
  display: block;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link {
  padding: 12px 0 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link .fci-profile-card__link-title {
  font-size: 14px;
  font-weight: 700;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul {
  padding: 0;
  position: relative;
  margin: 12px 0;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul li {
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
  line-height: 40px;
  list-style: none;
  position: relative;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul li a {
  display: block;
  text-decoration: none;
  color: #6c6d6e;
  position: relative;
}
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul li a .fci-profile-card__link-icon {
  background-image: url("../../images/svg-ico/arrow_forward.svg");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 3%;
  width: 20px;
  height: 40px;
  opacity: 0.54;
}
.fci-profile .fci-profile-card__separator {
  height: 2px;
  width: 100%;
  background-color: #d8d8d8;
  margin: 36px 12px;
}
.fci-profile .fci-profile-table {
  border-collapse: collapse;
  padding-top: 8px;
  width: 100%;
}
.fci-profile .fci-profile-table tr {
  color: #6c6d6e;
  border: 1px solid #dfe0e1;
}
.fci-profile .fci-profile-table tr:first-child {
  border: 0;
}
.fci-profile .fci-profile-table tr:nth-child(even) {
  background-color: #fff;
}
.fci-profile .fci-profile-table tr th {
  background-color: #a29161;
  font-size: 12px;
  height: 30px;
  color: #fff;
}
.fci-profile .fci-profile-table tr td {
  font-size: 14px;
  height: 66px;
  text-align: center;
}
.fci-profile .fci-profile-table tr td .fci-profile-table__date {
  font-size: 12px;
}
.fci-profile .fci-profile-table tr td .fci-profile-table__match {
  font-size: 16px;
  font-weight: 700;
}
.fci-profile .fci-profile-table .fci-profile-table__download-btn {
  width: 100%;
  background-image: url("../../images/svg-ico/save_alt.svg");
  background-size: 25px auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.fci-profile .fci-profile-privacy__wrapper {
  padding: 36px 12px 0;
}
.fci-profile .fci-profile-privacy__text {
  font-size: 16px;
  color: #6c6d6e;
  padding-bottom: 12px;
}
.fci-profile .fci-profile-privacy__text a {
  color: #6c6d6e;
}
.fci-profile .fci-profile-privacy__checkbox-wrapper {
  padding: 12px 0;
  display: table;
  color: #6c6d6e;
}
.fci-profile .fci-profile-privacy__checkbox-wrapper .fci-profile-privacy__checkbox {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.fci-profile .fci-profile-privacy__checkbox-wrapper .fci-profile-privacy__checkbox-label {
  display: table-cell;
  padding-left: 24px;
  color: #6c6d6e;
  vertical-align: top;
}
.fci-profile .fci-profile-privacy__btn-wrapper {
  padding-top: 42px;
}
.fci-profile .fci-profile-social-registration {
  padding: 36px 0 24px;
  text-align: center;
  color: #6c6d6e;
}
.fci-profile .fci-profile-social-registration .fci-profile-social-registration__title {
  font-size: 16px;
}
.fci-profile .fci-profile-social-registration ul {
  list-style-type: none;
  padding: 24px 0;
  margin: 0;
}
.fci-profile .fci-profile-social-registration ul li {
  display: inline-block;
  margin: 0 12px;
}
.fci-profile .fci-profile-social-registration ul li .fci-profile-social-registration__social-btn {
  width: 32px;
  height: 32px;
  -webkit-appearance: unset;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.fci-profile .fci-profile-social-registration ul li .fci-profile-social-registration__social-btn .fci-profile-social-registration__social-icon {
  width: 100%;
  height: 100%;
}
.fci-profile .fci-profile-social-registration ul li .fci-profile-social-registration__social-btn.general-social-btn {
  background-color: #d2d4d5;
  border-radius: 4px;
}

/* medium */
@media (min-width: 768px) {
  .fci-profile.with-searchbar {
    margin-top: 140px;
  }
  .fci-profile .fci-centered-form-wrapper {
    max-width: 488px;
    margin: 0 auto;
  }
  .fci-profile .fci-centered-form-wrapper .user-profile-header {
    text-align: center;
  }
  .fci-profile .fci-centered-form-wrapper .user-profile-header .user-profile-header__title {
    text-align: center;
  }
  .fci-profile .user-profile-header {
    text-align: left;
  }
  .fci-profile .user-profile-header .user-profile-header__title {
    text-align: left;
  }
  .fci-profile .user-profile-form .fci-profile__form-group {
    padding-top: 10px;
    box-sizing: border-box;
  }
  .fci-profile .user-profile-form .fci-profile__form-group .fci-profile__form-pwd-container {
    width: 60%;
    display: inline-block;
  }
  .fci-profile .user-profile-form .fci-profile__form-group .fci-profile__form-link {
    width: 39%;
    display: inline-block;
    text-align: right;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper {
    padding: 0;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-title {
    padding: 0 6px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-input {
    width: calc(100% - 150px);
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container.correct {
    background-position: 98% center;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-title {
    padding: 0 6px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-icon {
    right: 2%;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul li a .fci-profile-card__link-icon {
    right: 2%;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel {
    padding: 12px 6px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row {
    padding: 6px 0;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row .fci-profile-card__info-label,
.fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row .fci-profile-card__info-text {
    font-size: 12px;
  }
  .fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box {
    width: 169px;
  }
  .fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__account {
    height: 81px;
  }
  .fci-profile .fci-profile-privacy__wrapper {
    padding: 60px 12px 0;
  }
}
/* large */
@media (min-width: 1024px) {
  .fci-profile .user-profile-header {
    padding-bottom: 30px;
  }
  .fci-profile .user-profile-form .fci-profile__form-group .fci-profile__form-pwd-container {
    width: 70%;
  }
  .fci-profile .user-profile-form .fci-profile__form-group .fci-profile__form-link {
    width: 29%;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-title {
    padding: 0 12px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container .fci-profile-card__number-input {
    width: calc(100% - 172px);
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__number-container.correct {
    background-position: 97% center;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-title {
    padding: 0 12px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-header .fci-profile-card__info-icon {
    right: 3%;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__link ul li a .fci-profile-card__link-icon {
    right: 3%;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel {
    padding: 12px;
  }
  .fci-profile .fci-profile-card .fci-profile-card__wrapper .fci-profile-card__info .fci-profile-card__info-panel .fci-row {
    padding: 12px 0;
  }
  .fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box {
    width: 176px;
  }
  .fci-profile .fci-profile__social-container .fci-profile__social__boxes .fci-profile__social__box .fci-profile__social__box__account {
    height: 85px;
  }
  .fci-profile .fci-profile-table {
    border-collapse: collapse;
  }
  .fci-profile .fci-profile-table tr td {
    height: 40px;
  }
}
/* extra large */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Lato", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0;
  outline: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fci-profile-content {
  flex: 1 0 auto;
  position: relative;
}

.fci-profile-footer {
  flex-shrink: 0;
  height: 35px;
  background-color: #0066aa;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
}
.fci-profile-footer .fci-profile-footer__left-side span {
  margin: 0 8px;
}
.fci-profile-footer .fci-profile-footer__left-side a {
  color: #fff;
}
.fci-profile-footer .fci-profile-footer__right-side {
  position: absolute;
  right: 12px;
  height: 100%;
}

.fci-profile__lang-select .current-lang {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url("../../images/svg-ico/arrow_drop_down-white.svg");
  background-size: 15px;
  background-position: 100% center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.fci-profile__lang-select .lang-list {
  position: absolute;
  bottom: 47px;
  right: 0;
  width: 100px;
  text-align: right;
  margin: 0;
  display: none;
  background-color: #fff;
  padding: 0 12px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px -4px #d2d4d5;
  z-index: 3;
}
.fci-profile__lang-select .lang-list li {
  height: 35px;
  display: flex;
  align-items: center;
}
.fci-profile__lang-select .lang-list li span {
  color: #6c6d6e;
}
.fci-profile__lang-select .lang-list li.selected span {
  font-weight: 800;
  color: #000;
}
.fci-profile__lang-select .lang-list::before, .fci-profile__lang-select .lang-list::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fci-profile__lang-select .lang-list::after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.fci-profile__lang-select img {
  height: 13px;
  margin-right: 8px;
}
.fci-profile__lang-select.open .current-lang {
  background-image: url("../../images/svg-ico/arrow_drop_up-white.svg");
}
.fci-profile__lang-select.open .lang-list {
  display: block;
}

.fci-profile-footer-mobile {
  background-color: #0066aa;
  padding: 8px 12px;
  text-align: center;
  position: relative;
  margin: 50px 0 90px;
}
.fci-profile-footer-mobile p, .fci-profile-footer-mobile a {
  font-size: 14px;
  margin: 4px 0;
  color: #fff;
  display: block;
}

.fci-profile-main-header {
  height: 60px;
  background-color: #0066aa;
  color: #fff;
  padding: 0 0 0 12px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.fci-profile-main-header .fci-profile-main-header__logo {
  position: relative;
  height: 100%;
}
.fci-profile-main-header .fci-profile-main-header__logo a {
  height: 100%;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.fci-profile-main-header .fci-profile-main-header__logo a img {
  position: relative;
  height: 36px;
  width: 36px;
}
.fci-profile-main-header .fci-profile-main-header__logo a .fci-profile-main-header__logo-text {
  font-size: 24px;
  margin-left: 8px;
  font-weight: 800;
  color: #fff;
}
.fci-profile-main-header nav {
  display: flex;
}
.fci-profile-main-header nav a {
  color: #fff;
  text-decoration: none;
}
.fci-profile-main-header nav .fci-profile__menu {
  display: flex;
  align-items: center;
}
.fci-profile-main-header nav .fci-profile__menu .fci-profile__menu__item {
  padding: 0 8px;
}
.fci-profile-main-header nav .fci-profile-membership-service {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
  max-width: 120px;
  text-align: center;
  background-color: #004777;
}
.fci-profile-main-header nav .fci-profile__mobile-menu__btn {
  display: block;
  width: 75px;
  height: 100%;
  background-image: url("../../images/svg-ico/menu-white.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.fci-profile__nav {
  position: relative;
  padding: 24px 12px 0;
}
.fci-profile__nav .main-wrapper {
  position: relative;
}
.fci-profile__nav .main-wrapper .fci-profile__back-btn {
  text-decoration: underline;
  font-size: 16px;
  color: #6c6d6e;
  padding-left: 24px;
}
.fci-profile__nav .main-wrapper .fci-profile__back-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid #8a8d8f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 50%;
  margin-top: -3px;
}

.fci-profile-searchbar {
  height: 57px;
  background-color: #0066aa;
  color: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  padding: 0 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
  border-top: 3px solid #a29161;
}
.fci-profile-searchbar .fci-profile-searchbar__title {
  font-size: 24px;
  margin: 0;
}

.fci-profile__second-level-menu {
  position: fixed;
  top: 148px;
  left: 0;
  width: 180px;
  z-index: 1;
}
.fci-profile__second-level-menu .fci-profile__second-level-menu__list {
  padding: 0;
  margin: 0;
}
.fci-profile__second-level-menu .fci-profile__second-level-menu__list .fci-profile__second-level-menu__item {
  text-align: center;
  background-color: #fff;
  height: 46px;
  border: 1px solid #a29161;
  margin: 2px 0;
  font-size: 12px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.fci-profile__second-level-menu .fci-profile__second-level-menu__list .fci-profile__second-level-menu__item a {
  color: #000;
  text-decoration: none;
}
.fci-profile__second-level-menu .fci-profile__second-level-menu__list .fci-profile__second-level-menu__item.active {
  background-color: #a29161;
}
.fci-profile__second-level-menu .fci-profile__second-level-menu__list .fci-profile__second-level-menu__item.active a {
  color: #fff;
}

.fci-profile__mobile-menu__overlay {
  background-color: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header {
  height: 60px;
  background-color: #0066aa;
  padding: 12px;
  position: relative;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper {
  height: 36px;
  position: relative;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper .fci-profile__mobile-menu__header__logo {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper .fci-profile__mobile-menu__header__logo a {
  height: 36px;
  width: 36px;
  position: relative;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper .fci-profile__mobile-menu__header__logo a img {
  position: relative;
  height: 100%;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper .fci-profile__mobile-menu__header__logo .fci-profile__mobile-menu__header__logo-text {
  font-size: 24px;
  margin-left: 8px;
  font-weight: 800;
  color: #fff;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__top-wrapper .fci-profile__mobile-menu__header__close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 100%;
  background-image: url("../../images/svg-ico/close-white.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__form {
  position: absolute;
  right: 12px;
  left: 12px;
  bottom: 12px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu__header .fci-profile__mobile-menu__header__form .fci-profile__mobile-menu__header__form-input {
  height: 36px;
  width: 100%;
  position: relative;
  padding: 0 40px 0 12px;
  background-image: url("../../images/svg-ico/search.svg");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
  border: 0;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu {
  position: absolute;
  padding: 12px;
  width: 100%;
  top: 60px;
  bottom: 40px;
  overflow: hidden;
  overflow-y: scroll;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu .fci-profile__mobile-menu__list {
  padding: 0;
  margin: 0;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu .fci-profile__mobile-menu__list .fci-profile__mobile-menu__item {
  height: 52px;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d4d5;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu .fci-profile__mobile-menu__list .fci-profile__mobile-menu__item.membership-service {
  height: 76px;
  border-bottom: 2px solid #8a8d8f;
  padding: 0;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu .fci-profile__mobile-menu__list .fci-profile__mobile-menu__item.membership-service a {
  margin-bottom: 12px;
  background-color: rgba(162, 145, 97, 0.3);
  height: 64px;
  line-height: 64px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu .fci-profile__mobile-menu__list .fci-profile__mobile-menu__item a {
  color: #000;
  text-decoration: none;
  width: 100%;
  padding: 0 12px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer {
  position: absolute;
  left: 0;
  right: 0;
  height: 35px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  bottom: 5px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer .fci-profile__lang-select__label {
  font-size: 10px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer.fci-profile__lang-select .current-lang {
  margin-left: 8px;
  padding: 0 20px 0 4px;
  border: 1px solid #8a8d8f;
  border-radius: 4px;
  position: relative;
  justify-content: initial;
  height: 26px;
  font-size: 12px;
  background-image: url(../../images/svg-ico/arrow_drop_down.svg);
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer.fci-profile__lang-select .lang-list {
  font-size: 12px;
  left: 55px;
  border: 1px solid #8a8d8f;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer.fci-profile__lang-select .lang-list::before {
  border-color: transparent;
  border-top-color: #3f4040;
  border-width: 11px;
  margin-left: -11px;
}
.fci-profile__mobile-menu__overlay .fci-profile__mobile-menu_footer.open .current-lang {
  background-image: url(../../images/svg-ico/arrow_drop_up.svg);
}

.show-menu .fci-profile__mobile-menu__overlay {
  display: block;
}

.fci-profile-section {
  padding: 36px 12px;
}
.fci-profile-section.white-background {
  background-color: #fff;
}
.fci-profile-section .fci-profile-section__blue-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0066aa;
  padding-bottom: 24px;
}
.fci-profile-section .fci-profile-section__text {
  font-size: 16px;
  line-height: 24px;
}
.fci-profile-section .fci-profile__button {
  margin-top: 24px;
}

.m-tac {
  text-align: center;
}

/* DATEPICKER */
.ui-datepicker .ui-datepicker-header {
  background-color: #0066aa;
  border: 0;
}
.ui-datepicker .ui-datepicker-header select {
  padding: 0 5px;
  border: 0;
  color: #fff;
  background: transparent;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: none;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: -5px !important;
  margin-top: -5px !important;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -5px !important;
  margin-top: -5px !important;
}
.ui-datepicker .ui-state-default {
  border: none !important;
  background-color: #fff !important;
  color: #979797 !important;
}
.ui-datepicker .ui-state-active {
  border: 1px solid #a29161 !important;
  color: #a29161 !important;
  background-color: #fff !important;
  font-weight: 900 !important;
}
.ui-datepicker .ui-state-highlight {
  border: none !important;
  background: #fff !important;
  color: #0066aa !important;
  font-weight: 900 !important;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: none !important;
  background: transparent !important;
}

.fci-profile__scroll-to-top {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 12px;
  width: 50px;
  height: 50px;
  background-image: url(../../images/svg-ico/arrow_upward-white.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  box-shadow: 0px 4px 15px -4px #d2d4d5;
}

/* medium */
@media (min-width: 768px) {
  .fci-profile-section .fci-profile__button {
    margin: 36px 0 0;
  }

  .m-tac {
    text-align: left;
  }

  .fci-centered-form-wrapper {
    max-width: 488px;
  }

  .fci-profile-searchbar {
    height: 80px;
    padding: 0 12px 24px;
  }
  .fci-profile-searchbar .fci-profile-searchbar__form-input {
    background-color: #fff;
    width: 235px;
    height: 36px;
    padding: 0 40px 0 8px;
    background-image: url("../../images/svg-ico/search.svg");
    background-size: 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 0;
  }
}
/* large */
@media (min-width: 1024px) {
  .fci-profile-main-header nav .fci-profile-membership-service {
    padding: 0 12px;
  }
  .fci-profile-main-header nav .fci-profile-nav-user {
    position: relative;
    background-image: url("../../images/svg-ico/arrow_drop_down-white.svg");
    background-size: 20px;
    background-position: 45px center;
    background-repeat: no-repeat;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__avatar {
    display: block;
    width: 75px;
    height: 100%;
    background-image: url("../../images/svg-ico/account_circle-white.svg");
    background-size: 30px;
    background-position: 12px center;
    background-repeat: no-repeat;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__list {
    padding: 12px 24px;
    margin: 0;
    background-color: #fff;
    position: absolute;
    width: 160px;
    right: 12px;
    box-shadow: 4px 4px 8px -4px #d2d4d5;
    display: none;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__list .fci-profile-nav-user__list-item {
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #d2d4d5;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__list .fci-profile-nav-user__list-item a {
    color: #6c6d6e;
    font-size: 14px;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__list .fci-profile-nav-user__list-item:last-child {
    border-bottom: 0;
  }
  .fci-profile-main-header nav .fci-profile-nav-user .fci-profile-nav-user__list::before {
    content: " ";
    top: -7px;
    position: absolute;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 14px;
    width: 14px;
    margin-left: -7px;
    left: 78%;
  }
  .fci-profile-main-header nav .fci-profile-nav-user.open {
    background-image: url("../../images/svg-ico/arrow_drop_up-white.svg");
  }
  .fci-profile-main-header nav .fci-profile-nav-user.open .fci-profile-nav-user__list {
    display: block;
  }

  .fci-profile-searchbar .fci-profile-searchbar__form-input {
    width: 375px;
  }
}
/* extra large */
@media (min-width: 1680px) {
  .fci-profile-main-header nav .fci-profile-membership-service {
    padding: 0 24px;
    max-width: initial;
  }
}

/*# sourceMappingURL=index.css.map */
