#how-it-works-wrap {
  margin: 0 auto;
  max-width: 1228px;
}
#how-it-works-wrap h1 {
  margin-bottom: 84px;
}
#how-it-works-wrap h2 {
  font: normal normal bold 22px/69px Manrope;
  letter-spacing: 0.44px;
  color: #031E2A;
  height: 69px;
  text-transform: uppercase;
  margin-bottom: 46px;
  display: flex;
  gap: 36px;
  align-items: center;
}
#how-it-works-wrap h2 span {
  line-height: 27px;
}
#how-it-works-wrap h2 .number {
  border-right: 10px solid #FF9501;
  font: normal normal 800 96px/64px Manrope;
  color: #FF9501;
  height: 69px;
  width: 80px;
}
#how-it-works-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#how-it-works-wrap > .list {
  display: flex;
  list-style: none;
  margin-bottom: 100px;
}
#how-it-works-wrap > .list > .list-item {
  background-color: #fff;
  box-shadow: 0px 20px 30px #0000001A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-basis: 329px;
  max-width: 329px;
  height: 330px;
  text-align: center;
  font: normal normal normal 18px/24px Manrope;
  letter-spacing: 0px;
  color: #7A8696;
  padding: 36px;
}
#how-it-works-wrap > .list > .list-item + .list-item {
  margin-left: 120px;
}
#how-it-works-wrap > .list > .list-item a {
  color: inherit;
}
#how-it-works-wrap > .list > .list-item i {
  font-size: 36px;
  color: #FF9501;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 24px;
  margin-bottom: 24px;
  width: 146px;
}
#how-it-works-wrap > .list > .list-item p {
  margin: 0;
}
#how-it-works-wrap > .list > .list-item p:nth-child(1) {
  display: contents;
}
#how-it-works-wrap > .list > .list-item p + p {
  margin-top: 1em;
}
#how-it-works-wrap > .list > .list-item img {
  height: 44px;
  width: auto;
}
#how-it-works-wrap > .list > .list-item h3 {
  font: normal normal bold 22px/30px Manrope;
  letter-spacing: 0.44px;
  color: #031E2A;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#how-it-works-wrap > .list > .list-item li {
  padding-left: 19px;
  position: relative;
  text-align: left;
}
#how-it-works-wrap > .list > .list-item li + li {
  margin-top: 1em;
}
#how-it-works-wrap > .list > .list-item li:before {
  background: #FF9501;
  border-radius: 4px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}

@media (max-width: 1227.98px) {
  #how-it-works-wrap {
    padding: 0 24px;
  }
  
  #how-it-works-wrap h2 {
    justify-content: center;
  }
  
  #how-it-works-wrap h2 .number {
    text-align: left;
  }

  #how-it-works-wrap > .list {
    flex-wrap: wrap;
    gap: 64px;
    justify-content: center;
  }

  #how-it-works-wrap > .list > .list-item + .list-item {
    margin-left: 0;
  }
}

@media (max-width: 761.98px) {
  #how-it-works-wrap {
    padding: 0 16px;
  }
  
  
  #how-it-works-wrap .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  
  #how-it-works-wrap h2 {
    gap: 16px;
  }
  
  #how-it-works-wrap h2 .number {
    border-right-width: 6px;
    font-size: 64px;
    height: 48px;
    line-height: 46px;
    vertical-align: middle;
    width: 60px;
  }
  
  #how-it-works-wrap > .list > .list-item {
    padding: 24px 16px;
  }
}

#faq-details-wrap {
  display: flex;
  gap: 146px;
  margin: 0 auto;
  max-width: 1088px;
  padding: 96px 0;
}

#faq-details-wrap .categories {
  flex: 0 0 272px;
  width: 272px;
}

#faq-details-wrap .categories h2 {
  border-bottom: 1px solid #DBDBDB;
  color: #031E2A;
  font: normal normal bold 21px/26px Manrope;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

#faq-details-wrap .categories nav a {
  color: #031E2A;
  display: block;
  font: normal normal normal 18px/32px Manrope;
  margin-bottom: 15px;
}

#faq-details-wrap .categories nav a.active,
  #faq-details-wrap .categories nav a:hover {
  color: #2B9CB4;
}

#faq-details-wrap .questions h1 {
  color: #031E2A;
  font: normal normal bold 28px/26px Manrope;
  margin-bottom: 40px;
}

#faq-details-wrap .questions nav {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

#faq-details-wrap .questions nav a {
  color: #2B9CB4;
  display: block;
  font: normal normal bold 18px/26px Manrope;
}

#faq-details-wrap .questions nav a + a {
  margin-top: 12px;
}

#faq-details-wrap .questions nav a:hover {
  color: #031E2A;
}

#faq-details-wrap .questions .question + .question {
  margin-top: 64px;
}

#faq-details-wrap .questions .question {
  color: #031E2A;
  font: normal normal normal 18px/24px Manrope;
}

#faq-details-wrap .questions .question h3 {
  color: #031E2A;
  font: normal normal bold 22px/26px Manrope;
  margin-bottom: 36px;
}

#faq-details-wrap .questions .question p + p {
  margin-top: 1em;
}

#faq-details-wrap .questions .question > div a,
  #faq-details-wrap .questions .question p a {
  color: #2B9CB4;
  font-weight: bold;
}

#faq-details-wrap .questions .question > a {
  font: normal normal normal 16px/26px Manrope;
  color: #2B9CB4;
}

#faq-details-wrap .questions .question > a i {
  margin-right: 16px;
}

#faq-details-wrap .questions .question a:hover {
  color: #031E2A;
}

@media (max-width: 1199.98px) {
  #faq-details-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 72px 16px;
  }
  #faq-details-wrap .categories h2 {
    text-align: center;
  }
  
  #faq-details-wrap .categories nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #faq-details-wrap .categories nav a {
    font-size: 0.9rem;
    margin-bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  #faq-details-wrap .categories {
    flex: 1;
    width: 100%;
  }
  
}

