* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: #131313;
}

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

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
  touch-action: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button,
a {
  user-select: none;
}

button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}
body.scrolled {
  padding-top: var(--header-height, 68px);
}

* {
  font-family: "Montserrat", sans-serif;
}

.mobile {
  display: none !important;
}
@media (max-width: 950px) {
  .mobile {
    display: block !important;
  }
}

.container {
  max-width: 1160px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #212225;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 950px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #212225;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
}
@media (max-width: 950px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
}
@media (max-width: 950px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 950px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 950px) {
  h5 {
    font-size: 18px;
    font-weight: 600;
  }
}

h6 {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 950px) {
  h6 {
    font-size: 18px;
    line-height: 120%;
  }
}

p {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

b, strong {
  color: #212225;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}

.btn {
  padding: 15px 32px;
  background: #096A5E;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #096A5E;
}
.btn:after {
  content: "";
  background: var(--arrow-right);
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}
.btn.transparent {
  background: transparent;
  color: #5D6067;
  border: 1px solid #5D6067;
}
.btn.transparent:before {
  content: "";
  background: var(--arrow-left-grey);
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}
.btn.transparent:after {
  display: none;
}
.btn.disabled, .btn[disabled=disabled] {
  background: #D7D3D0;
  border-color: #D7D3D0;
}
@media (max-width: 950px) {
  .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
  }
  .btn:before, .btn:after {
    width: 16px !important;
    height: 16px !important;
    background-size: contain !important;
  }
}

.form-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.form-item input {
  border-radius: 8px;
  border: 1px solid #212225;
  background: transparent;
  padding: 15px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  height: 56px;
}
.form-item input:focus {
  outline: none;
  border-color: #212225;
}
.form-item input:focus + label, .form-item input:not(:placeholder-shown) + label {
  top: 0;
  left: 12px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  background: #FFF9ED;
  transform: translateY(-50%);
}
.form-item label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212225;
  cursor: text;
  position: absolute;
  top: 14px;
  left: 16px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.form-item p.support-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-top: 4px;
  margin-left: 16px;
}
.form-item.success input {
  border: 2px solid #096A5E;
}
.form-item.success input:focus + label, .form-item.success input:not(:placeholder-shown) + label {
  color: #096A5E;
}
.form-item.error input {
  border: 2px solid #B3261E;
}
.form-item.error input:focus + label, .form-item.error input:not(:placeholder-shown) + label {
  color: #B3261E;
}
.form-item.error p.support-text {
  color: #B3261E;
}
.form-item .select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #212225;
  background: transparent;
  border-radius: 8px;
}
.form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212225;
  padding: 15px 16px;
}
.form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

