.regularForm_regularForm__Ml9Kw {
  width: 100%;
}
.regularForm_form__H1y0k {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}
.regularForm_form__H1y0k .regularForm_rowRateLimitError__j8J6W {
  grid-column: 1/-1;
  text-align: center;
}
.regularForm_form__H1y0k .regularForm_rateLimitMessage__TUsXY {
  color: #e70004;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.regularForm_form__H1y0k .regularForm_rowSubmit__7Chde {
  margin-top: 8px;
}
.regularForm_form__H1y0k .regularForm_rowCheckboxArea__lCr8k {
  position: relative;
  grid-column: 1/-1;
}
.regularForm_form__H1y0k .regularForm_checkbox__V8XqZ {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.regularForm_form__H1y0k .regularForm_checkbox__V8XqZ:hover {
  border-color: #575757;
}
.regularForm_form__H1y0k .regularForm_checkbox__V8XqZ.regularForm_invalid__pBGnS {
  border-color: #e70004;
}
.regularForm_form__H1y0k
  .regularForm_checkbox__V8XqZ.regularForm_invalid__pBGnS
  .regularForm_checkboxBox__Uh4A6 {
  background-image: url(../../../images/checkbox_not_checked.svg);
}
.regularForm_form__H1y0k
  .regularForm_checkbox__V8XqZ.regularForm_invalid__pBGnS
  .regularForm_checkboxText__34T1R {
  color: #e70004;
}
.regularForm_form__H1y0k .regularForm_checkbox__V8XqZ.regularForm_invalid__pBGnS:hover {
  border-color: #e70004;
}
.regularForm_form__H1y0k .regularForm_checkboxInput___noMI {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.regularForm_form__H1y0k .regularForm_checkboxBox__Uh4A6 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../../images/checkbox_unchecked.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  fill: #2f3542;
}
.regularForm_form__H1y0k .regularForm_checked__OzGhq .regularForm_checkboxBox__Uh4A6 {
  background-image: url(../../../images/checkbox_checked.svg);
}
.regularForm_form__H1y0k .regularForm_checkboxText__34T1R {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: Nunito Sans;
  color: #575757;
}
.regularForm_form__H1y0k .regularForm_checkboxText__34T1R a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.regularForm_form__H1y0k .regularForm_checked__OzGhq .regularForm_checkboxText__34T1R {
  color: #0d623c;
}
.regularForm_form__H1y0k
  .regularForm_checkboxInput___noMI:focus-visible
  ~ .regularForm_checkboxBox__Uh4A6 {
  outline: 2px solid #1d8556;
  outline-offset: 3px;
  border-radius: 50%;
}
.regularForm_form__H1y0k .regularForm_error__04Kxi {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.regularForm_form__H1y0k .regularForm_rowTextArea__FGMT0 textarea {
  height: 140px;
}
@media (min-width: 414px) {
  .regularForm_form__H1y0k {
    row-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .regularForm_form__H1y0k .regularForm_rowTextArea__FGMT0 textarea {
    height: 120px;
  }
  .regularForm_form__H1y0k .regularForm_rowEmailArea__8kiEY,
  .regularForm_form__H1y0k .regularForm_rowPhoneArea__yVS8U,
  .regularForm_form__H1y0k .regularForm_rowSubmit__7Chde,
  .regularForm_form__H1y0k .regularForm_rowTextArea__FGMT0,
  .regularForm_form__H1y0k .regularForm_selectArea__utruh {
    grid-column: 1/3;
  }
  .regularForm_form__H1y0k .regularForm_rowSubmit__7Chde {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .regularForm_form__H1y0k .regularForm_rowPhoneArea__yVS8U {
    grid-column: 1/2;
  }
  .regularForm_form__H1y0k .regularForm_rowEmailArea__8kiEY {
    grid-column: 2/3;
  }
}
@media (min-width: 1366px) {
  .regularForm_form__H1y0k {
    row-gap: 16px;
  }
  .regularForm_form__H1y0k .regularForm_emailArea__BAAUC,
  .regularForm_form__H1y0k .regularForm_phoneArea__Qw9I6 {
    grid-column: 1/3;
  }
}
.errorChips_container__0bf7K {
  position: relative;
}
.errorChips_icon__ZtmOk {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.errorChips_icon__ZtmOk svg {
  width: 20px;
  height: 20px;
  display: block;
}
.errorChips_chip__9AQB0 {
  position: absolute;
  top: -36px;
  right: 6px;
  padding: 2px 8px;
  display: block;
  border-radius: 4px;
  background-color: #232323;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-wrap: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.errorChips_chip__9AQB0.errorChips_visible__pvXUA {
  opacity: 1;
}
.RegularInput_container__jXnwa {
  overflow: hidden;
  border: 2px solid #ececec;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.RegularInput_container__jXnwa:hover {
  border-color: #575757;
}
.RegularInput_container__jXnwa textarea {
  display: block;
}
.RegularInput_container__jXnwa input,
.RegularInput_container__jXnwa textarea {
  padding: 10px 12px;
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  color: #2a2a2a;
  resize: none;
  font-family: var(--font-reddit);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.RegularInput_container__jXnwa input:hover:not(:disabled)::placeholder,
.RegularInput_container__jXnwa textarea:hover:not(:disabled)::placeholder {
  color: #2a2a2a;
}
.RegularInput_container__jXnwa input::placeholder,
.RegularInput_container__jXnwa textarea::placeholder {
  color: #575757;
  transition: all 0.3s ease;
}
.RegularInput_container__jXnwa label {
  top: 0;
  left: 0;
  position: absolute;
  transform-origin: top left;
  transform: translate(0);
  transition: all 0.2s ease;
  color: #e70004;
  pointer-events: none;
  visibility: hidden;
}
.RegularInput_container__jXnwa.RegularInput_active__Okuq4 {
  border-color: #575757;
}
.RegularInput_container__jXnwa.RegularInput_active__Okuq4 label {
  padding: 0 8px;
  transform: translate(8px, -8px);
  font-size: 78%;
  line-height: 16px;
}
.RegularInput_container__jXnwa.RegularInput_invalid__RGG5_ {
  border-color: #e70004;
}
.RegularInput_container__jXnwa.RegularInput_invalid__RGG5_ input::placeholder {
  color: #e70004 !important;
}
.RegularInput_container__jXnwa.RegularInput_invalid__RGG5_ textarea::placeholder {
  color: #e70004 !important;
}
.RegularInput_error__z_w37 {
  position: absolute;
  top: 28px;
  right: 12px;
}
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../media/aa1b27f9e325731f-s.woff2) format("woff2");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../media/c126d80dc21dff90-s.woff2) format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../media/e850464f9dfbb75b-s.woff2) format("woff2");
  unicode-range:
    u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301,
    u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../media/357067f10075d686-s.woff2) format("woff2");
  unicode-range:
    u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329,
    u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f,
    u+a720-a7ff;
}
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../media/68180864d7f93f02-s.p.woff2) format("woff2");
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Nunito Sans Fallback;
  src: local("Arial");
  ascent-override: 99.71%;
  descent-override: 34.82%;
  line-gap-override: 0%;
  size-adjust: 101.39%;
}
.__className_ad9d8d {
  font-family:
    Nunito Sans,
    Nunito Sans Fallback;
  font-style: normal;
}
.__variable_ad9d8d {
  --font-nunito: "Nunito Sans", "Nunito Sans Fallback";
}
.basicButton_basicButton__GrsiW {
  padding: 10px 32px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-reddit);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.basicButton_basicButton__GrsiW:disabled {
  cursor: auto;
}
.basicButton_basicButtonBlack__aeIxz {
  background-color: #080808;
  color: #f5f5f5;
}
.basicButton_basicButtonBlack__aeIxz:hover:not(:disabled) {
  background-color: #fff;
  color: #080808;
}
.basicButton_basicButtonBlack__aeIxz:active:not(:disabled) {
  background-color: #ececec;
  color: #080808;
}
.basicButton_basicButtonBlue__Tppp4 {
  background-color: #1d8556;
  color: #fff;
}
.basicButton_basicButtonBlue__Tppp4:hover:not(:disabled) {
  background-color: #0d623c;
}
.basicButton_basicButtonBlue__Tppp4:active:not(:disabled) {
  background-color: #1d8556;
}
.basicButton_basicButtonGold__7RKQ0 {
  background-color: #e0c680;
  color: #2a2a2a;
}
.basicButton_basicButtonGold__7RKQ0:hover:not(:disabled) {
  background-color: #e0bd5d;
}
.basicButton_basicButtonGold__7RKQ0:active:not(:disabled) {
  background-color: #c69024;
}
.RegularSelect_select__xWSD1 {
  position: relative;
  padding: 10px 14px;
  border: 2px solid #ececec;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #575757;
  outline: none;
  border-radius: 12px;
  font-size: 18px;
  line-height: 32px;
}
.RegularSelect_select__xWSD1:hover {
  border-color: #575757;
  color: #575757;
}
.RegularSelect_select__xWSD1:hover .RegularSelect_selectselectIcon___xJv_ svg path {
  fill: #2a2a2a;
}
.RegularSelect_select__xWSD1 .RegularSelect_selectIcon__pEg6X {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.RegularSelect_select__xWSD1 .RegularSelect_selectIcon__pEg6X svg {
  width: 100%;
  height: 100%;
  display: block;
}
.RegularSelect_select__xWSD1 .RegularSelect_selectIcon__pEg6X svg path {
  transition: transform fill 0.2s;
  fill: #575757;
}
.RegularSelect_select__xWSD1.RegularSelect_selectValueInvalid__N5KBE {
  color: #e70004;
  border-color: #e70004;
}
.RegularSelect_select__xWSD1.RegularSelect_selectValueInvalid__N5KBE
  .RegularSelect_selectIcon__pEg6X {
  display: none;
}
.RegularSelect_select__xWSD1.RegularSelect_selectValueFilled__VGTg5 {
  color: #2a2a2a;
  border-color: #575757;
}
.RegularSelect_selectLabel__95_dx {
  position: absolute;
  left: 0;
  padding: 0 8px;
  font-size: 78%;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform: translate(8px);
}
.RegularSelect_selectLabelFilled__f_2E0 {
  opacity: 1;
  transform: translate(8px, -24px);
}
@media (min-width: 414px) {
  .RegularSelect_selectLabelFilled__f_2E0 {
    transform: translate(8px, -28px);
  }
}
@media (min-width: 1366px) {
  .RegularSelect_selectLabelFilled__f_2E0 {
    transform: translate(8px, -24px);
  }
}
.RegularSelect_selectActive__LQQt5 .RegularSelect_selectIcon__pEg6X {
  transform: rotate(180deg);
}
.RegularSelect_selectActive__LQQt5 .RegularSelect_selectIcon__pEg6X svg path {
  fill: #2a2a2a;
}
.RegularSelect_selectValue__WX2GD {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
}
.RegularSelect_selectDropdown__e4Xz8 {
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: -2px;
  top: calc(100% + 8px);
  max-height: 220px;
  width: calc(100% + 4px);
  background: #fff;
  opacity: 0;
  transition:
    visibility 0.1s ease,
    opacity 0.1s ease;
  z-index: 100;
  padding: 8px 0;
  border: 2px solid #2a2a2a;
  border-radius: 12px;
}
@media (min-width: 1366px) {
  .RegularSelect_selectDropdown__e4Xz8 {
    max-height: 250px;
  }
}
.RegularSelect_selectDropdownInner__FNFi8 {
  overflow-y: auto;
  height: 100%;
  padding-right: 4px;
}
.RegularSelect_selectDropdownInner__FNFi8::-webkit-scrollbar {
  width: 7px;
}
.RegularSelect_selectDropdownInner__FNFi8::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 12px;
  z-index: -1;
}
.RegularSelect_selectDropdownInner__FNFi8::-webkit-scrollbar-thumb {
  background-color: #2a2a2a;
  border-radius: 12px;
  border: 4px solid #2a2a2a;
  height: 10px;
}
.RegularSelect_selectDropdownActive__Uh902 {
  visibility: visible;
  opacity: 1;
}
.RegularSelect_selectDropdownItem__lCQzk {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #575757;
  transition: color 0.3s;
}
.RegularSelect_selectDropdownItem__lCQzk:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #0d623c;
  opacity: 0;
  transition: opacity 0.3s;
}
.RegularSelect_selectDropdownItem__lCQzk:hover {
  color: #2a2a2a;
}
.RegularSelect_selectDropdownItem__lCQzk:hover:before {
  opacity: 1;
}
.RegularSelect_error__n_MLG {
  position: absolute;
  top: 28px;
  right: 12px;
}
.header_header__nO73c {
  z-index: 999;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 0;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
  border-radius: 0 0 32px 32px;
}
@media (min-width: 768px) {
  .header_header__nO73c {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1366px) {
  .header_header__nO73c {
    padding: 32px 0;
  }
}
.header_header__nO73c.header_scrolled__LkSgv {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header_header__nO73c .header_headerInner__5XgZ1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_header__nO73c .header_headerLogo__7FRr4 img {
  display: block;
}
.PhoneNumber_phoneNumber__uh_0W {
  position: relative;
  background: #fff;
  border: 2px solid #ececec;
  height: 56px;
  width: 100%;
  display: flex;
  transition: all 0.2s ease;
  border-radius: 12px;
  font-family: var(--font-reddit);
}
.PhoneNumber_phoneNumber__uh_0W:hover {
  border-color: #575757;
}
.PhoneNumber_phoneNumber__uh_0W input,
.PhoneNumber_phoneNumber__uh_0W span {
  font-size: 18px;
  line-height: 32px;
}
.PhoneNumber_phoneNumber__uh_0W input {
  outline: none;
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 0;
}
.PhoneNumber_phoneNumber__uh_0W.PhoneNumber_phoneNumberFilled__4vT9t,
.PhoneNumber_phoneNumber__uh_0W:focus-within {
  border-color: #575757;
}
.PhoneNumber_phoneNumber__uh_0W.PhoneNumber_phoneNumberFilled__4vT9t .PhoneNumber_label__bYrZh,
.PhoneNumber_phoneNumber__uh_0W:focus-within .PhoneNumber_label__bYrZh {
  opacity: 1;
  padding: 0 8px;
  transform: translate(8px, -8px);
  font-size: 78%;
  line-height: 16px;
}
.PhoneNumber_phoneNumber__uh_0W.PhoneNumber_phoneNumberFilled__4vT9t
  .PhoneNumber_phoneNumberToggle__2k8fM,
.PhoneNumber_phoneNumber__uh_0W:focus-within .PhoneNumber_phoneNumberToggle__2k8fM {
  border-right: 2px solid #575757;
}
.PhoneNumber_phoneInputBlock__YCDOY {
  position: relative;
  flex: 1 1;
}
.PhoneNumber_label__bYrZh {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transform-origin: top left;
  transform: translate(0);
  transition: all 0.2s ease;
  color: #616267;
  pointer-events: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 16px;
}
.PhoneNumber_phoneNumberInvalid__1wJVc {
  border-color: #e70004 !important;
  color: #e70004;
}
.PhoneNumber_phoneNumberInvalid__1wJVc .PhoneNumber_label__bYrZh {
  opacity: 1;
  padding: 0 8px;
  transform: translate(8px, -8px);
  font-size: 78%;
  line-height: 16px;
}
.PhoneNumber_phoneNumberInvalid__1wJVc .PhoneNumber_phoneNumberToggle__2k8fM {
  border-right-color: #575757;
}
.PhoneNumber_phoneNumberInvalid__1wJVc input {
  color: #e70004;
}
.PhoneNumber_phoneNumberInvalid__1wJVc input::placeholder {
  color: #e70004;
}
.PhoneNumber_error__Cnq9i {
  position: absolute;
  top: 28px;
  right: 12px;
}
.PhoneNumber_phoneNumberLoading__LhyLZ {
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.1) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.1) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: PhoneNumber_placeholder-wave__gEwlz 2s linear infinite;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.PhoneNumber_phoneNumberLoading__LhyLZ span {
  background-color: #e6e6e600;
  display: block;
  width: 100px;
  border-radius: 0;
  height: 24px;
  margin: 0;
}
@media (min-width: 414px) {
  .PhoneNumber_phoneNumberLoading__LhyLZ span {
    margin: 7px 0;
  }
}
@media (min-width: 1366px) {
  .PhoneNumber_phoneNumberLoading__LhyLZ span {
    margin: 5px 0;
  }
}
@keyframes PhoneNumber_placeholder-wave__gEwlz {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.desktopNav_desktopNav__2Av30 {
  display: none;
}
.desktopNav_desktopNavBurger__FhB_B {
  margin-left: 48px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.desktopNav_desktopNavBurger__FhB_B.desktopNav_isHomePage__lHZxW.desktopNav_isScrolled__17vDx
  svg
  path {
  fill: #2a2a2a;
}
.desktopNav_desktopNavBurger__FhB_B.desktopNav_isHomePage__lHZxW svg path {
  fill: #fff;
}
.desktopNav_desktopNavBurger__FhB_B svg {
  width: 100%;
  height: 100%;
  display: block;
}
.desktopNav_desktopNavBurger__FhB_B svg path {
  transition: fill 0.3s;
}
.desktopNav_desktopNavList__1_JP6 {
  display: flex;
  column-gap: 32px;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.desktopNav_desktopNavList__1_JP6.desktopNav_isOpen__kvm7P {
  pointer-events: auto;
  opacity: 1;
}
.desktopNav_menuItem__8FBN_ {
  padding: 12px 0;
  position: relative;
  transition: color 0.3s;
  color: #2a2a2a;
}
.desktopNav_menuItem__8FBN_:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #232323;
  opacity: 0;
  transition: opacity 0.3s;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW {
  color: #fff;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW.desktopNav_isScrolled__17vDx:before {
  background-color: #2a2a2a;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW.desktopNav_isScrolled__17vDx svg path {
  fill: #2a2a2a;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW:hover {
  color: #fff;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW:before {
  background-color: #fff;
}
.desktopNav_menuItem__8FBN_.desktopNav_isHomePage__lHZxW.desktopNav_isScrolled__17vDx {
  color: #2a2a2a;
}
.desktopNav_menuItem__8FBN_:hover {
  color: #232323;
}
.desktopNav_menuItem__8FBN_:hover:before {
  opacity: 1;
}
.desktopNav_menuItem__8FBN_:hover .desktopNav_menuInnerHoverList__3DDlM {
  visibility: visible;
  opacity: 1 !important;
}
.desktopNav_menuItem__8FBN_:hover > svg {
  transform: rotate(180deg);
}
.desktopNav_menuItem__8FBN_:after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
}
.desktopNav_menuInnerHoverList__3DDlM {
  z-index: 1;
  padding: 16px 48px 16px 24px;
  position: absolute;
  left: -5px;
  top: 50px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #2a2a2a;
  opacity: 0;
  border: 2px solid #cbcbcb;
  visibility: hidden;
  box-shadow: 8px 16px 32px 0 rgba(3, 14, 49, 0.08);
  border-radius: 16px;
  transition: none;
}
@media (min-width: 1366px) {
  .desktopNav_menuInnerHoverList__3DDlM li + li {
    margin-top: 8px;
  }
}
.desktopNav_menuInnerHoverServiceListOpen__dlmk9 {
  visibility: visible;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.desktopNav_menuInnerHoverListTransition__WG0xZ {
  transition: none;
}
.desktopNav_menuInnerHoverListOpen__dbK0b {
  visibility: visible;
  opacity: 1 !important;
}
.desktopNav_link__x__JC {
  display: inline-block;
  position: relative;
  padding: 8px 40px 16px 16px;
}
.desktopNav_link__x__JC:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 8px;
  right: 0;
  background-image: url(../../../images/Chevrons.svg);
}
.desktopNav_menuInnerListItem__LCIvO {
  margin-left: 16px;
  position: relative;
  padding: 4px 0;
  display: block;
}
@media (min-width: 1366px) {
  .desktopNav_menuInnerListItem__LCIvO {
    display: block;
    margin-left: 0;
    white-space: nowrap;
  }
}
.desktopNav_menuInnerListItem__LCIvO:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.desktopNav_menuInnerListItem__LCIvO:hover:before {
  width: 6px;
  height: 6px;
}
.desktopNav_menuInnerListItem__LCIvO.desktopNav_itemActive__V6I3D:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.desktopNav_menuListItemTitle__l75Q4 {
  padding-right: 28px;
  padding-bottom: 6px;
  padding-top: 6px;
  position: relative;
}
.desktopNav_menuListItemTitle__l75Q4 > svg {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  content: "";
  transition: transform 0.3s;
}
.desktopNav_menuListItemTitle__l75Q4 > svg path {
  transition: fill 0.3s;
}
.desktopNav_menuListItemTitle__l75Q4.desktopNav_isHomePage__lHZxW > svg path {
  fill: #fff;
}
.desktopNav_servicesContainer__S5_iU {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
@media (min-width: 1366px) {
  .desktopNav_servicesContainer__S5_iU {
    display: block;
  }
}
.desktopNav_note__1j4lr {
  padding: 4px 0;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0s 0s;
}
.submitPreloader_preloader__0HOlE {
  padding: 11px 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.submitPreloader_preloader__dot__hyxaV {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation: submitPreloader_bounce___SKYq 1.2s ease-in-out infinite;
}
.submitPreloader_preloader__dot__hyxaV:first-child {
  animation-delay: 0s;
}
.submitPreloader_preloader__dot__hyxaV:nth-child(2) {
  animation-delay: 0.2s;
}
.submitPreloader_preloader__dot__hyxaV:nth-child(3) {
  animation-delay: 0.4s;
}
.submitPreloader_preloader__dot__hyxaV:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes submitPreloader_bounce___SKYq {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.mobileMenu_menu__UntzO {
  padding-bottom: 16px;
  max-width: 508px;
  margin: 0 auto;
  height: calc(100% - 84px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mobileMenu_menu__UntzO {
    padding-top: 32px;
    height: calc(100% - 74px);
  }
}
.mobileMenu_menuList__v8mbj {
  overflow-y: auto;
}
.mobileMenu_menuItem__7tlUS {
  padding: 16px 0;
  display: block;
  color: #080808;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 414px) {
  .mobileMenu_menuItem__7tlUS {
    padding: 24px 0;
  }
}
.mobileMenu_menuInnerList__ISL5f {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mobileMenu_menuListTitle__Jc9uQ {
  padding: 16px 0;
  display: block;
  color: #080808;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 414px) {
  .mobileMenu_menuListTitle__Jc9uQ {
    padding: 24px 0;
  }
}
.mobileMenu_menuListInnerItem__BP_w2 {
  width: 100%;
  display: block;
  color: #2a2a2a;
  text-align: center;
}
.mobileMenu_menuListItem__uATXJ {
  width: 100%;
  display: block;
  color: #2a2a2a;
  border-bottom: 2px solid #cbcbcb;
}
.mobileMenu_menuListItem__uATXJ:last-of-type {
  border-bottom: none;
}
.mobileMenu_menuListItemTitle__T8Vmr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobileMenu_menuItemActive__MUdpp {
  background-color: #f5ecec;
  border-radius: 15px;
  padding: 10px 0;
}
.mobileMenu_dropdownArrow__yYIGp {
  display: inline-block;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.mobileMenu_dropdownArrowOpen__5GyN9 {
  transform: rotate(180deg);
}
.mobileMenu_menuDropdownList__qTMBE {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
  padding: 0;
}
.mobileMenu_menuDropdownListOpened__46Ctq {
  max-height: 1500px;
  opacity: 1;
  padding-top: 8px;
  padding-bottom: 16px;
}
.mobileMenu_menuDropdownItem__vyI2V {
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  color: #2a2a2a;
  transition: color 0.2s ease;
}
.mobileMenu_menuDropdownItem__vyI2V:hover {
  color: #080808;
}
.mobileMenu_menuInnerListOpened__b971G {
  transition:
    max-height 0.3s,
    opacity 0.2s 0.2s;
  opacity: 1;
  visibility: visible;
}
.mobileMenu_menuInnerListItem__r_vuZ {
  margin-left: 16px;
  position: relative;
  padding: 4px 0 4px 14px;
  display: block;
}
.mobileMenu_menuInnerListItem__r_vuZ:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mobileMenu_menuInnerListItem__r_vuZ:hover:before {
  width: 6px;
  height: 6px;
}
.mobileMenu_mobileMenyTopLine__aWjKS {
  padding-top: 20px;
  padding-bottom: 24px;
  max-width: 478px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .mobileMenu_mobileMenyTopLine__aWjKS {
    max-width: 740px;
    padding: 16px 10px 18px;
  }
}
@media (min-width: 1366px) {
  .mobileMenu_mobileMenyTopLine__aWjKS {
    max-width: 1208px;
    padding: 32px 0 24px;
  }
}
.mobileMenu_link__JVRCp {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.mobileMenu_link__JVRCp:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 8px;
  right: 0;
}
@media (min-width: 320px) {
  .mobileMenu_link__JVRCp:after {
    top: 8px;
  }
}
@media (min-width: 414px) {
  .mobileMenu_link__JVRCp:after {
    top: 3px;
  }
}
@media (min-width: 768px) {
  .mobileMenu_link__JVRCp:after {
    top: 10px;
  }
}
@media (min-width: 414px) {
  .mobileMenu_link__JVRCp {
    padding-bottom: 24px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .mobileMenu_link__JVRCp {
    padding-top: 8px;
  }
}
.mobileMenu_burgerBtn___3nv5 {
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.mobileMenu_burgerBtn___3nv5 svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mobileMenu_burgerBtn___3nv5 svg path {
  fill: #2a2a2a;
}
.mobileMenu_menuMobileDropdownWrapper__cDU8e {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #232323;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.mobileMenu_menuMobileDropdownWrapper__cDU8e.mobileMenu_menuMobileDropdownWrapperActive__34Saw {
  opacity: 1;
  visibility: visible;
}
.mobileMenu_menuMobileDropdown__Auer6 {
  position: fixed;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
  z-index: 20;
  padding: 0 12px;
  border-radius: 32px;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
}
@media (min-width: 768px) {
  .mobileMenu_menuMobileDropdown__Auer6 {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}
.mobileMenu_menuMobileDropdownInteracted__h0mAY {
  transition:
    visibility 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.mobileMenu_menuMobileDropdownActive__5aSdl {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (min-width: 414px) {
  .mobileMenu_headerLogo__aSQQK {
    width: 151px;
    height: 40px;
  }
  .mobileMenu_headerLogoImg__YNdjm {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .mobileMenu_header__h5d_e {
    padding: 24px;
  }
  .mobileMenu_burgerBtn___3nv5,
  .mobileMenu_chatBtn__Qu_Jj {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1366px) {
  .mobileMenu_header__h5d_e {
    padding: 16px 80px;
  }
  .mobileMenu_chatBtn__Qu_Jj {
    display: none;
  }
  .mobileMenu_desktopChat__2NjVs {
    display: flex;
  }
}
.mobileMenu_leftPadding__Z_Yn0 {
  margin-left: 12px;
}
@media (min-width: 320px) {
  .mobileMenu_leftPadding__Z_Yn0 {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .mobileMenu_leftPadding__Z_Yn0 {
    margin-left: 24px;
  }
}
.shortForm_regularForm__aI0kL {
  width: 100%;
}
.shortForm_form__bj_R0 {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}
.shortForm_form__bj_R0 .shortForm_rowRateLimitError__a5k4s {
  grid-column: 1/-1;
  text-align: center;
}
.shortForm_form__bj_R0 .shortForm_rateLimitMessage__Ce8nV {
  color: #e70004;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.shortForm_form__bj_R0 .shortForm_rowSubmit__Xz0Eu {
  margin-top: 8px;
}
.shortForm_form__bj_R0 .shortForm_rowTextArea__7LV_d textarea {
  height: 140px;
}
.shortForm_form__bj_R0 .shortForm_rowEmailArea__dRB28,
.shortForm_form__bj_R0 .shortForm_rowPhoneArea__j93jO,
.shortForm_form__bj_R0 .shortForm_rowSubmit__Xz0Eu,
.shortForm_form__bj_R0 .shortForm_rowTextArea__7LV_d {
  grid-column: 1/3;
}
@media (min-width: 414px) {
  .shortForm_form__bj_R0 {
    row-gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shortForm_form__bj_R0 .shortForm_rowTextArea__7LV_d textarea {
    height: 120px;
  }
  .shortForm_form__bj_R0 .shortForm_rowSubmit__Xz0Eu {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .shortForm_form__bj_R0 .shortForm_rowPhoneArea__j93jO {
    grid-column: 1/2;
  }
  .shortForm_form__bj_R0 .shortForm_rowEmailArea__dRB28 {
    grid-column: 2/3;
  }
}
@media (min-width: 1366px) {
  .shortForm_form__bj_R0 {
    row-gap: 16px;
  }
  .shortForm_form__bj_R0 .shortForm_emailArea__gAmCw,
  .shortForm_form__bj_R0 .shortForm_phoneArea__d_iA_ {
    grid-column: 1/3;
  }
}
.footer_footer__8J5gH {
  overflow: hidden;
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
  border-radius: 40px 40px 0 0;
  background-color: #2a2a2a;
  color: #cbcbcb;
  font-family:
    Nunito Sans,
    sans-serif;
}
@media (min-width: 1366px) {
  .footer_footer__8J5gH {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}
.footer_footerTop__vwWCu {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media (min-width: 414px) {
  .footer_footerTop__vwWCu {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .footer_footerTop__vwWCu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px 24px;
    gap: 48px 24px;
  }
}
@media (min-width: 1366px) {
  .footer_footerTop__vwWCu {
    display: flex;
    flex-direction: row;
    gap: unset;
    margin-bottom: 64px;
  }
}
.footer_footerColumn__OU3ft {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer_footerColumn__OU3ft {
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer_footerColumnContact__PPIzX {
    grid-column: 1/3;
  }
}
.footer_copyright__lmycH {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 2px solid #575757;
  width: 100%;
}
@media (min-width: 1366px) {
  .footer_copyright__lmycH {
    margin-bottom: 0;
  }
}
.footer_footerColumnTitle__vqYBf {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
.footer_footerColumnList__PW3SA {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer_footerColumnList__PW3SA {
    align-items: flex-start;
  }
}
.footer_footerColumnList__PW3SA a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #cbcbcb;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer_footerColumnList__PW3SA a:hover {
  color: #fff;
}
.footer_socialLinks__497AR {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer_socialLinks__497AR {
    align-items: flex-start;
  }
}
.footer_socialLinks__497AR a {
  display: flex;
  align-items: center;
  transition: filter 0.2s ease;
}
.footer_socialLinks__497AR a:hover {
  filter: brightness(1.6);
}
.footer_socialLinks__497AR img {
  display: block;
  height: auto;
}
.footer_sitemapGrid__6QuI4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer_sitemapGrid__6QuI4 {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .footer_sitemapGrid__6QuI4 {
    gap: 48px;
  }
}
.footer_footerColumnListContact__zoaYj li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .footer_footerColumnListContact__zoaYj li {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
}
.footer_footerColumnListContact__zoaYj li p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.footer_officialPartners__hSlpw {
  flex-direction: row;
  gap: 12px;
  margin-bottom: 32px;
}
.footer_officialPartners__hSlpw,
.footer_officialPartners__hSlpw a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_officialPartners__hSlpw svg path {
  fill: #fff;
}
.footer_officialPartners__hSlpw a:hover svg path {
  fill: #cbcbcb;
}
.footer_opTitle__3J3A4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #cbcbcb;
  text-decoration: none;
  transition: color 0.2s;
}
.disclaimer_disclaimerTop__w37dJ {
  padding: 16px 0;
  border-top: 2px solid #575757;
  border-bottom: 2px solid #575757;
}
.disclaimer_disclaimerBottom__0lJyI,
.disclaimer_disclaimerTop__w37dJ {
  color: #cbcbcb;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.disclaimer_disclaimerBottom__0lJyI {
  padding-top: 32px;
  opacity: 0.48;
}
.disclaimer_disclaimerBottom__0lJyI p + p {
  margin-top: 16px;
}
.disclaimer_disclaimerLink__3bsnf {
  padding-top: 24px;
  text-align: center;
}
.disclaimer_disclaimerLink__3bsnf a {
  color: #e0c680;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  transition: opacity 0.2s ease;
}
.disclaimer_disclaimerLink__3bsnf a:hover {
  opacity: 0.8;
}
.regularFormSection_regularFormSection__cmZNW {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 508px;
}
@media (min-width: 1366px) {
  .regularFormSection_regularFormSection__cmZNW {
    max-width: 584px;
  }
}
.regularFormSection_regularFormSection__cmZNW.regularFormSection_withTopMargin__SFphF {
  margin-top: 32px;
}
@media (min-width: 375px) {
  .regularFormSection_regularFormSection__cmZNW.regularFormSection_withTopMargin__SFphF {
    margin-top: 40px;
  }
}
@media (min-width: 1366px) {
  .regularFormSection_regularFormSection__cmZNW.regularFormSection_withTopMargin__SFphF {
    margin-top: 104px;
  }
}
.regularFormSection_wrapper__0kM00 {
  background: linear-gradient(142deg, #1d8556 36.58%, #0d623c 103.42%);
  width: 100%;
  padding: 48px 24px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .regularFormSection_wrapper__0kM00 {
    padding: 80px 89px;
  }
}
@media (min-width: 1366px) {
  .regularFormSection_wrapper__0kM00 {
    padding: 104px 0;
  }
}
.regularFormSection_title__yCuxG {
  margin-bottom: 8px;
  color: #fff;
}
.regularFormSection_description__liRHL {
  margin-bottom: 32px;
  color: #f5f5f5;
  text-align: center;
  max-width: 430px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.thankYou_thankYou__6w2Dp {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.thankYou_thankYou__6w2Dp.thankYou_regular__CfPhC .thankYou_title__qr1QN {
  color: #080808;
}
.thankYou_thankYou__6w2Dp.thankYou_regular__CfPhC .thankYou_text__m2Ly1 {
  color: #2a2a2a;
}
.thankYou_title__qr1QN {
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1366px) {
  .thankYou_title__qr1QN {
    text-align: left;
  }
}
.thankYou_text__m2Ly1 {
  margin-bottom: 32px;
  color: #f5f5f5;
  text-align: center;
}
@media (min-width: 1366px) {
  .thankYou_text__m2Ly1 {
    text-align: left;
  }
}
.cookiePopup_cookiePopup__VL8ct {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 9999;
}
@media (min-width: 414px) {
  .cookiePopup_cookiePopup__VL8ct {
    right: auto;
  }
}
@media (min-width: 768px) {
  .cookiePopup_cookiePopup__VL8ct {
    bottom: 32px;
    left: 32px;
  }
}
.cookiePopup_inner__zoDjI {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.08),
    0 1px 4px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  color: #080808;
}
@media (min-width: 414px) {
  .cookiePopup_inner__zoDjI {
    flex-wrap: nowrap;
    padding: 16px 24px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .cookiePopup_inner__zoDjI {
    padding: 16px 28px;
    gap: 10px;
    font-size: 18px;
  }
}
.cookiePopup_icon__SwrF9 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 414px) {
  .cookiePopup_icon__SwrF9 {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .cookiePopup_icon__SwrF9 {
    width: 32px;
    height: 32px;
  }
}
.cookiePopup_textRow__0K_W6 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.cookiePopup_text__JxiAu {
  font-weight: 600;
  white-space: nowrap;
}
.cookiePopup_dash__Z31q6 {
  color: #cbcbcb;
}
.cookiePopup_link__uBpTQ {
  color: #4a6cf7;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.cookiePopup_link__uBpTQ:hover {
  color: #3451d1;
}
.cookiePopup_okButton__3qGmd {
  margin-left: auto;
  padding: 6px 24px;
  border: 1px solid #080808;
  border-radius: 8px;
  background: transparent;
  color: #080808;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s;
}
.cookiePopup_okButton__3qGmd:hover {
  background: #080808;
  color: #fff;
}
@media (min-width: 414px) {
  .cookiePopup_okButton__3qGmd {
    margin-left: 8px;
    padding: 8px 28px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .cookiePopup_okButton__3qGmd {
    padding: 8px 32px;
    font-size: 18px;
  }
}