@media(min-width: 768px) {
  #faq-details-wrap {
    flex-direction: row;
  }
  #faq-details-wrap .categories > div {
    position: sticky;
    display: block;
    left: 0;
    top: 0;
  }
  #about-us-wrap .awards .list .award {
    max-width: 394px;
  }
}

.common-hero {
  display: block;
}

.common-hero img {
  display: block;
  height: 740px;
  margin: 0 auto;
  max-width: 1920px;
  object-fit: cover;
  width: 100%;
}

#about-us-wrap .about {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1334px;
  padding: 108px 0;
}

#about-us-wrap .about .pic {
  max-width: 766px;
}

#about-us-wrap .about .pic img {
  border-radius: 24px;
  display: block;
  height: 766px;
  object-fit: cover;
  width: 100%;
}

#about-us-wrap .about .text {
  background-color: #fff;
  box-shadow: 0px 30px 60px #00000029;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  margin: 0 0 0 -28px;
  max-width: 601px;
  padding: 48px;
  font: normal normal normal 18px/24px Manrope;
  color: #031E2A;
}

#about-us-wrap .about .text h1 {
  font: normal normal 800 46px/146px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #031E2A;
  height: 146px;
  margin: -48px 0 29px -48px;
  text-align: left;
}

#about-us-wrap .about .text h1 i {
  background-color: #2B9CB4;
  border-radius: 24px 0px;
  color: #fff;
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  height: 146px;
  margin-right: 36px;
  padding: 24px;
  vertical-align: top;
}

#about-us-wrap .about .text p {
  margin-bottom: 0;
}

#about-us-wrap .about .text p + p {
  margin-top: 1em;
}

#about-us-wrap .awards {
  background-color: #fff;
  padding: 84px 24px 72px;
}

#about-us-wrap .awards .title {
  text-align: center;
  font: normal normal 800 46px/55px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #031E2A;
  margin-bottom: 12px;
}

#about-us-wrap .awards .text {
  text-align: center;
  font: normal normal normal 18px/24px Manrope;
  letter-spacing: 0px;
  color: #031E2A;
  margin: 0 auto 36px;
  max-width: 970px;
}

#about-us-wrap .awards .list {
  display: flex;
  justify-content: center;
  gap: 84px;
  margin-bottom: 60px;
}

#about-us-wrap .awards .list .award {  
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 464px;
  justify-content: space-between;
  overflow: hidden;
  flex: 1;
}

#about-us-wrap .awards .list .award img {
  display: block;
  height: 294px;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.awards-list .award h3,
#about-us-wrap .awards .list .award h3 {
  font: normal normal bold 22px/29px Manrope;
  color: #090B0F;
  margin: 0 24px;
}
.awards-list .award h3 a,
#about-us-wrap .awards .list .award h3 a {
  color: #090B0F;
}

.awards-list .award h3 {
  margin: 20px 0px;
}

.awards-list .award a.more,
#about-us-wrap .awards .list .award a.more {
  font: normal normal bold 16px/17px Manrope;
  color: #090B0F;
  margin: 0 24px 24px;
}

#about-us-wrap .awards .list .award a:hover {
  color: #2B9CB4;
}

.awards-list .award a.more i,
#about-us-wrap .awards .list .award a.more i {
  margin-left: 6px;
}

#about-us-wrap .awards .btn-primary {
  display: block;
  background-color: #FF9501;
  box-shadow: 0px 10px 20px #00000033;
  border-radius: 30px;
  font: normal normal bold 18px/60px Manrope;
  height: 60px;
  letter-spacing: 0.36px;
  margin: 0 auto;
  text-align: center;
  width: 228px;
}

#about-us-wrap .why-wrap {
  background-color: #2B9CB4;
  padding: 72px 24px;
}

#about-us-wrap .why {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1462px;
}

#about-us-wrap .why .info {
  background-color: #FBFBFB;
  box-shadow: 30px 30px 60px #00000029;
  border-radius: 24px;
  padding: 60px;
  position: relative;
  width: 662px;
}

#about-us-wrap .why .info h2 {
  font: normal normal 800 46px/55px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #031E2A;
  margin-bottom: 58px;
}

#about-us-wrap .why .info .item {
  display: flex;
  gap: 24px;
}

#about-us-wrap .why .info .item + .item {
  margin-top: 37px;
}

#about-us-wrap .why .info .item i {
  color: #2B9CB4;
  font-size: 46px;
  max-width: 46px;
}

#about-us-wrap .why .info .item h3 {
  font: normal normal bold 18px/24px Manrope;
  color: #031E2A;
  margin-bottom: 14px;
}

#about-us-wrap .why .info .item p {
  color: #031E2A;
  font: normal normal normal 18px/24px Manrope;
  margin: 0;
}

#about-us-wrap .why .info .feedback {
  border-top: 1px solid #DBDBDB;
  display: flex;
  gap: 24px;
  margin-top: 58px;
  padding-top: 50px;
}

#about-us-wrap .why .info .feedback .pic {
  flex: 0 0 80px;
  max-width: 80px;
}

#about-us-wrap .why .info .feedback .pic img {
  border: 1px solid #707070;
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
  width: 80px;
}

#about-us-wrap .why .info .feedback p {
  font: normal normal normal 16px/24px Manrope;
  color: #031E2A;
  margin-bottom: 16px;
}

#about-us-wrap .why .info .feedback h3 {
  font: normal normal bold 16px/24px Manrope;
  color: #031E2A;
}

#about-us-wrap .why .photo {
  margin-left: -24px;
}

#about-us-wrap .why .photo img {
  box-shadow: 0px 0px 60px #00000014;
  border-radius: 12px;
  height: 648px;
  object-fit: cover;
}

.team-form {
  align-items: center;
  display: flex;
  gap: 60px;
  margin: 0 auto;
  max-width: 1920px;
}

