/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted buttontext;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  color: #515151;
  letter-spacing: 0;
  grid-template-rows: 1fr auto;
  min-width: 365px;
  height: 100vh;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: grid;
}

.superheader {
  color: #75a4e5;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.section-header {
  color: #1f294c;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2rem;
}

@media screen and (width >= 1024px) {
  .section-header {
    letter-spacing: 0;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.5rem;
  }
}

.subheader {
  color: #282828;
  letter-spacing: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.chapter-header {
  color: #1f294c;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
}

@media screen and (width >= 1024px) {
  .chapter-header {
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.5rem;
  }
}

.strong-text {
  color: #1f294c;
}

.text-link {
  color: #5484dd;
  text-underline-offset: 2px;
  text-decoration: underline 1px #5484dd00;
  transition: text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
}

.text-link:hover, .text-link:focus {
  text-underline-offset: 2px;
  text-decoration: underline 1px #5484dd;
}

a, h1, h2, h3, h4, p {
  margin: 0;
}

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

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  display: block;
}

button {
  padding: 0;
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (width >= 480px) {
  .container {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (width >= 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (width >= 1024px) {
  .container {
    width: 1024px;
  }
}

@media (width >= 1200px) {
  .container {
    width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}

.button-primary {
  text-align: center;
  color: #fff;
  background-color: #3757be;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1);
  display: block;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.button-primary:hover, .button-primary:focus {
  background-color: #75a4e5;
}

.button-primary:active {
  background-color: #1f294c;
}

.button-primary:disabled {
  color: #9a9a9a;
  background-color: #e0eaf9;
}

@media screen and (width >= 768px) {
  .button-primary {
    width: 280px;
  }
}

@media (width >= 1200px) {
  .button-primary {
    width: 192px;
  }
}

.button-secondary {
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3757be;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.button-secondary .button-secondary-icon {
  transform-origin: 0;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(1);
}

.button-secondary:hover, .button-secondary:focus {
  color: #75a4e5;
}

.button-secondary:hover .button-secondary-icon, .button-secondary:focus .button-secondary-icon {
  transform: scaleX(1.28);
}

.button-secondary:active {
  color: #1f294c;
}

.button-secondary:disabled {
  color: #e0eaf9;
}

.form-submit-button {
  cursor: pointer;
  margin: 0 auto;
}

@media (width >= 1200px) {
  .form-submit-button {
    width: 256px;
  }
}

.form-submit-button:disabled {
  cursor: not-allowed;
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.accordion-content {
  grid-template-rows: 0fr;
  padding-left: 40px;
  display: grid;
}

@media screen and (width >= 768px) {
  .accordion-content {
    transition: grid-template-rows .25s cubic-bezier(.4, 0, .2, 1);
  }
}

.accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}

.accordion-content > div {
  overflow: hidden;
}

.accordion {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  display: flex;
}

.accordion-panel {
  background-color: #fff9;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.accordion-panel h3:hover {
  cursor: pointer;
}

.accordion h3 {
  letter-spacing: 0;
  color: #282828;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.accordion-trigger {
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: inherit;
  background: none;
  border: 0;
  justify-content: center;
  align-items: baseline;
  padding: 0;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon-wrapper {
  background-color: #3757be;
}

.accordion-icon {
  margin: 0 auto;
  display: block;
}

.accordion-trigger .line {
  stroke: #3757be;
  transform-origin: center;
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
  rotate: none;
}

.accordion-trigger[aria-expanded="true"] .line {
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1), stroke .25s cubic-bezier(.4, 0, .2, 1);
}

.accordion-trigger[aria-expanded="true"] .vertical {
  stroke: #fff;
  rotate: 90deg;
}

.accordion-trigger[aria-expanded="true"] .horizontal {
  stroke: #fff;
  rotate: 180deg;
}

.accordion-content-text {
  margin-top: 20px;
  margin-bottom: 4px;
}

.form-group {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-group:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 40px;
}

.form-group-title {
  letter-spacing: 0;
  color: #282828;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.form-label, .radio-title {
  color: #282828;
  margin-bottom: 4px;
}

.form-label-radio {
  color: #282828;
}

.form-label-checkbox {
  color: #282828;
  flex: 2;
}

.form-label.required:after, .radio-title.required:after {
  content: "*";
  color: #f04e02;
  margin-left: 4px;
}

.form-input {
  border: 1.4px solid #dadada;
  border-radius: 4px;
  outline: none;
  padding: 12px 44px 12px 16px;
  font-family: inherit;
  font-size: 16px;
  transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-input:hover {
  border-color: #9a9a9a;
}

.form-input:hover::placeholder {
  color: #9a9a9a;
}

.form-input:focus {
  border-color: #75a4e5;
}

.form-input:focus::placeholder {
  color: #1f294c;
}

.form-input.file {
  width: 100%;
  margin-bottom: 40px;
}

.form-input.with-margin, .form-input:not(:last-child) {
  margin-bottom: 40px;
}

.form-input::placeholder {
  color: #dadada;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-input:not(:placeholder-shown):required:valid, .form-input:not(:placeholder-shown):valid {
  background-image: url("icon-done-check-blue.2cb06e3d.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #75a4e5;
}

.form-input:not(:placeholder-shown):required:invalid, .form-input:not(:placeholder-shown):invalid {
  background-image: url("icon-warning.cca427a5.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-color: #f04e02;
}

.radio-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.radio-wrapper:not(:last-child) {
  margin-bottom: 4px;
}

.checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.checkbox-wrapper:not(:last-child) {
  margin-bottom: 40px;
}

.form-input-radio {
  accent-color: #3757be;
  width: 24px;
  height: 24px;
}

.form-input-radio:checked + label {
  color: #3757be;
}

.form-input-checkbox {
  accent-color: #3757be;
  width: 24px;
  height: 24px;
}

.form-input-checkbox:checked + label {
  color: #3757be;
}

.form-group-radio {
  margin-bottom: 40px;
}

.form-group-radio.last-child {
  margin-bottom: 0;
}

.form-group-radio.first-child {
  margin-top: 40px;
}

.form-annotation {
  color: #282828;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
}

.form-annotation-strong {
  font-weight: 700;
}

.checkbox-wrapper.above-hidden {
  margin-bottom: 0;
}

.checkbox-wrapper.beyond-hidden {
  margin-top: 40px;
}

.hidden-inputs-wrapper {
  max-height: 0;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.form-label.hidden {
  display: block;
}

.form-label.hidden[for="taxResidenceCountry"] {
  padding-top: 20px;
}

.form-input.hidden {
  width: 100%;
  display: block;
}

.livingAddressGroup {
  margin-top: 40px;
}

.VPOFile-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.is-passport-type-other {
  flex: 1;
}

.passport-name-wrapper, .passport-code-wrapper, .passport-date-expired-wrapper {
  margin-bottom: 40px;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
}

.passport-name-wrapper.hidden, .passport-code-wrapper.hidden, .passport-date-expired-wrapper.hidden {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.mobile-menu-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  background-color: #fff;
  border: 1px solid #1f294c;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 300px;
  max-height: calc(100dvh - 91px);
  padding: 40px 44px 40px 32px;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: 92px;
  right: -12px;
  transform: scaleY(0);
}

.mobile-menu-container:before {
  content: "";
  background-color: #fff;
  border: 1px solid #1f294c;
  border-color: #1f294c #1f294c #0000 #0000;
  border-top-right-radius: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  right: 24px;
  transform: rotate(-45deg);
}

.mobile-menu-container.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  transform: scaleY(1);
}

.mobile-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 40px;
  display: flex;
  overflow-y: scroll;
}

.mobile-menu-top-icons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-menu-back-btn {
  opacity: 0;
  background-color: #0000;
  border: none;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
  transform: translateX(128px);
}

.mobile-menu-back-btn.active {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu-back-icon {
  stroke: #282828;
}

.language-select-btn {
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.language-select-btn-icon {
  border-radius: 4px;
}

.mobile-nav-menu {
  position: relative;
  overflow-x: hidden;
}

.mobile-nav-menu-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mobile-nav-menu-btn {
  letter-spacing: 0;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.mobile-nav-menu-icon {
  stroke: #282828;
}

.mobile-menu-submenu-container {
  background-color: #fff;
  width: 100%;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(288px);
}

.mobile-nav-menu-item.active .mobile-menu-submenu-container {
  transform: translateX(0);
}

.mobile-nav-submenu-item:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.mobile-nav-submenu-item:not(:first-child) {
  padding-top: 20px;
}

.mobile-nav-submenu-title {
  letter-spacing: 0;
  color: #1f294c;
  text-underline-offset: 2px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline 2px #3757be;
}

.mobile-nav-submenu-link {
  color: #282828;
}

.mobile-nav-submenu-link:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-nav-menu-item-quotes {
  color: #000;
}

.mobile-menu-bottom-elements {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  display: flex;
}

.create-account-btn {
  background-color: #3f5bdd;
}

@media screen and (width >= 768px) {
  .create-account-btn {
    display: none;
  }
}

.header-menu-container-services, .header-menu-container-about-us {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  background-color: #fff;
  border: 1px solid #1f294c;
  border-radius: 12px;
  padding: 32px 40px;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 92px;
  right: 80px;
  transform: scaleY(0);
}

.header-menu-container-about-us {
  right: 144px;
}

.header-menu-container-services:before, .header-menu-container-about-us:before {
  content: "";
  background-color: #fff;
  border: 1px solid #1f294c;
  border-color: #1f294c #1f294c #0000 #0000;
  border-top-right-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  left: 203px;
  transform: rotate(-45deg)skew(342deg, 342deg);
}

.header-menu-container-about-us:before {
  left: 127px;
}

.header-menu-container-services:after, .header-menu-container-about-us:after {
  content: "";
  z-index: -1;
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.06);
}

.header-menu-container-services.active, .header-menu-container-about-us.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scaleY(1);
}

.header-menu {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.header-menu-item {
  width: 224px;
}

.header-menu-submenu-title {
  letter-spacing: 0;
  color: #1f294c;
  text-underline-offset: 2px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline 2px #3757be;
}

.header-menu-submenu-link {
  color: #282828;
  text-decoration-color: #0000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
}

.header-menu-submenu-link:hover, .header-menu-submenu-link:focus {
  color: #fe7911;
  text-underline-offset: 2px;
  text-decoration: underline 1px #fe7911;
}

.header-menu-submenu-link:not(:last-child) {
  margin-bottom: 8px;
}

.header {
  z-index: 4;
  background-color: #fff;
  width: 100%;
  transition: box-shadow 1s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
}

.header.shadow {
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (width >= 1200px) {
  .header-logo {
    margin-right: auto;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
    margin-right: 144px;
    display: flex;
  }
}

.header-nav-menu-list {
  display: none;
}

@media (width >= 1200px) {
  .header-nav-menu-list {
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: flex;
  }
}

.header-nav-menu-btn {
  letter-spacing: 0;
  color: #282828;
  cursor: pointer;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration-color: #0000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), text-decoration-color .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.header-nav-menu-btn:hover, .header-nav-menu-btn:focus {
  color: #fe7911;
  text-underline-offset: 2px;
  text-decoration: underline 1px #fe7911;
}

.header-nav-menu-btn:hover .header-nav-menu-icon, .header-nav-menu-btn:focus .header-nav-menu-icon {
  stroke: #fe7911;
  rotate: -180deg;
}

.header-nav-menu-icon {
  stroke: #282828;
  transition: stroke .25s cubic-bezier(.4, 0, .2, 1), rotate .25s cubic-bezier(.4, 0, .2, 1);
}

.create-account-btn-tablet {
  display: none;
}

@media screen and (width >= 768px) {
  .create-account-btn-tablet {
    margin-left: auto;
    margin-right: 40px;
    display: block;
  }
}

@media (width >= 1200px) {
  .create-account-btn-tablet {
    margin-left: 0;
  }
}

.header-language-select-btn {
  border-radius: 8px;
  padding: 8px;
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
  display: none;
}

.header-language-select-btn:hover, .header-language-select-btn:focus {
  transform: scale(1.05);
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

@media (width >= 1200px) {
  .header-language-select-btn {
    display: flex;
  }
}

.language-select-button-icon {
  border-radius: 4px;
}

.button-hamburger {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
}

@media (width >= 1200px) {
  .button-hamburger {
    display: none;
  }
}

.button-hamburger .line {
  transform-origin: 14px 12px;
  transform: translateX(0)translateY(0)rotate(0);
}

.button-hamburger .top {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards close-top-line;
}

.button-hamburger .middle {
  opacity: 1;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) .25s;
}

.button-hamburger .bottom {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards close-bottom-line;
}

.button-hamburger[aria-expanded="true"] .top {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards open-top-line;
}

.button-hamburger[aria-expanded="true"] .middle {
  opacity: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
}

.button-hamburger[aria-expanded="true"] .bottom {
  animation: .5s cubic-bezier(.4, 0, .2, 1) forwards open-bottom-line;
}

@keyframes open-top-line {
  0% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(5px)rotate(0);
  }

  100% {
    transform: translateX(-4px)translateY(5px)rotate(45deg);
  }
}

@keyframes open-bottom-line {
  0% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(-5px)rotate(0);
  }

  100% {
    transform: translateX(-4px)translateY(-5px)rotate(-45deg);
  }
}

@keyframes close-top-line {
  0% {
    transform: translateX(-4px)translateY(5px)rotate(45deg);
  }

  50% {
    transform: translateY(5px)rotate(0);
  }

  100% {
    transform: translateY(0)rotate(0);
  }
}

@keyframes close-bottom-line {
  0% {
    transform: translateX(-4px)translateY(-5px)rotate(-45deg);
  }

  50% {
    transform: translateY(-5px)rotate(0);
  }

  100% {
    transform: translateY(0)rotate(0);
  }
}

.footer {
  background-color: #1f294c;
}

.footer-container {
  color: #e0eaf9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-navigation {
  border-bottom: 1px solid #374275;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-navigation {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (width >= 1200px) {
  .footer-navigation {
    justify-content: space-between;
    align-items: center;
  }
}

.address {
  letter-spacing: 0;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (width >= 768px) {
  .address {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (width >= 1200px) {
  .address {
    flex-basis: 75%;
  }
}

.address-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .address-list {
    flex-direction: row;
    align-items: center;
  }
}

.address-item {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.address-item-contacts {
  flex-grow: 1;
  justify-content: flex-start;
}

.address-item-address {
  flex-grow: 2;
  justify-content: flex-start;
}

.footer-address-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contacts-us-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.address-link {
  text-wrap: balance;
}

@media screen and (width >= 1024px) {
  .footer-license-and-menu {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
}

.footer-license {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-license {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (width >= 1024px) {
  .footer-license {
    flex-direction: column;
    flex-basis: calc(33.3333% - 6.66667px);
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-btc-broker-title {
  text-transform: uppercase;
  letter-spacing: 0;
  text-wrap: nowrap;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .footer-menu {
    display: none;
  }
}

.footer-menu-trigger {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  color: inherit;
  background-color: #0000;
  border: none;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.footer-menu-icon {
  stroke: #e0eaf9;
  rotate: 0;
  transition: rotate .25s cubic-bezier(.4, 0, .2, 1);
}

.footer-menu-item.active .footer-menu-icon {
  rotate: -180deg;
}

.footer-menu-submenu-wrapper {
  max-height: 0;
  transition: max-height .25s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.footer-menu-submenu-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-menu-submenu-item:not(:last-child) {
  margin-bottom: 8px;
}

.footer-menu-expanded {
  display: none;
}

@media screen and (width >= 768px) {
  .footer-menu-expanded {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
    display: flex;
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-expanded {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (width >= 768px) {
  .footer-menu-item-expanded {
    flex-basis: calc(33.3333% - 13.3333px);
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-title-expanded {
    margin-bottom: 20px;
  }
}

@media screen and (width >= 768px) {
  .footer-menu-submenu-list-expanded {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (width >= 1024px) {
  .footer-menu-submenu-list-expanded {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-social-list {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.footer-social-icon {
  fill: #e0eaf9;
  width: 40px;
  height: 40px;
  transition: fill .25s cubic-bezier(.4, 0, .2, 1);
}

.footer-social-icon:hover, .footer-social-icon:focus {
  fill: #75a4e5;
}

.footer-copyright {
  background-color: #374275;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright-item {
  letter-spacing: 0;
  color: #75a4e5;
  text-wrap: balance;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.footer-copyright-item:not(:last-child) {
  margin-bottom: 20px;
}

.overlay, .modal {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
}

.overlay.active, .modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1), visibility .25s cubic-bezier(.4, 0, .2, 1);
}

.no-scroll {
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: #5978a399;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.brokerage-service-section {
  background-image: url("bg-shape-yellow-faq-390.289283ac.svg"), url("bg-shape-blue-faq-390.a39c9da5.svg"), url("bg-shape-yellow-faq-390.289283ac.svg"), url("bg-shape-blue-faq-390.a39c9da5.svg"), url("bg-shape-yellow-faq-390.289283ac.svg"), url("bg-shape-blue-faq-390.a39c9da5.svg");
  background-position: calc(50% + 64px) -196px, calc(50% - 256px) -128px, calc(50% + 64px) calc(50% - 196px), calc(50% + 256px) calc(50% + 256px), calc(50% - 384px) calc(100% + 416px), calc(50% + 64px) calc(100% + 256px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto;
  padding-top: 88px;
}

@media screen and (width >= 768px) {
  .brokerage-service-section {
    background-image: url("bg-shape-yellow-faq-768.65b7a2c9.svg"), url("bg-shape-blue-faq-768.4f3a5ccb.svg"), url("bg-shape-yellow-faq-768.65b7a2c9.svg"), url("bg-shape-blue-faq-768.4f3a5ccb.svg"), url("bg-shape-yellow-faq-768.65b7a2c9.svg"), url("bg-shape-blue-faq-768.4f3a5ccb.svg");
    background-position: calc(50% + 256px) -720px, calc(50% - 384px) -480px, calc(50% + 512px), calc(50% - 512px) calc(50% + 128px), calc(50% - 480px) calc(100% + 960px), calc(50% + 128px) calc(100% + 720px);
  }
}

@media (width >= 1200px) {
  .brokerage-service-section {
    background-position: calc(50% + 480px) -720px, calc(50% - 384px) -480px, 50%, calc(50% - 640px) calc(50% + 128px), calc(50% - 640px) calc(100% + 960px), calc(50% + 128px) calc(100% + 720px);
  }
}

.brokerage-service-container {
  padding-top: 40px;
  padding-bottom: 120px;
}

.brokerage-service-bond-ua-section {
  margin-bottom: 80px;
}

.brokerage-service-description-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.brokerage-service-description-item {
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.brokerage-service-description-icon {
  stroke: #fe7911;
}

.brokerage-service-paragraph {
  margin-bottom: 20px;
}

.brokerage-service-button {
  margin-bottom: 40px;
}

.tabs-list {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-button {
  cursor: pointer;
  text-align: center;
  color: #1f294c;
  background-color: #fff9;
  border: none;
  border-radius: 12px;
  padding: 20px;
  font-weight: 700;
  transition: color .25s cubic-bezier(.4, 0, .2, 1), background-color .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
  display: block;
  box-shadow: .3px .6px .8px #a1a1a157, .5px 1.1px 1.4px -1.2px #a1a1a157, 1.3px 2.6px 3.3px -2.5px #a1a1a157;
}

.tabs-button.active {
  color: #fff;
  background-color: #3757be;
  transform: scale(1.1);
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

.brokerage-service-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

@media screen and (width >= 768px) {
  .brokerage-service-content-wrapper {
    flex-direction: row;
  }

  .brokerage-service-required-documents-wrapper {
    flex-basis: calc(60% - 20px);
  }
}

.tab-content-wrapper {
  opacity: 0;
  transform-origin: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 0;
  height: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  overflow: hidden;
  transform: translateX(-8px);
}

.tab-content-wrapper.visible {
  opacity: 1;
  gap: 40px;
  width: auto;
  height: auto;
  transform: translateX(0);
}

.brokerage-service-group-title {
  letter-spacing: 0;
  color: #282828;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.brokerage-service-documents-requirements-list, .brokerage-service-documents-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.brokerage-service-list-done-check-icon {
  stroke: #fe7911;
}

.brokerage-service-documents-item {
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.brokerage-service-strong-text {
  color: #282828;
  font-weight: 700;
}

.brokerage-service-document-icon {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  display: block;
}

.brokerage-service-section-illustration {
  display: none;
}

@media screen and (width >= 768px) {
  .brokerage-service-section-illustration {
    max-width: 352px;
    margin-top: 128px;
    display: block;
  }
}

@media screen and (width >= 1024px) {
  .brokerage-service-section-illustration {
    max-width: 384px;
    margin-right: 64px;
  }
}

@media (width >= 1200px) {
  .brokerage-service-section-illustration {
    margin-right: 128px;
  }
}

.brokerage-service-better-exp-offer {
  background-color: #fff9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 40px 20px;
  display: flex;
  box-shadow: .3px .6px .8px #a1a1a14a, .9px 1.7px 2.2px -.6px #a1a1a14a, 1.7px 3.3px 4.2px -1.2px #a1a1a14a, 3.4px 6.7px 8.5px -1.9px #a1a1a14a, 6.6px 13px 16.4px -2.5px #a1a1a14a;
}

@media screen and (width >= 768px) {
  .brokerage-service-better-exp-offer {
    flex-basis: calc(40% - 20px);
    position: sticky;
    top: 104px;
  }
}

.brokerage-service-better-exp-title {
  letter-spacing: 0;
  color: #282828;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.brokerage-service-better-exp-text {
  margin-bottom: 20px;
}
/*# sourceMappingURL=brokerage-service.259ef25d.css.map */