.site-header {
  background: #FFF9ED;
  border-bottom: 1px solid #D7D3D0;
  height: 68px;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
body.scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.site-header .header-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.site-header .header-logo {
  display: flex;
  align-items: center;
}
.site-header .header-logo img {
  height: 30px;
  width: auto;
}
.site-header .mobile-menu-toggle {
  display: none;
}
.site-header .header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.site-header .header-nav .main-menu {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-nav .main-menu > .menu-item {
  position: relative;
}
.site-header .header-nav .main-menu > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #212225;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header .header-nav .main-menu > .menu-item > a .dropdown-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.site-header .header-nav .main-menu > .menu-item > a:hover {
  color: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item.menu-item-has-children:hover > a {
  color: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item.menu-item-has-children:hover > a .dropdown-icon {
  transform: rotate(180deg);
  color: #096A5E;
  fill: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item.menu-item-has-children:hover > a .dropdown-icon path {
  fill: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu {
  position: absolute;
  top: 100%;
  left: -195px;
  margin-top: 1px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  min-width: 461px;
  padding: 40px 24px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #D7D3D0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item:first-child {
  padding-top: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212225;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  transition: color 0.2s ease;
  position: relative;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="29" height="34" viewBox="0 0 29 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L28.796 16.941L0 33.882V0Z" fill="%23212225"/></svg>') no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > a {
  color: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > a:after {
  background: url('data:image/svg+xml,<svg width="29" height="34" viewBox="0 0 29 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L28.796 16.941L0 33.882V0Z" fill="%23096a5e"/></svg>') no-repeat center;
  background-size: contain;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  position: absolute;
  top: -40px;
  left: calc(100% + 16px);
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 40px 24px;
  min-width: 451px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 101;
  overflow-y: auto;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item {
  padding: 16px 0;
  border-bottom: 1px solid #D7D3D0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:first-child {
  padding-top: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.mega-section, .site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.menu-section-header {
  padding-top: 24px;
  padding-bottom: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.mega-section:hover a, .site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.menu-section-header:hover a {
  color: #096A5E;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.mega-section:first-child, .site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.menu-section-header:first-child {
  padding-top: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.mega-section > a, .site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.menu-section-header > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #212225;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
  padding: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.mega-section + .menu-item, .site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.menu-section-header + .menu-item {
  padding-top: 16px;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:not(.mega-section):not(.menu-section-header) > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
  padding: 0;
}
.site-header .header-nav .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:not(.mega-section):not(.menu-section-header) > a:hover {
  color: #096A5E;
}
.site-header .header-lang .language-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.site-header .header-lang .language-switcher .lang-flag {
  width: 16px;
  height: 12px;
}
.site-header .header-lang .language-switcher .lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header .header-lang .language-switcher .lang-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212225;
}
.site-header .header-lang .language-switcher .dropdown-icon {
  width: 24px;
  height: 24px;
}
.site-header .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-header .mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}
.site-header .mobile-menu-container {
  position: fixed;
  top: 62px;
  left: 100%;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease;
}
.site-header .mobile-menu-overlay.active .mobile-menu-container {
  left: 0;
}
.site-header .mobile-menu-content {
  flex: 1;
  overflow-y: auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.site-header .mobile-menu-back {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D7D3D0;
}
.site-header .mobile-menu-back .mobile-back-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .mobile-menu-back .mobile-back-btn svg {
  width: 100%;
  height: 100%;
}
.site-header .mobile-menu-back .mobile-menu-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #096A5E;
}
.site-header .mobile-menu-nav .mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item {
  border-bottom: 1px solid #D7D3D0;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item:last-child {
  border-bottom: none;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item > a:hover {
  color: #096A5E;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item > a .dropdown-icon {
  display: none;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children > a {
  display: none;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children > .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  display: flex !important;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 20px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg width="29" height="34" viewBox="0 0 29 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L28.796 16.941L0 33.882V0Z" fill="%23212225"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  display: none !important;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-section-header {
  border-bottom: none;
  padding-top: 8px;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-section-header:first-child {
  padding-top: 0;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-section-header > a {
  padding: 12px 0;
  font-weight: 600;
  font-size: 18px;
  color: #212225;
  pointer-events: none;
  display: block !important;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-section-header > a .menu-arrow-icon {
  display: none;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-section-header + .menu-item {
  border-top: none;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-level-active > .sub-menu {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-level-active > .sub-menu .menu-item > a {
  display: flex !important;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-level-active > .sub-menu .menu-item.menu-item-has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="%23212225" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children.menu-level-active > .sub-menu,
.site-header .mobile-menu-nav .mobile-menu-list > .menu-item > .sub-menu > .menu-item.menu-level-active > .sub-menu,
.site-header .mobile-menu-nav .mobile-menu-list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children.menu-level-active > .sub-menu {
  display: block !important;
}
.site-header .mobile-menu-nav .mobile-menu-list .menu-item.menu-item-has-children.menu-level-active > a,
.site-header .mobile-menu-nav .mobile-menu-list > .menu-item > .sub-menu > .menu-item.menu-level-active > a,
.site-header .mobile-menu-nav .mobile-menu-list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children.menu-level-active > a {
  display: none !important;
}
.site-header .mobile-menu-footer {
  border-top: 1px solid #D7D3D0;
  padding: 20px 16px;
  margin-top: 24px;
}
.site-header .mobile-menu-footer .mobile-lang-switcher .mobile-lang-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5D6067;
  margin-bottom: 12px;
}
.site-header .mobile-menu-footer .mobile-lang-switcher .mobile-lang-option {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header .mobile-menu-footer .mobile-lang-switcher .mobile-lang-option img {
  width: 24px;
  height: 18px;
  object-fit: cover;
}
.site-header .mobile-menu-footer .mobile-lang-switcher .mobile-lang-option span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
}
@media (max-width: 950px) {
  .site-header {
    height: 62px;
  }
  .site-header .header-inner {
    padding: 0 16px;
  }
  .site-header .header-logo img {
    height: 36px;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .header-nav .main-menu > .menu-item .menu-arrow-icon {
    display: none;
  }
  .site-header .header-lang {
    display: none;
  }
  .site-header .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .site-header .mobile-menu-toggle svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .site-header .mobile-menu-toggle .menu-icon-close {
    display: none;
  }
  .site-header .mobile-menu-toggle[aria-expanded=true] .menu-icon-burger {
    display: none;
  }
  .site-header .mobile-menu-toggle[aria-expanded=true] .menu-icon-close {
    display: block;
  }
}

@media (max-width: 950px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}

main.default-page {
  background: #FFF9ED;
  padding: 40px 0 120px;
}
main.default-page h1 {
  margin: 0 0 40px;
}
main.default-page h2, main.default-page h3, main.default-page h4, main.default-page h5, main.default-page h6 {
  margin: 32px 0 16px;
  max-width: 741px;
}
main.default-page p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
main.default-page p:last-child {
  margin-bottom: 0;
}
main.default-page strong, main.default-page b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
}
main.default-page ul, main.default-page ol {
  margin: 16px 0 24px;
  list-style: disc;
  padding-left: 20px;
}
main.default-page ul li, main.default-page ol li {
  list-style: disc;
}
main.default-page table {
  margin: 16px 0 23px;
  width: auto;
}
main.default-page table thead, main.default-page table tfoot {
  border: none;
}
main.default-page table th, main.default-page table td {
  border: 1px solid #D7D3D0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212225;
  text-align: left;
}
main.default-page table th {
  padding: 24px 24px 16px;
}
main.default-page table td {
  padding: 16px 24px;
}
@media (max-width: 950px) {
  main.default-page {
    padding: 40px 0 60px;
  }
}

.site-footer {
  background: #FFF9ED;
  border-top: 1px solid #D7D3D0;
}
.site-footer .footer-main {
  padding: 60px 0 80px;
  border-bottom: 1px solid #D7D3D0;
}
.site-footer .footer-main .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.site-footer .footer-main .footer-column .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 24px;
}
.site-footer .footer-main .footer-column p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 6px;
}
.site-footer .footer-main .footer-column p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-main .footer-column .footer-map-link {
  color: #096A5E;
  text-decoration: none;
}
.site-footer .footer-main .footer-column .footer-note {
  margin-top: 16px;
}
.site-footer .footer-bottom {
  background: #FFF1D5;
  padding: 32px 0;
}
.site-footer .footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .footer-copyright p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  margin: 0;
}
.site-footer .footer-bottom .footer-bottom-menu {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-bottom .footer-bottom-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #096A5E;
  text-decoration: none;
}
@media (max-width: 950px) {
  .site-footer {
    border: none;
  }
  .site-footer .footer-main {
    padding: 40px 0 64px;
    border: none;
  }
  .site-footer .footer-main .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .site-footer .footer-main .footer-column .footer-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .site-footer .footer-main .footer-column p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .site-footer .footer-bottom {
    padding: 40px 0;
    border-top: 1px solid #D7D3D0;
  }
  .site-footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-start;
  }
  .site-footer .footer-bottom .footer-copyright p {
    font-size: 16px;
  }
  .site-footer .footer-bottom .footer-bottom-menu {
    flex-direction: column;
    gap: 16px;
  }
  .site-footer .footer-bottom .footer-bottom-menu li a {
    font-size: 16px;
  }
}

.hero-desktop {
  position: relative;
  min-height: 568px;
  background: #05223B;
  overflow: hidden;
}
.hero-desktop .hero-background {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}
.hero-desktop .hero-background .hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-desktop .hero-background .hero-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.hero-desktop .hero-content {
  position: relative;
  z-index: 2;
  padding: 158px 0 136px;
}
.hero-desktop .hero-content .hero-text {
  max-width: 456px;
}
.hero-desktop .hero-content .hero-text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.hero-desktop .hero-content .hero-text .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  margin-bottom: 80px;
}
.hero-desktop .hero-content .hero-text .btn-hero {
  width: 100%;
  background: #FFF1D5;
  color: #05223B;
  border-color: #FFF1D5;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 8px;
  text-decoration: none;
}
.hero-desktop .hero-content .hero-text .btn-hero:after {
  display: none;
}
.hero-desktop .hero-content .hero-text .btn-hero img {
  width: 32px;
  height: 32px;
}
@media (max-width: 950px) {
  .hero-desktop {
    display: none !important;
  }
}

.hero-mobile {
  background: #05223B;
  padding: 64px 0;
}
.hero-mobile .hero-mobile-header {
  text-align: center;
  margin-bottom: 40px;
}
.hero-mobile .hero-mobile-header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: left;
}
.hero-mobile .hero-mobile-header .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
.hero-mobile .hero-mobile-image {
  width: 100%;
  margin-bottom: 32px;
}
.hero-mobile .hero-mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-mobile .hero-mobile-footer {
  text-align: center;
}
.hero-mobile .hero-mobile-footer .btn-hero {
  width: 100%;
  background: #FFF1D5;
  color: #05223B;
  border-color: #FFF1D5;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 8px;
  text-decoration: none;
}
.hero-mobile .hero-mobile-footer .btn-hero:after {
  display: none;
}
.hero-mobile .hero-mobile-footer .btn-hero img {
  width: 16px;
  height: 16px;
}
@media (min-width: 951px) {
  .hero-mobile {
    display: none !important;
  }
}

.services-section {
  padding: 80px 0 120px;
  background: #FFF9ED;
}
.services-section .services-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 60px;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.services-section .services-grid .service-card:nth-last-child(1):nth-child(3n+1) {
  grid-column: 2/3;
}
.services-section .services-grid .service-card:nth-last-child(2):nth-child(3n+1) {
  grid-column-start: 1;
  justify-self: end;
  margin-right: 12px;
}
.services-section .services-grid .service-card:nth-last-child(1):nth-child(3n+2) {
  grid-column-start: 2;
  justify-self: start;
  margin-left: 12px;
}
.services-section .service-card {
  background: #FFFFFF;
  border: 1px solid #D7D3D0;
  border-radius: 8px;
  padding: 16px 14px 17px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 217px;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.services-section .service-card .service-card-header {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: auto;
}
.services-section .service-card .service-card-header .service-info-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.services-section .service-card .service-card-header .service-info-btn svg symbol, .services-section .service-card .service-card-header .service-info-btn svg path {
  fill: #5D6067;
}
.services-section .service-card .service-card-header .service-info-btn[aria-describedby=tippy-1] svg {
  fill: #096A5E;
}
.services-section .service-card .service-card-header .service-info-btn[aria-describedby=tippy-1] svg path, .services-section .service-card .service-card-header .service-info-btn[aria-describedby=tippy-1] svg symbol {
  fill: #096A5E;
}
.services-section .service-card .service-card-header .service-info-btn img {
  width: 100%;
  height: 100%;
}
.services-section .service-card .service-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #212225;
  flex: 1;
  line-height: 160%;
}
.services-section .service-card .service-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.services-section .service-card .service-card-footer .service-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  color: #212225;
}
.services-section .service-card .service-card-footer .service-add-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.services-section .service-card .service-card-footer .service-add-btn img {
  width: 100%;
  height: 100%;
}
.services-section .service-card.checked {
  border: 1px solid #096A5E;
  background: #DAE9E7;
}
@media (max-width: 950px) {
  .services-section {
    padding: 64px 0;
  }
  .services-section .services-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .services-section .services-grid .service-card:nth-last-child(1):nth-child(3n+1) {
    grid-column: auto;
  }
  .services-section .services-grid .service-card:nth-last-child(2):nth-child(3n+1) {
    grid-column-start: auto;
    justify-self: stretch;
    margin-right: 0;
  }
  .services-section .services-grid .service-card:nth-last-child(1):nth-child(3n+2) {
    grid-column-start: auto;
    justify-self: stretch;
    margin-left: 0;
  }
  .services-section .service-card {
    min-height: 160px;
    padding: 16px 16px 20px 16px;
  }
  .services-section .service-card .service-card-title {
    font-size: 18px;
    line-height: 1.2;
  }
  .services-section .service-card .service-card-footer {
    margin-top: 16px;
  }
  .services-section .service-card .service-card-footer .service-add-btn {
    width: auto;
    height: auto;
  }
  .services-section .service-card .service-card-footer .service-add-btn svg {
    width: 48px;
    height: 48px;
  }
}

.tippy-box[data-theme~=service-info] {
  background-color: #c8d5d0;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212225;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tippy-box[data-theme~=service-info] .tippy-content {
  padding: 0;
  text-align: left;
}
.tippy-box[data-theme~=service-info] .tippy-arrow {
  color: #c8d5d0;
}
.tippy-box[data-theme~=service-info][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #c8d5d0;
}
.tippy-box[data-theme~=service-info][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #c8d5d0;
}
.tippy-box[data-theme~=service-info][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #c8d5d0;
}
.tippy-box[data-theme~=service-info][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #c8d5d0;
}
.tippy-box[data-theme~=service-info][data-placement=top-end] > .tippy-arrow {
  right: 12px;
}
.tippy-box[data-theme~=service-info][data-placement=top-start] > .tippy-arrow {
  left: 12px;
}

.service-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF1D5;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transform: translateY(100%);
  transition: all 280ms ease-in-out 0ms;
}
.service-banner.show {
  transform: translateY(0);
}
.service-banner .container {
  padding-top: 32px;
  padding-bottom: 24px;
}
.service-banner .service-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #5D6067;
}
.service-banner .service-banner-info {
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}
.service-banner .service-banner-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #5D6067;
}
.service-banner .service-banner-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: Italic;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  color: #05223B;
}
.service-banner .service-banner-btn {
  max-width: 552px;
  width: 100%;
}
.service-banner .service-banner-additional {
  display: flex;
  gap: 8px;
  padding-top: 24px;
}
.service-banner .service-banner-text {
  flex: 1;
  max-width: 1004px;
}
.service-banner .service-banner-text .service-banner-text-header .service-banner-icon {
  display: none;
}
.service-banner .service-banner-text strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #05223B;
  display: block;
  margin-bottom: 4px;
}
.service-banner .service-banner-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5D6067;
  margin: 0;
}
@media (max-width: 950px) {
  .service-banner .container {
    padding: 24px 16px 16px;
  }
  .service-banner .service-banner-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .service-banner .service-banner-wrapper .service-banner-info {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }
  .service-banner .service-banner-wrapper .service-banner-info .service-banner-label {
    font-size: 18px;
  }
  .service-banner .service-banner-wrapper .service-banner-info .service-banner-price {
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 130%;
  }
  .service-banner .service-banner-wrapper .service-banner-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
  }
  .service-banner .service-banner-wrapper .service-banner-btn:after, .service-banner .service-banner-wrapper .service-banner-btn:before {
    width: 24px !important;
    height: 24px !important;
  }
  .service-banner .service-banner-additional {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 16px;
  }
  .service-banner .service-banner-additional .service-banner-icon {
    display: none;
  }
  .service-banner .service-banner-additional .service-banner-text .service-banner-text-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
  }
  .service-banner .service-banner-additional .service-banner-text .service-banner-text-header .service-banner-icon {
    display: block;
  }
  .service-banner .service-banner-additional .service-banner-text .service-banner-text-header .service-banner-icon svg {
    width: 24px;
    height: 24px;
  }
  .service-banner .service-banner-additional .service-banner-text strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
  }
  .service-banner .service-banner-additional .service-banner-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
}

body.service-banner-visible {
  padding-bottom: 0;
}
body.service-banner-visible .site-footer {
  margin-bottom: 0;
}

.testimonials-section {
  background: #FFF1D5;
  border-top: 1px solid #D7D3D0;
  border-bottom: 1px solid #D7D3D0;
  padding: 120px 0 120px;
}
.testimonials-section .testimonials-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 60px;
}
.testimonials-section .testimonials-wrapper {
  position: relative;
}
.testimonials-section .testimonials-wrapper .testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.testimonials-section .testimonials-wrapper .testimonials-nav svg {
  fill: #05223B;
}
.testimonials-section .testimonials-wrapper .testimonials-nav:hover {
  opacity: 0.7;
}
.testimonials-section .testimonials-wrapper .testimonials-nav.testimonials-prev {
  left: -80px;
}
.testimonials-section .testimonials-wrapper .testimonials-nav.testimonials-next {
  right: -80px;
}
.testimonials-section .testimonials-wrapper .testimonials-nav.testimonials-next svg {
  transform: rotate(180deg);
}
.testimonials-section .testimonials-slider {
  max-width: 1128px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials-section .testimonials-slider .testimonials-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonials-section .testimonials-slider .testimonials-track .testimonials-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.testimonials-section .testimonial-card {
  background: #05223B;
  border-radius: 8px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  min-height: 355px;
}
.testimonials-section .testimonial-card .testimonial-quote {
  margin-bottom: 32px;
}
.testimonials-section .testimonial-card .testimonial-quote img {
  width: 38px;
  height: 24px;
}
.testimonials-section .testimonial-card .testimonial-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: auto;
  flex: 1;
  padding-bottom: 32px;
}
.testimonials-section .testimonial-card .testimonial-author {
  display: flex;
  gap: 16px;
  align-items: center;
}
.testimonials-section .testimonial-card .testimonial-author .testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-section .testimonial-card .testimonial-author .testimonial-info .testimonial-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.testimonials-section .testimonial-card .testimonial-author .testimonial-info .testimonial-location {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #D7D3D0;
}
.testimonials-section .testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.testimonials-section .testimonials-dots .testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  padding: 0;
  position: relative;
}
.testimonials-section .testimonials-dots .testimonial-dot:hover {
  background: #096A5E;
}
.testimonials-section .testimonials-dots .testimonial-dot.testimonial-dot-active {
  background: #096A5E;
}
.testimonials-section .testimonials-dots .testimonial-dot:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #05223B;
}
@media (max-width: 950px) {
  .testimonials-section {
    padding: 40px 0;
  }
  .testimonials-section .container {
    padding: 0;
  }
  .testimonials-section .testimonials-title {
    font-size: 28px;
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .testimonials-section .testimonials-wrapper .testimonials-nav {
    display: none;
  }
  .testimonials-section .testimonials-slider .testimonials-track .testimonials-slide {
    display: flex;
    flex-direction: row;
    gap: 0;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
  }
  .testimonials-section .testimonials-slider .testimonials-track .testimonials-slide .testimonial-card {
    border-radius: 0;
    min-width: 100%;
    padding: 32px 16px;
    scroll-snap-align: start;
  }
  .testimonials-section .testimonials-slider .testimonials-track .testimonials-slide .testimonial-card:nth-child(2), .testimonials-section .testimonials-slider .testimonials-track .testimonials-slide .testimonial-card:nth-child(3) {
    display: none;
  }
  .testimonials-section .testimonials-slider .testimonials-track .testimonials-slide .testimonial-card:first-child {
    display: flex;
  }
  .testimonials-section .testimonial-card {
    padding: 32px 16px;
    min-height: auto;
  }
  .testimonials-section .testimonial-card .testimonial-quote {
    margin-bottom: 24px;
  }
  .testimonials-section .testimonial-card .testimonial-quote img {
    width: 38px;
    height: 24px;
  }
  .testimonials-section .testimonial-card .testimonial-text {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .testimonials-section .testimonial-card .testimonial-author .testimonial-avatar {
    width: 52px;
    height: 52px;
  }
  .testimonials-section .testimonials-dots {
    margin-top: 24px;
    gap: 16px;
  }
  .testimonials-section .testimonials-dots .testimonial-dot:hover {
    background: transparent;
  }
  .testimonials-section .testimonials-dots .testimonial-dot.testimonial-dot-active {
    background: #096A5E !important;
  }
}

.faq-section {
  padding: 120px 0;
  background: #FFF9ED;
}
.faq-section .faq-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 120px;
}
.faq-section .faq-list {
  max-width: 936px;
  margin: 0 auto;
}
.faq-section .faq-item {
  border-top: 1.5px solid #D7D3D0;
  border-bottom: 1.5px solid #D7D3D0;
  margin-bottom: -1.5px;
}
.faq-section .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
}
.faq-section .faq-item .faq-header .faq-question {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #212225;
  flex: 1;
  margin: 0;
}
.faq-section .faq-item .faq-header .faq-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}
.faq-section .faq-item .faq-header .faq-toggle .faq-icon-minus {
  display: none;
}
.faq-section .faq-item .faq-header .faq-toggle .faq-icon-plus {
  display: block;
}
.faq-section .faq-item .faq-header .faq-toggle img, .faq-section .faq-item .faq-header .faq-toggle svg {
  width: 100%;
  height: 100%;
}
.faq-section .faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq-section .faq-item .faq-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  padding: 0 24px 32px;
  margin: 0;
}
.faq-section .faq-item.faq-item-open .faq-header .faq-question {
  color: #096A5E;
}
.faq-section .faq-item.faq-item-open .faq-header .faq-toggle .faq-icon-minus {
  display: block;
}
.faq-section .faq-item.faq-item-open .faq-header .faq-toggle .faq-icon-plus {
  display: none;
}
.faq-section .faq-item.faq-item-open .faq-content {
  max-height: 500px;
}
@media (max-width: 950px) {
  .faq-section {
    padding: 64px 0;
  }
  .faq-section .faq-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .faq-section .faq-list {
    max-width: 100%;
  }
  .faq-section .faq-item .faq-header {
    padding: 16px 0;
    align-items: flex-start;
  }
  .faq-section .faq-item .faq-header .faq-question {
    font-size: 18px;
    line-height: 1.3;
  }
  .faq-section .faq-item .faq-header .faq-toggle {
    width: 24px;
    height: 24px;
  }
  .faq-section .faq-item .faq-content p {
    padding: 16px 24px 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}

.partner-badge-section {
  background: #FFF1D5;
  border-top: 1px solid #D7D3D0;
  border-bottom: 1px solid #D7D3D0;
  padding: 32px 0 60px;
}
.partner-badge-section .partner-badge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.partner-badge-section .partner-badge-content .partner-badge-logo {
  width: 80px;
  height: 80px;
}
.partner-badge-section .partner-badge-content .partner-badge-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-badge-section .partner-badge-content .partner-badge-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #05223B;
  text-align: center;
  margin: 0;
}
@media (max-width: 950px) {
  .partner-badge-section {
    padding: 40px 0;
  }
  .partner-badge-section .partner-badge-content {
    gap: 8px;
  }
  .partner-badge-section .partner-badge-content .partner-badge-logo {
    width: 80px;
    height: 80px;
  }
  .partner-badge-section .partner-badge-content .partner-badge-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
  }
}

