@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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif, sans-serif;
  line-height: 1.42;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  color: #10313F;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #ffffff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  overflow-scrolling: touch;
}

a, label {
  -webkit-tap-highlight-color: transparent;
}

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

/* Для Safari */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

p {
  margin: 0 0 1.25rem;
  letter-spacing: -0.03rem;
}
@media (max-width: 1140px) {
  p {
    font-size: 0.9375rem;
  }
}

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .h20 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #10313F;
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-transform: none;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.75rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 0.9;
  letter-spacing: -0.18rem;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 2.1875rem;
    margin-bottom: 2.5rem;
    letter-spacing: -0.1rem;
  }
}

h2, .h2, .ui-h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: -0.16rem;
  margin-bottom: 2.8125rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h2, .h2, .ui-h2 {
    font-size: 2.5rem;
    letter-spacing: -0.12rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  h2, .h2, .ui-h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

h3, .h3, .ui-h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  h3, .h3, .ui-h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 599px) {
  h3, .h3, .ui-h3 {
    font-size: 1.25rem;
  }
}

h4, .h4, .ui-h4 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 1024px) {
  h4, .h4, .ui-h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  h4, .h4, .ui-h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  h4, .h4, .ui-h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .ui-h6 {
  font-size: 1rem;
  text-transform: none;
}

.ui-strong,
.ui-bold {
  font-weight: 700;
}

.ui-demi {
  font-weight: 600;
}

a {
  color: #10313F;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #005061;
  }
}

b, strong {
  font-weight: 700;
}

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

hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #66909D;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

.wrapper a img {
  border: none;
  display: block;
  line-height: 0;
  font-size: 0;
}

.section-title {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 3.4375rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #005061;
  margin-bottom: 2.8125rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2.8125rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .section-title {
    line-height: 1.14;
    font-size: 2.1875rem;
    margin-bottom: 1.25rem;
  }
}

.text-important {
  font-weight: 600;
  color: #005061;
  text-transform: uppercase;
}