.team-form h2 {
  font: normal normal 800 46px/55px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #031E2A;
  margin-bottom: 48px;
}

.team-form h3 {
  font: normal normal bold 22px/30px Manrope;
  letter-spacing: 0px;
  color: #0D2834;
  margin-bottom: 24px;
}

.team-form form {
  flex: 0 0 674px;
  max-width: 674px;
  min-width: 550px;
}

.team-form .fields {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 24px;
}

.team-form .form-label {
  font-size: 18px;
  line-height: 24px;
  color: #7A8696;
  padding-left: 24px;
  margin-bottom: 12px;
}

.team-form .form-label span {
  color: #FF0000;
}

.team-form .form-control {
  border: 1px solid #DBDBDB;
  border-radius: 35px;
  height: 70px;
  width: 100%;
}

.team-form .form-control::placeholder {
  color: #C5CCD2;
  opacity: 1; /* Firefox */
}

.team-form textarea.form-control {
  height: 138px;
  resize: none;
}

.team-form .buttons, .team-form .buttons div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.team-form .buttons .btn {
  border-radius: 30px;
  font: normal normal 600 16px/22px Manrope;
  height: 58px;
  width: 140px;
  padding: 8px;
}

.team-form .buttons span {
  font: normal normal bold 18px/58px Manrope;
  color: #7A8696;
  margin-right: 12px;
}

.team-form .buttons .upload {
  background-color: #031E2A;
}

.team-form .buttons .upload i {
  font-size: 16px;
  margin-right: 12px;
}

@media (max-width: 1199.98px) {
  #about-us-wrap .about {
    flex-direction: column;
    padding: 48px 16px;
  }
  
  #about-us-wrap .about .pic img {
    height: auto;
  }
  
  #about-us-wrap .about .text {
    margin: -87px 24px 0;
    width: auto;
  }
  
  #about-us-wrap .why {
    flex-direction: column-reverse;
  }
  
  #about-us-wrap .why .photo {
    margin-left: 0;
  }
  
  #about-us-wrap .why .info {
    margin-top: -64px;
  }
  
  #about-us-wrap .awards .list {
    gap: 24px;
  }
  
  .team-form {
    flex-direction: column;
    padding-bottom: 72px;
  }
  
  .team-form form {
    margin: 0 auto;
  }
}

@media (max-width: 1023.98px) {
  .common-hero img {
    height: 460px;
  }
}

@media (max-width: 991.98px) {
  
  #about-us-wrap .awards .list .award h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  
  #about-us-wrap .awards .list .award a.more {
    font-size: 14px;
  }
  
  .team-form {
    padding: 36px 24px 48px;
  }
  
  .team-form .title .fa-solid {
    font-size: 32px;
    margin: 0 12px;
  }
  
  .team-form .title h3 {
    font-size: 18px;
    line-height: 26px;
  }
  
  .team-form .form-label {
    font-size: 14px;
    padding-left: 16px;
  }
  
  .team-form .form-control {
    font-size: 14px;
    line-height: 19px;
    height: 51px;
  }
  
  .team-form textarea.form-control {
    height: 116px;
    border-radius: 12px;
  }
}

@media (max-width: 761.98px) {
  #about-us-wrap .about {
    padding: 24px 16px 72px;
  }
  
  #about-us-wrap .about .text {
    border-radius: 12px;
    font-size: 16px;
    line-height: 22px;
    margin: -48px 16px 0;
    padding: 24px;
  }
  
  #about-us-wrap .about .text h1 {
    font-size: 24px;
    height: 76px;
    line-height: 76px;
    margin: -24px 0 16px -24px;
  }
  
  #about-us-wrap .about .text h1 i {
    border-radius: 12px 0;
    font-size: 24px;
    height: 76px;
    line-height: 24px;
    padding: 16px;
    width: 56px;
  }
  
  #about-us-wrap .awards {
    padding-bottom: 36px;
    padding-top: 36px;
  }
  
  #about-us-wrap .awards .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  
  #about-us-wrap .awards .text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  
  #about-us-wrap .awards .list {
    flex-direction: column;
    margin: 0 auto 32px;
    max-width: none;
  }
  
  #about-us-wrap .awards .list .award {
    height: auto;
    gap: 12px;
  }
  
  #about-us-wrap .awards .list .award img {
    height: 245px;
  }
  
  #about-us-wrap .awards .list .award h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  
  #about-us-wrap .awards .list .award a {
    font-size: 14px;
    line-height: 26px;
  }
  
  #about-us-wrap .awards .btn-primary {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
  }
  
  #about-us-wrap .why-wrap {
    padding: 24px 6px 36px;
  }
  
  #about-us-wrap .why .info {
    margin: -32px 18px 0;
    padding: 24px 16px 36px;
    width: auto;
  }
  
  #about-us-wrap .why .info h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  #about-us-wrap .why .info .item + .item {
    margin-top: 24px;
  }
  
  #about-us-wrap .why .info .item i {
    font-size: 24px;
    margin-top: 3px;
    max-width: 40px;
  }
  
  #about-us-wrap .why .info .item h3, #about-us-wrap .why .info .item p {
    font-size: 16px;
    line-height: 22px;
  }
  
  #about-us-wrap .why .info .item h3 {
    margin-bottom: 6px;
  }
  
  #about-us-wrap .why .info .feedback {
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
  }
  
  #about-us-wrap .why .info .feedback .pic {
    flex-basis: 48px;
  }
  
  #about-us-wrap .why .info .feedback .pic img {
    height: 48px;
    width: 48px;
  }
  
  #about-us-wrap .why .info .feedback p {
    font-size: 14px;
    line-height: 24px;
  }
  
  #about-us-wrap .why .photo {
    width: 100%;
  }
  
  #about-us-wrap .why .photo img {
    height: 287px;
    width: 100%;
  }
  
  .team-form {
    gap: 32px;
    padding: 0 0 36px;
  }
  
  .team-form .photo, .team-form .photo img {
    width: 100%;
  }
  
  .team-form .photo img {
    height: 436px;
    object-fit: cover;
  }
  
  .team-form form {
    padding: 0 16px;
  }
  
  .team-form h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }
  
  .team-form h3 {
    font-size: 18px;
    line-height: 30px;
  }
  
  .team-form .fields, .team-form .fields .row {
    gap: 16px;
  }
  
  .team-form .fields .col-sm-6 {
    width: 100%;
  }
  
  .team-form .form-label {
    line-height: 22px;
    margin-bottom: 12px;
  }
  
  .team-form .buttons {
    flex-direction: column-reverse;
    gap: 36px;
    padding: 0 20px;
  }
  
  .team-form .buttons div {
    flex-direction: column;
    width: 100%;
  }
  
  .team-form .buttons .btn {
    width: 100%;
  }
  
  .team-form .buttons span {
    margin-right: 0;
  }
}

