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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1776086793417");
  src: url("../fonts/icons.eot?t=1776086793417#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1776086793417") format("woff2"), url("../fonts/icons.woff?t=1776086793417") format("woff"), url("../fonts/icons.ttf?t=1776086793417") format("truetype"), url("../fonts/icons.svg?t=1776086793417#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

:root {
  --icons-close: '\ea01';
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #000000;
  --mt-color--gray-a_100: #808080;
  --mt-color--purple-a_100: #800080;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-thin: 100;
  --mt-font-weight-extralight: 200;
  --mt-font-weight-light: 300;
  --mt-font-weight-book: 350;
  --mt-font-weight-normal: 400;
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
  --mt-font-weight-demibold: 600;
  --mt-font-weight-bold: 700;
  --mt-font-weight-extrabold: 800;
  --mt-font-weight-ultrabold: 800;
  --mt-font-weight-black: 900;
  --mt-font-weight-heavy: 900;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

h1 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h1 {
  font-size: clamp(2rem, 0.4677419355rem + 6.4516129032vw, 4.5rem);
  line-height: normal;
}

h2 {
  font-size: clamp(1.5rem, 0.2741935484rem + 5.1612903226vw, 3.5rem);
}
h2 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h3 {
  font-size: clamp(1.125rem, 0.8951612903rem + 0.9677419355vw, 1.5rem);
}
h3 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h3 {
  line-height: 100%;
}

h4 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h5 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h5 {
  font-size: 18px;
}

h6 {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h6 {
  font-size: 16px;
}

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

p {
  white-space: pre-line;
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
  font-size: clamp(0.875rem, 0.7983870968rem + 0.3225806452vw, 1rem);
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

/**
 * Only for initializing the font-face
 * Font Weights and Styles
 *
 * - thin:          100;
 * - extralight:    200;
 * - light:         300;
 * - book:          350;
 * - normal:        400;
 * - regular:       400;
 * - medium:        500;
 * - semibold:      600;
 * - demibold:      600;
 * - bold:          700;
 * - extrabold:     800;
 * - ultrabold:     800;
 * - black:         900;
 * - heavy:         900;
 */
@font-face {
  font-family: "Nimbus Sans";
  src: url("../fonts/NimbusSanL-Reg.woff2") format("woff2"), url("../fonts/NimbusSanL-Reg.woff") format("woff"), url("../fonts/NimbusSanL-Reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nimbus Sans";
  src: url("../fonts/NimbusSanL-Bol.woff2") format("woff2"), url("../fonts/NimbusSanL-Bol.woff") format("woff"), url("../fonts/NimbusSanL-Bol.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1302px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  position: relative;
  z-index: 2;
}
.header .top_bar {
  background: #FFBD4F;
  padding: 5px 0;
  margin-bottom: 25px;
}
.header .top_bar .language {
  padding-left: 18px;
  background: url(../images/lang.svg) no-repeat left 3px;
}
.header .top_bar .container {
  display: flex;
  justify-content: space-between;
}
.header .top_bar .links {
  display: flex;
  gap: 32px;
}
.header .top_bar .links a {
  color: #001220;
  font-size: 11.946px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.header .top_bar .links a.btn-link-tel {
  background: url("../images/phone-call.svg") no-repeat left -1px;
}
.header .top_bar .links a.btn-link-email {
  background: url("../images/mail.svg") no-repeat left -1px;
}
.header .top_bar .links a:hover {
  text-decoration: underline;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .logo-black {
  width: 112px;
  display: none;
}
.header__container .menu-icon {
  width: 30px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
.header__container .menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__container .right-btn {
  display: flex;
  gap: 8px;
}
.header__container .right-btn .btn {
  display: inline-block;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 15.941px 31.855px;
  transition: 0.3s;
}
.header__container .right-btn .btn-white {
  color: #00182B;
  background: #fff;
}
.header__container .right-btn .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.header__container .right-btn .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}
.header .prime-menu {
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header .prime-menu ul li {
  display: inline-block;
  padding: 12.941px 27.873px 12.941px 31.855px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.header .prime-menu ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header .prime-menu ul li.menu-item-has-children {
  background: url("../images/manu-arrow.svg") no-repeat calc(100% - 10px) 21px;
}
.header .prime-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  background: #011320;
  left: 0px;
  top: 46px;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  transition: 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .prime-menu ul li ul.sub-menu li {
  padding: 10px 27.873px 10px 31.855px;
}
.header .prime-menu ul li a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.header .prime-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.page-id-388 .logo-black, .page-id-608 .logo-black, .page-id-405 .logo-black {
  display: block;
}
.page-id-388 .header .prime-menu, .page-id-608 .header .prime-menu, .page-id-405 .header .prime-menu {
  border: 1px solid rgba(0, 24, 43, 0.2);
}
.page-id-388 .header .prime-menu a, .page-id-608 .header .prime-menu a, .page-id-405 .header .prime-menu a {
  color: #00182B;
}
.page-id-388 .header .prime-menu a:hover, .page-id-608 .header .prime-menu a:hover, .page-id-405 .header .prime-menu a:hover {
  color: #000000;
}
.page-id-388 .header .header__container .right-btn .btn.btn-white, .page-id-608 .header .header__container .right-btn .btn.btn-white, .page-id-405 .header .header__container .right-btn .btn.btn-white {
  color: #fff;
  background: #00182B;
}
.page-id-388 .header .header__container .right-btn .btn, .page-id-608 .header .header__container .right-btn .btn, .page-id-405 .header .header__container .right-btn .btn {
  color: #00182B;
  border: 1px solid rgba(0, 24, 43, 0.2);
}

.menu-icon.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.footer {
  background: #001220 url("../images/footer.svg") no-repeat bottom center;
  background-size: cover;
  padding: 32px 0;
}
.footer .container .whiter-box {
  border-radius: 16px;
  background: #FFF;
  padding: 24px 32px 32px 32px;
}
.footer .container .socials {
  display: flex;
  justify-content: space-between;
}
.footer .container .socials .title {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: -0.84px;
}
.footer .container .socials .social-list ul li {
  list-style: none;
  display: inline-block;
  margin-left: 13px;
}
.footer .container .socials .social-list ul li a {
  border-radius: 8px;
  background: #F4F4F5;
  padding: 8px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.footer .container .socials .social-list ul li a:hover {
  transform: scale(1.15);
}
.footer .container .contact-info {
  border-top: 1px solid #ECECEC;
  padding-top: 16px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .container .contact-info .col.email .head {
  background: #A7D3FC url("../images/email-col.svg") no-repeat 13px 9px;
}
.footer .container .contact-info .col.phone .head {
  background: #F8EFDC url("../images/phone-col.svg") no-repeat 13px 9px;
}
.footer .container .contact-info .col.address .head {
  background: #FFBD4F url("../images/loc-col.svg") no-repeat 13px 9px;
}
.footer .container .contact-info .col.address .link-cont {
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  background: url(../images/next.svg) no-repeat 100% -4px;
  padding-right: 30px;
  display: table;
}
.footer .container .contact-info .col .head {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.57px;
  border-radius: 50px;
  background: #A7D3FC;
  padding: 8px 16px 4px 36px;
  display: inline-block;
}
.footer .container .contact-info .col .text {
  padding-top: 14px;
  padding-bottom: 25px;
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.footer .container .contact-info .col .link-cont {
  color: #001220;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.footer .footer-menu {
  margin-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer .footer-menu ul {
  text-align: center;
}
.footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
}
.footer .footer-menu ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  padding-top: 12px;
  display: inline-block;
  transition: 0.3s;
  border-top: 4px solid transparent;
}
.footer .footer-menu ul li a:hover {
  border-top: 4px solid white;
}
.footer .logo-footer {
  width: 105px;
  display: block;
  margin: 0 auto;
  margin-top: 220px;
}
.footer .footer-bottom {
  margin-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.footer .footer-bottom .copyright {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  justify-self: start;
}
.footer .footer-bottom .created-by {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  justify-self: end;
}
.footer .footer-bottom .created-by a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 5.5%;
  text-underline-offset: 7.5%;
  text-underline-position: from-font;
}
.footer .footer-bottom .terms-menu {
  justify-self: center;
}
.footer .footer-bottom .terms-menu ul li {
  display: inline-block;
  margin: 0 12px;
}
.footer .footer-bottom .terms-menu ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 20vh;
  padding: 40px;
  border-radius: var(--border-radius-small);
  background-color: var(--color-white-a_100);
  z-index: 101;
  max-width: 1100px;
  width: calc(100% - 120px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.0392156863);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.22s ease-in-out;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .modal {
    padding: 20px;
  }
}
.modal_show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal_show ~ .overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  .modal {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .modal {
    width: calc(100% - 32px);
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modal__title {
  margin-right: 25px;
  font-weight: 500;
  font-size: 18px;
}
.modal__close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (hover: hover) {
  .modal__close {
    transition: all 0.22s ease-in-out;
  }
  .modal__close:hover {
    background-color: var(--gray);
  }
}
.modal__body {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
  margin-right: -10px;
}

/**
 * Global styles for sections
 */
.mt-section {
  --padding-top: 0;
  --padding-bottom: 0;
  --margin-top: 80px;
  --margin-bottom: 80px;
}

* {
  margin: 0;
  padding: 0;
  color: var(--mt-color--black-a_100);
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  position: absolute;
  right: 5px;
  left: auto;
  border-radius: 5px;
  top: 0;
  background-color: #D9D9D9;
}

.clearfix {
  clear: both;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--mt-color--white-a_100);
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  display: block;
}

.btn-link {
  background: #A7D3FC;
  display: table;
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding: 19px 50px 13px;
  transition: 0.3s;
}
.btn-link:before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background: url("../images/btn-prev.svg") no-repeat;
}
.btn-link:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  background: url("../images/btn-next.svg") no-repeat;
}
.btn-link:hover:before {
  left: 4px;
  transform: scale(1.1);
}
.btn-link:hover:after {
  right: 4px;
  transform: scale(1.1);
}
.btn-link.btn-yellow {
  background: #FFBD4F;
}
.btn-link.btn-yellow:before {
  background: url("../images/btn-prev-yellow.svg") no-repeat;
}
.btn-link.btn-yellow:after {
  background: url("../images/btn-next-yellow.svg") no-repeat;
}

.single-page .hero-v2-section {
  padding-bottom: 50px;
}
.single-page .hero-v2-section .container {
  max-width: 872px;
}
.single-page .hero-v2-section .container .post-categories {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
  border-radius: 40px;
  background: #A7D3FC;
  display: inline-block;
  padding: 10px 14px 5px;
}
.single-page .hero-v2-section .container .hero-title {
  color: var(--Color-White, #FFF);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -2.56px;
  text-align: left;
}
.single-page .post-cont {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
.single-page .post-cont .post-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-page .post-cont .post-head .author {
  display: flex;
  gap: 16px;
}
.single-page .post-cont .post-head .author img {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}
.single-page .post-cont .post-head .data .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.single-page .post-cont .post-head .data .flex {
  display: flex;
  gap: 20px;
}
.single-page .post-cont .post-head .data .flex .post-date {
  color: rgba(0, 0, 0, 0.67);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.single-page .post-cont .post-head .data .flex .time-read {
  color: rgba(0, 0, 0, 0.67);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
  position: relative;
}
.single-page .post-cont .post-head .data .flex .time-read:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 20px;
  background: #A7D3FC;
  left: -10px;
  top: 6px;
}
.single-page .post-cont .only-text {
  margin-top: 32px;
  margin-bottom: 100px;
}
.single-page .post-cont .only-text h1, .single-page .post-cont .only-text h2, .single-page .post-cont .only-text h3, .single-page .post-cont .only-text h4, .single-page .post-cont .only-text h5, .single-page .post-cont .only-text h6 {
  color: var(--graphite-black, #001220);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 72px */
  letter-spacing: -1.44px;
  padding-top: 25px;
}
.single-page .post-cont .only-text h2 {
  font-size: 58px;
}
.single-page .post-cont .only-text h3 {
  font-size: 48px;
}
.single-page .post-cont .only-text h4 {
  font-size: 26px;
}
.single-page .post-cont .only-text h4 {
  font-size: 22px;
}
.single-page .post-cont .only-text strong {
  font-weight: 700;
}
.single-page .post-cont .only-text p {
  color: var(--graphite-black, #001220);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.single-page .post-cont .only-text img {
  border-radius: 16px;
  max-width: 100%;
  display: block;
  margin-top: 30px;
}
.single-page .post-cont .only-text .wp-element-caption {
  color: rgba(0, 0, 0, 0.67);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}

.related-section {
  margin-bottom: 100px;
}
.related-section .more-information-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.related-section .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.related-section .category-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  margin: 6px !important;
}

font font {
  background-color: transparent !important;
  box-shadow: none !important;
  position: initial !important;
  font-size: inherit;
  color: inherit !important;
  font: inherit;
}

font {
  background-color: transparent !important;
  box-shadow: none !important;
  position: initial !important;
  font-size: inherit;
  color: inherit !important;
  font: inherit;
}

select.gt_selector.notranslate {
  background: transparent;
  border: none;
  outline: none;
  color: #001220;
  font-size: 11.946px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.example-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .example-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .example-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.hero-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .hero-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .hero-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.hero-section {
  padding-top: 250px;
  padding-bottom: 80px;
  background: #001220 url("../images/hero-pixels.svg") no-repeat center;
  background-size: cover;
  margin: 0;
  margin-top: -102px;
}
.hero-section__container .logo-hero {
  max-width: 104px;
}
.hero-section__container .hero-content {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  gap: 150px;
  align-items: center;
}
.hero-section__container .hero-content .hero-title {
  color: var(--Color-White, #FFF);
  font-size: 69.613px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.785px;
}
.hero-section__container .hero-content .text {
  color: var(--Color-White, #FFF);
  font-size: 15.928px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
  max-width: 447px;
}
.hero-section__container .hero-content .btn-link {
  margin-top: 30px;
}

.professional-services-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .professional-services-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .professional-services-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.professional-services-section__container .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 138px;
}
.professional-services-section__container .flex-wrap img {
  width: 635px;
  border-radius: 16px;
  object-fit: fill;
}
.professional-services-section__container .professional-services-title {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.professional-services-section__container .information-items .item {
  margin-top: 52px;
}
.professional-services-section__container .information-items .item:nth-child(3) h5 {
  color: #fff;
}
.professional-services-section__container .information-items .item h5 {
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.6px;
  padding: 8px 16px 0px 16px;
  border-radius: 30px;
}
.professional-services-section__container .information-items .item .sub-title {
  margin-top: 24px;
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 23.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.195px;
}
.professional-services-section__container .information-items .item .text {
  margin-top: 20px;
  color: #001220;
  font-size: 15.928px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 23.891px */
  letter-spacing: -0.319px;
}
.professional-services-section__container .information-items .item .link-arrow {
  color: var(--Color-Neutral-Darkest, #000);
  font-size: 15.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: url(../images/next.svg) no-repeat right -2px;
  display: inline-block;
  margin-top: 16px;
  padding-right: 26px;
  transition: 0.3s;
}
.professional-services-section__container .information-items .item .link-arrow:hover {
  text-decoration: underline;
  background: url(../images/next.svg) no-repeat calc(100% + 5px) -2px;
}

.impact-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .impact-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .impact-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.impact-section__container .tag {
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
.impact-section__container .impact-title {
  margin-top: 16px;
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -2.2px;
}
.impact-section__container .text {
  margin-top: 14px;
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.impact-section .impact-with-image {
  background: url("../images/impact.jpg") no-repeat center;
  background-size: cover;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.impact-section .impact-with-image .information-items {
  float: right;
  max-width: 360px;
  width: 100%;
}
.impact-section .impact-with-image .information-items .item {
  margin-bottom: 15px;
  border-radius: 16px;
  background: #FFF;
  padding: 24px 0 18px;
}
.impact-section .impact-with-image .information-items .item .item-title {
  color: #001220;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.impact-section .impact-with-image .information-items .item .number {
  color: var(--Gray-1, #333);
  text-align: center;
  font-size: 69.613px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 69.613px */
  letter-spacing: -2.785px;
  margin-top: 24px;
  margin-bottom: 15px;
}
.impact-section .impact-with-image .information-items .item .text {
  padding: 16px 24px 0;
  border-top: 1px solid #ECECEC;
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}

.member-voices-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .member-voices-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .member-voices-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.member-voices-section {
  background: #F8EFDC;
}
.member-voices-section__container .btn-link {
  margin: 0 auto;
}
.member-voices-section__container .member-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.member-voices-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-top: 16px;
}
.member-voices-section__container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.member-voices-section__container .grid .col2 .information-items .item {
  padding: 0;
}
.member-voices-section__container .grid .col2 .information-items .item .user {
  margin-top: 0;
  padding: 16px;
}
.member-voices-section__container .grid .col2 .information-items .item video {
  object-fit: cover;
  border-radius: 16px;
}
.member-voices-section__container .grid .information-items .item {
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 16px;
}
.member-voices-section__container .grid .information-items .item .rating {
  width: 116px;
}
.member-voices-section__container .grid .information-items .item .text {
  margin-top: 24px;
  color: #001220;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
  text-align: left;
}
.member-voices-section__container .grid .information-items .item .user {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}
.member-voices-section__container .grid .information-items .item .user .avatar {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.member-voices-section__container .grid .information-items .item .user .name {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.66px;
}
.member-voices-section__container .grid .information-items .item .user .position {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1; /* 27px */
  letter-spacing: -0.36px;
}

.latest-insights-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .latest-insights-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .latest-insights-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.latest-insights-section__container .insights-nav {
  width: 460px;
  float: left;
}
.latest-insights-section__container .insights-nav .insights-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.latest-insights-section__container .insights-nav .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.latest-insights-section__container .insights-nav .categories {
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F4F4F5;
  max-width: 333px;
  width: 100%;
  padding: 16px;
  margin-top: 63px;
}
.latest-insights-section__container .insights-nav .categories .category-list li {
  margin-bottom: 1px;
}
.latest-insights-section__container .insights-nav .categories .category-list li.active-cat a {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.latest-insights-section__container .insights-nav .categories .category-list li a {
  display: block;
  padding: 12px 16px 8px;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid transparent;
  letter-spacing: -0.6px;
}
.latest-insights-section__container .insights-nav .categories .category-list li a img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  top: 3px;
  position: relative;
}
.latest-insights-section__container .insights-nav .categories .category-list li a:hover {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.latest-insights-section__container .insights-nav .categories .btn-link {
  margin-top: 68px;
  width: 100%;
  text-align: center;
}
.latest-insights-section__container .insights-content {
  float: right;
  width: calc(100% - 475px);
}
.latest-insights-section__container .insights-content .category-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.latest-insights-section__container .insights-content .btn-link {
  margin: 0 auto;
  margin-top: 40px;
}

.post-item {
  border: 1px solid #ECECEC;
  border-radius: 8px;
}
.post-item:hover {
  background: rgba(167, 211, 252, 0.15);
}
.post-item:hover .post-item__image svg {
  opacity: 1;
}
.post-item:hover .post-item__image svg rect {
  transform: translateY(0);
  opacity: 1;
}
.post-item .post-item__image {
  padding: 8px;
  position: relative;
}
.post-item .post-item__image img {
  border-radius: 8px;
  align-self: stretch;
  aspect-ratio: 154/75;
}
.post-item .post-item__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  padding: 8px;
}
.post-item .post-item__image svg rect {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.post-item .post-content {
  border-top: 1px solid #ECECEC;
  padding: 24px;
}
.post-item .post-content .post-head {
  display: flex;
  gap: 16px;
}
.post-item .post-content .post-categories a {
  border-radius: 40px;
  background: var(--Color-Neutral-Lightest, #EEE);
  padding: 10px 14px 6px;
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.post-item .post-content .time {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  padding-top: 10px;
}
.post-item .post-content .post-title {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 31.68px */
  letter-spacing: -0.72px;
  margin-top: 16px;
  display: block;
}
.post-item .post-content .post-excerpt {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.post-item .post-content .read-more {
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  background: url(../images/next.svg) no-repeat right 0px;
  padding-right: 31px;
  line-height: 30px;
  display: table;
  transition: 0.3s;
}
.post-item .post-content .read-more:hover {
  padding-right: 35px;
}

.post-item svg rect:nth-child(1) {
  transition-delay: 0.05s;
}

.post-item svg rect:nth-child(2) {
  transition-delay: 0.1s;
}

.post-item svg rect:nth-child(3) {
  transition-delay: 0.15s;
}

.post-item svg rect:nth-child(4) {
  transition-delay: 0.2s;
}

.post-item svg rect:nth-child(5) {
  transition-delay: 0.25s;
}

.post-item svg rect:nth-child(6) {
  transition-delay: 0.3s;
}

.post-item svg rect:nth-child(7) {
  transition-delay: 0.35s;
}

.post-item svg rect:nth-child(8) {
  transition-delay: 0.4s;
}

.post-item svg rect:nth-child(9) {
  transition-delay: 0.45s;
}

.post-item svg rect:nth-child(10) {
  transition-delay: 0.5s;
}

.post-item svg rect:nth-child(11) {
  transition-delay: 0.55s;
}

.post-item svg rect:nth-child(12) {
  transition-delay: 0.6s;
}

.post-item svg rect:nth-child(13) {
  transition-delay: 0.65s;
}

.join-community-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .join-community-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .join-community-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.join-community-section {
  background: #001220 url("../images/join.svg") no-repeat center;
  background-size: cover;
}
.join-community-section__container {
  padding: 104px 0;
  text-align: center;
}
.join-community-section__container .join-title {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -2.2px;
}
.join-community-section__container .text {
  max-width: 570px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-top: 18px;
}
.join-community-section__container .center-btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}
.join-community-section__container .btn {
  display: table;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.join-community-section__container .btn-white {
  color: #00182B;
  background: #fff;
}
.join-community-section__container .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.join-community-section__container .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}

.faq-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .faq-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .faq-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.faq-section {
  background: #051827;
}
.faq-section .bg-white-radius {
  border-radius: 24px;
  background: #FFF;
}
.faq-section .container {
  padding: 87px 0 120px;
}
.faq-section .container .faq-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.faq-section .container .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 18px;
}
.faq-section .container .left-side {
  width: 300px;
  float: left;
}
.faq-section .container .left-side .still {
  border-radius: 18px;
  border: var(--Stroke-Border-Width, 1px) solid #ECECEC;
  background: #F4F4F5;
  padding: 24px;
  margin-top: 220px;
}
.faq-section .container .left-side .still .still-head {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.faq-section .container .left-side .still .still-text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 10px;
  padding-bottom: 18px;
}
.faq-section .container .left-side .still .btn-link {
  width: 100%;
  text-align: center;
}
.faq-section .container .right-side {
  float: right;
  width: calc(100% - 520px);
}
.faq-section__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  counter-reset: item;
  padding: 0px 15px;
  background-color: var(--mt-color--blue-b_100);
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .faq-section__list {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .faq-section__list {
    border-radius: 16px;
  }
}
.faq-section__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 18px;
  border: var(--Stroke-Border-Width, 1px) solid #ECECEC;
  background: #F4F4F5;
}
.faq-section__item:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px solid var(--mt-color--blue-c_40);
}
@media screen and (max-width: 1080px) {
  .faq-section__item:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 480px) {
  .faq-section__item {
    padding: 0 8px;
  }
}
.faq-section__item-head {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  counter-increment: item;
}
.faq-section__item_active .faq-section__item-head {
  background: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.faq-section__item-question {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
@media screen and (max-width: 480px) {
  .faq-section__item-question {
    font-size: 18px;
  }
}
.faq-section__item-toggler {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mt-color--yellow-a_100);
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.22s ease-in-out;
}
@media screen and (max-width: 480px) {
  .faq-section__item-toggler {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.faq-section__item_active .faq-section__item-toggler {
  transform: rotate(-180deg);
}
.faq-section__item_active .faq-section__item-toggler svg rect {
  fill: var(--Gold, #FFBD4F);
}
.faq-section__item_active .faq-section__item-toggler svg path {
  stroke: #000;
}
.faq-section__item_active .faq-section__item-answer {
  background: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  opacity: 1;
}
.faq-section__item-answer {
  opacity: 0.5;
  padding: 20px;
}
.faq-section__item-answer p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.faq-section__item-answer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ECECEC;
  margin: 1em 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-section__item-answer h4 {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.faq-section__item-answer ul {
  margin-top: 20px;
}
.faq-section__item-answer ul li {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}
.faq-section__item-answer ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--Gold, #FFBD4F);
  left: 3px;
  top: 8px;
}

.hero-v2-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .hero-v2-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .hero-v2-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.hero-v2-section {
  padding-top: 250px;
  padding-bottom: 130px;
  background: #001220 url("../images/hero-pixels.svg") no-repeat center;
  background-size: cover;
  margin: 0;
  margin-top: -102px;
}
.hero-v2-section__container .logo-hero {
  display: block;
  width: 105px;
  margin: 0 auto;
}
.hero-v2-section__container .hero-title {
  margin-top: 43px;
  color: var(--Color-White, #FFF);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -2.56px;
}
.hero-v2-section__container .text {
  padding-top: 15px;
  color: var(--Color-White, #FFF);
  text-align: center;
  font-size: 15.928px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 23.891px */
  max-width: 545px;
  margin: 0 auto;
}
.hero-v2-section__container .center-btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}
.hero-v2-section__container .btn {
  display: table;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.hero-v2-section__container .btn-white {
  color: #00182B;
  background: #fff;
}
.hero-v2-section__container .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.hero-v2-section__container .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}

.mission-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .mission-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .mission-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.mission-section__container .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 138px;
  align-items: center;
}
.mission-section__container .flex-wrap img {
  width: 635px;
  border-radius: 16px;
  object-fit: fill;
}
.mission-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.mission-section__container .professional-services-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 32px;
}
.mission-section__container .text {
  padding-top: 32px;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.mission-section__container .text p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.mission-section__container .text ul {
  margin-top: 24px;
}
.mission-section__container .text ul li {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}
.mission-section__container .text ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--Gold, #FFBD4F);
  left: 3px;
  top: 8px;
}

.journey-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .journey-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .journey-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.journey-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.journey-section__container .journey-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 16px;
}
.journey-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 15px;
}
.journey-section__container .center-btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}
.journey-section__container .btn {
  display: table;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.journey-section__container .btn-white {
  color: #00182B;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.journey-section__container .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.journey-section__container .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.years-slider-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .years-slider-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .years-slider-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.years-slider-section__container {
  max-width: 1436px;
}
.years-slider-section__container .fl-left {
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
}
.years-slider-section__container .content-slider {
  width: 50%;
  float: left;
  overflow: hidden;
}
.years-slider-section__container .circular-slider {
  position: relative;
  width: 970px;
  height: 670px;
  margin: 50px auto;
}
.years-slider-section__container .circular-slider .slide {
  position: absolute;
  width: 320px;
  height: 100px;
  color: #fff;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: transform 0.5s ease; /* плавний рух по колу */
}
.years-slider-section__container .circular-slider .slide.active {
  background: #e74c3c; /* червоний для активного */
  transform: scale(1.2) translate(-50%, -50%); /* трохи більший */
  z-index: 10;
  transition: transform 0.5s ease, background 0.5s ease;
}
.years-slider-section__container .circular-slider .slide-inner {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.timeline-section__data {
  position: relative;
  margin-top: 32px;
  display: flex;
  background: #f5f0ea;
  overflow: hidden;
}
.timeline-section__description {
  text-align: center;
  max-width: 540px;
  margin: 16px auto 0;
}
.timeline-section__slider {
  width: 50%;
  margin-left: 0;
}
.timeline-section__timecircle {
  height: 780px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}
.timeline-section__circle {
  position: absolute;
  width: 640px;
  height: 640px;
  border: 1px dashed #004965;
  border-radius: 50%;
  z-index: 5;
  margin: -15px 0 0 10px;
}
.timeline-section__dots-circle {
  position: absolute;
  width: 100%;
  height: 100%;
}
.timeline-section__dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 5px solid rgba(0, 73, 101, 0.24);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.timeline-section__dot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #004965;
  border-radius: 50%;
}
.timeline-section__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 190px;
  z-index: 8;
}
.timeline-section__timecircle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  transition: background 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.timeline-section__timecircle-item.is-active .timeline-section__timecircle-item-title, .timeline-section__timecircle-item.is-active .timeline-section__timecircle-item-year, .timeline-section__timecircle-item.is-active .timeline-section__timecircle-item-description {
  opacity: 1;
}
.timeline-section__timecircle-item.is-active .timeline-section__timecircle-item-year {
  border-radius: 20px;
  background: var(--Gold, #FFBD4F);
}
.timeline-section__timecircle-item-description {
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.timeline-section__timecircle-item-title {
  opacity: 0;
  transition: opacity 0.2s ease;
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  letter-spacing: -1.4px;
  width: 313px;
}
.timeline-section__timecircle-item-year {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 25.3px */
  letter-spacing: -1.15px;
  transition: all 0.2s ease;
  padding: 7px 12px 4px;
  display: inline-block;
  border-radius: 20px;
}
.timeline-section__timecircle-items {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}
.timeline-section__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.timeline-section__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .timeline-section__timecircle {
    height: 680px;
    transform: translate(-50%, -42%);
  }
  .timeline-section__circle {
    width: 520px;
    height: 520px;
    margin: 0;
  }
  .timeline-section__timecircle-items {
    width: 520px;
    height: 520px;
  }
}
@media (max-width: 992px) {
  .timeline-section__data {
    display: block;
    margin-top: 24px;
  }
  .timeline-section__slider {
    width: 100%;
  }
  .timeline-section__slider-slide {
    height: 420px;
  }
  .timeline-section__logo {
    max-width: 120px;
    top: 210px;
  }
  .timeline-section__timecircle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
    width: 100%;
    padding: 24px;
  }
  .timeline-section__circle, .timeline-section__dots-circle {
    display: none;
  }
  .timeline-section__timecircle-items {
    width: 100%;
    height: auto;
    display: grid;
    gap: 12px;
  }
  .timeline-section__timecircle-item {
    position: static;
    transform: none !important;
    padding: 16px;
    border: 1px solid rgba(146, 108, 87, 0.25);
    background: var(--mt-white);
    border-radius: 8px;
  }
  .timeline-section__timecircle-item.is-active {
    border-color: rgba(165, 98, 101, 0.55);
  }
  .timeline-section__timecircle-item-year, .timeline-section__timecircle-item-title, .timeline-section__timecircle-item-description {
    opacity: 1;
  }
  .timeline-section__timecircle-item-title {
    margin: 10px 0 6px;
  }
}
@media (max-width: 768px) {
  .timeline-section__description {
    margin-top: 12px;
  }
  .timeline-section__slider-slide {
    height: 300px;
  }
  .timeline-section__logo {
    max-width: 90px;
    top: 150px;
  }
  .timeline-section__timecircle {
    padding: 16px;
  }
  .timeline-section__timecircle-item {
    padding: 14px;
  }
  .timeline-section__timecircle-item-title {
    font-size: 16px;
    margin: 8px 0 4px;
  }
  .timeline-section__timecircle-item-description {
    font-size: 14px;
  }
}

.executive-team-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .executive-team-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .executive-team-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.executive-team-section__container .executive-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.executive-team-section__container .text {
  padding-top: 15px;
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
  padding-bottom: 10px;
}
.executive-team-section__container .btn-link {
  margin: 0 auto;
}
.executive-team-section__container .teams {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.team-item:hover .post-item__image .more-info {
  bottom: 16px;
}
.team-item .post-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.team-item .post-item__image .more-info {
  width: calc(100% - 32px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: -120px;
  transition: 0.3s;
}
.team-item .post-title {
  overflow: hidden;
  color: var(--graphite-black, #001220);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.78px;
  padding-top: 16px;
}
.team-item .post-position {
  overflow: hidden;
  color: var(--graphite-black, #001220);
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.38px;
  padding-top: 10px;
}

.faq-v2-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .faq-v2-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .faq-v2-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.faq-v2-section__container {
  padding: 87px 0 120px;
}
.faq-v2-section__container .faq-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.faq-v2-section__container .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 24px;
  padding-bottom: 25px;
}
.faq-v2-section__container .left-side {
  width: 500px;
  float: left;
}
.faq-v2-section__container .left-side img {
  width: 100%;
  margin-top: 130px;
  display: block;
  border-radius: 16px;
}
.faq-v2-section__container .right-side {
  float: right;
  width: calc(100% - 544px);
}

.government-relations-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .government-relations-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .government-relations-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.government-relations-section__container .cols.small {
  max-width: 1100px;
  margin: 0 auto;
}
.government-relations-section__container .cols .col1 {
  float: left;
  width: 287px;
}
.government-relations-section__container .cols .col1 .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}
.government-relations-section__container .cols .col1 .government-services-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.government-relations-section__container .cols .col1 .btn-link {
  width: 100%;
  text-align: center;
}
.government-relations-section__container .cols .col2 {
  float: right;
  width: calc(100% - 325px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.government-relations-section__container .cols .col2 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-bottom: 16px;
}
.government-relations-section__container .cols .col3 {
  float: right;
  width: calc(100% - 325px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.government-relations-section__container .cols .col3 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-bottom: 16px;
}
.government-relations-section__container .img-anim {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 40px;
}
.government-relations-section__container .img-anim img {
  transition: transform 0.6s ease;
}
.government-relations-section__container .img-anim svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.government-relations-section__container .img-anim svg rect {
  opacity: 0;
  /* 🔑 стартова позиція через змінні */
  --x: 0px;
  --y: 0px;
  transform: translate(var(--x), var(--y)) scale(0.6);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  /* напрямки */
}
.government-relations-section__container .img-anim svg rect:nth-child(2n) {
  --y: -120px;
}
.government-relations-section__container .img-anim svg rect:nth-child(3n) {
  --x: -120px;
}
.government-relations-section__container .img-anim svg rect:nth-child(4n) {
  --x: 120px;
}
.government-relations-section__container .img-anim svg rect:nth-child(5n) {
  --y: 120px;
}
.government-relations-section__container .img-anim svg rect {
  /* каскад */
}
.government-relations-section__container .img-anim svg rect:nth-child(1) {
  transition-delay: 0.04s;
}
.government-relations-section__container .img-anim svg rect:nth-child(2) {
  transition-delay: 0.08s;
}
.government-relations-section__container .img-anim svg rect:nth-child(3) {
  transition-delay: 0.12s;
}
.government-relations-section__container .img-anim svg rect:nth-child(4) {
  transition-delay: 0.16s;
}
.government-relations-section__container .img-anim svg rect:nth-child(5) {
  transition-delay: 0.2s;
}
.government-relations-section__container .img-anim svg rect:nth-child(6) {
  transition-delay: 0.24s;
}
.government-relations-section__container .img-anim svg rect:nth-child(7) {
  transition-delay: 0.28s;
}
.government-relations-section__container .img-anim svg rect:nth-child(8) {
  transition-delay: 0.32s;
}
.government-relations-section__container .img-anim svg rect:nth-child(9) {
  transition-delay: 0.36s;
}
.government-relations-section__container .img-anim svg rect:nth-child(10) {
  transition-delay: 0.4s;
}
.government-relations-section__container .img-anim svg rect:nth-child(11) {
  transition-delay: 0.44s;
}
.government-relations-section__container .img-anim svg rect:nth-child(12) {
  transition-delay: 0.48s;
}
.government-relations-section__container .img-anim svg rect:nth-child(13) {
  transition-delay: 0.52s;
}
.government-relations-section__container .img-anim svg rect:nth-child(14) {
  transition-delay: 0.56s;
}
.government-relations-section__container .img-anim svg rect:nth-child(15) {
  transition-delay: 0.6s;
}
.government-relations-section__container .img-anim svg rect:nth-child(16) {
  transition-delay: 0.64s;
}
.government-relations-section__container .img-anim svg rect:nth-child(17) {
  transition-delay: 0.68s;
}
.government-relations-section__container .img-anim svg rect:nth-child(18) {
  transition-delay: 0.72s;
}
.government-relations-section__container .img-anim svg rect:nth-child(19) {
  transition-delay: 0.76s;
}
.government-relations-section__container .img-anim svg rect:nth-child(20) {
  transition-delay: 0.8s;
}
.government-relations-section__container .img-anim svg rect:nth-child(21) {
  transition-delay: 0.84s;
}
.government-relations-section__container .img-anim svg rect:nth-child(22) {
  transition-delay: 0.88s;
}
.government-relations-section__container .img-anim svg rect:nth-child(23) {
  transition-delay: 0.92s;
}
.government-relations-section__container .img-anim svg rect:nth-child(24) {
  transition-delay: 0.96s;
}
.government-relations-section__container .img-anim svg rect:nth-child(25) {
  transition-delay: 1s;
}
.government-relations-section__container .img-anim svg rect:nth-child(26) {
  transition-delay: 1.04s;
}
.government-relations-section__container .img-anim svg rect:nth-child(27) {
  transition-delay: 1.08s;
}
.government-relations-section__container .img-anim svg rect:nth-child(28) {
  transition-delay: 1.12s;
}
.government-relations-section__container .img-anim svg rect:nth-child(29) {
  transition-delay: 1.16s;
}
.government-relations-section__container .img-anim svg rect:nth-child(30) {
  transition-delay: 1.2s;
}
.government-relations-section__container .img-anim svg rect:nth-child(31) {
  transition-delay: 1.24s;
}
.government-relations-section__container .img-anim svg rect:nth-child(32) {
  transition-delay: 1.28s;
}
.government-relations-section__container .img-anim svg rect:nth-child(33) {
  transition-delay: 1.32s;
}
.government-relations-section__container .img-anim svg rect:nth-child(34) {
  transition-delay: 1.36s;
}
.government-relations-section__container .img-anim svg rect:nth-child(35) {
  transition-delay: 1.4s;
}
.government-relations-section__container .img-anim svg rect:nth-child(36) {
  transition-delay: 1.44s;
}
.government-relations-section__container .img-anim svg rect:nth-child(37) {
  transition-delay: 1.48s;
}
.government-relations-section__container .img-anim svg rect:nth-child(38) {
  transition-delay: 1.52s;
}
.government-relations-section__container .img-anim svg rect:nth-child(39) {
  transition-delay: 1.56s;
}
.government-relations-section__container .img-anim svg rect:nth-child(40) {
  transition-delay: 1.6s;
}
.government-relations-section__container .img-anim:hover img {
  transform: scale(1.05);
}
.government-relations-section__container .img-anim:hover svg {
  opacity: 1;
}
.government-relations-section__container .img-anim:hover rect {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.guidelines-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .guidelines-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .guidelines-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.guidelines-section {
  background: #F8EFDC;
}
.guidelines-section__container {
  padding: 80px 0;
}
.guidelines-section__container .guidelines-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -2.2px;
}
.guidelines-section__container .guidelines {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.guidelines-section__container .guidelines.show-all:before {
  display: none;
}
.guidelines-section__container .guidelines.show-all .guidelines__item:nth-child(n+7) {
  display: flex;
}
.guidelines-section__container .guidelines:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #F8EFDC 43.99%, rgba(248, 239, 220, 0) 100%);
  width: 100%;
  height: 300px;
  bottom: -120px;
}
.guidelines-section__container .guidelines .guidelines__item {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.guidelines-section__container .guidelines .guidelines__item:nth-child(n+7) {
  display: none;
}
.guidelines-section__container .guidelines .guidelines__item .number {
  width: 69px;
  border-radius: 4px;
  background: var(--white, #FFF);
  text-align: center;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guidelines-section__container .guidelines .guidelines__item .value {
  width: calc(100% - 85px);
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  padding: 16px;
  border-radius: 4px;
  background: var(--white, #FFF);
}
.guidelines-section__container .guidelines .guidelines__item .value p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.guidelines-section__container .center-btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}
.guidelines-section__container .btn {
  display: table;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.guidelines-section__container .btn-white {
  color: #00182B;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.guidelines-section__container .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.guidelines-section__container .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}

.latest-insights-v2-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .latest-insights-v2-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .latest-insights-v2-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.latest-insights-v2-section__container .insights-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: left;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.latest-insights-v2-section__container .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.latest-insights-v2-section__container .btn {
  display: table;
  float: right;
  border-radius: 70px;
  border: 0.995px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.latest-insights-v2-section__container .btn-white {
  color: #00182B;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.latest-insights-v2-section__container .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.latest-insights-v2-section__container .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}
.latest-insights-v2-section__container .insights-content {
  margin-top: 40px;
}
.latest-insights-v2-section__container .insights-content .category-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.latest-insights-v2-section__container .insights-content .category-posts .post-item {
  display: flex;
  justify-content: space-between;
}
.latest-insights-v2-section__container .insights-content .category-posts .post-item .post-content {
  width: calc(100% - 340px);
}
.latest-insights-v2-section__container .insights-content .category-posts .post-item .post-item__image {
  width: 320px;
}
.latest-insights-v2-section__container .insights-content .category-posts .post-item .post-item__image img {
  aspect-ratio: 320/253;
  height: 100%;
  object-fit: cover;
}

.all-team-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .all-team-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .all-team-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.all-team-section__container .teams {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.all-team-section .filter {
  border-bottom: 1px solid rgba(9, 65, 33, 0.1);
}
.all-team-section .filter ul {
  text-align: center;
}
.all-team-section .filter ul li {
  display: inline-block;
  cursor: pointer;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  padding: 8px 32px;
}
.all-team-section .filter ul li.active {
  border-bottom: 2px solid var(--graphite-black, #001220);
  background: rgba(167, 211, 252, 0.35);
}

.team-popup {
  position: fixed;
  top: 20px;
  right: -100%;
  width: 100%;
  max-width: 633px;
  z-index: 999;
  transition: right 0.4s ease;
  height: calc(100vh - 40px);
}
.team-popup .close-pop {
  width: 44px;
  height: 44px;
  background: url("../images/close-pop.svg") no-repeat center;
  position: absolute;
  left: -50px;
  cursor: pointer;
}
.team-popup .content {
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
  max-width: 633px;
  overflow-y: scroll;
  height: calc(100vh - 40px);
}
.team-popup .people-head {
  display: flex;
  gap: 16px;
}
.team-popup .people-head .post-thumbnail {
  width: 260px;
}
.team-popup .people-head .short-desc {
  border-radius: 8px;
  background: var(--Sand, #F8EFDC);
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
}
.team-popup .people-head .short-desc .text {
  width: calc(100% - 43px);
  margin-left: 25px;
  background: url("../images/blocksq.svg") no-repeat left top;
  padding-top: 40px;
  color: #001220;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.38px;
}
.team-popup .people-name {
  padding-top: 24px;
  overflow: hidden;
  color: var(--graphite-black, #001220);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.78px;
}
.team-popup .people-position {
  color: var(--graphite-black, #001220);
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.38px;
  padding-top: 10px;
}
.team-popup .social-list ul {
  margin-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 21px;
}
.team-popup .social-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 13px;
}
.team-popup .social-list ul li a {
  border-radius: 8px;
  background: #F4F4F5;
  padding: 8px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.team-popup .social-list ul li a:hover {
  transform: scale(1.15);
}
.team-popup .people-desc p {
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  padding-bottom: 16px;
}

.team-popup.active {
  right: 20px;
}

.over-people {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 998;
}

.contact-us-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .contact-us-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .contact-us-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.contact-us-section__container .left-cont {
  float: left;
  width: calc(100% - 660px);
}
.contact-us-section__container .right-cont {
  float: right;
  width: 635px;
}
.contact-us-section__container .right-cont .form-gray {
  border-radius: 16px;
  background: var(--Gray-1, #F4F4F5);
  padding: 55.5px 33.5px 25.5px 34px;
  box-sizing: border-box;
}
.contact-us-section__container .right-cont .form-gray h3 {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.84px;
}
.contact-us-section__container .right-cont .form-gray .two-cols {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.contact-us-section__container .right-cont .form-gray .two-cols input {
  color: var(--Silver, #747579);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border: none;
  border-bottom: 1px solid #EAEAEB;
  padding: 0 0 8px;
  background: transparent;
  outline: none;
  width: 100%;
}
.contact-us-section__container .right-cont .form-gray label {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  padding-bottom: 5px;
  margin-bottom: 13px;
  display: block;
}
.contact-us-section__container .right-cont .form-gray select {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
  border: none;
  border-bottom: 1px solid #EAEAEB;
  padding: 0 0 8px;
  background: transparent;
  outline: none;
  width: 100%;
  margin-top: 24px;
}
.contact-us-section__container .right-cont .form-gray textarea {
  color: var(--Silver, #747579);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border: none;
  border-bottom: 1px solid #EAEAEB;
  padding: 0 0 5px;
  background: transparent;
  outline: none;
  width: 100%;
  height: 66px;
}
.contact-us-section__container .right-cont .form-gray span.wpcf7-list-item-label {
  color: var(--Silver, #747579);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 173.333% */
}
.contact-us-section__container .right-cont .form-gray input[type=checkbox] {
  position: relative;
  top: 2px;
  border-radius: 0;
}
.contact-us-section__container .right-cont .form-gray input[type=submit] {
  background: var(--sy-blue, #A7D3FC);
  display: block;
  border: none;
  padding: 20px 50px 15px;
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-us-section__container .right-cont .form-gray .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact-us-section__container .contact-info {
  padding-top: 16px;
  margin-top: 16px;
}
.contact-us-section__container .contact-info .col {
  margin-bottom: 45px;
}
.contact-us-section__container .contact-info .col.email .head {
  background: #A7D3FC url("../images/email-col.svg") no-repeat 13px 9px;
}
.contact-us-section__container .contact-info .col.phone .head {
  background: #F8EFDC url("../images/phone-col.svg") no-repeat 13px 9px;
}
.contact-us-section__container .contact-info .col.address .head {
  background: #FFBD4F url("../images/loc-col.svg") no-repeat 13px 9px;
}
.contact-us-section__container .contact-info .col.address .link-cont {
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  background: url(../images/next.svg) no-repeat 100% -4px;
  padding-right: 30px;
  display: table;
}
.contact-us-section__container .contact-info .col .head {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.57px;
  border-radius: 50px;
  background: #A7D3FC;
  padding: 8px 16px 4px 36px;
  display: inline-block;
}
.contact-us-section__container .contact-info .col .text {
  padding-top: 14px;
  padding-bottom: 25px;
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.contact-us-section__container .contact-info .col .link-cont {
  color: #001220;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}

.general-inquiries-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .general-inquiries-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .general-inquiries-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.general-inquiries-section {
  background: #F4F4F5;
  padding: 64px 0;
}
.general-inquiries-section__container .general-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.general-inquiries-section__container .inquiries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.general-inquiries-section__container .inquiries .inquiries__item {
  padding: 24px;
  border-radius: 16px;
  background: var(--white, #FFF);
  transition: 0.3s;
}
.general-inquiries-section__container .inquiries .inquiries__item:hover {
  background: #001220 url("../images/gener.svg") no-repeat center;
  background-size: cover;
}
.general-inquiries-section__container .inquiries .inquiries__item:hover .inquiries-title {
  color: #fff;
}
.general-inquiries-section__container .inquiries .inquiries__item:hover .value {
  color: #fff;
}
.general-inquiries-section__container .inquiries .inquiries__item:hover .read-more {
  color: #A7D3FC;
}
.general-inquiries-section__container .inquiries .inquiries__item .inquiries-title {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: -0.84px;
}
.general-inquiries-section__container .inquiries .inquiries__item .value {
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  padding-top: 12px;
  max-width: 318px;
}
.general-inquiries-section__container .read-more {
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  background: url(../images/next.svg) no-repeat right 0px;
  padding-right: 31px;
  line-height: 30px;
  display: table;
  transition: 0.3s;
  margin-top: 39px;
}
.general-inquiries-section__container .read-more:hover {
  padding-right: 35px;
}

.professional-standards-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .professional-standards-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .professional-standards-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.professional-standards-section__container .professional-standards-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.professional-standards-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
  max-width: 600px;
  margin: 0 auto;
}
.professional-standards-section .tabs {
  margin-top: 40px;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
}
.professional-standards-section .tabs li {
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  padding: 8px 24px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.professional-standards-section .tabs li.active {
  border-bottom: 4px solid var(--teal, #0082A3);
}
.professional-standards-section .tabs-content {
  margin-top: 25px;
}
.professional-standards-section .tabs-content .item {
  overflow: hidden;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
  position: absolute;
  width: 100%;
}
.professional-standards-section .tabs-content .item.active {
  opacity: 1;
  position: relative;
}
.professional-standards-section .tabs-content .item .white-box {
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  height: calc(100% - 32px);
  top: 16px;
  right: 16px;
  max-width: 444px;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 40px 37px 40px;
}
.professional-standards-section .tabs-content .item .white-box .heading {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}
.professional-standards-section .tabs-content .item .white-box .list {
  margin-top: 37px;
  border-top: 1px solid #ECECEC;
}
.professional-standards-section .tabs-content .item .white-box .list .item_l {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ECECEC;
  border-radius: 0;
}
.professional-standards-section .tabs-content .item .white-box .list .item_l .head {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.professional-standards-section .tabs-content .item .white-box .list .item_l .content {
  padding-top: 10px;
}
.professional-standards-section .tabs-content .item .white-box .list .item_l .content p {
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

.faqs-with-category-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .faqs-with-category-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .faqs-with-category-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.faqs-with-category-section .tabs {
  margin-top: 40px;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
}
.faqs-with-category-section .tabs li {
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  padding: 8px 24px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.faqs-with-category-section .tabs li.active {
  border-bottom: 4px solid var(--teal, #0082A3);
}
.faqs-with-category-section .tabs-content {
  margin: 0 auto;
  margin-top: 25px;
}
.faqs-with-category-section .tabs-content .item {
  overflow: hidden;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
  position: absolute;
  width: 100%;
}
.faqs-with-category-section .tabs-content .item.active {
  opacity: 1;
  position: relative;
}
.faqs-with-category-section .tabs-content .center-btn {
  display: flex;
  gap: 5px;
  margin-top: 30px;
}
.faqs-with-category-section .tabs-content .btn {
  display: table;
  border-radius: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 31.855px 11px;
  transition: 0.3s;
}
.faqs-with-category-section .tabs-content .btn-white {
  color: #00182B;
  background: #fff;
  border: 1px solid transparent;
}
.faqs-with-category-section .tabs-content .btn-white:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.faqs-with-category-section .tabs-content .btn:hover {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
}
.faqs-with-category-section__container {
  max-width: 768px;
  width: 100%;
}
.faqs-with-category-section__container .faq-section__list {
  padding: 0;
}

.more-information-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .more-information-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .more-information-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.more-information-section__container .box-img {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ECECEC;
  background: #F4F4F5 url("../images/box.png") no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 60px 0;
  position: relative;
}
.more-information-section__container .box-img:before {
  content: "";
  border-radius: 175px;
  background: #FFF;
  filter: blur(77px);
  position: absolute;
  width: 440px;
  height: 344px;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}
.more-information-section__container .box-img .more-information-title {
  color: var(--Color-Scheme-1-Text, #000);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: -0.96px;
  position: relative;
  z-index: 1;
}
.more-information-section__container .box-img .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.more-information-section__container .box-img .btn-link {
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.text-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .text-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .text-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.text-section__container .nav-sidebar {
  width: 300px;
  float: left;
  border-radius: 8px;
  background: var(--Gold, #FFBD4F);
  padding: 8px;
}
.text-section__container .nav-sidebar li a {
  color: var(--graphite-black, #001220);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 8px 9px 30px;
  position: relative;
  border-radius: 4px;
  transition: 0.3s;
}
.text-section__container .nav-sidebar li a:hover {
  background: #fff;
}
.text-section__container .nav-sidebar li a:hover:before {
  background: #000;
}
.text-section__container .nav-sidebar li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 8px;
  top: 15px;
  background: #fff;
  transition: 0.3s;
}
.text-section__container .content {
  width: calc(100% - 600px);
  float: right;
}
.text-section__container .content .head {
  color: var(--graphite-black, #001220);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 19px;
  border-bottom: 1px solid #ECECEC;
}
.text-section__container .content .text {
  padding-top: 40px;
}
.text-section__container .content .text p {
  color: var(--graphite-black, #001220);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
  padding: 18px 0 24px;
}
.text-section__container .content .text span {
  color: var(--graphite-black, #001220);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.text-section__container .content .text h1, .text-section__container .content .text h2, .text-section__container .content .text h4, .text-section__container .content .text h5, .text-section__container .content .text h6 {
  color: var(--graphite-black, #001220);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.78px;
}
.text-section__container .content .text h3 {
  color: var(--graphite-black, #001220);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.78px;
  padding-top: 16px;
}

.events-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .events-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .events-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.events-section__container .new-events .events-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.events-section__container .past_events-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  margin-top: 100px;
}
.events-section__container .past_events_text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.events-section__container .past-events {
  margin-top: 40px;
}
.events-section__container .past-events .events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.events-section__container .past-events .events-list img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
}
.events-section__container .webinars-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  margin-top: 100px;
}
.events-section__container .webinars_text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.events-section__container .webinars-events {
  margin-top: 40px;
}
.events-section__container .webinars-events .events-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.events-section__container .webinars-events .events-list img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
}

.events-list .event-item {
  border-radius: 8px;
  border: var(--Stroke-Border-Width, 1px) solid #ECECEC;
  background: #FFF;
}
.events-list .event-item .post-item__image {
  position: relative;
  padding: 8px;
  overflow: hidden;
}
.events-list .event-item .post-item__image svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.events-list .event-item .post-item__image svg rect {
  opacity: 0;
  transform-origin: center;
  transform: translate(0, 0) scale(0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}
.events-list .event-item .post-item__image svg rect:nth-child(1) {
  transition-delay: 0.05s;
}
.events-list .event-item .post-item__image svg rect:nth-child(2) {
  transition-delay: 0.1s;
}
.events-list .event-item .post-item__image svg rect:nth-child(3) {
  transition-delay: 0.15s;
}
.events-list .event-item .post-item__image svg rect:nth-child(4) {
  transition-delay: 0.2s;
}
.events-list .event-item .post-item__image svg rect:nth-child(5) {
  transition-delay: 0.25s;
}
.events-list .event-item .post-item__image svg rect:nth-child(6) {
  transition-delay: 0.3s;
}
.events-list .event-item .post-item__image svg rect:nth-child(7) {
  transition-delay: 0.35s;
}
.events-list .event-item .post-item__image svg rect:nth-child(8) {
  transition-delay: 0.4s;
}
.events-list .event-item .post-item__image svg rect:nth-child(9) {
  transition-delay: 0.45s;
}
.events-list .event-item .post-item__image svg rect:nth-child(10) {
  transition-delay: 0.5s;
}
.events-list .event-item .post-item__image svg rect:nth-child(11) {
  transition-delay: 0.55s;
}
.events-list .event-item .post-item__image svg rect:nth-child(12) {
  transition-delay: 0.6s;
}
.events-list .event-item .post-item__image svg rect:nth-child(13) {
  transition-delay: 0.65s;
}
.events-list .event-item .post-item__image svg rect:nth-child(14) {
  transition-delay: 0.7s;
}
.events-list .event-item .post-item__image svg rect:nth-child(15) {
  transition-delay: 0.75s;
}
.events-list .event-item .post-item__image svg rect:nth-child(16) {
  transition-delay: 0.8s;
}
.events-list .event-item .post-item__image svg rect:nth-child(17) {
  transition-delay: 0.85s;
}
.events-list .event-item .post-item__image svg rect:nth-child(18) {
  transition-delay: 0.9s;
}
.events-list .event-item .post-item__image svg rect:nth-child(19) {
  transition-delay: 0.95s;
}
.events-list .event-item .post-item__image svg rect:nth-child(20) {
  transition-delay: 1s;
}
.events-list .event-item .post-item__image svg rect:nth-child(21) {
  transition-delay: 1.05s;
}
.events-list .event-item .post-item__image svg rect:nth-child(22) {
  transition-delay: 1.1s;
}
.events-list .event-item .post-item__image svg rect:nth-child(23) {
  transition-delay: 1.15s;
}
.events-list .event-item .post-item__image svg rect:nth-child(24) {
  transition-delay: 1.2s;
}
.events-list .event-item .post-item__image svg rect:nth-child(25) {
  transition-delay: 1.25s;
}
.events-list .event-item .post-item__image svg rect:nth-child(26) {
  transition-delay: 1.3s;
}
.events-list .event-item .post-item__image svg rect:nth-child(27) {
  transition-delay: 1.35s;
}
.events-list .event-item .post-item__image svg rect:nth-child(28) {
  transition-delay: 1.4s;
}
.events-list .event-item .post-item__image svg rect:nth-child(29) {
  transition-delay: 1.45s;
}
.events-list .event-item .post-item__image svg rect:nth-child(30) {
  transition-delay: 1.5s;
}
.events-list .event-item:hover .more-info {
  opacity: 1;
}
.events-list .event-item:hover .post-item__image svg {
  opacity: 1;
}
.events-list .event-item:hover .post-item__image rect {
  transform: scale(1);
  opacity: 1;
}
.events-list .event-item .more-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.events-list .event-item.webinar .post-date {
  background: #FFBD4F;
}
.events-list .event-item.webinar .post-type {
  background: #FFBD4F !important;
}
.events-list .event-item.conference svg rect {
  fill: #A7D3FC;
}
.events-list .event-item .post-date {
  position: absolute;
  background: var(--sky-blue, #A7D3FC);
  width: 112px;
  padding: 12px 4px;
  right: 18px;
  top: 18px;
  text-align: center;
}
.events-list .event-item .post-date .day-name {
  color: var(--Color-Scheme-1-Text, #000);
  text-align: center;
  font-size: var(--Text-Sizes-Text-Small, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.events-list .event-item .post-date .day {
  color: var(--Color-Scheme-1-Text, #000);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 42.24px */
  letter-spacing: -0.96px;
}
.events-list .event-item .post-date .month-year {
  color: var(--Color-Scheme-1-Text, #000);
  text-align: center;
  font-size: var(--Text-Sizes-Text-Small, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.events-list .event-item .post-content {
  border-top: 1px solid #ECECEC;
  padding: 24px;
}
.events-list .event-item .head {
  display: flex;
  gap: 16px;
  align-items: center;
}
.events-list .event-item .head .post-type {
  display: inline-block;
  border-radius: 40px;
  background: var(--sky-blue, #A7D3FC);
  padding: 10px 14px 6px;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.events-list .event-item .head .type {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
  padding-top: 5px;
}
.events-list .event-item .post-title {
  padding-top: 16px;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 31.68px */
  letter-spacing: -0.72px;
}
.events-list .event-item .content {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 10px;
}

.blog-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .blog-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .blog-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.blog-section__container .insights-nav {
  width: 460px;
  float: left;
}
.blog-section__container .insights-nav .insights-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.blog-section__container .insights-nav .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.blog-section__container .insights-nav .categories {
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F4F4F5;
  max-width: 333px;
  width: 100%;
  padding: 16px;
}
.blog-section__container .insights-nav .categories .category-list li {
  margin-bottom: 1px;
}
.blog-section__container .insights-nav .categories .category-list li.active-cat a {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.blog-section__container .insights-nav .categories .category-list li a {
  display: block;
  padding: 12px 16px 8px;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid transparent;
  letter-spacing: -0.6px;
}
.blog-section__container .insights-nav .categories .category-list li a img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  top: 3px;
  position: relative;
}
.blog-section__container .insights-nav .categories .category-list li a:hover {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
}
.blog-section__container .insights-nav .categories .btn-link {
  margin-top: 68px;
  width: 100%;
  text-align: center;
}
.blog-section__container .insights-content {
  float: right;
  width: calc(100% - 475px);
}
.blog-section__container .insights-content .category-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.blog-section__container .insights-content .btn-link {
  margin: 0 auto;
  margin-top: 40px;
}

.curve-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .curve-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .curve-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.curve-section__container .box-img {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ECECEC;
  background: #F4F4F5 url("../images/box.png") no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 60px 0;
  position: relative;
}
.curve-section__container .box-img:before {
  content: "";
  border-radius: 175px;
  background: #FFF;
  filter: blur(77px);
  position: absolute;
  width: 440px;
  height: 344px;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}
.curve-section__container .box-img .more-information-title {
  color: var(--Color-Scheme-1-Text, #000);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: -0.96px;
  position: relative;
  z-index: 1;
}
.curve-section__container .box-img .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.curve-section__container .box-img .btn-link {
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.curve-section__container .box-img form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.curve-section__container .box-img form .flex-col {
  display: flex;
  gap: 8px;
}
.curve-section__container .box-img form .flex-col input {
  height: 49px;
  border-radius: 100px;
  border: 1px solid #F4F4F5;
  background: #FFF;
  padding-left: 24px;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.36px;
}
.curve-section__container .box-img form .flex-col .btn-col {
  position: relative;
}
.curve-section__container .box-img form .flex-col .btn-col:before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background: url("../images/btn-prev.svg") no-repeat;
}
.curve-section__container .box-img form .flex-col .btn-col:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  background: url("../images/btn-next.svg") no-repeat;
}
.curve-section__container .box-img form .flex-col input[type=submit] {
  background: var(--sky-blue, #A7D3FC);
  color: #00182B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 50px;
  cursor: pointer;
  border-radius: 0;
}
.curve-section__container .box-img form span.wpcf7-list-item-label {
  color: var(--Silver, #747579);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 173.333% */
  padding-left: 2px;
}
.curve-section__container .box-img form input[type=checkbox] {
  position: relative;
  top: 2px;
}

.educations-posts-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .educations-posts-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .educations-posts-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.educations-posts-section.gray {
  background: #F4F4F5;
}
.educations-posts-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.educations-posts-section__container .educations-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 16px;
}
.educations-posts-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
}
.educations-posts-section__container .insights-content {
  margin-top: 40px;
}
.educations-posts-section__container .insights-content .category-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.educations-posts-section__container .insights-content .category-posts .post-categories {
  border-radius: 40px;
  background: var(--Color-Neutral-Lightest, #EEE);
  padding: 10px 14px 6px;
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}

.journals-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .journals-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .journals-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.journals-section {
  background: #F4F4F5;
}
.journals-section__container .insights-content {
  margin-top: 40px;
}
.journals-section__container .insights-content .category-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.journals-section__container .insights-content .category-posts .post-item {
  background: #fff;
}
.journals-section__container .insights-content .category-posts .post-categories {
  border-radius: 40px;
  background: var(--Color-Neutral-Lightest, #EEE);
  padding: 10px 14px 6px;
  display: inline-block;
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}

.book-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .book-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .book-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.book-section__container .book-flex {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.book-section__container .book-flex img {
  border-radius: 20px;
}
.book-section__container .book-flex .book-content .book-title {
  color: var(--graphite-black, #001220);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 66px */
  letter-spacing: -1.32px;
}
.book-section__container .book-flex .book-content .book-info {
  display: flex;
  gap: 24px;
  margin-top: 27px;
  margin-bottom: 32px;
  align-items: center;
}
.book-section__container .book-flex .book-content .book-info .price {
  color: var(--graphite-black, #001220);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: -0.84px;
}
.book-section__container .book-flex .book-content .book-info .rating {
  color: rgba(0, 18, 32, 0.67);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  background: url(../images/star.svg) no-repeat left 2px;
  padding-left: 28px;
}
.book-section__container .book-flex .book-content .text {
  color: var(--graphite-black, #001220);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 27px;
}
.book-section__container .book-flex .book-content .details {
  margin-top: 40px;
}
.book-section__container .book-flex .book-content .details .faq-section__list {
  padding: 0;
}

.customer-employee-training-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .customer-employee-training-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .customer-employee-training-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.customer-employee-training-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.customer-employee-training-section__container .customer-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 13px;
}
.customer-employee-training-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 20px;
}
.customer-employee-training-section__container .steps-flex {
  display: flex;
  gap: 20px;
  margin-top: 44px;
  justify-content: space-between;
}
.customer-employee-training-section__container .steps-flex .steps .step {
  margin-bottom: 52px;
}
.customer-employee-training-section__container .steps-flex .steps .step:nth-child(2) .heading {
  background: #A7D3FC;
}
.customer-employee-training-section__container .steps-flex .steps .step:nth-child(3) .heading {
  background: #0082A3;
  color: #fff;
}
.customer-employee-training-section__container .steps-flex .steps .heading {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.6px;
  padding: 6px 16px 3px 16px;
  border-radius: 30px;
  background: #FFBD4F;
  display: inline-block;
}
.customer-employee-training-section__container .steps-flex .steps .text {
  padding-top: 24px;
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 23.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.281px */
  letter-spacing: -1.195px;
  text-align: left;
  max-width: 600px;
}
.customer-employee-training-section__container .steps-flex .gallery {
  width: 555px;
  position: relative;
  overflow: hidden;
}
.customer-employee-training-section__container .steps-flex .gallery img {
  border-radius: 16px;
}
.customer-employee-training-section__container .steps-flex .gallery .slider-progress {
  position: absolute;
  top: 30px;
  width: calc(100% - 60px);
  left: 30px;
  z-index: 2;
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.customer-employee-training-section__container .steps-flex .gallery .slider-progress .line {
  flex: 1;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.customer-employee-training-section__container .steps-flex .gallery .slider-progress .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width linear;
}

.whats-included-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .whats-included-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .whats-included-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.whats-included-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  padding-bottom: 12px;
}
.whats-included-section__container .faq-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.whats-included-section__container .text {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 24px;
  padding-bottom: 25px;
}
.whats-included-section__container .left-side {
  width: 500px;
  float: left;
}
.whats-included-section__container .left-side img {
  width: 100%;
  margin-top: 130px;
  display: block;
  border-radius: 16px;
}
.whats-included-section__container .right-side {
  float: right;
  width: calc(100% - 544px);
}
.whats-included-section__container .right-side .item__list .item {
  display: flex;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #F4F4F5;
  padding: 22px 24px;
  gap: 24px;
  margin-bottom: 10px;
  align-items: center;
}
.whats-included-section__container .right-side .item__list .item .icon {
  border-radius: 18px;
  border: 0.906px solid #E4E4E7;
  background: #F3F3F3;
  padding: 6px;
  width: 58px;
  height: 58px;
}
.whats-included-section__container .right-side .item__list .item .icon .wht {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.whats-included-section__container .right-side .item__list .item .text {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  padding: 0;
}

.mission-v2-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .mission-v2-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .mission-v2-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.mission-v2-section__container .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 138px;
  align-items: center;
}
.mission-v2-section__container .flex-wrap img {
  width: 635px;
  border-radius: 16px;
  object-fit: fill;
}
.mission-v2-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.mission-v2-section__container .professional-services-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  padding-top: 32px;
}
.mission-v2-section__container .text {
  padding-top: 32px;
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.mission-v2-section__container .text p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.mission-v2-section__container .text ul {
  margin-top: 24px;
}
.mission-v2-section__container .text ul li {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}
.mission-v2-section__container .text ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--Gold, #FFBD4F);
  left: 3px;
  top: 8px;
}

.empower-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .empower-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .empower-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.empower-section {
  background: #F4F4F5;
}
.empower-section__container {
  padding: 64px 0;
}
.empower-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.empower-section__container .empower-title {
  padding-top: 16px;
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.empower-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
}
.empower-section__container .item__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.empower-section__container .item__list .item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  padding: 22px 24px;
  margin-bottom: 10px;
  align-items: center;
}
.empower-section__container .item__list .item .icon {
  border-radius: 18px;
  border: 0.906px solid #E4E4E7;
  background: #F3F3F3;
  padding: 6px;
  width: 58px;
  height: 58px;
}
.empower-section__container .item__list .item .icon .wht {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.empower-section__container .item__list .item .head-i {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: -0.84px;
  padding-top: 17px;
  padding-bottom: 14px;
}
.empower-section__container .item__list .item .text-i {
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

.text-slider-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .text-slider-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .text-slider-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.text-slider-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.text-slider-section__container .customer-title {
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
}
.text-slider-section__container .text p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.text-slider-section__container .text ul {
  margin-top: 24px;
}
.text-slider-section__container .text ul li {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}
.text-slider-section__container .text ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--Gold, #FFBD4F);
  left: 3px;
  top: 8px;
}
.text-slider-section__container .steps-flex {
  display: flex;
  gap: 20px;
  margin-top: 44px;
  justify-content: space-between;
  align-items: center;
}
.text-slider-section__container .steps-flex .steps .step {
  margin-bottom: 52px;
}
.text-slider-section__container .steps-flex .steps .step:nth-child(2) .heading {
  background: #A7D3FC;
}
.text-slider-section__container .steps-flex .steps .step:nth-child(3) .heading {
  background: #0082A3;
  color: #fff;
}
.text-slider-section__container .steps-flex .steps .heading {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.6px;
  padding: 6px 16px 3px 16px;
  border-radius: 30px;
  background: #FFBD4F;
  display: inline-block;
}
.text-slider-section__container .steps-flex .steps .text {
  padding-top: 24px;
  color: var(--Color-Scheme-1-Border, #000);
  font-size: 23.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.281px */
  letter-spacing: -1.195px;
  text-align: left;
  max-width: 600px;
}
.text-slider-section__container .steps-flex .gallery {
  width: 555px;
  position: relative;
  overflow: hidden;
}
.text-slider-section__container .steps-flex .gallery img {
  border-radius: 16px;
}
.text-slider-section__container .steps-flex .gallery .slider-progress {
  position: absolute;
  top: 30px;
  width: calc(100% - 60px);
  left: 30px;
  z-index: 2;
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.text-slider-section__container .steps-flex .gallery .slider-progress .line {
  flex: 1;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.text-slider-section__container .steps-flex .gallery .slider-progress .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width linear;
}

.membership-options-section {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 920px) {
  .membership-options-section {
    padding-top: calc(var(--padding-top) / 1.5);
    padding-bottom: calc(var(--padding-bottom) / 1.5);
    margin-top: calc(var(--margin-top) / 1.5);
    margin-bottom: calc(var(--margin-bottom) / 1.5);
  }
}
@media screen and (max-width: 720px) {
  .membership-options-section {
    padding-top: calc(var(--padding-top) / 2.5);
    padding-bottom: calc(var(--padding-bottom) / 2.5);
    margin-top: calc(var(--margin-top) / 2.5);
    margin-bottom: calc(var(--margin-bottom) / 2.5);
  }
}
.membership-options-section {
  border-radius: 24px;
  background: #F4F4F5;
  padding-bottom: 64px;
}
.membership-options-section__container .head {
  color: #001220;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
.membership-options-section__container .membership-title {
  color: var(--Color-Scheme-1-Border, #000);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -2.2px;
  margin-top: 16px;
}
.membership-options-section__container .text {
  color: #001220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 19px;
}
.membership-options-section__container .membership {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.membership-options-section__container .membership .membership__item {
  border-radius: 24px;
  background: #FFF;
  padding: 24px;
}
.membership-options-section__container .membership .membership__item:nth-child(2) {
  background: #27272A;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .title {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.membership-options-section__container .membership .membership__item:nth-child(2) .value p {
  color: #fff;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .value strong {
  color: #fff;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .value ul {
  list-style: none;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .value ul li {
  color: #fff;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .value ul li:before {
  background: #A7D3FC;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .icon-box {
  border: 0.906px solid #4B4B4E;
  background: #3D3D3F;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .btn-link {
  background: #fff;
  border-radius: 50px;
  padding: 19px 20px 13px;
}
.membership-options-section__container .membership .membership__item:nth-child(2) .btn-link:before, .membership-options-section__container .membership .membership__item:nth-child(2) .btn-link:after {
  display: none;
}
.membership-options-section__container .membership .membership__item .icon-box {
  border-radius: 18.125px;
  border: 0.906px solid #E4E4E7;
  background: #F3F3F3;
  width: 58px;
  height: 58px;
  padding: 6px;
}
.membership-options-section__container .membership .membership__item .title {
  color: var(--Color-Scheme-1-Text, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
  margin-top: 16px;
  display: inline-block;
  border-bottom: 2px solid #E6ECE9;
}
.membership-options-section__container .membership .membership__item .btn-link {
  margin-top: 50px;
}
.membership-options-section__container .membership .membership__item .value strong {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}
.membership-options-section__container .membership .membership__item .value p {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.membership-options-section__container .membership .membership__item .value ul {
  list-style: none;
}
.membership-options-section__container .membership .membership__item .value ul li {
  color: #001220;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.membership-options-section__container .membership .membership__item .value ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: var(--Gold, #FFBD4F);
}
.membership-options-section__container .membership .membership__item .value {
  margin-top: 24px;
}

@media screen and (max-width: 1250px) {
  .header .prime-menu ul li {
    padding: 12.941px 15px 12.941px 15px;
  }
  .professional-services-section__container .flex-wrap img {
    object-fit: cover;
  }
  .latest-insights-v2-section__container .insights-content .category-posts .post-item .post-content {
    width: calc(100% - 200px);
  }
  .blog-section__container .insights-nav .categories {
    max-width: 300px;
  }
  .blog-section__container .insights-nav {
    max-width: 300px;
    width: 100%;
    float: left;
  }
  .blog-section__container .insights-content {
    width: calc(100% - 335px);
  }
}
@media screen and (max-width: 1150px) {
  .mission-section__container .flex-wrap img {
    width: 435px;
  }
  .mission-section__container .flex-wrap {
    gap: 60px;
  }
  .faq-v2-section__container .left-side {
    width: 340px;
  }
  .faq-v2-section__container .right-side {
    width: calc(100% - 354px);
  }
  .latest-insights-v2-section__container .insights-content .category-posts {
    grid-template-columns: 1fr;
  }
  .header .prime-menu ul li {
    padding: 12.941px 15px 12.941px 15px;
  }
  .professional-services-section__container .flex-wrap img {
    object-fit: cover;
  }
  .header__container .right-btn .btn {
    padding: 15.941px 15px;
  }
  .header .prime-menu ul li {
    padding: 12.941px 10px 12.941px 10px;
  }
  body .hero-section__container .hero-content .hero-title {
    font-size: 46.613px;
  }
  .professional-services-section__container .flex-wrap {
    gap: 50px;
    flex-direction: column;
  }
  .professional-services-section__container .flex-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .latest-insights-section__container .insights-content .category-posts {
    grid-template-columns: 1fr;
  }
  .faq-section .container .right-side {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 950px) {
  .blog-section__container .insights-nav {
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .blog-section__container .insights-nav .categories {
    max-width: 100%;
  }
  .blog-section__container .insights-content {
    width: 100%;
    margin-top: 30px;
  }
  .hero-v2-section__container .btn {
    font-size: 12px;
  }
  .mission-section__container .flex-wrap {
    flex-direction: column;
  }
  .government-relations-section__container .cols .col1 {
    width: 100%;
  }
  .government-relations-section__container .cols .col2 {
    width: 100%;
    margin-top: 30px;
  }
  .faq-v2-section__container .left-side {
    width: 100%;
  }
  .faq-v2-section__container .right-side {
    width: 100%;
  }
  .faq-v2-section__container .left-side img {
    margin-top: 40px;
  }
  .executive-team-section__container .teams {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .prime-menu ul li {
    padding: 12.941px 5px 12.941px 10px;
  }
  .header__container .right-btn {
    display: none;
  }
  .hero-section {
    padding-top: 200px;
  }
  .hero-section__container .hero-content {
    gap: 60px;
    align-items: start;
    flex-direction: column;
  }
  .member-voices-section__container .grid {
    grid-template-columns: 1fr;
  }
  .latest-insights-section__container .insights-nav {
    width: 100%;
  }
  .latest-insights-section__container .insights-content {
    width: 100%;
    margin-top: 50px;
  }
  .latest-insights-section__container .insights-content .category-posts {
    grid-template-columns: 1fr 1fr;
  }
  .latest-insights-section__container .insights-nav .categories {
    max-width: 100%;
  }
  .faq-section .container .left-side {
    width: 100%;
  }
  .faq-section .container .left-side .still {
    margin-top: 20px;
  }
  .faq-section .container .right-side {
    width: 100%;
  }
  .faq-section__list {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .header__container .menu-icon {
    display: flex;
    z-index: 100;
    float: right;
  }
  .header__container .menu-icon.active {
    position: fixed;
  }
  .header__container {
    justify-content: end;
  }
  select.gt_selector.notranslate {
    width: 65px;
  }
  .header .top_bar .links {
    gap: 15px;
  }
  .header .prime-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -500px;
    transition: 0.3s;
    z-index: 99;
    background: #011320;
    border: none;
    top: 0;
    padding: 40px;
    border-radius: 0;
    padding-top: 80px;
  }
  .header .prime-menu ul li {
    padding: 12.941px 5px 12.941px 10px;
    display: block;
  }
  .header .prime-menu.open {
    right: 0;
  }
  .impact-section .impact-with-image .information-items {
    float: none;
    margin: 0 auto;
  }
  .faq-section__item-head {
    padding: 15px;
  }
  .faq-section__item {
    padding: 8px;
  }
  .latest-insights-section__container .insights-content .category-posts {
    grid-template-columns: 1fr;
  }
  .footer .container .socials {
    flex-direction: column;
  }
  .footer .container .socials .social-list ul li {
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 13px;
  }
  .footer .container .contact-info {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer .footer-menu ul li {
    margin: 0 16px;
  }
  .footer .logo-footer {
    margin-top: 120px;
  }
  .footer .footer-bottom {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }
  .footer .footer-bottom .copyright {
    justify-self: center;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .created-by {
    justify-self: center;
    margin-top: 20px;
  }
  .hero-v2-section__container .center-btn {
    flex-direction: column;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .journey-section__container .center-btn {
    flex-direction: column;
  }
  .government-relations-section__container .cols .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .latest-insights-v2-section__container .insights-content .category-posts .post-item .post-item__image {
    width: 100%;
  }
  .latest-insights-v2-section__container .insights-content .category-posts .post-item {
    flex-direction: column;
  }
  .latest-insights-v2-section__container .insights-content .category-posts .post-item .post-content {
    width: 100%;
  }
  .blog-section__container .insights-content .category-posts {
    grid-template-columns: 1fr;
  }
  .curve-section__container .box-img:before {
    display: none;
  }
  .hero-v2-section__container .hero-title {
    font-size: 37px;
  }
}