.ui-section {
  margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  .ui-section {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 992px) {
  .ui-section {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 599px) {
  .ui-section {
    margin-bottom: 5rem;
  }
}

.inner,
.container {
  max-width: 80rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .inner,
.container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 960px) {
  .inner,
.container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 599px) {
  .inner,
.container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.container__min {
  max-width: 79.375rem;
}
@media (max-width: 1180px) {
  .container__min {
    max-width: 56.25rem;
  }
}
@media (max-width: 960px) {
  .container__min {
    max-width: unset;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-flex;
  display: -ms-inline-flexbox;
  display: -ms-flexbox;
  display: flex;
}

.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.align-left,
.align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.align-right,
.align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}

.valign-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.valign-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.self-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-wrap {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner:before,
.inner:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.inner:after,
.clearfix:after {
  clear: both;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 1180px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 960px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 640px) {
  .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
@media (max-width: 1180px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .row__indent {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .row__indent [class*=col-] {
    padding: 0 0.3125rem;
  }
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-1 {
    padding: 0 0.3125rem;
  }
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-2 {
    padding: 0 0.3125rem;
  }
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-3 {
    padding: 0 0.3125rem;
  }
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-4 {
    padding: 0 0.3125rem;
  }
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-5 {
    padding: 0 0.3125rem;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-6 {
    padding: 0 0.3125rem;
  }
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-7 {
    padding: 0 0.3125rem;
  }
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-8 {
    padding: 0 0.3125rem;
  }
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-9 {
    padding: 0 0.3125rem;
  }
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-10 {
    padding: 0 0.3125rem;
  }
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-11 {
    padding: 0 0.3125rem;
  }
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.625rem;
}
@media (max-width: 1180px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 960px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}
@media (max-width: 640px) {
  .col-12 {
    padding: 0 0.3125rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1180px) {
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.625rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 1180px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 960px) {
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 640px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0.3125rem;
  }
}

@media (max-width: 599px) {
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.3125rem;
  }
}

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

@media (max-width: 960px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .hidden-tablet-large {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .hidden-desktop {
    display: none !important;
  }
}

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

.visible-tablet {
  display: none !important;
}
@media (max-width: 960px) {
  .visible-tablet {
    display: block !important;
  }
}

.visible-tablet-large {
  display: none !important;
}
@media (max-width: 1180px) {
  .visible-tablet-large {
    display: block !important;
  }
}

.visible-desktop {
  display: none !important;
}
@media (min-width: 1180px) {
  .visible-desktop {
    display: block !important;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 480px) {
  .header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.header .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-logo {
  display: block;
  width: 13.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.5rem;
          flex: 0 0 13.5rem;
}
.header-logo-img {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  .header-logo-img {
    width: 8.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.5rem;
            flex: 0 0 8.5rem;
  }
}
.header-logo-img__white {
  display: none !important;
}
@media (max-width: 599px) {
  .header-logo.white .header-logo-img {
    display: none !important;
  }
  .header-logo.white .header-logo-img__white {
    display: block !important;
  }
}
.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.125rem;
  background: rgba(16, 49, 63, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .header__inner {
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}
.header-nav__link {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav__link:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}

.btn-contact {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #005061;
  border: none;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 992px) {
  .btn-contact {
    display: none;
  }
}
.btn-contact__icon {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn-contact:hover {
    background-color: #10313F;
    color: #ffffff;
  }
}

.burger-btn {
  position: relative;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  border-radius: 50%;
  background-color: #66909D;
  border: none;
  cursor: pointer;
  outline: none;
  display: none;
}
.burger-btn.active {
  background-color: #E9EFF2;
}
@media (max-width: 992px) {
  .burger-btn {
    display: block;
    position: relative;
    z-index: 100;
  }
}
.burger-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.125rem;
  width: 1.1875rem;
  height: 2px;
  background-color: #ffffff;
}
.burger-btn span:before, .burger-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.burger-btn span:before {
  top: -0.375rem;
}
.burger-btn span:after {
  top: 0.375rem;
}
.burger-btn span.active {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #005061;
}
.burger-btn span.active:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #005061;
}
.burger-btn span.active:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #005061;
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.non-scroll {
  overflow: hidden !important;
  height: calc(var(--vh, 1vh) * 100);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #F5F8F9;
}

@media (max-width: 599px) {
  .rating-wrapper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.125rem;
}
@media (max-width: 1024px) {
  .rating-item {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 960px) {
  .rating-item {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 768px) {
  .rating-item {
    background-color: #ffffff;
    border-radius: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 599px) {
  .rating-item {
    margin-bottom: 0.625rem;
  }
}
.rating-poster {
  position: relative;
  width: 18.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75rem;
          flex: 0 0 18.75rem;
  height: 100%;
  margin-right: 1.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 300/376;
}
@media (max-width: 1140px) {
  .rating-poster {
    width: 16.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.25rem;
            flex: 0 0 16.25rem;
  }
}
@media (max-width: 1024px) {
  .rating-poster {
    width: 14.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.375rem;
            flex: 0 0 14.375rem;
  }
}
@media (max-width: 768px) {
  .rating-poster {
    width: 11.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
    margin: 0.75rem 0.625rem 0.75rem 0.625rem;
  }
}
@media (max-width: 599px) {
  .rating-poster {
    width: 8.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem;
  }
}
@media (max-width: 480px) {
  .rating-poster {
    width: 5.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
  }
}
.rating-poster__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.rating-content {
  position: relative;
  font-family: "Montserrat";
  /* dark green */
  color: #005061;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 3.125rem;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .rating-content {
    padding: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .rating-content {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .rating-content {
    padding: 0;
    padding: 0.75rem 0.625rem 0.625rem 0.625rem;
  }
}
@media (max-width: 599px) {
  .rating-content {
    padding: 0.75rem 0.625rem 0.625rem 0.25rem;
  }
}
.rating-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .rating-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 599px) {
  .rating-header {
    margin-bottom: 1rem;
  }
}
.rating-isi {
  color: #66909D;
  border: 1px solid #66909D;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  .rating-isi {
    line-height: 1;
    padding: 0.375rem 0.5rem;
  }
}
.rating-isi span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #10313F;
}
@media (max-width: 599px) {
  .rating-isi span {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.rating-number {
  position: absolute;
  right: -4%;
  bottom: 0;
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 18.75rem;
  line-height: 12.5rem;
  text-transform: uppercase;
  color: #A7C0CA;
  z-index: 1;
}
@media (max-width: 1200px) {
  .rating-number {
    font-size: 17.5rem;
    line-height: 11.875rem;
  }
}
@media (max-width: 1140px) {
  .rating-number {
    font-size: 13.75rem;
    line-height: 10rem;
    right: -3%;
  }
}
@media (max-width: 992px) {
  .rating-number {
    font-size: 11.25rem;
    line-height: 8.75rem;
  }
}
@media (max-width: 960px) {
  .rating-number {
    font-size: 10rem;
    line-height: 6.875rem;
  }
}
@media (max-width: 768px) {
  .rating-number {
    font-size: 6.875rem;
    line-height: 4.375rem;
    bottom: unset;
    top: 0.375rem;
    right: -2%;
  }
  @supports (-webkit-touch-callout: none) {
    .rating-number {
      top: 0.5rem;
    }
  }
}
@media (max-width: 599px) {
  .rating-number {
    font-size: 5rem;
    line-height: 3.25rem;
  }
}
.rating-number span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 7.5rem;
  line-height: 5rem;
  color: #D2DDE2;
}
@media (max-width: 1200px) {
  .rating-number span {
    font-size: 6.875rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 1140px) {
  .rating-number span {
    font-size: 5.625rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 992px) {
  .rating-number span {
    font-size: 5rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 960px) {
  .rating-number span {
    font-size: 4.375rem;
    line-height: 2.8125rem;
  }
}
@media (max-width: 768px) {
  .rating-number span {
    font-size: 3.125rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 599px) {
  .rating-number span {
    font-size: 1.875rem;
    line-height: 1.5625rem;
  }
}
.rating-more {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #005061;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem 2.5rem;
  border: 1px solid #005061;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  opacity: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .rating-more:hover {
    color: #ffffff;
    background-color: #005061;
  }
}
@media (max-width: 599px) {
  .rating-more {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}
.rating-title {
  position: relative;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 2.75rem;
  line-height: 1;
  color: #005061;
  margin-bottom: 1.625rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .rating-title {
    font-size: 2.25rem;
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 768px) {
  .rating-title {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 599px) {
  .rating-title {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 0.5rem;
  }
}
.rating-info {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0.75rem;
  max-width: 25.625rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .rating-info {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .rating-info {
    grid-template-columns: 1fr 4fr;
  }
}
@media (max-width: 599px) {
  .rating-info {
    grid-template-columns: 1fr 2.5fr;
    gap: 0.375rem;
  }
}
.rating-info-label {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  color: #66909D;
}
@media (max-width: 1024px) {
  .rating-info-label {
    font-size: 0.875rem;
  }
}
.rating-info-value {
  color: #10313F;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.share-link {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #10313F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .share-link {
    background-color: #66909D;
    border-radius: 0.5rem;
    width: 2.3125rem;
    height: 2.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 599px) {
  .share-link {
    width: 2.0625rem;
    height: 1.875rem;
  }
}
.share-link-icon {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
@media (max-width: 768px) {
  .share-link-icon {
    display: none;
  }
}
.share-link-icon__mobile {
  display: none;
}
@media (max-width: 768px) {
  .share-link-icon__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .share-link-text {
    display: none;
  }
}
.share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .share-links {
    display: none;
  }
}
.share-social {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  border-radius: 0.5rem;
  background-color: #66909D;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .share-social:hover {
    background-color: #005061;
  }
}
.share-social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
}

.cookies {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #66909D;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  max-width: 31.25rem;
  background: #10313F;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 60, 150, 0.3);
          box-shadow: 0px 20px 60px rgba(0, 60, 150, 0.3);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 1.375rem;
}
@media (max-width: 599px) {
  .cookies {
    left: 1.25rem;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .cookies {
    font-size: 14px;
    line-height: 1.29;
    left: 0.9375rem;
    right: 0.9375rem;
  }
}
@media (max-width: 360px) {
  .cookies {
    left: 0.625rem;
    right: 0.625rem;
  }
}
.cookies-btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border: 1px solid #66909D;
  border-radius: 0.375rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .cookies-btn:hover {
    border-color: #ffffff;
    color: #ffffff;
  }
}
.cookies.hidden {
  display: none;
}

section,
[id] {
  scroll-margin-top: 5rem;
}
@media (max-width: 992px) {
  section,
[id] {
    scroll-margin-top: 3.75rem;
  }
}
@media (max-width: 599px) {
  section,
[id] {
    scroll-margin-top: 2.5rem;
  }
}

.footer {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #005061;
  color: #ffffff;
  padding-top: 6.25rem;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 992px) {
  .footer {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 3.75rem;
  }
}
@media (max-width: 599px) {
  .footer {
    padding-top: 2.5rem;
  }
}
.footer::after {
  content: "";
  position: absolute;
  left: -11.17%;
  right: 8.28%;
  top: -27.53%;
  bottom: -0.22%;
  background: -o-linear-gradient(296.09deg, #22677C 10.24%, #D8F7FF 32.39%, #FFDB55 46.82%, #8CBFCF 64.69%);
  background: linear-gradient(153.91deg, #22677C 10.24%, #D8F7FF 32.39%, #FFDB55 46.82%, #8CBFCF 64.69%);
  opacity: 0.1;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: 1;
}
.footer-logo {
  width: 12.125rem;
  display: block;
  margin-bottom: 2.125rem;
}
@media (max-width: 768px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .footer-logo img {
    max-width: 11.25rem;
  }
}
.footer-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 1.25rem;
  margin-right: 2.9375rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 992px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 480px) {
  .footer-nav {
    gap: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.footer-col {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 480px) {
  .footer-col {
    font-size: 0.875rem;
  }
}
.footer-col__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.625rem;
          flex: 0 0 15.625rem;
  width: 15.625rem;
}
@media (max-width: 768px) {
  .footer-col__brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}
.footer-col-title {
  margin-bottom: 1.25rem;
}
@media (max-width: 480px) {
  .footer-col-title {
    margin-bottom: 0.625rem;
  }
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 0.75rem;
}
@media (max-width: 480px) {
  .footer-col ul li {
    margin-bottom: 0.375rem;
  }
}
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer-col ul li a:hover {
    color: white;
  }
}
.footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .footer-share {
    margin-left: auto;
  }
}
.footer-share-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .footer-share-label {
    padding: 0.5rem 1rem;
    opacity: 0.7;
    border: 1px solid #ffffff;
    border-radius: 0.5rem;
  }
}
.footer-share-label svg {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}
.footer-share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .footer-share-icons {
    display: none;
  }
}
.footer-share-icon {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer-share-icon:hover {
    opacity: 1;
  }
}
.footer-share-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
}
.footer-bottom {
  position: relative;
  color: #005061;
  padding: 1.25rem 0;
  background: #ffffff;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1140px) {
  .footer-bottom {
    display: none;
  }
}
.footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
.footer-bottom-links a {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.875rem;
  color: #005061;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer-bottom-links a:hover {
    opacity: 0.7;
  }
}
.footer-bottom-links a::after {
  content: "";
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #005061;
}
.footer-bottom-links a:last-child::after {
  display: none;
}

/* Brand Section */
.social-icons-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  .social-icons-large {
    margin-bottom: 0;
  }
}

.social-circle {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .social-circle:hover {
    -webkit-transform: translateY(-0.0625rem);
        -ms-transform: translateY(-0.0625rem);
            transform: translateY(-0.0625rem);
  }
}
.social-circle svg {
  width: 2.375rem;
  height: 2.375rem;
}

.contact-info {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2.1875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .contact-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .contact-info {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.contact-info-phone {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.375rem;
}
.contact-info-address {
  margin-bottom: 0.375rem;
}

/* App Section */
.app-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.625rem;
          flex: 0 0 9.625rem;
  max-width: 9.625rem;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  margin-top: auto;
}
@media (max-width: 1140px) {
  .app-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .app-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .app-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.app-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1140px) {
  .app-text {
    max-width: 8.75rem;
  }
}
@media (max-width: 480px) {
  .app-text {
    font-size: 0.875rem;
  }
}

.phone-mockup {
  width: 8.125rem;
  position: relative;
}
.phone-mockup img {
  display: block;
}

.links-col {
  display: none;
  gap: 0.625rem 1.25rem;
  margin-top: auto;
  margin-bottom: 1.375rem;
}
@media (max-width: 1140px) {
  .links-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .links-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .links-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .links-col {
    gap: 0.5rem;
  }
}
.links-col__link {
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .links-col__link {
    font-size: 0.875rem;
    line-height: 1.29;
  }
}

/* Bottom Bar */
.bottom-links a {
  color: var(--text-muted);
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.my-mfp-zoom-in .popup-feedback.mfp-anim .mfp-inner {
  opacity: 0;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  -o-transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
}

.not_delay .my-mfp-zoom-in .mfp-anim,
.my-mfp-zoom-in .mfp-anim.not_delay {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .popup-feedback.mfp-anim .mfp-inner {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup-feedback.mfp-anim .mfp-inner {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

.my-mfp-zoom-in .popup-success.mfp-anim {
  opacity: 0;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  transition: opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
  -o-transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out;
  transition: transform 0.3s 0.45s ease-in-out, opacity 0.3s 0.45s ease-in-out, -webkit-transform 0.3s 0.45s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .popup-success.mfp-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup-success.mfp-anim {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  position: fixed;
  right: 2.5rem !important;
  top: 2.5rem !important;
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.44045 7.50095L0.219947 1.28195C0.150215 1.21222 0.0949012 1.12943 0.0571625 1.03832C0.0194239 0.947213 7.34745e-10 0.849563 0 0.750947C-7.34745e-10 0.652332 0.0194239 0.554681 0.0571625 0.463572C0.0949012 0.372463 0.150215 0.289679 0.219947 0.219947C0.289679 0.150215 0.372463 0.0949012 0.463572 0.0571625C0.554681 0.0194239 0.652332 -7.34745e-10 0.750947 0C0.849563 7.34745e-10 0.947213 0.0194239 1.03832 0.0571625C1.12943 0.0949012 1.21222 0.150215 1.28195 0.219947L7.50095 6.44045L13.7199 0.219947C13.8608 0.0791173 14.0518 0 14.2509 0C14.4501 0 14.6411 0.0791173 14.7819 0.219947C14.9228 0.360777 15.0019 0.551784 15.0019 0.750947C15.0019 0.950111 14.9228 1.14112 14.7819 1.28195L8.56145 7.50095L14.7819 13.7199C14.9228 13.8608 15.0019 14.0518 15.0019 14.2509C15.0019 14.4501 14.9228 14.6411 14.7819 14.7819C14.6411 14.9228 14.4501 15.0019 14.2509 15.0019C14.0518 15.0019 13.8608 14.9228 13.7199 14.7819L7.50095 8.56145L1.28195 14.7819C1.14112 14.9228 0.950111 15.0019 0.750947 15.0019C0.551784 15.0019 0.360777 14.9228 0.219947 14.7819C0.0791173 14.6411 0 14.4501 0 14.2509C0 14.0518 0.0791173 13.8608 0.219947 13.7199L6.44045 7.50095Z" fill="%23005061"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: center;
  z-index: 10000;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 1 !important;
  -webkit-transform: opacity 0.3s ease;
      -ms-transform: opacity 0.3s ease;
          transform: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .mfp-close-btn-in .mfp-close:hover {
    opacity: 0.6 !important;
  }
}

.popup-success {
  color: #005061;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 37.5rem;
  min-height: 16rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 60, 150, 0.3);
          box-shadow: 0px 20px 60px rgba(0, 60, 150, 0.3);
  padding: 1.25rem;
}
.popup-success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.popup-success-icon {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
}
.popup-success-text {
  text-align: center;
}
.popup-success .mfp-close {
  position: absolute !important;
  top: 1.875rem !important;
  right: 1.875rem !important;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: -o-radial-gradient(50% 50%, 50% 50%, #10313F 0%, #011017 100%);
  background: radial-gradient(50% 50% at 50% 50%, #10313F 0%, #011017 100%);
  margin-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .hero {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 599px) {
  .hero {
    margin-bottom: 5rem;
    min-height: auto;
  }
}
.hero .container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-beam {
  position: absolute;
  width: 50rem;
  height: 75rem;
  background: -o-linear-gradient(296.09deg, #22677C 10.24%, #D8F7FF 32.39%, #FFDB55 46.82%, #8CBFCF 64.69%);
  background: linear-gradient(153.91deg, #22677C 10.24%, #D8F7FF 32.39%, #FFDB55 46.82%, #8CBFCF 64.69%);
  opacity: 0.6;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  pointer-events: none;
  -webkit-transform: translate(calc(var(--tx, 0px) - 50%), calc(var(--ty, 0px) - 50%)) rotate(25deg);
      -ms-transform: translate(calc(var(--tx, 0px) - 50%), calc(var(--ty, 0px) - 50%)) rotate(25deg);
          transform: translate(calc(var(--tx, 0px) - 50%), calc(var(--ty, 0px) - 50%)) rotate(25deg);
  will-change: transform;
  z-index: 2;
  mix-blend-mode: soft-light;
  top: 0;
  left: 0;
}

.poster-track {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27.5rem;
  will-change: transform;
  width: 13.75rem;
  z-index: 3;
}
@media (max-width: 599px) {
  .poster-track {
    gap: 17.5rem;
    width: 8.6875rem;
  }
}
@media (max-width: 992px) {
  .poster-track {
    gap: 22.5rem;
    width: 11.25rem;
  }
}
.poster-track__shadow {
  background: #005061;
  opacity: 0.5;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.poster-track:nth-child(1) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 0;
  margin-top: -36vh;
  -webkit-animation-duration: 180s;
          animation-duration: 180s;
}
.poster-track:nth-child(2) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 6.875rem;
  margin-top: -104vh;
  -webkit-animation-duration: 140s;
          animation-duration: 140s;
}
.poster-track:nth-child(3) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 18.125rem;
  margin-top: -66vh;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}
.poster-track:nth-child(4) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 24.375rem;
  -webkit-animation-duration: 200s;
          animation-duration: 200s;
  margin-top: -118vh;
}
.poster-track:nth-child(5) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 42.5rem;
  -webkit-animation-duration: 200s;
          animation-duration: 200s;
  margin-top: -118vh;
}
.poster-track:nth-child(6) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  left: 51.25rem;
  margin-top: -66vh;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}
.poster-track:nth-child(7) {
  -webkit-animation: scroll-up linear infinite;
          animation: scroll-up linear infinite;
  right: 0;
  margin-top: -104vh;
  -webkit-animation-duration: 140s;
          animation-duration: 140s;
}
@media (max-width: 1140px) {
  .poster-track:nth-child(7) {
    display: none;
  }
}

@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
  }
}

@keyframes scroll-up {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
  }
}
.poster {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 13.75rem;
  height: 19.8125rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .poster {
    width: 11.25rem;
    height: 15.625rem;
  }
}
@media (max-width: 599px) {
  .poster {
    width: 8.6875rem;
    height: 12.4375rem;
  }
}
.poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.posters-dark {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.posters-dark .poster {
  -webkit-filter: brightness(0.05) blur(3px);
          filter: brightness(0.05) blur(3px);
  background: #005061;
  opacity: 0.5;
}

.posters-lit {
  position: absolute;
  inset: 0;
  z-index: 3;
  mask-image: radial-gradient(ellipse 45% 70% at var(--mx, -999px) var(--my, -999px), #072B3A 0%, #072B3A 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 45% 70% at var(--mx, -999px) var(--my, -999px), #072B3A 0%, #072B3A 30%, transparent 70%);
}
@media (max-width: 599px) {
  .posters-lit {
    mask-image: radial-gradient(ellipse 65% 70% at var(--mx, -999px) var(--my, -999px), #072B3A 0%, #072B3A 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 65% 70% at var(--mx, -999px) var(--my, -999px), #072B3A 0%, #072B3A 30%, transparent 70%);
  }
}
.posters-lit .poster {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 7.5rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 992px) {
  .hero__content {
    padding-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .hero__content {
    padding-top: 5.625rem;
  }
}
@media (max-width: 599px) {
  .hero__content {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 599px) {
  .hero__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero__description {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #61A4A3;
  margin-left: 53%;
  max-width: 28.4375rem;
  margin-bottom: 1.5625rem;
}
.hero__description::after {
  content: "";
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  top: -1rem;
  position: absolute;
  background-color: #081B22;
  -webkit-filter: blur(1.5625rem);
          filter: blur(1.5625rem);
  border-radius: 0.75rem;
  opacity: 0.9;
  z-index: -1;
}
@media (max-width: 992px) {
  .hero__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .hero__description {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 4rem;
  }
}

.hero__title {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 7.5rem;
  line-height: 0.92;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 6.25rem;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 5rem;
    line-height: 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 599px) {
  .hero__title {
    font-size: 3.4375rem;
    margin-bottom: 1.25rem;
  }
}

.btn-primary {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #10313F;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 17.5rem;
  background-color: #FACD07;
  text-decoration: none;
  padding: 1.3125rem 1.8125rem;
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background-color: #10313F;
    color: #ffffff;
  }
}
@media (max-width: 992px) {
  .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .btn-primary {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.0625rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .btn-primary {
    width: 100%;
    text-align: center;
  }
}

.registration {
  background-color: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}
@media (max-width: 992px) {
  .registration {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 599px) {
  .registration {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.registration-form {
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.registration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 1.5rem;
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .registration-grid {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 640px) {
  .registration-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .registration-grid {
    gap: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel] {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  color: #10313F;
  background: transparent;
  border: none;
  border-bottom: 1px solid #66909D;
  outline: none;
  padding: 0.9375rem 0;
  width: 100%;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media (max-width: 599px) {
  .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel] {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }
}
.form-group input[type=text].error,
.form-group input[type=email].error,
.form-group input[type=tel].error {
  border-color: #BA0C2F;
}
.form-group input[type=text]::-webkit-input-placeholder, .form-group input[type=email]::-webkit-input-placeholder, .form-group input[type=tel]::-webkit-input-placeholder {
  color: #66909D;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder {
  color: #66909D;
}
.form-group input[type=text]:-ms-input-placeholder, .form-group input[type=email]:-ms-input-placeholder, .form-group input[type=tel]:-ms-input-placeholder {
  color: #66909D;
}
.form-group input[type=text]::-ms-input-placeholder, .form-group input[type=email]::-ms-input-placeholder, .form-group input[type=tel]::-ms-input-placeholder {
  color: #66909D;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=tel]::placeholder {
  color: #66909D;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus {
  border-bottom-color: #10313F;
}
.form-group input[type=text]:-webkit-autofill,
.form-group input[type=email]:-webkit-autofill,
.form-group input[type=tel]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #005061;
}
.form-group label.error {
  font-family: "Montserrat";
  color: #BA0C2F;
  color: #BA0C2F;
}

#agreement-error {
  display: none !important;
}

.submit-btn {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #10313F;
  display: inline-block;
  background-color: #FACD07;
  border: none;
  padding: 0.9375rem 2.375rem;
  cursor: pointer;
  border-radius: 0.3125rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  margin-bottom: 1.875rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .submit-btn {
    margin-top: 2.5rem;
  }
}
@media (max-width: 599px) {
  .submit-btn {
    margin-bottom: 1.5rem;
    margin-top: 1.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .submit-btn:hover {
    background-color: #10313F;
    color: #ffffff;
  }
}
.submit-btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.submit-btn:disabled {
  background-color: #F7EBB1;
  color: #66909D;
  cursor: not-allowed;
  pointer-events: none;
}

.checkbox-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.checkbox-container {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #10313F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .checkbox-container {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .checkbox-container:hover input[type=checkbox]:checked + .checkmark {
    border-color: #66909D;
    background-color: #66909D;
  }
}
.checkbox-container-input.error ~ .checkmark {
  border-color: #BA0C2F;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.checkbox-container .checkmark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #66909D;
  border-radius: 0.3125rem;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.checkbox-container .checkmark::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.375rem;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg) translateY(-1px);
      -ms-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.checkbox-container input[type=checkbox]:checked + .checkmark {
  background-color: #005061;
  border-color: #005061;
}
.checkbox-container input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}

@media (max-width: 599px) {
  .methodology {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.methodology-card {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  background-color: #E9EFF2;
}
.methodology-card-title {
  position: relative;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #005061;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 599px) {
  .methodology-card-title {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.methodology-card-hero {
  background-color: #E9EFF2;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1.2fr;
  min-height: 15.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .methodology-card-hero {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 1fr;
    min-height: 18.75rem;
  }
}
@media (max-width: 768px) {
  .methodology-card-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero {
    margin-bottom: 0.625rem;
  }
}
.methodology-card-hero .methodology-card-content {
  padding: 3.125rem 0 3.125rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .methodology-card-hero .methodology-card-content {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-content {
    padding: 2.5rem 0.625rem 0.625rem 0.625rem;
    gap: 0.5rem;
  }
}
.methodology-card-hero .methodology-card-description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-description {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-highlight-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-highlight-text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-subtitle {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #005061;
  margin-bottom: 0.5rem;
}
.methodology-card-hero .methodology-factor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list {
    gap: 0.5rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-factor-list li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #10313F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list li {
    font-size: 1rem;
    gap: 0.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.methodology-card-hero .methodology-factor-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.methodology-card-hero .methodology-factor-list-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list-icon {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }
  .methodology-card-hero .methodology-factor-list-icon svg {
    width: 1.125rem;
    height: 1.125rem;
    fill: none;
  }
}
.methodology-card-hero .methodology-card-note {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .methodology-card-hero .methodology-card-note {
    max-width: 31.25rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-note {
    font-size: 1rem;
  }
}
.methodology-card-hero .methodology-card-image-hero {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.methodology-card-hero .methodology-card-image-hero img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}
@media (max-width: 768px) {
  .methodology-card-hero .methodology-card-image-hero img {
    position: static;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-image-hero img {
    width: 134%;
    margin-left: -34%;
    max-width: 200%;
  }
}
.methodology-card-hero .methodology-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.methodology-card-hero .methodology-card-bg img {
  position: absolute;
  right: 0;
  top: 2.25rem;
  width: 54%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-bg img {
    right: 0;
    top: 40%;
    width: 150%;
    max-width: 150%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 720px) {
  .methodology-card-hero {
    grid-template-columns: 1fr;
  }
}

.methodology-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .methodology-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .methodology-row {
    gap: 0.625rem;
  }
}

.methodology-card-secondary {
  overflow: hidden;
  position: relative;
  min-height: 15.5rem;
}
@media (max-width: 599px) {
  .methodology-card-secondary {
    min-height: 12.875rem;
  }
}

.methodology-card-map {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem;
}
@media (max-width: 1024px) {
  .methodology-card-map {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-map {
    padding: 2.5rem 0.625rem;
  }
}
.methodology-card-map .methodology-card-image {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.methodology-card-map .methodology-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.methodology-card-period {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.methodology-card-period .methodology-card-content {
  padding: 3.125rem 3.125rem 2.1875rem 3.125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .methodology-card-period .methodology-card-content {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-period .methodology-card-content {
    padding: 2.5rem 0.625rem;
    padding-bottom: 0;
  }
}
.methodology-card-period .methodology-card-title {
  max-width: 11.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-period .methodology-card-title {
    max-width: 13.75rem;
  }
}
.methodology-card-period .methodology-card-description {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .methodology-card-period .methodology-card-description {
    max-width: 8.75rem;
  }
}
.methodology-card-period .methodology-calendar-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 60%;
}
.methodology-card-period .methodology-calendar-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.methodology-card-period .methodology-card-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.methodology-card-period .methodology-card-bg img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

@media (max-width: 599px) {
  .methodology {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.methodology-card {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  background-color: #E9EFF2;
}
.methodology-card-title {
  position: relative;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #005061;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 599px) {
  .methodology-card-title {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.methodology-card-hero {
  background-color: #E9EFF2;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1.2fr;
  min-height: 15.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .methodology-card-hero {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 1fr;
    min-height: 18.75rem;
  }
}
@media (max-width: 768px) {
  .methodology-card-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero {
    margin-bottom: 0.625rem;
  }
}
.methodology-card-hero .methodology-card-content {
  padding: 3.125rem 0 3.125rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .methodology-card-hero .methodology-card-content {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-content {
    padding: 2.5rem 0.625rem 0.625rem 0.625rem;
    gap: 0.5rem;
  }
}
.methodology-card-hero .methodology-card-description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-description {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-highlight-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-highlight-text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-subtitle {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #005061;
  margin-bottom: 0.5rem;
}
.methodology-card-hero .methodology-factor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list {
    gap: 0.5rem;
    margin-bottom: 0;
  }
}
.methodology-card-hero .methodology-factor-list li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #10313F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list li {
    font-size: 1rem;
    gap: 0.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.methodology-card-hero .methodology-factor-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.methodology-card-hero .methodology-factor-list-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-factor-list-icon {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }
  .methodology-card-hero .methodology-factor-list-icon svg {
    width: 1.125rem;
    height: 1.125rem;
    fill: none;
  }
}
.methodology-card-hero .methodology-card-note {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #10313F;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .methodology-card-hero .methodology-card-note {
    max-width: 31.25rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-note {
    font-size: 1rem;
  }
}
.methodology-card-hero .methodology-card-image-hero {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.methodology-card-hero .methodology-card-image-hero img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}
@media (max-width: 768px) {
  .methodology-card-hero .methodology-card-image-hero img {
    position: static;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-image-hero img {
    width: 134%;
    margin-left: -34%;
    max-width: 200%;
  }
}
.methodology-card-hero .methodology-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.methodology-card-hero .methodology-card-bg img {
  position: absolute;
  right: 0;
  top: 2.25rem;
  width: 54%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 599px) {
  .methodology-card-hero .methodology-card-bg img {
    right: 0;
    top: 40%;
    width: 150%;
    max-width: 150%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 720px) {
  .methodology-card-hero {
    grid-template-columns: 1fr;
  }
}

.methodology-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .methodology-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .methodology-row {
    gap: 0.625rem;
  }
}

.methodology-card-secondary {
  overflow: hidden;
  position: relative;
  min-height: 15.5rem;
}
@media (max-width: 599px) {
  .methodology-card-secondary {
    min-height: 12.875rem;
  }
}

.methodology-card-map {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem;
}
@media (max-width: 1024px) {
  .methodology-card-map {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-map {
    padding: 2.5rem 0.625rem;
  }
}
.methodology-card-map .methodology-card-image {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.methodology-card-map .methodology-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.methodology-card-period {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.methodology-card-period .methodology-card-content {
  padding: 3.125rem 3.125rem 2.1875rem 3.125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .methodology-card-period .methodology-card-content {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .methodology-card-period .methodology-card-content {
    padding: 2.5rem 0.625rem;
    padding-bottom: 0;
  }
}
.methodology-card-period .methodology-card-title {
  max-width: 11.25rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .methodology-card-period .methodology-card-title {
    max-width: 13.75rem;
  }
}
.methodology-card-period .methodology-card-description {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .methodology-card-period .methodology-card-description {
    max-width: 8.75rem;
  }
}
.methodology-card-period .methodology-calendar-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 60%;
}
.methodology-card-period .methodology-calendar-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.methodology-card-period .methodology-card-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.methodology-card-period .methodology-card-bg img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  gap: 1.25rem;
  z-index: 998;
  padding-top: 7.5rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 599px) {
  .mobile-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mobile-menu .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.mobile-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 2.125rem;
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.mobile-menu-nav__link {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #005061;
  border-bottom: 1px solid #E9EFF2;
  padding-bottom: 1.25rem;
}
.mobile-menu-nav__link:last-child {
  border-bottom: none;
}
.mobile-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  max-width: 17.75rem;
  margin-left: auto;
  margin-right: auto;
}

/* Стили для контейнера скелетона */
.rating-item--skeleton {
  pointer-events: none;
  /* Чтобы не перехватывали клики */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.skeleton-header-left {
  width: 7.25rem;
  height: 1.1875rem;
  border-radius: 0.375rem;
}
.skeleton-header-right {
  width: 7.75rem;
  height: 2.375rem;
  border-radius: 0.375rem;
}
.skeleton-title {
  width: 60%;
  height: 2.375rem;
  border-radius: 0.375rem;
  margin-bottom: 1.75rem;
}
.skeleton-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.skeleton-info-item {
  width: 15.875rem;
  height: 1.1875rem;
  border-radius: 0.375rem;
}
.skeleton-info-item:nth-child(1) {
  width: 21.1875rem;
  width: 50%;
}
.skeleton-info-item:nth-child(4) {
  width: 7.25rem;
}

/* Базовый блок скелетона */
.skeleton-box {
  background-color: #D2DDE2;
  /* Темный фон, подберите под свой дизайн */
  position: relative;
  overflow: hidden;
}

/* Эффект "бегущей волны" (Shimmer) */
.skeleton-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.18)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: skeleton-shimmer 1.5s infinite;
          animation: skeleton-shimmer 1.5s infinite;
}

@-webkit-keyframes skeleton-shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes skeleton-shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* Опционально: анимация появления реальных карточек */
.rating-item {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