@media (max-width: 576px) {  
  .team-form form {
    min-width: auto;
  }
}

@media (max-width: 374.98px) {
  .common-hero img {
    height: 280px;
  }
}
#awards-wrap h1 {
  color: #031E2A;
  font: normal normal bold 36px/49px Manrope;
  margin: 56px auto 36px;
  text-transform: none;
}

#awards-wrap .list {
  margin: 3rem auto 120px;
  padding: 0 24px;
}

#awards-wrap h1, #awards-wrap .list {
  max-width: 1228px;
}

#awards-wrap .list .award {
  background-color: #fff;
  box-shadow: 20px 30px 40px #0000000F;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}

#awards-wrap .list .award + .award {
  margin-top: 36px;
}

#awards-wrap .list .award .pic img {
  height: 100%;
  object-fit: cover;
}

#awards-wrap .list .award .text {
  color: #031E2A;
  flex: 0 0 584px;
  font: normal normal normal 18px/24px Manrope;
  padding: 54px 48px 36px 36px;
}

#awards-wrap .list .award .text h3 {
  color: #2B9CB4;
  font: normal normal bold 16px/22px Manrope;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

#awards-wrap .list .award .text h2 {
  color: #031E2A;
  font: normal normal 800 32px/44px Manrope;
  margin-bottom: 16px;
}
#awards-wrap .list .award .text h2 a {
  color: #031E2A;
}
#awards-wrap .list .award .text p {
  margin: 0;
}

#awards-wrap .list .award .text p + p {
  margin-top: 1em;
}

@media (max-width: 1023.98px) {
  #awards-wrap .list {
    max-width: 640px;
    padding: 0 12px;
  }
  
  #awards-wrap .list .award {
    flex-direction: column;
  }
  
  #awards-wrap .list .award .text {
    flex: 1;
  }
}

@media (max-width: 761.98px) {  
  #awards-wrap h1, #awards-wrap .list .award .text h2 {
    font-size: 22px;
    line-height: 30px;
  }
  
  #awards-wrap h1 {
    margin: 24px auto 16px;
  }
  
  #awards-wrap .list {
    margin-bottom: 36px;
  }
  
  #awards-wrap .list .award {
    border-radius: 12px;
  }
  
  #awards-wrap .list .award .pic img {
    height: 263px;
    width: 100%;
  }
  
  #awards-wrap .list .award .text {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 16px;
  }
}

#the-team-wrap .common-hero {
  margin-bottom: 60px;
}

#the-team-wrap .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 104px;
  max-width: 968px;
  text-align: center;
}

#the-team-wrap .the-team {
  display: flex;
  column-gap: 36px;
  row-gap: 106px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 24px 132px;
}

#the-team-wrap .the-team .member {
  max-width: calc(50% - 18px);
  flex-basis: 716px;
  position: relative;
  padding-left: 126px;
}

#the-team-wrap .the-team .member picture {
  background: url(../images/team/frame_420x420.png) center / contain no-repeat;
  height: 286px;
  width: 286px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#the-team-wrap .the-team .member picture img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 82%;
  filter: drop-shadow(6px -5px 10px rgba(0, 0, 0, .35));
  border-radius: 50%;
  z-index: 5;
}

#the-team-wrap .the-team .member:nth-child(2) picture img {
  width: 82%;
}

#the-team-wrap .the-team .member div {
  background-color: #fff;
  box-shadow: 20px 10px 40px #0000000F;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  min-height: 260px;
  padding: 24px 54px 24px 214px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#the-team-wrap .the-team .member div h2 {
  border-bottom: 1px solid #2B9CB4;
  min-width: 142px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font: normal normal 500 26px/32px Manrope;
  color: #031E2A;
}

#the-team-wrap .the-team .member:nth-child(1) div h2, #the-team-wrap .the-team .member:nth-child(2) div h2 {
  font-size: 28px;
  font-weight: bold;
}

#the-team-wrap .the-team .member div p {
  font: normal normal normal 16px/22px Manrope;
  color: #7A8696;
  margin: 0;
}

@media (max-width: 1339.98px) {
  #the-team-wrap .the-team {
    flex-wrap: wrap;
    justify-content: center;
  }

  #the-team-wrap .the-team .member {
    flex-basis: auto;
    max-width: 720px;
  }
  
  #the-team-wrap .the-team .member:nth-child(1) {
    margin-bottom: 44px;
  }
  
  #the-team-wrap .the-team .member:nth-child(1), #the-team-wrap .the-team .member:nth-child(2) {
    max-width: 840px;
  }
}

@media (max-width: 1023.98px) {
  #the-team-wrap .subtitle {
    margin: 0 16px 62px;
  }
}

