@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
img {
  width: auto;
  max-width: 100%;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1080px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-108 {
  padding-top: 108px;
}

.py-108 {
  padding: 108px 0;
}

.pt-206 {
  padding-top: 206px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-184 {
  padding-bottom: 184px;
}

/**
 * Basic typography style for copy text
 */
body {
  font: normal 125%/1.4 "Plus Jakarta Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.2px;
}

h1, h2, h3 {
  color: #003454;
  line-height: normal;
}

p, li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #494949;
}

h2 {
  font-size: 30px;
}
@media (max-width: 468px) {
  h2 {
    font-size: 24px;
  }
}

footer {
  display: flex;
  height: 99px;
  padding: 0px 104px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  background-color: #F5F5F5;
}
footer .footer__socials {
  display: flex;
  gap: 20px;
}

nav {
  display: flex;
  height: 99px;
  padding: 0px 104px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: white;
  top: 0;
}
@media (max-width: 468px) {
  nav {
    padding: 0 15px;
  }
}

.hero-image {
  position: relative;
  height: calc(100vh - 99px);
  margin-bottom: 64px;
  max-height: 981px;
  margin-top: 104px;
}
@media (max-width: 468px) {
  .hero-image {
    margin-top: 0;
    background-position: 27% 10%!important;
    background-size: 1500px;
  }
}
.hero-image .hero-image__heading {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 468px) {
  .hero-image .hero-image__heading {
    top: 20%;
    width: 100%;
  }
}
.hero-image .hero-image__heading h1 {
  font-style: normal;
  line-height: 106%; /* 58.3px */
  letter-spacing: 0.2px;
}
.hero-image .hero-image__heading h1 .hero-image__emphasis {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #D3004B;
}
@media (max-width: 468px) {
  .hero-image .hero-image__heading h1 .hero-image__emphasis {
    font-size: 20px;
  }
}
.hero-image .hero-image__heading h1 .hero-image__title {
  font-size: 55px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 468px) {
  .hero-image .hero-image__heading h1 .hero-image__title {
    font-size: 30px;
  }
}
.hero-image .hero-image__heading h1 .hero-image__subtitle {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 468px) {
  .hero-image .hero-image__heading h1 .hero-image__subtitle {
    font-size: 16px;
  }
}
.hero-image .hero-image__buttons {
  display: flex;
  gap: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  justify-content: center;
}

.left-right .left-right__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  width: 100%;
}
@media (max-width: 468px) {
  .left-right .left-right__wrapper {
    flex-direction: column;
    padding: 0 15px;
    gap: 0;
  }
}
.left-right .left-right__left {
  width: 53%;
}
@media (max-width: 468px) {
  .left-right .left-right__left {
    width: 100%;
    height: 431px;
    background-size: 700px;
  }
}
.left-right .left-right__right {
  max-width: 519px;
}
.left-right h2 + h3 {
  font-size: 20px;
  color: #D3004B;
  margin: 0;
}
.left-right h2:has(+ h3) {
  margin: 0;
}
.left-right .left-right__left {
  position: relative;
}
.left-right .left-right__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left-right .left-right__overlay p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}
.left-right.left-right--v1 {
  background-color: #F9F9F9;
}
.left-right.left-right--v1 h3 {
  color: #494949;
  font-size: 20px;
}
.left-right.left-right--v1 ul {
  list-style: none;
  padding: 0;
}
.left-right.left-right--v1 ul li:not(:first-child) {
  padding-top: 10px;
}
.left-right.left-right--v1 ul li a {
  color: #00588E;
  text-decoration-line: underline;
  font-weight: 700;
}
.left-right.left-right--v2 .left-right__right {
  max-width: 402px;
}
.left-right.left-right--v3 .left-right__left {
  width: auto;
}
.left-right.left-right--v3 .left-right__right {
  max-width: 402px;
}
.left-right.left-right--dark-bg h2, .left-right.left-right--dark-bg p {
  color: white;
}