.content-section {
  padding: 120px 0;
  background: #FFF9ED;
}
.content-section .container {
  max-width: 1440px;
  padding: 0 156px;
  margin: 0 auto;
}
.content-section .container > * {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}
.content-section .container h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 163px;
  margin-top: 0;
  max-width: 100%;
}
.content-section .container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
  max-width: 100%;
}
.content-section .container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 16px;
  margin-top: 32px;
}
.content-section .container h4, .content-section .container h5, .content-section .container h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 20px;
  margin-top: 40px;
}
.content-section .container p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 16px;
  margin-top: 0;
}
.content-section .container p strong {
  font-weight: 700;
}
.content-section .container ol, .content-section .container ul {
  margin: 16px 0;
  padding-left: 20px;
  list-style: auto;
}
.content-section .container ol li, .content-section .container ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 16px;
  list-style: auto;
}
.content-section .container ol li::marker, .content-section .container ul li::marker {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
}
.content-section .container ol li strong, .content-section .container ul li strong {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
}
.content-section .container ul li {
  list-style-type: disc;
}
.content-section .container table {
  width: 100%;
  border: 1px solid #D7D3D0;
  border-collapse: collapse;
  margin: 16px 0 24px;
}
.content-section .container table thead {
  border: none;
}
.content-section .container table thead tr {
  border: 1px solid #D7D3D0;
}
.content-section .container table thead tr th {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  text-align: left;
  padding: 16px 24px;
  border: 1px solid #D7D3D0;
}
.content-section .container table thead tr th:last-child {
  border-right: none;
}
.content-section .container table tbody tr {
  border: 1px solid #D7D3D0;
}
.content-section .container table tbody tr:last-child {
  border-bottom: none;
}
.content-section .container table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  padding: 16px 24px;
  border: 1px solid #D7D3D0;
  vertical-align: top;
}
.content-section .container table tbody tr td:last-child {
  border-right: none;
}
.content-section .container table tbody tr td strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
}
.content-section .container .wp-block-image,
.content-section .container .wp-block-gallery,
.content-section .container .wp-block-embed {
  margin: 32px auto;
}
.content-section .container a {
  color: #212225;
  text-decoration: underline;
}
.content-section .container a:hover {
  text-decoration: none;
}
.content-section .container blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #212225;
  margin: 32px 0;
  padding-left: 24px;
  border-left: 3px solid #212225;
}
.content-section .content-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3;
  color: #212225;
  text-align: center;
  margin-bottom: 163px;
}
.content-section .content-block {
  max-width: 1128px;
  margin: 0 auto 48px;
}
.content-section .content-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #212225;
  margin-bottom: 24px;
  margin-top: 48px;
}
.content-section .content-table-wrapper {
  margin: 32px auto;
  overflow-x: auto;
  max-width: 1128px;
}
@media (max-width: 950px) {
  .content-section {
    padding: 64px 0 24px;
  }
  .content-section .container {
    padding: 0 16px;
  }
  .content-section .container h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .content-section .container h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .content-section .container h3 {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .content-section .container h4, .content-section .container h5, .content-section .container h6 {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .content-section .container p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .content-section .container ol, .content-section .container ul {
    padding-left: 24px;
    margin: 16px 0;
  }
  .content-section .container ol li, .content-section .container ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .content-section .container table {
    font-size: 14px;
  }
  .content-section .container table thead tr th {
    font-size: 14px;
    padding: 12px 16px;
  }
  .content-section .container table tbody tr td {
    font-size: 14px;
    padding: 12px 16px;
  }
  .content-section .container table tbody tr td strong {
    font-size: 14px;
  }
  .content-section .container blockquote {
    font-size: 16px;
    margin: 24px 0;
    padding-left: 16px;
  }
  .content-section .content-main-title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .content-section .content-block {
    margin: 0 auto 32px;
  }
  .content-section .content-subtitle {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .content-section .content-table-wrapper {
    margin: 24px auto;
    overflow-x: auto;
  }
}