@media (max-width: 761.98px) {
  #the-team-wrap .common-hero {
    margin-bottom: 36px;
  }
  
  #the-team-wrap .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  
  #the-team-wrap .the-team {
    padding: 0 16px 48px;
    row-gap: 24px;
  }
  
  #the-team-wrap .the-team .member, #the-team-wrap .the-team .member:nth-child(1), #the-team-wrap .the-team .member:nth-child(2) {
    max-width: 327px;
    padding-left: 0;
    text-align: center;
  }
  
  #the-team-wrap .the-team .member:nth-child(1) {
    margin-bottom: 24px;
  }
  
  #the-team-wrap .the-team .member picture {
    height: 200px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
  }
  
  #the-team-wrap .the-team .member:nth-child(1) picture, #the-team-wrap .the-team .member:nth-child(2) picture {
    height: 286px;
    padding-bottom: 25px;
    top: -24px;
    width: 286px;
  }
  
  #the-team-wrap .the-team .member div {
    padding: 236px 24px 24px; 
  }
  
  #the-team-wrap .the-team .member:nth-child(1) div, #the-team-wrap .the-team .member:nth-child(2) div {
    padding-top: 272px;
  }
  
  #the-team-wrap .the-team .member div h2 {
    font-size: 22px;
    margin: 0 auto 16px;
    padding-bottom: 16px;
  }
  
  #the-team-wrap .the-team .member div p {
    font-size: 14px;
    line-height: 19px;
  }
}

#the-team-wrap .work-play {
  background-color: #FCFCFC;
  padding: 72px 24px;
}

#the-team-wrap .work-play .corp-title {
  text-align: center;
}

#the-team-wrap .work-play .subtitle {
  margin-bottom: 76px;
}

#the-team-wrap .work-play .list {
  display: flex;
  flex-wrap: wrap;
  gap: 84px;
  justify-content: center;
}

#the-team-wrap .work-play .list .item {
  box-shadow: 20px 10px 40px #0000000F;
  border-radius: 24px;
  max-width: 400px;
  overflow: hidden;
}

#the-team-wrap .work-play .list .item .text {
  border: 1px solid #DBDBDB;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  padding: 24px 36px 36px;
}

#the-team-wrap .work-play .list .item .text h3 {
  border-bottom: 1px solid #2B9CB4;
  font: normal normal 500 24px/32px Manrope;
  letter-spacing: 0px;
  color: #031E2A;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

#the-team-wrap .work-play .list .item .text p {
  font: normal normal normal 18px/24px Manrope;
  color: #7A8696;
  margin-bottom: 0;
}

@media (max-width: 761.98px) {
  #the-team-wrap .work-play {
    padding: 36px 16px;
  }
  
  #the-team-wrap .work-play .subtitle {
    margin-bottom: 24px;
  }
  
  #the-team-wrap .work-play .list {
    gap: 24px;
  }
  
  #the-team-wrap .work-play .list .item img {
    height: 269px;
    object-fit: cover;
    width: 100%;
  }
  
  #the-team-wrap .work-play .list .item .text {
    padding: 24px;
  }
  
  #the-team-wrap .work-play .list .item .text h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
  }
  
  #the-team-wrap .work-play .list .item .text p {
    font-size: 16px;
    line-height: 22px;
  }
}

#the-team-wrap .mission-wrap {
  background-color: #F7F9FA;
  padding: 72px 0 0;
}

#the-team-wrap .mission-wrap .corp-title {
  text-align: center;
}

#the-team-wrap .mission-wrap .subtitle {
  font-weight: bold;
  margin-bottom: 36px;
}

#the-team-wrap .mission {
  display: flex;
  gap: 62px;
  max-width: 1980px;
}

#the-team-wrap .mission .pic {
  flex-basis: 960px;
}

#the-team-wrap .mission .pic img {
  height: 100%;
  object-fit: cover;
}

#the-team-wrap .mission .text {
  flex-basis: 674px;
  min-width: 480px;
  max-width: 698px;
  padding-right: 24px;
  padding-top: 58px;
  padding: 58px 24px 64px;
}

#the-team-wrap .mission .text h3 {
  font: normal normal bold 22px/32px Manrope;
  color: #031E2A;
  margin-bottom: 24px;
}

#the-team-wrap .mission .text p {
  font: normal normal normal 18px/24px Manrope;
  color: #031E2A;
  margin-bottom: 1em;
}

#the-team-wrap .mission .text p:last-child {
  margin-bottom: 0;
  margin-top: 54px;
  padding-top: 55px;
  position: relative;
  display: flex;
  gap: 26px;
}

#the-team-wrap .mission .text p:last-child:before {
  background-color: #2B9CB4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 192px;
}

#the-team-wrap .mission .text p:last-child i {
  color: #2B9CB4;
  font-size: 46px;
  margin-top: 8px;
}

@media (max-width: 1023.98px) {
  #the-team-wrap .mission-wrap {
    padding-bottom: 72px;
  }
  
  #the-team-wrap .mission {
    flex-wrap: wrap;
    gap: 0;
  }
  
  #the-team-wrap .mission .pic {
    display: block;
    flex-basis: 100%;
  }
  
  #the-team-wrap .mission .pic img {
    width: 100%;
  }
  
  #the-team-wrap .mission .text {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 761.98px) {
  #the-team-wrap .mission-wrap {
    padding: 36px 0;
  }
  
  #the-team-wrap .mission-wrap .subtitle {
    margin-bottom: 12px;
  }
  
  #the-team-wrap .mission .pic img {
    height: 303px;
  }
  
  #the-team-wrap .mission .text {
    min-width: auto;
    padding-bottom: 0;
    padding-top: 32px;
  }
  
  #the-team-wrap .mission .text h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  
  #the-team-wrap .mission .text p {
    font-size: 16px;
    line-height: 22px;
  }
  
  #the-team-wrap .mission .text p:last-child {
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding-top: 25px;
  }
  
  #the-team-wrap .mission .text p:last-child:before {
    width: 100%;
  }
  
  #the-team-wrap .mission .text p:last-child i {
    font-size: 22px;
    margin-top: 0;
  }
}