.right-left .right-left__wrapper {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin: 0 auto;
  gap: 64px;
  width: 100%;
}
@media (max-width: 468px) {
  .right-left .right-left__wrapper {
    flex-direction: column;
    padding: 0 15px;
    gap: 0;
  }
}
.right-left .right-left__left {
  max-width: 451px;
}
.right-left .right-left__right {
  align-self: end;
}
.right-left .right-left__brands {
  display: flex;
  gap: 16px;
}
.right-left h2 + h3 {
  font-size: 20px;
  color: #D3004B;
  margin: 0;
}
.right-left h2:has(+ h3) {
  margin: 0;
}
.right-left.right-left--v2 .right-left__wrapper {
  justify-content: unset;
}
.right-left.right-left--v2 .right-left__wrapper .right-left__left {
  max-width: 519px;
}
.right-left.right-left--v2 .right-left__wrapper .right-left__right {
  align-self: start;
}
.right-left.right-left--v2 .right-left__wrapper p {
  margin: 47px 0;
}
.right-left.right-left--v2 .right-left__wrapper h2, .right-left.right-left--v2 .right-left__wrapper p {
  color: #fff;
}
.right-left.right-left--v3 .right-left__wrapper {
  justify-content: flex-start;
}
.right-left.right-left--v3 .right-left__left {
  max-width: 440px;
}
.right-left.right-left--v3 .right-left__right {
  align-self: end;
}
.right-left.right-left--v3 h4 {
  color: #494949;
  font-size: 20px;
}
.right-left.right-left--v3 li {
  color: #00588E;
  font-weight: 600;
}
.right-left.right-left--v3 li:not(:first-child) {
  padding-top: 16px;
}
.right-left.right-left--v3 li::marker {
  color: #D3004B;
}
.right-left.right-left--v4 .right-left__wrapper {
  justify-content: space-between;
}
.right-left.right-left--v4 .right-left__right {
  align-self: flex-start;
}
.right-left.right-left--v4 .right-left__heading {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 468px) {
  .right-left.right-left--v4 .right-left__heading {
    padding: 0 15px;
  }
}
.right-left.right-left--v4 h2 {
  font-size: 48px;
}
.right-left.right-left--v4 h3 {
  font-size: 30px;
}
.right-left.right-left--v4 h2, .right-left.right-left--v4 p, .right-left.right-left--v4 li {
  color: #fff;
}
.right-left.right-left--v4 p {
  margin: 32px 0;
}
@media (max-width: 468px) {
  .right-left.right-left--v4 ul {
    padding: 0;
  }
}
.right-left.right-left--v4 li {
  font-size: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.2706 1.94358C13.7373 1.76094 14.2623 1.76094 14.7289 1.94358L25.0364 5.97239C25.6956 6.23023 26.1389 6.80501 26.1331 7.45499C26.1039 12.5044 23.8347 21.4108 14.7289 25.4235C14.2681 25.6276 13.7256 25.6276 13.2648 25.4235C4.15894 21.4054 1.89561 12.4991 1.86645 7.44962C1.86061 6.79964 2.30394 6.22486 2.96311 5.96702L13.2706 1.93821V1.94358ZM15.4581 0.35892C14.5248 -0.00635864 13.4748 -0.00635864 12.5414 0.35892L2.23394 4.38773C0.950614 4.8873 -0.00605093 6.05296 -0.000217608 7.46036C0.028949 12.7891 2.40894 22.5388 12.4598 26.9705C13.4339 27.4003 14.5656 27.4003 15.5398 26.9705C25.5906 22.5388 27.9706 12.7891 27.9997 7.46036C28.0056 6.05296 27.0489 4.8873 25.7656 4.38773L15.4581 0.35892ZM20.2589 10.8607C20.6206 10.5276 20.6206 9.97971 20.2589 9.64666C19.8972 9.31361 19.3022 9.31361 18.9406 9.64666L12.1331 15.9155L9.05893 13.0846C8.69727 12.7515 8.10227 12.7515 7.7406 13.0846C7.37893 13.4176 7.37893 13.9655 7.7406 14.2986L11.4739 17.7365C11.8356 18.0695 12.4306 18.0695 12.7923 17.7365L20.2589 10.8607Z' fill='%23D3004B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 50px;
  list-style: none;
  margin: 0;
}
.right-left.right-left--v4 li:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 468px) {
  .right-left.right-left--v5 .right-left__wrapper {
    flex-direction: column-reverse;
  }
}
.right-left.right-left--dark-bg h2, .right-left.right-left--dark-bg p {
  color: white;
}

