/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-anchor: none;
  scroll-behavior: smooth;
  font-family: "neue-haas-grotesk-display" !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-container {
  overflow: hidden;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.content-container {
  margin: 0 auto;
  max-width: 1696px;
  padding: 0 24px;
}

.neue-haas-grotesk-display-400 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.neue-haas-grotesk-display-500 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.neue-haas-grotesk-display-600 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.neue-haas-grotesk-display-700 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main-btn {
  padding: 12px 29.2px;
  color: #000;
  transition: padding 0.2s ease-in-out;
  border-radius: 27px;
  border: none;
}

.main-btn svg {
  width: 11.54px;
  height: 10.1px;
  margin-left: 10px;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

.main-btn:hover {
  color: #000;
}

.main-btn:hover svg {
  transform: translateX(3px);
}

.main-btn.black-btn {
  color: #fff;
  background-color: #1d1d1f;
}

@media only screen and (min-width: 992px) {
  .main-btn {
    padding: 14px 30px 13px;
  }
  .main-btn svg {
    width: 16px;
    height: 14px;
    margin-left: 12.6px;
  }
  .main-btn:hover svg {
    transform: translateX(4px);
  }
}

.main-btn.green-btn {
  color: #01232B;
  background-color: #7BE584;
}

.title-1 {
  font-size: 32px;
  line-height: 35.5px;
}

@media only screen and (min-width: 992px) {
  .title-1 {
    font-size: 56px;
    line-height: 64.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-1 {
    font-size: 80px;
    line-height: 93.5px;
  }
}

.title-2 {
  font-size: 26px;
  line-height: 33px;
}

@media only screen and (min-width: 992px) {
  .title-2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-2 {
    font-size: 64px;
    line-height: 81px;
  }
}

.title-3 {
  font-size: 22px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) {
  .title-3 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-3 {
    font-size: 48px;
    line-height: 57.5px;
  }
}

.title-4 {
  font-size: 20px;
  line-height: 25px;
}

@media only screen and (min-width: 992px) {
  .title-4 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-4 {
    font-size: 36px;
    line-height: 45px;
  }
}

.text-1 {
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 992px) {
  .text-1 {
    font-size: 21px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 1200px) {
  .text-1 {
    font-size: 21px;
    line-height: 21px;
  }
}

.text-2 {
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 992px) {
  .text-2 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .text-2 {
    font-size: 28px;
    line-height: 33px;
  }
}

.text-color-1 {
  color: #707070;
}

.text-color-2 {
  color: #1d1d1f;
}

.content-container .navbar {
  padding: 24px 0;
}

@media only screen and (min-width: 992px) {
  .content-container .navbar {
    padding: 41px 0;
  }
}

.content-container .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3e%3cg transform='translate(0 -4)'%3e%3crect width='24' height='2' rx='1' transform='translate(0 11)' fill='%231d1d1f'/%3e%3crect width='24' height='2' rx='1' transform='translate(0 4)' fill='%231d1d1f'/%3e%3crect width='24' height='2' rx='1' transform='translate(0 18)' fill='%231d1d1f'/%3e%3c/g%3e%3c/svg%3e ");
}

.content-container .navbar .navbar-toggler {
  border: none;
  padding: 1px 12px;
  margin-right: -12px;
}

.content-container .navbar .navbar-toggler:focus {
  box-shadow: none;
}

.header {
  border-bottom: 1px solid #babdbf;
}

.nav-link {
  color: #707070;
}

.nav-link span {
  position: relative;
}

.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 2px;
  width: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out;
}

.nav-link:hover, .nav-link.active {
  color: #1d1d1f;
}

.nav-link:hover span:after, .nav-link.active span:after {
  background-color: #1d1d1f;
  width: 100%;
}

.navbar {
  font-size: 18px;
  line-height: 27px;
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .navbar-brand img {
  max-height: 32px;
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-brand {
    margin-top: -4px;
  }
  .navbar .navbar-brand img {
    max-height: 54px;
  }
  .navbar .navbar-nav {
    margin: 0 auto;
  }
  .navbar .nav-item {
    margin: 0 10px;
  }
  .navbar .main-btn {
    margin-right: -3px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar {
    font-size: 20px;
  }
  .navbar .nav-item {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .navbar {
    font-size: 24px;
  }
  .navbar .navbar-nav {
    padding-right: 130px;
  }
  .navbar .nav-item {
    margin: 0 35px;
  }
}

.hero {
  padding-top: 40px;
}

.hero .title-1 {
  margin-bottom: 8px;
}

.hero p {
  margin-bottom: 10px;
}

.hero .main-btn {
  color: #1B8EA8;
}

.hero .content-container {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .hero {
    padding-top: 104px;
  }
  .hero .title-1 {
    margin: 0 auto 6px;
    max-width: 1348px;
  }
  .hero p {
    margin: 0 auto 12px;
    max-width: 1072px;
  }
  .hero .content-container {
    margin-bottom: 48px;
  }
}

.cards {
  background-color: #FBFBFD;
}

.cards__wrap {
  margin: 12px -4px 0;
}

.cards__title {
  margin-bottom: 8px;
}

.cards__subtitle {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .cards__wrap {
    margin: 12px -4px 0;
  }
  .cards__subtitle {
    margin-bottom: 22px;
  }
}

.card-item {
  background-color: #fff;
  padding: 24px 24px 32px;
  height: 100%;
}

.card-item__img {
  margin-bottom: 16px;
}

.card-item__img img {
  height: 101px;
}

.card-item__title {
  margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
  .card-item {
    padding: 32px 48px 45px;
  }
  .card-item__img {
    margin-bottom: 24px;
  }
  .card-item__img img {
    height: 150px;
  }
  .card-item__title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .card-item {
    padding: 42px 78px 60px;
  }
}

@media only screen and (min-width: 1400px) {
  .card-item {
    padding: 72px 108px 90px;
  }
  .card-item__img img {
    height: 200px;
  }
}

@media only screen and (min-width: 1600px) {
  .card-item {
    padding: 102px 138px 120px;
  }
}

.cards-full {
  background-color: #FBFBFD;
  padding-bottom: 40px;
}

.cards-full__item {
  padding: 32px 24px 51px;
  background-color: #fff;
  margin-bottom: 18px;
}

.cards-full__item:last-child {
  margin-bottom: 0;
}

.cards-full__text {
  margin-top: 18px;
}

@media only screen and (min-width: 768px) {
  .cards-full {
    padding-bottom: 124px;
  }
  .cards-full__item {
    padding: 62px 0;
  }
  .cards-full__item .order-md-0 .cards-full__text {
    padding-left: 54px;
    padding-right: 0;
  }
  .cards-full__text {
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 54px;
  }
  .cards-full__text svg {
    margin: 0 auto 20px;
  }
  .cards-full__img {
    padding: 0 54px;
  }
  .cards-full__img img {
    width: 100%;
    max-width: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-full__item {
    padding: 93px 0;
    margin-bottom: 32px;
  }
  .cards-full__item .order-md-0 .cards-full__text {
    padding-left: 74px;
    padding-right: 0;
  }
  .cards-full__text {
    padding-right: 74px;
  }
  .cards-full__text svg {
    margin: 0 auto 30px;
  }
}

@media only screen and (min-width: 1400px) {
  .cards-full__item {
    padding: 123px 0;
  }
  .cards-full__item .order-md-0 .cards-full__text {
    padding-left: 138px;
    padding-right: 0;
  }
  .cards-full__text {
    padding-right: 138px;
  }
  .cards-full__text svg {
    margin: 0 auto 50px;
  }
}

.markets {
  background-color: #FBFBFD;
  padding-bottom: 39px;
}

@media only screen and (min-width: 768px) {
  .markets {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .markets {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .markets {
    padding-bottom: 122px;
  }
}

.markets__tiktok-icon {
  margin: 2px 0 10px;
}

.markets__text p {
  margin: 0 auto 7px;
  max-width: 1348px;
}

.markets__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .markets__text p {
    margin-bottom: 10px;
  }
}

.markets-card {
  background-color: #fff;
  padding: 24px 0;
  margin-bottom: 18px;
}

.markets-card__img img {
  width: 100%;
}

.markets-card__title {
  margin-bottom: 8px;
}

.markets-card__text {
  padding: 18px 24px 0;
}

.markets-card__text li {
  margin-bottom: 9px;
}

.markets-card__text li:last-child {
  margin-bottom: 0;
}

.markets-card__list-icon {
  width: 18px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .markets-card {
    padding: 46px 0;
    margin-bottom: 32px;
  }
  .markets-card__img {
    margin-left: 54px;
    max-width: 934px;
  }
  .markets-card__text {
    padding: 0 54px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .markets-card {
    padding: 69px 0;
    margin-bottom: 48px;
  }
  .markets-card__img {
    margin-left: 74px;
  }
  .markets-card__list-icon {
    width: 24px;
  }
  .markets-card__text li {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1400px) {
  .markets-card__title {
    margin-bottom: 29px;
  }
}

@media only screen and (min-width: 1600px) {
  .markets-card__img {
    margin-left: 138px;
  }
  .markets-card__text {
    padding-left: 40px;
  }
}

.cards-team {
  background-color: #FBFBFD;
  padding-bottom: 22px;
}

.cards-team__title {
  margin-bottom: 19px;
}

.cards-team__item {
  padding: 9px 9px 18px;
  background-color: #fff;
  margin-bottom: 18px;
}

.cards-team__text {
  flex: 1 1 100%;
}

.cards-team__img {
  margin-bottom: 18px;
  border-radius: 3px;
  overflow: hidden;
}

.cards-team__subtitle {
  margin-bottom: 9px;
}

@media only screen and (min-width: 768px) {
  .cards-team {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .cards-team {
    padding-bottom: 90px;
  }
  .cards-team__title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cards-team {
    padding-bottom: 121px;
  }
  .cards-team__title {
    margin-bottom: 50px;
  }
  .cards-team__wrap {
    margin: 0 -4px;
  }
  .cards-team__item {
    padding: 12px 12px 32px;
    margin: 0 4px;
  }
  .cards-team__img {
    margin-bottom: 24px;
  }
  .cards-team__subtitle {
    margin-bottom: 22px;
  }
}

.questions {
  background-color: #FBFBFD;
  padding-bottom: 40px;
}

.questions__wrap {
  padding: 64px 25px;
  background-color: #01232B;
  color: #fff;
}

.questions__text {
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}

.questions__btn {
  margin-top: 32px;
}

@media only screen and (min-width: 768px) {
  .questions {
    padding-bottom: 60px;
  }
  .questions__btn {
    margin: 0 0 18px;
  }
  .questions__btn-wrap {
    margin-left: -24px;
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (min-width: 992px) {
  .questions {
    padding-bottom: 80px;
  }
  .questions__wrap {
    padding: 85px 54px 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .questions {
    padding-bottom: 100px;
  }
  .questions__wrap {
    padding: 109px 74px 78px;
  }
}

@media only screen and (min-width: 1400px) {
  .questions {
    padding-bottom: 124px;
  }
  .questions__wrap {
    padding: 169px 138px 108px;
  }
}

.footer {
  background-color: #F5F5F7;
  padding: 63px 0 32px;
  margin-bottom: 47px;
}

.footer__col {
  margin-bottom: 31px;
}

.footer__brand {
  font-size: 14px;
  line-height: 19px;
}

.footer__col-title {
  margin-bottom: 10px;
}

.footer__social-list {
  margin: 0 -9px;
}

.footer__social-list li {
  margin: 0 9px;
}

.footer__social-list svg path {
  transition: all 0.2s ease-in-out;
  fill: #707070;
}

.footer__social-list a:hover svg path {
  fill: #1d1d1f;
}

.footer__input {
  border-radius: 2px;
  padding: 12px;
  border: 1px solid #707070;
  outline: none;
  background-color: transparent;
}

.footer__input::placeholder {
  color: #B9BDBF;
}

.footer__input-text {
  font-size: 10px;
  line-height: 11px;
  margin-top: 5px;
}

.footer__copy {
  margin-top: 17px;
  border-top: 1px solid #BABDBF;
  padding-top: 10px;
}

.footer__copy-text {
  font-size: 11px;
  line-height: 13px;
}

@media only screen and (min-width: 992px) {
  .footer {
    margin-bottom: 0;
    padding: 147px 0 84px;
  }
  .footer__brand {
    font-size: 16px;
    line-height: 21px;
  }
  .footer__copy {
    margin-top: 104px;
    padding-top: 18px;
  }
  .footer__copy .nav-link {
    margin: 0 18px;
    color: #707070;
  }
  .footer__copy .nav-link::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #BABDBF;
    position: absolute;
    right: 0;
  }
  .footer__copy .nav-link:hover {
    color: #1d1d1f;
  }
  .footer__copy-links {
    margin-left: -18px;
  }
  .footer__copy-links li:last-child .nav-link::after {
    display: none;
  }
  .footer__copy-text {
    font-size: 18px;
    line-height: 20px;
  }
  .footer__copy-logo svg {
    width: 20px;
    height: 24px;
  }
}

.modal .modal-dialog {
  margin: 8px 36px;
}

.modal .modal-header {
  border-bottom: 0;
}

.modal .modal-header .btn-close {
  margin: -6px -10px -8px auto;
}

.modal .modal-body {
  padding: 24px;
  min-height: 460px;
}

.modal .progress-wrap {
  margin-bottom: 36px;
}

.modal .progress {
  background-color: #FBFBFD;
  border-radius: 2px;
  margin-right: 12px;
  height: 10px;
}

.modal .progress-bar {
  border-radius: 2px;
  background-color: #7BE584;
}

.modal .progress-state {
  font-size: 10px;
  line-height: 11px;
}

.modal .modal-input {
  border: 1px solid #707070;
  border-radius: 2px;
  padding: 12px 18px;
  margin: 5px 0 0;
  resize: none;
}

.modal .modal-input::placeholder {
  color: #B9BDBF;
  font-weight: 400;
}

.modal .modal-input.modal-select {
  padding: 12px 45px 12px 18px;
}

.modal .modal-input.modal-textarea {
  margin-bottom: 0;
  height: 94px;
}

.modal .modal-btn-wrap {
  margin-top: 12px;
}

.modal .modal-checkboxes {
  margin-top: 12px;
}

.modal .modal-checkboxes > div {
  margin-top: 8px;
}

.modal .modal-checkboxes > div:first-of-type {
  margin-top: 0;
}

.modal .modal-checkboxes span {
  line-height: 20px;
}

.modal .modal-img img {
  max-height: 200px;
}

.modal .modal-skip {
  font-size: 12px;
  line-height: 14px;
  color: #B9BDBF;
  cursor: pointer;
}

.modal .main-btn {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 24px;
}

.modal .main-btn.close-btn {
  padding: 10px 43px;
}

.modal .modal-form-item {
  padding-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  .modal .modal-dialog {
    margin: 1.75rem auto;
  }
}

@media only screen and (min-width: 992px) {
  .modal .modal-header .btn-close {
    margin: 0px 0px -8px auto;
  }
  .modal .modal-body {
    padding: 53px 74px 24px;
    min-height: auto;
  }
  .modal .modal-dialog {
    max-width: 742px;
  }
  .modal .progress-wrap {
    margin-bottom: 27px;
  }
  .modal .progress {
    margin-right: 17px;
  }
  .modal .progress-state {
    font-size: 14px;
    line-height: 16px;
  }
  .modal .modal-input {
    margin: 15px 0 0;
  }
  .modal .modal-input.modal-textarea {
    height: 100px;
  }
  .modal .modal-img {
    padding-left: 36px;
    margin-left: auto;
  }
  .modal .modal-img img {
    width: 100%;
    max-width: 382px;
    max-height: none;
  }
  .modal .modal-btn-wrap {
    margin-top: 24px;
  }
  .modal .modal-skip {
    font-size: 18px;
    line-height: 20px;
  }
  .modal .main-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 24px;
  }
  .modal .main-btn:hover {
    padding: 12px 24px;
  }
  .modal .main-btn.close-btn {
    padding: 12px 52px;
  }
  .modal .modal-form-item {
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal .modal-body {
    padding: 58px 100px 24px;
  }
  .modal .modal-dialog {
    max-width: 950px;
  }
  .modal .modal-form-item {
    padding-bottom: 54px;
  }
}

@media only screen and (min-width: 1400px) {
  .modal .modal-body {
    padding: 63px 120px 24px;
  }
  .modal .modal-dialog {
    max-width: 1150px;
  }
}

@media only screen and (min-width: 1600px) {
  .modal .modal-body {
    padding: 68px 138px 24px;
  }
  .modal .modal-dialog {
    max-width: 1348px;
  }
  .modal .modal-form-item {
    margin-right: -34px;
    z-index: 1;
    position: relative;
  }
  .modal .modal-checkboxes {
    display: flex;
  }
  .modal .modal-checkboxes > div {
    margin-top: 0;
  }
  .modal .modal-checkboxes > div:first-of-type {
    margin-right: 48px;
  }
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: brightness(100%);
  backdrop-filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.modal-backdrop.show {
  opacity: 1 !important;
  -webkit-backdrop-filter: brightness(70%);
  backdrop-filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

select option {
  color: #1d1d1f;
}

select:required:invalid {
  color: #B9BDBF;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMi4wMjAwMDEgNi43NjAyNzE5IiBoZWlnaHQ9IjYuNzYwMjcxNSIgd2lkdGg9IjEyLjAyIj4KICA8cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojQTBBRUMwO3N0cm9rZS13aWR0aDoxLjUwMDYwNTQ2O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZCIgZD0iTSAxMS4yNjIxMTksMC43NTc4ODA5OCA2LjAxMDAwMDEsNi4wMSAwLjc1Nzg4MDk4LDAuNzU3ODgwOTgiIGlkPSJjaGV2cm9uLWRvd24iIC8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: auto;
  outline: none;
}

option[value=""][disabled] {
  display: none;
}

.checkbox {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-right: 8px;
}

.checkbox input {
  opacity: 0;
  height: 0;
  width: 0;
}

.checkmark {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1px;
  border: 1px solid #707070;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

.checkmark:hover {
  background-color: #E5E8EA;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9.745' viewBox='0 0 14 9.745'%3e%3cpath d='M8.456,14.431,5.148,11.123a.844.844,0,0,0-1.194,0h0a.844.844,0,0,0,0,1.194l3.308,3.308a1.688,1.688,0,0,0,2.388,0l7.81-7.81a.844.844,0,0,0,0-1.194h0a.844.844,0,0,0-1.194,0Z' transform='translate(-3.707 -6.374)' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9.745' viewBox='0 0 14 9.745'%3e%3cpath d='M8.456,14.431,5.148,11.123a.844.844,0,0,0-1.194,0h0a.844.844,0,0,0,0,1.194l3.308,3.308a1.688,1.688,0,0,0,2.388,0l7.81-7.81a.844.844,0,0,0,0-1.194h0a.844.844,0,0,0-1.194,0Z' transform='translate(-3.707 -6.374)' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

.fixed-btn-wrap {
  bottom: 0;
}

.fixed-btn-wrap .main-btn {
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