#the-team-wrap .history {
  align-items: center;
  background-color: #2B9CB4;
  display: flex;
  justify-content: center;
  padding: 60px 24px 72px;
}

#the-team-wrap .history .text {
  background: #FBFBFB 0% 0% no-repeat padding-box;
  box-shadow: 30px 30px 60px #00000029;
  border-radius: 24px;
  max-width: 662px;
  padding: 60px 48px 72px;
  position: relative;
}

#the-team-wrap .history .text h2 {
  font: normal normal 800 46px/55px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #031E2A;
  margin-bottom: 24px;
  text-align: center;
}

#the-team-wrap .history .text h3, #the-team-wrap .history .text p {
  font: normal normal normal 18px/24px Manrope;
  color: #031E2A;
}

#the-team-wrap .history .text h3 {
  font-weight: bold;
  margin-bottom: 14px;
}

#the-team-wrap .history .text p {
  margin-bottom: 22px;
}

#the-team-wrap .history .text p:last-child {
  margin-bottom: 0;
}

#the-team-wrap .history .pic {
  flex-basis: 824px;
  margin-left: -24px;
}

#the-team-wrap .history .pic img {
  box-shadow: 0px 0px 60px #00000014;
  border-radius: 12px;
  height: 648px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1439.98px) {
  #the-team-wrap .history .text {
    flex-basis: 662px;
  }
  
  #the-team-wrap .history .pic {
    margin-left: 0;
    max-width: 50%;
  }
}

@media (max-width: 1199.98px) {
  #the-team-wrap .history {
    flex-direction: column-reverse;
    gap: 0;
  }
  
  #the-team-wrap .history .text {
    margin-top: -64px;
  }
  
  #the-team-wrap .history .pic {
    margin-left: 0;
    max-width: none;
    flex-basis: auto;
    width: 100%;
  }
  
  #the-team-wrap .history .pic img {
    height: auto;
  }
}

@media (max-width: 761.98px) {
  #the-team-wrap .history {
    padding: 36px 6px 66px;
  }
  
  #the-team-wrap .history .pic img {
    height: 287px;
  }
  
  #the-team-wrap .history .text {
    margin: -42px 14px 0;
    padding: 24px;
    width: auto;
  }
  
  #the-team-wrap .history .text h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  
  #the-team-wrap .history .text h3, #the-team-wrap .history .text p {
    font-size: 16px;
    line-height: 22px;
  }
  
  #the-team-wrap .history .text h3 {
    margin-bottom: 6px;
  }
}

#packaging-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
#packaging-wrap .subtitle {
  text-align: center;
}

#packaging-wrap .packages .row:nth-child(2n+2) {
  flex-direction: row-reverse;
}

#packaging-wrap .packages .pic {
  height: auto;
  margin: 0 0 0 auto;
  max-width: 799px;
  text-align: right;
}

#packaging-wrap .packages .row:nth-child(2n+2) .pic {
  margin: 0 auto 0 16px;
  text-align: left;
}

#packaging-wrap .packages .text {
  background-color: #fff;
  box-shadow: 20px 30px 40px #0000001A;
  border-radius: 24px;
  max-width: 734px;
  padding: 30px 24px 44px 120px;
  position: relative;
  font: normal normal normal 18px/24px Manrope;
  color: #0D2834;
}

#packaging-wrap .packages .row:nth-child(2n+2) .text {
  margin: 126px 0 0 auto;
}

#packaging-wrap .packages .text h2 {
  font: normal normal 800 46px/36px Sofia Sans Semi Condensed;
  letter-spacing: 0.92px;
  color: #2B9CB4;
  margin-bottom: 12px;
  text-align: left;
}

#packaging-wrap .packages .row:nth-child(2) .text h2 {
  color: #B8005A;
}

#packaging-wrap .packages .row:nth-child(3) .text h2 {
  color: #AEBEA4;
}

#packaging-wrap .packages .row:nth-child(4) .text h2 {
  color: #487C75;
}

#packaging-wrap .packages .row:nth-child(5) .text h2 {
  color: #ef3a67;
}

#packaging-wrap .packages .row:nth-child(6) .text h2 {
  color: #BA1926;
}

#packaging-wrap .packages .text h3 {
  border-bottom: 1px solid #DBDBDB;
  color: #0D2834;
  font: normal normal bold 16px/22px Manrope;
  letter-spacing: 1.6px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

#packaging-wrap .packages .text i.fa-solid {
  background-color: #2B9CB4;
  border-radius: 24px 0px;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 48px;
  line-height: 48px;
  height: 146px;
  padding: 24px;
  vertical-align: top;
}

#packaging-wrap .packages .row:nth-child(2) .text i.fa-solid {
  background-color: #B8005A;
}

#packaging-wrap .packages .row:nth-child(3) .text i.fa-solid {
  background-color: #AEBEA4;
}

#packaging-wrap .packages .row:nth-child(4) .text i.fa-solid {
  background-color: #487C75;
}

#packaging-wrap .packages .row:nth-child(5) .text i.fa-solid {
  background-color: #ef3a67;
}

#packaging-wrap .packages .row:nth-child(6) .text i.fa-solid {
  background-color: #BA1926;
}

#packaging-wrap .packages .text p {
  margin-bottom: 0;
}

#packaging-wrap .packages .text p + p {
  margin-top: 1em;
}

#packaging-wrap .packages .text > * {
  max-width: 494px;
}

@media (max-width: 1023.98px) {
  #packaging-wrap .packages .pic, #packaging-wrap .packages .row:nth-child(2n+2) .pic {
    margin: 0 auto -126px;
    text-align: center;
  }
  
  #packaging-wrap .packages .col-lg-6:last-child {
    padding: 0 24px;
  }
  
  #packaging-wrap .packages .text > * {
    max-width: none;
  }
  
  #packaging-wrap .packages .text, #packaging-wrap .packages .row:nth-child(2n+2) .text {
    margin: 0 auto 36px;
  }
}