.card-carouel {
  margin-left: auto;
  left: -30px;
  padding-bottom: 32px;
}
@media (max-width: 468px) {
  .card-carouel {
    left: 0;
  }
}
.card-carouel .card-carouel__heading {
  margin-left: 30px;
}
@media (max-width: 468px) {
  .card-carouel .card-carouel__heading {
    margin-left: 15px;
  }
}
.card-carouel .card-carouel__wrapper.splide .splide__track {
  padding: 35px;
}
.card-carouel .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 13px;
  border-radius: 20px;
}
.card-carouel .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide h3 {
  font-size: 18px;
  letter-spacing: 1.2px;
  max-width: 150px;
}
.card-carouel .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p {
  font-size: 14px;
}
.card-carouel .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide img {
  width: 70px;
  height: 76px;
}
.card-carouel .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide.is-active {
  box-shadow: 0px 4px 29.7px 0px rgba(0, 0, 0, 0.25);
}
.card-carouel .card-carouel__wrapper .splide__arrows {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  left: 65px;
}
.card-carouel .card-carouel__wrapper .splide__arrows .splide__arrow {
  background-color: unset;
  opacity: 1;
}
.card-carouel .card-carouel__wrapper .splide__arrows .splide__arrow.splide__arrow--next {
  right: -10px;
}
.card-carouel .card-carouel__wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 10px;
}
.card-carouel .card-carouel__wrapper .splide__arrows .splide__arrow svg {
  fill: #426A8D;
  width: 40px;
  height: 40px;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide {
  padding: 21px 38px 38px;
  align-items: flex-start;
  text-align: left;
  background: #F1F1F1;
}
@media (max-width: 468px) {
  .card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide {
    padding: 26px 22px;
  }
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide.is-active {
  box-shadow: none;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide img {
  max-width: 76px;
  max-height: 76px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide .splide__opinion {
  display: flex;
  gap: 30px;
  padding-bottom: 34px;
}
@media (max-width: 468px) {
  .card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide .splide__opinion {
    gap: 15px;
  }
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide .splide__opinion .splide__left {
  margin-top: 12px;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide h3 + h4 {
  color: #D3004B;
  margin: 0;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide h3:has(+ h4) {
  font-size: 24px;
  margin: 0;
}
.card-carouel.card-carouel--v2 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide .checked {
  color: #FFBB00;
}
.card-carouel.card-carouel--v3 {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
  background-color: #F6F6F6;
}
@media (max-width: 468px) {
  .card-carouel.card-carouel--v3 {
    display: block;
  }
}
.card-carouel.card-carouel--v3 .card-carouel__heading {
  max-width: 329px;
}
.card-carouel.card-carouel--v3 .card-carouel__heading h2 {
  font-size: 48px;
  line-height: 114.673%;
}
.card-carouel.card-carouel--v3 .card-carouel__heading h2 + h3 {
  font-size: 30px;
  color: #D3004B;
  margin: 0;
}
.card-carouel.card-carouel--v3 .card-carouel__heading h2:has(+ h3) {
  margin: 0;
}
@media (max-width: 468px) {
  .card-carouel.card-carouel--v3 .card-carouel__wrapper {
    padding: 0 15px;
  }
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide {
  background-color: #FFF;
  text-align: left;
  align-items: unset;
  padding: 25px 25px 40px;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide img {
  width: 333px;
  height: 230px;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide.is-active {
  box-shadow: unset;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p {
  margin: 0;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p:first-of-type {
  color: #ABABAB;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p:nth-of-type(2) span {
  color: #D3004B;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p:last-of-type {
  color: #212121;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide p:last-of-type a {
  color: #426A8D;
  text-decoration: underline;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide button {
  margin-top: 32px;
}
.card-carouel.card-carouel--v3 .card-carouel__wrapper.splide .splide__track .splide__list .splide__slide h3 {
  max-width: unset;
  height: 76px;
}

.cta-bar {
  background-color: #D3004B;
}
.cta-bar .cta-bar__wrapper {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 468px) {
  .cta-bar .cta-bar__wrapper {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }
}
.cta-bar .cta-bar__wrapper .cta-bar__left h2 {
  color: #fff;
}

.cards .cards__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 468px) {
  .cards .cards__wrapper {
    padding: 0 15px;
  }
}
.cards .cards__wrapper .cards__heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #494949;
  margin-bottom: 40px;
}
.cards .cards__wrapper .cards__cards {
  display: flex;
  flex-direction: row;
  gap: 84px;
}
@media (max-width: 468px) {
  .cards .cards__wrapper .cards__cards {
    flex-wrap: wrap;
    gap: 34px;
  }
}
.cards .cards__wrapper .cards__cards h4 {
  font-size: 18px;
  color: #00588E;
}
@media (max-width: 468px) {
  .cards .cards__wrapper .cards__cards h4 {
    font-size: 16px;
    min-height: 45px;
  }
}
.cards .cards__wrapper .cards__cards .cards__card {
  flex-basis: 100%;
  flex: 1;
}
.cards .cards__wrapper .cards__cards .cards__card p {
  font-size: 14px;
}

.cta-standard {
  margin: 48px auto;
  max-width: 1080px;
}
.cta-standard .cta-standard__wrapper .cta-standard__content {
  position: relative;
}
.cta-standard .cta-standard__wrapper .cta-standard__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D3004B;
  opacity: 0.6;
  border-radius: 20px;
}
.cta-standard .cta-standard__wrapper .cta-standard__content video {
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-standard .cta-standard__wrapper .cta-standard__content .cta-standard__overlay {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px 90px;
  text-align: center;
}
.cta-standard .cta-standard__wrapper .cta-standard__content .cta-standard__overlay h2 {
  margin: 0;
  color: #F0F0F0;
  font-size: 48px;
}
.cta-standard .cta-standard__wrapper .cta-standard__content .cta-standard__overlay p {
  margin: 0;
  color: #F0F0F0;
  font-size: 32px;
}

.contact-form dialog {
  border-radius: 12px;
  border: none;
  padding: 23px 55px 47px;
  width: 794px;
  border-radius: 33px;
}
@media (max-width: 468px) {
  .contact-form dialog {
    padding: 20px;
  }
}
@media (max-width: 468px) {
  .contact-form dialog form > button > svg {
    width: 12px !important;
  }
  .contact-form dialog form > button > svg:focus-visible {
    outline: none;
  }
}
.contact-form label, .contact-form input::placeholder, .contact-form select, .contact-form input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  color: #494949;
}
.contact-form .contact-form__radio label::before, .contact-form .contact-form__input label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #B2B2B2;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 17px;
  background-color: white;
  position: relative;
}
.contact-form .contact-form__radio input[type=radio], .contact-form .contact-form__radio input[type=checkbox], .contact-form .contact-form__input input[type=radio], .contact-form .contact-form__input input[type=checkbox] {
  display: none;
}
.contact-form .contact-form__radio input[type=radio]:checked + label::before, .contact-form .contact-form__radio input[type=checkbox]:checked + label::before, .contact-form .contact-form__input input[type=radio]:checked + label::before, .contact-form .contact-form__input input[type=checkbox]:checked + label::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13.7071 0.292923C14.0976 0.683487 14.0976 1.31776 13.7071 1.70833L5.70796 9.70708C5.31738 10.0976 4.68307 10.0976 4.29249 9.70708L0.292936 5.7077C-0.0976453 5.31714 -0.0976453 4.68286 0.292936 4.2923C0.683517 3.90173 1.31782 3.90173 1.7084 4.2923L5.00179 7.58241L12.2947 0.292923C12.6853 -0.097641 13.3196 -0.097641 13.7102 0.292923H13.7071Z' fill='white'/%3E%3C/svg%3E");
  background-color: #00588E;
  border-color: #00588E;
  text-align: center;
}
.contact-form input, .contact-form select {
  border-radius: 36px;
  border: 1px solid #D5D5D5;
  padding: 10px 27px;
  color: #666666;
}
.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-down-light 1'%3E%3Cpath id='Vector' d='M9.91748 15.1693C9.6874 15.3994 9.30889 15.3994 9.07881 15.1693L1.95381 8.04431C1.72373 7.81423 1.72373 7.43572 1.95381 7.20564C2.18389 6.97556 2.5624 6.97556 2.79248 7.20564L9.49814 13.9113L16.2038 7.20564C16.4339 6.97556 16.8124 6.97556 17.0425 7.20564C17.2726 7.43572 17.2726 7.81423 17.0425 8.04431L9.91748 15.1693Z' fill='%23666666'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
.contact-form .contact-form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 468px) {
  .contact-form .contact-form__inputs {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.contact-form .contact-form__input input[type=textarea] {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-form .form-notification {
  padding: 16px;
  margin-top: 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: opacity 0.3s ease;
}
.contact-form .form-notification.hidden {
  display: none;
}
.contact-form .form-notification.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-form .form-notification.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.map {
  margin-top: 64px;
}
.map .map__heading h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 468px) {
  .map .map__heading h2 {
    font-size: 20px;
  }
}
.map .map__heading h3 {
  margin: 0;
  color: #666;
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 468px) {
  .map .map__heading h3 {
    font-size: 16px;
  }
}
.map .map__heading h3 span {
  color: #003454;
}
.map .map__heading, .map .map__map {
  padding: 0 15px;
}
.map .map__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 92px 0;
}
@media (max-width: 468px) {
  .map .map__map {
    margin-top: 24px;
  }
}
.map .map__slider {
  margin-top: 32px;
}

.button-v5, .button-v4, .button-v3, .button-v2, .button-v1 {
  width: fit-content;
  padding: 15px 35px;
  cursor: pointer;
  border-radius: 33px;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 468px) {
  .button-v5, .button-v4, .button-v3, .button-v2, .button-v1 {
    padding: 15px;
  }
}
.button-v5:hover, .button-v4:hover, .button-v3:hover, .button-v2:hover, .button-v1:hover, .button-v5:active, .button-v4:active, .button-v3:active, .button-v2:active, .button-v1:active, .button-v5:focus, .button-v4:focus, .button-v3:focus, .button-v2:focus, .button-v1:focus, .button-v5:focus-within, .button-v4:focus-within, .button-v3:focus-within, .button-v2:focus-within, .button-v1:focus-within {
  text-decoration: none;
  color: none;
}
@media (max-width: 468px) {
  .button-v5, .button-v4, .button-v3, .button-v2, .button-v1 {
    font-size: 14px;
  }
}
.button-v5 a, .button-v4 a, .button-v3 a, .button-v2 a, .button-v1 a {
  color: inherit;
}

button {
  cursor: pointer;
}

.button-v1 {
  color: #FFFFFF;
  background-color: #00588E;
}

.button-v2 {
  color: #FFFFFF;
  background-color: #D3004B;
}

.button-v3 {
  color: #00588E;
  background-color: #FFFFFF;
}

.button-v4 {
  color: #666666;
  background-color: #E8E8E8;
}
.button-v4.button-v4--full-width {
  width: 100%;
}

.button-v4 {
  border-radius: 60px;
  color: #003454;
  background: #F1F1F1;
}
.button-v4.button-v4--with-icon {
  display: flex;
  gap: 10px;
}
.button-v4.button-v4--with-icon .fa.fa-phone {
  color: #D3004B;
}

.button-v5 {
  color: #D3004B;
  background: #FFF;
}

/*# sourceMappingURL=styles.css.map */