@media (max-width: 575.98px) {  
  #packaging-wrap .packages .pic, #packaging-wrap .packages .row:nth-child(2n+2) .pic {
    margin-bottom: -48px;
  }
  
  #packaging-wrap .packages .pic img {
    height: 332px;
    object-fit: cover;
  }
  
  #packaging-wrap .packages .text {
    padding: 24px 24px 36px;
  }
  
  #packaging-wrap .packages .text h2 {
    font-size: 18px;
    line-height: 24px;
  }
  
  #packaging-wrap .packages .text h3 {
    font-size: 13px;
    line-height: 18px;
    min-height: 52px;
    padding-bottom: 16px;
  }
  
  #packaging-wrap .packages .text h2, #packaging-wrap .packages .text h3 {
    margin-left: 48px;
  }
  
  #packaging-wrap .packages .text i.fa-solid {
    font-size: 28px;
    height: 112px;
    line-height: 30px;
    padding: 22px 14px;
  }
}

#gift-finder-wrap .subtitle {
  margin-bottom: 36px;
  text-align: center;
}

#gift-finder-wrap .gift-finder {
  background-color: #fff;
  box-shadow: 0px 30px 60px #00000029;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  margin: 0 auto 128px;
  max-width: 730px;
  padding: 24px 0 36px;
  text-align: center;
}

#gift-finder-wrap .gift-finder .current-step {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

#gift-finder-wrap .gift-finder .current-step:before, #gift-finder-wrap .gift-finder .current-step:after {
  background-color: #FF9501;
  content: '';
  height: 2px;
  width: 28px;
}

#gift-finder-wrap .gift-finder .current-step h2 {
  font: normal normal normal 16px/30px Manrope;
  color: #FF9501;
  margin-bottom: 0;
}

#gift-finder-wrap .gift-finder .steps {
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
}

#gift-finder-wrap .gift-finder .step {
  flex: 0 0 100%;
  padding: 0 16px;
}

#gift-finder-wrap .gift-finder .step h3 {
  color: #031E2A;
  font: normal normal bold 22px/32px Manrope;
  margin-bottom: 36px;
}

#gift-finder-wrap .gift-finder .step label {
  background-color: #f7f9fa;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  font: normal normal normal 18px/30px Manrope;
  color: #031E2A;
  text-transform: uppercase;
  height: 72px;
  max-width: 417px;
  margin: 0 auto;
}

#gift-finder-wrap .gift-finder .step label + label {
  margin-top: 12px;
}

#gift-finder-wrap .gift-finder .step label:hover, #gift-finder-wrap .gift-finder .step label:has(:checked) {
  background-color: #E0FDFF;
  border-color: #E0FDFF;
}

#gift-finder-wrap .gift-finder .step label input {
  display: none;
}

#gift-finder-wrap .gift-finder .skip {
  font: normal normal normal 14px/30px Manrope;
  letter-spacing: 2.8px;
  color: #7A8696;
  margin-bottom: 16px;
}

#gift-finder-wrap .gift-finder .nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}

#gift-finder-wrap .gift-finder .nav span {
  background-color: #CED4DB;
  border: 2px solid #7A869600;
  border-radius: 8px;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

#gift-finder-wrap .gift-finder .nav span:hover {
  background-color: #FF9501;
}

#gift-finder-wrap .gift-finder .nav .active {
  background-color: #FF9501;
  width: 32px;
}

#gift-finder-wrap .gift-finder .btn-primary {
  background-color: #FF9501;
  box-shadow: 0px 10px 20px #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  width: 227px;
  padding: 8px;
}

#gift-finder-wrap .gift-finder .btn-primary:hover {
  background-color: #FDB43C;
}

#gift-finder-wrap .gift-finder .btn-primary:after {
  width: 0;
  height: 0;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid;
  content: '';
  display: none;
}

#gift-finder-wrap .gift-finder .btn-primary:hover:after {
  display: block;
}

@media (max-width: 775.98px) {
  #gift-finder-wrap .gift-finder {
    margin: 0 24px 72px;
  }
}

#floater-nav {
  background: #2B9CB4 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 31px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  padding: 18px 12px;
  text-align: center;
}

#floater-nav a {
  color: #fff;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
}

#floater-nav img {
  display: block;
}

@media (max-width: 1023.98px) {
  #floater-nav {
    border-radius: 24px;
    gap: 8px;
    right: 8px;
    padding: 12px 8px;
    top: auto;
    bottom: 12px;
    transform: none;
  }

  #floater-nav a {
    color: #fff;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
  }

  #floater-nav img {
    height: 24px;
    width: auto;
  }
}

#jobApplicationForm #file {
  opacity: 0;
}
#fileName {
  word-break: break-all;
}
.awards-list .award {
  display: block;
  margin-bottom: 34px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
.awards-list .award img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#vouchersAmounts {
  background: #0e202e;
  background-size: cover;
  padding: 52px 64px 78px;
}

#vouchersAmounts h1, #vouchersAmounts h3, #vouchersAmounts p {
  margin-bottom: 0;
}

#vouchersAmounts .head h1 {
  color: #fff;
  font: normal normal 800 46px/58px Sofia Sans Semi Condensed;
  text-transform: uppercase;
  letter-spacing: 0.92px;
  margin-bottom: 12px;
  text-align: center;
}

#vouchersAmounts .head p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 48px;
  text-align: center;
}


#vouchersAmounts .vouchers-order {
  max-width: 1920px;
}

#vouchersAmounts .vouchers-order img {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%,-50%);
}

#vouchersAmounts form .container {
  max-width: 816px;
  margin: 50px auto 0;
}

#vouchersAmounts form .row {
  margin-bottom: 51px;
}

#vouchersAmounts form .col div:not(.dropdown-menu) {
  background: #EFEFEF;
  border-radius: 12px;
  height: 91px;
  color: #0D2834;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 36px 8px 24px;
}

#vouchersAmounts form .col .form-check-label, #vouchersAmounts form .col .label {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 10px;
  cursor: pointer;
}
#vouchersAmounts form .col .item {
  cursor: pointer;
}
#vouchersAmounts form .col .item.selected {
  background-color: #C2B16E;
  color: #fff;
}
#vouchersAmounts form .col .item::before {
  background: #C2B16E;
  border-radius: 12px;
  content: '';
  height: 100%;
  width: 0px;
  margin: 0;
  transition: all 0.3s;
  overflow: hidden;
}
#vouchersAmounts form .col .item .form-check-input:checked {
  background-color: #000000;
  border: 3px solid #000000;
}
#vouchersAmounts form .col .item:not(.selected):hover::before {
  width: 18px;
  margin-right: 10px;
}
#vouchersAmounts form .col:nth-child(1) .item:hover::before {
  background: #CC755E;
}
#vouchersAmounts form .col:nth-child(1) .item.selected {
  background: #CC755E;
}
#vouchersAmounts form .col:nth-child(2) .item:hover::before {
  background: #E99E3C;
}
#vouchersAmounts form .col:nth-child(2) .item.selected {
  background: #E99E3C;
}
#vouchersAmounts form .col:nth-child(3) .item:hover::before {
  background: #A7D852;
}
#vouchersAmounts form .col:nth-child(3) .item.selected {
  background: #A7D852;
}
#vouchersAmounts form .col:nth-child(4) .item:hover::before {
  background: #2B9CB4;
}
#vouchersAmounts form .col:nth-child(4) .item.selected {
  background: #2B9CB4;
}
#vouchersAmounts form .col:nth-child(5) .item:hover::before {
  background: #4885FF;
}
#vouchersAmounts form .col:nth-child(5) .item.selected {
  background: #4885FF;
}
#vouchersAmounts form .col:nth-child(6) .item:hover::before {
  background: #C671FF;
}
#vouchersAmounts form .col:nth-child(6) .item.selected {
  background: #C671FF;
}
#vouchersAmounts form .col .item .name {
  margin: 0 auto 0 0;
  color: #0D2834;
}

#vouchersAmounts form .col .price {
  font-size: 46px;
  font-weight: 800;
  line-height: 63px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 auto;
  color: #0D2834;
}

#vouchersAmounts form .col .price span {
  font-size: 24px;
  line-height: 47px;
  margin-left: 6px;
}

#vouchersAmounts form .col .choose-sum {
  padding: 5px 34px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#vouchersAmounts form .col .choose-sum:before {
  background: #C2B16E;
  border-radius: 12px;
  content: '';
  height: 100%;
  width: 18px;
}

#vouchersAmounts form .col .choose-sum .label {
  margin-left: 34px;
}

#vouchersAmounts form .col .choose-sum .chevron {
  margin: 0 0 0 auto;
}

#vouchersAmounts form .actions {
  display: flex;
  justify-content: left;
  gap: 36px;
}

#vouchersAmounts form .actions .btn {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.36px;
  height: 60px;
  border-radius: 30px;
}

#vouchersAmounts form .actions .order {
  background: #FF9501;
  width: 312px;
}

@media (max-width: 767.98px) {
  #vouchersAmounts {
    padding: 36px 12px;
  }
  
  #vouchersAmounts .head h1 {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  
  #vouchersAmounts .head p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 24px;
  }
  #vouchersAmounts .vouchers-order {
    padding: 0;
  }
  
  #vouchersAmounts .vouchers-order .row {
    margin-top: 0;
  }
  
  #vouchersAmounts form .container {
    margin-top: 12px;
  }
  
  #vouchersAmounts form .container .row {
    margin-bottom: 36px;
  }
  
  #vouchersAmounts form .container .col {
    padding: 0 6px 0 12px;
  }
  
  #vouchersAmounts form .container .col:nth-child(2n+2) {
    padding: 0 12px 0 6px;
  }
  
  #vouchersAmounts form .col:not(.choose-sum-wrap) div {
    height: 63px;
    padding: 15px 6px;
  }
  
  #vouchersAmounts form .col .form-check-label, #vouchersAmounts form .col .label {
    font-size: 14px;
    line-height: 19px;
    margin-left: 4px;
  }
  
  #vouchersAmounts form .col .price {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  
  #vouchersAmounts form .col .price span {
    font-size: 16px;
    line-height: 19px;
  }
  
  #vouchersAmounts form .col .choose-sum {
    height: 63px;
    padding-right: 10px;
  }
  #vouchersAmounts form .col .choose-sum:before {
    width: 12px;
  }
  
  #vouchersAmounts form .col .choose-sum .label {
    font-size: 16px;
    line-height: 22px;
    margin-left: 12px;
  }
  
  #vouchersAmounts form .actions {
    flex-wrap: wrap;
    gap: 12px;
  }
  
  #vouchersAmounts form .actions .btn {
    width: 100%;
  }
}
#voucherForAmountRequestBtn {
  display: none;
}
#voucherForAmountSelectionForm .choose-sum-options {
  background: #EFEFEF;
  width: calc(100% - 25px);
  margin-top: -5px !important;
}
#voucherForAmountSelectionForm .choose-sum-options ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
#voucherForAmountSelectionForm .choose-sum-options ul li {
  padding: 0px;
  margin: 8px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 24px;
} 
#voucherForAmountSelectionForm .choose-sum-options ul li:hover {
  background: #FFFFFF;
}
#voucherForAmountSelectionForm .choose-sum-options ul li label {
  display: block;
  cursor: pointer;
}
#voucherForAmountSelectionForm .choose-sum-options ul li a {
  color: #0D2834;
}
#voucherForAmountSelectionForm .choose-sum-options ul li input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#voucherForAmountSelectionForm .choose-sum-wrap {
  position: relative;
}
.image-style-align-center {
  text-align: center;
}
.image-style-align-center img {
  display: inline-block;
  margin: 0 auto;
}