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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toastify.on {
  opacity: 1;
}

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

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

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

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

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

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

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

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

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

:root {
  --icons-close: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #020617;
  --mt-color--gray-a_100: #808080;
  --mt-color--purple-a_100: #800080;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

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

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

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

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

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  white-space: normal;
}

p {
  white-space: normal;
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
  font-size: clamp(0.875rem, 0.8197674419rem + 0.2325581395vw, 1rem);
}

a {
  text-decoration: none;
}

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

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff") url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff") url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff") url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 0 16px;
}
@media (max-width: 1150px) {
  .header {
    padding: 0;
  }
}
.header-top__bar {
  background: #0056d8;
  padding: 8px 22px;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1150px) {
  .header-top__bar {
    border-radius: 0;
  }
}
@media (max-width: 560px) {
  .header-top__bar {
    padding: 8px 20px;
  }
}
.header-top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
  max-width: 1247px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .header-top__bar-wrapper {
    gap: 26px;
  }
}
@media (max-width: 560px) {
  .header-top__bar-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 430px) {
  .header-top__bar-wrapper {
    gap: 8px;
  }
}
.header-top__bar__tag {
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__tag {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .header-top__bar__tag {
    padding: 6px 16px;
    line-height: 20px;
  }
}
.header-top__bar__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__text {
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  .header-top__bar__text {
    display: none;
  }
}
.header-top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
}
@media (max-width: 540px) {
  .header-top__bar__link {
    gap: 8px;
  }
}
.header-top__bar__link span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
  letter-spacing: 0.3px;
}
.header-top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
@media (max-width: 1310px) {
  .header-top__bar__link span {
    font-size: 14px;
  }
}
.header-top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.header-top__bar__link:hover span::before {
  width: 0%;
}
.header-top__bar__link:hover .header-top__bar__link-icon {
  transform: translateX(5px);
}
.header__container {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 29px 0 24px;
}
@media (max-width: 1310px) {
  .header__container {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .header__container {
    gap: 13px;
  }
}
@media (max-width: 1150px) {
  .header__container {
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .header__container {
    padding: 11px 0;
  }
}
.header__logo {
  width: 142px;
  height: 32px;
  position: relative;
  z-index: 9;
}
@media (max-width: 540px) {
  .header__logo {
    width: 124px;
    height: 26px;
  }
}
.header__menu {
  margin-right: auto;
}
@media (max-width: 1150px) {
  .header__menu {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1150px) {
  .header__nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.header__nav-link {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  padding: 11px 24px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .header__nav-link {
    font-size: 14px;
  }
}
.header__nav-link:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__nav-link:hover {
    color: #020617;
    border: none;
  }
}
@media (max-width: 1280px) {
  .header__nav-link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .header__nav-link {
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}
.header__nav-icon {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-icon {
    transform: rotate(268deg);
  }
}
.header__nav-item {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 575px) {
  .header__nav-item:last-child {
    padding-bottom: 0;
  }
}
.header__nav-item--has-children .header__nav-link {
  padding: 11px 16px 11px 24px;
}
@media (max-width: 1280px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 11px 15px 11px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 0;
  }
}
.header__nav-item--has-children .header__sub-menu {
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  min-width: 340px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__sub-menu {
    display: none;
    padding: 16px 0 0 20px;
    border: none;
    background: none;
    border-radius: 0;
    min-width: 100%;
    position: relative;
    transform: none;
  }
}
.header__nav-item--has-children.is-open .header__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__sub-menu {
    transform: none;
    display: block;
  }
}
@media (min-width: 1151px) {
  .header__nav-item--has-children:hover .header__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header__nav-item--has-children.is-open .header__nav-icon {
  transform: rotate(180deg);
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__nav-icon {
    transform: rotate(360deg);
  }
}
.header__action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 1150px) {
  .header__action {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header__action--buttons {
    display: flex;
    gap: 8px;
    padding-top: 40px;
  }
}
.header__login {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 100px;
  border: 1px solid rgba(226, 232, 240, 0);
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 26px;
  position: relative;
  transition: all 0.5s ease;
}
.header__login:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__login:hover {
    color: #fff;
    border-radius: 28px;
    border: 1px solid #020617;
    background: #020617;
  }
}
@media (max-width: 1280px) {
  .header__login {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__login {
    text-align: center;
    width: 140px;
    display: block;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__login {
    width: 50%;
  }
}
.header__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.header__link {
  cursor: pointer;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 26px;
  border-radius: 28px;
  transition: all 0.5s ease;
  background: #020617;
}
@media (max-width: 1280px) {
  .header__link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__link {
    display: flex;
    align-items: center;
    text-align: center;
    width: 140px;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .header__link {
    width: 50%;
  }
}
.header__link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1150px) {
  .header__link span {
    font-size: 16px;
  }
}
.header__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.header__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.header__link:hover {
  border-radius: 28px;
  background: #1d2442;
}
.header__link:hover .header__link-btn {
  transform: translateY(-100%);
}
.header__link:hover .header__link-btn-duplicate {
  transform: translateY(-100%);
}
.header__language {
  cursor: pointer;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: all 0.5s ease;
}
.header__language:hover {
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__language {
    width: 280px;
    gap: 10px;
    height: 56px;
    margin-top: 8px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    background: #fff;
    flex-direction: row-reverse;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__language {
    width: 100%;
  }
}
.header__language-icon {
  width: 24px;
  height: 24px;
}
.header__mob {
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  .header__mob {
    display: block;
    border-radius: 4px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1150px) {
  .header__mobile {
    display: block;
  }
}
.header__mobile__nav {
  padding-top: 0px;
}
.header__mobile-bg {
  height: 100vh;
  position: fixed;
  right: 0%;
  width: 100%;
  border-radius: 24px;
  background: #f1f5f9;
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  transform: translateX(130%);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
@media (max-width: 1150px) {
  .header__mobile-bg {
    top: 56px;
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  .header__mobile-bg {
    top: 57px;
    padding: 24px;
  }
}
@media (max-width: 368px) {
  .header__mobile-bg {
    top: 85px;
  }
}
.header__mobile.open .header__mobile-bg {
  transform: translateX(0);
}
.header__sub-menu-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1150px) {
  .header__sub-menu-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.header__sub-menu-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 300px;
}
@media (max-width: 1150px) {
  .header__sub-menu-column--has-children .header__nav-icon {
    margin-top: 5px;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-list--add {
    padding-left: 20px;
    display: block;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-title .header__nav-icon {
    transform: rotate(360deg) !important;
  }
}
.header__sub-menu-title {
  padding: 8px 16px;
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__sub-menu-title {
    color: #020617;
    border-radius: 0px;
    border: 0px solid #e2e8f0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    display: flex;
    gap: 8px;
    font-size: 20px;
    line-height: 28px;
    padding: 6px 0px;
  }
  .header__sub-menu-title .header__nav-icon {
    transform: rotate(268deg) !important;
  }
}
.header__sub-menu-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1150px) {
  .header__sub-menu-list {
    gap: 16px;
  }
}
.header__sub-menu-list--add {
  display: none;
}
.header__sub-menu-item {
  list-style: none;
}
@media (max-width: 575px) {
  .header__sub-menu-item {
    max-width: 230px;
  }
}
.header__sub-menu-link {
  width: 100%;
  padding: 6px 12px;
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease;
  display: block;
}
.header__sub-menu-link:hover {
  border-radius: 12px;
  background: #f1f5f9;
}
@media (max-width: 1150px) {
  .header__sub-menu-link {
    font-size: 20px;
    padding: 0px;
  }
}
.header__mob-bar {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #020617;
  left: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-bar:nth-child(1) {
  top: 18px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob-bar:nth-child(2) {
  top: 23px;
  right: 0px;
}
.header__mob-bar:nth-child(3) {
  top: 28px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob.open .header__mob-bar:nth-child(1) {
  transform: rotate(46deg);
  transition: transform 0.5s ease;
  left: 0px;
  top: auto;
}
.header__mob.open .header__mob-bar:nth-child(2) {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  width: 16px;
  top: auto;
  right: 0px;
}
.header__mob.open .header__mob-bar:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.header__mobile-container {
  overflow-y: auto;
  height: calc(100dvh - 158px);
  padding-bottom: 24px;
  padding-right: 24px;
  margin-right: -29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .header__mobile-container {
    height: calc(100dvh - 132px);
  }
}

.header__sub-menu-list--add .header__sub-menu-item {
  padding: 8px 0;
}
.header__sub-menu-list--add .header__sub-menu-item:first-child {
  padding-top: 0;
}
.header__sub-menu-list--add .header__sub-menu-item:last-child {
  padding-bottom: 0;
}

.header__mobile-bg {
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 540px) {
  .header__mobile-bg {
    padding-top: 74px;
  }
}

.header__mobile-bg .header__login {
  font-size: 18px;
  height: 56px;
}

.header__mobile-bg .header__action--buttons .header__link,
.header__mobile-bg .header__language {
  height: 56px;
}

.header__mobile-bg .header__language p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.header__sub-menu-title {
  justify-content: space-between;
  padding-right: 7px;
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__action--buttons {
    justify-content: center;
  }
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__language {
    margin: 8px auto 0;
  }
}

.top__bar {
  background: #0056d8;
  padding: 12px 22px;
  border-radius: 24px 24px 0 0;
}
.top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
.top__bar__tag {
  padding: 8px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
}
.top__bar__text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
}
.top__bar__link span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
}
.top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.top__bar__link:hover span::before {
  width: 0%;
}
.top__bar__link:hover .top__bar__link-icon {
  transform: translateX(5px);
}

.footer {
  padding: 48px 0 28px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  margin: 0 16px 16px;
}
@media (max-width: 540px) {
  .footer {
    padding: 23px 0 28px;
    margin: 0 4px 4px;
  }
}
.footer__container {
  width: calc(100% - 32px);
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 68px;
}
@media (max-width: 1280px) {
  .footer__main {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .footer__main {
    padding-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .footer__main {
    flex-direction: column;
    gap: 31px;
    padding-bottom: 26px;
  }
}
.footer__main__logo {
  width: 142px;
  height: 32px;
  position: relative;
  display: block;
}
.footer__main-info {
  height: fit-content;
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1100px) {
  .footer__main-info {
    gap: 22px;
  }
}
@media (max-width: 850px) {
  .footer__main-info {
    width: 100%;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__social a {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -2.363px 27.179px 7.09px 0 rgba(125, 143, 161, 0), -1.182px 17.725px 7.09px 0 rgba(125, 143, 161, 0.03), -1.182px 9.453px 5.908px 0 rgba(125, 143, 161, 0.1), 0 4.727px 4.727px 0 rgba(125, 143, 161, 0.16), 0 1.182px 2.363px 0 rgba(125, 143, 161, 0.19);
}
.footer__social a img {
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.footer__social a:hover img {
  scale: 1.1;
}
.footer__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .footer__text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__text {
    width: 70%;
    line-height: 25px;
  }
}
.footer__column {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1370px) {
  .footer__column {
    gap: 28px;
  }
}
.footer__column-title {
  color: #020617;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .footer__column-title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .footer__column-title {
    padding-bottom: 4px;
  }
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .footer__column-list {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .footer__column-list {
    gap: 0;
  }
}
.footer__column-list a {
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__column-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #475569;
  transition: width 0.3s ease;
}
.footer__column-list a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__column-list a {
    font-size: 16px;
  }
}
.footer__gallery {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .footer__gallery {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .footer__gallery {
    position: relative;
  }
}
@media (max-width: 850px) {
  .footer__gallery {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .footer__gallery {
    gap: 28px;
  }
  .footer__gallery-item img {
    max-width: 82px;
  }
  .footer__gallery-item:first-of-type img {
    max-width: 103px;
  }
  .footer__gallery-item:last-of-type img {
    max-width: 55px;
  }
}
.footer__menu {
  width: 76.5%;
  position: relative;
}
@media (max-width: 850px) {
  .footer__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 88px;
}
@media (max-width: 1370px) {
  .footer__nav {
    column-gap: 40px;
  }
}
@media (max-width: 1100px) {
  .footer__nav {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .footer__nav {
    column-gap: 20px;
  }
}
@media (max-width: 610px) {
  .footer__nav {
    justify-content: normal;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .footer__nav {
    flex-direction: column;
    gap: 28px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    flex-direction: column;
    gap: 13px;
  }
}
.footer__bottom-copyright {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__bottom-copyright {
    text-align: left;
  }
}
.footer__bottom-nav-list {
  display: flex;
}
@media (max-width: 540px) {
  .footer__bottom-nav-list {
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 7px;
    max-width: 324px;
  }
}
.footer__bottom-nav-item {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (max-width: 540px) {
  .footer__bottom-nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom-nav-item:nth-child(3):before {
    display: none;
  }
}
.footer__bottom-nav-item:before {
  content: "";
  width: 6px;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #94a3b8;
}
@media (max-width: 520px) {
  .footer__bottom-nav-item:before {
    width: 4px;
    height: 4px;
    left: -12px;
  }
}
.footer__bottom-nav-item:first-child:before {
  display: none;
}
.footer__bottom-nav-item a {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__bottom-nav-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #94a3b8;
  transition: width 0.3s ease;
}
.footer__bottom-nav-item a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__bottom-nav-item a {
    font-size: 16px;
  }
}
.modal {
  position: fixed;
  left: 50%;
  top: 20vh;
  padding: 40px;
  border-radius: var(--border-radius-small);
  background-color: var(--color-white-a_100);
  z-index: 101;
  max-width: 1100px;
  width: calc(100% - 120px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.0392156863);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.22s ease-in-out;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .modal {
    padding: 20px;
  }
}
.modal_show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal_show ~ .overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  .modal {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .modal {
    width: calc(100% - 32px);
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modal__title {
  margin-right: 25px;
  font-weight: 500;
  font-size: 18px;
}
.modal__close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (hover: hover) {
  .modal__close {
    transition: all 0.22s ease-in-out;
  }
  .modal__close:hover {
    background-color: var(--gray);
  }
}
.modal__body {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
  margin-right: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
* {
  margin: 0;
  padding: 0;
  color: var(--mt-color--black-a_100);
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Inter";
  font-style: normal;
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 86, 216, 0.3019607843);
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: #0056d8;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--mt-color--white-a_100);
  margin-top: 16px;
}
@media (max-width: 1150px) {
  body {
    margin: 0px;
  }
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

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

.js-reveal {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.reveal-word {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #F1F5F9;
}

.cta {
  margin: 136px 0;
}

.cta-image-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.cta-image-wrap img {
  height: 86px;
  width: auto;
}

.cta-title {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .cta-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.cta-text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  max-width: 635px;
  text-align: center;
  margin: 0 auto 24px;
}

.cta-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-form form input[type=email] {
  width: 582px;
  height: 60px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cta-form form input[type=email] {
    width: 100%;
  }
}
.cta-form form input[type=email]::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #CBD5E1;
}

.cta-form form input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.cta-form .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #475569;
}
.cta-form .wpcf7-list-item-label a {
  color: #475569;
  text-decoration: underline;
}

.cta-form form input[type=submit] {
  width: 254px;
  height: 56px;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  background-color: #020617;
  margin: 40px auto 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.cta-form form input[type=submit]:hover {
  background-color: #1d2442;
  transition: all 0.3s ease-in-out;
}

.cta-v2 {
  margin: 136px 0;
}

.cta-v2-content {
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-v2-content {
    padding-bottom: 80px;
  }
}
.cta-v2-content::before {
  content: "";
  display: block;
  width: 147px;
  height: 86px;
  background-image: url(../images/cta-decor-3.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -31px;
}
@media (max-width: 767px) {
  .cta-v2-content::before {
    left: -65px;
  }
}
.cta-v2-content::after {
  content: "";
  display: block;
  width: 136px;
  height: 110px;
  background-image: url(../images/cta-decor-2.svg);
  background-size: cover;
  position: absolute;
  top: 36px;
  right: -51px;
}

.cta-v2-gallery-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.cta-v2-gallery-wrap::before {
  content: "";
  display: block;
  width: 314px;
  height: 137px;
  background-image: url(../images/cta-decor-4.svg);
  background-size: cover;
  position: absolute;
  bottom: -53px;
  left: 35px;
}
@media (max-width: 767px) {
  .cta-v2-gallery-wrap::before {
    left: -64px;
  }
}
.cta-v2-gallery-wrap::after {
  content: "";
  display: block;
  width: 153px;
  height: 81px;
  background-image: url(../images/cta-decor-1.svg);
  background-size: cover;
  position: absolute;
  bottom: -23px;
  right: 35px;
}
@media (max-width: 767px) {
  .cta-v2-gallery-wrap::after {
    right: -34px;
  }
}

.cta-v2-img-wrap {
  width: 64px;
  height: 64px;
  padding: 15px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1.85px 21.27px 5.55px 0 rgba(125, 143, 161, 0), -0.92px 13.87px 5.55px 0 rgba(125, 143, 161, 0.03), -0.92px 7.4px 4.62px 0 rgba(125, 143, 161, 0.1), 0 3.7px 3.7px 0 rgba(125, 143, 161, 0.16), 0 0.92px 1.85px 0 rgba(125, 143, 161, 0.19);
}

.cta-v2-img-wrap img {
  height: 40px;
  width: 40px;
}

.cta-v2-title {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-v2-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.cta-v2-text {
  font-size: 18px;
  letter-spacing: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  text-align: center;
  max-width: 725px;
  margin: 0 auto;
}

.cta-v2-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cta-v2-button {
  padding: 14px 38px;
  background-color: #020617;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.cta-v2-button:hover {
  background-color: #1d2442;
  transition: all 0.3s ease-in-out;
}

.blog-section {
  margin: 136px 0;
}

.blog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .blog-section-header {
    flex-direction: column;
    gap: 20px;
  }
}

.blog-section__title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
}
@media (max-width: 575px) {
  .blog-section__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.btn-to-blog-wrap {
  display: flex;
}

.btn-to-blog {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 9px 16px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #020617;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  transition: all 0.3s ease-in-out;
}
.btn-to-blog:hover {
  background-color: #020617;
  border-color: #020617;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.btn-to-blog svg path {
  transition: all 0.3s ease-in-out;
}

.btn-to-blog:hover svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}

.blog-section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.post-item {
  display: block;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .post-item {
    width: 100%;
  }
}

.post-item__img-wrap {
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  height: 316px;
  margin-bottom: 32px;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0px 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
}
@media (max-width: 575px) {
  .post-item__img-wrap {
    height: 250px;
  }
}

.post-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.post-item__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-item__cat {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 8px 16px;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #020617;
}

.post-item__title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 32px;
  padding-right: 15px;
}

.post-item__time-to-read,
.post-item__date {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
}

.single-post-page {
  padding-top: 200px;
}

.single-post-page-container {
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .single-post-page-container {
    padding: 0 16px;
  }
}

.single-post-breadcrumbs {
  margin-bottom: 32px;
}
.single-post-breadcrumbs a, .single-post-breadcrumbs span {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #64748B;
}
.single-post-breadcrumbs a:last-child, .single-post-breadcrumbs span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#breadcrumbs > span {
  display: flex;
  gap: 5px;
}

.link-back-wrap {
  display: flex;
  margin-bottom: 32px;
}

.info-post-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info-post-wrap {
    flex-direction: column;
  }
}

.info-post-wrap .post-item__cat {
  box-shadow: none;
  color: #fff;
  border: none;
  background-color: #1B76FF;
}

.single-post-title {
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  text-align: center;
  margin: 0 auto 32px;
  max-width: 880px;
}
@media (max-width: 575px) {
  .single-post-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.single-post-date {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  margin-bottom: 32px;
  text-align: center;
}

.single-post-thumnail-wrap {
  border: 1px solid #CBD5E1;
  border-radius: 24px;
  padding: 8px;
  background-color: #fff;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
  margin-bottom: 72px;
}

.single-post-thumnail-wrap img {
  border-radius: 20px;
}

.single-post-content p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
}
.single-post-content p:not(:last-child) {
  margin-bottom: 24px;
}

.single-post-content h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  margin: 72px 0 40px;
}
@media (max-width: 575px) {
  .single-post-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.single-post-content a {
  color: #475569;
  text-decoration: underline;
}

.single-post-page .post-item__img-wrap {
  height: 222px;
}

.bronnen {
  margin: 72px 0;
}

.bronnen-title {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 40px;
  color: #020617;
}
@media (max-width: 575px) {
  .bronnen-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.bronnen-text {
  border-radius: 24px;
  border: 1px solid #CBD5E1;
  padding: 24px;
  color: #475569;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
}
.bronnen-text p:not(:last-child) {
  margin-bottom: 24px;
}
.bronnen-text p, .bronnen-text a, .bronnen-text li, .bronnen-text span {
  color: #475569;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.widget-call-to-action {
  border-radius: 24px;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575px) {
  .widget-call-to-action {
    padding: 20px;
  }
}

.widget-cta-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
}

.widget-cta-icon img {
  width: 100%;
  height: 100%;
}

.widget-cta-title {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #020617;
  max-width: 615px;
  margin: 0 auto 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .widget-cta-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.widget-cta-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
  margin-bottom: 34px;
  max-width: 615px;
  text-align: center;
}

.widget-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 525px;
}
@media (max-width: 767px) {
  .widget-cta-buttons {
    width: 100%;
  }
}

.widget-cta-buttons .widget-cta-button {
  border-radius: 50px;
  text-align: center;
  padding: 16px 0;
  text-decoration: none;
}

.widget-cta-button:first-child {
  background-color: #020617;
  border: 1px solid #020617;
  color: #fff;
  width: calc((100% - 16px) / 2);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .widget-cta-button:first-child {
    width: 100%;
  }
}
.widget-cta-button:first-child:hover {
  background-color: #1d2442;
  transition: all 0.3s ease-in-out;
}

.widget-cta-button:nth-child(2) {
  background-color: #1B76FF;
  border: 1px solid #0056D8;
  color: #fff;
  width: calc((100% - 16px) / 2);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .widget-cta-button:nth-child(2) {
    width: 100%;
  }
}
.widget-cta-button:nth-child(2):hover {
  background-color: #0056d8;
  transition: all 0.3s ease-in-out;
}

.widget-cta-button:nth-child(3) {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  color: #020617;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.widget-cta-button:nth-child(3):hover {
  background-color: #020617;
  color: #fff;
  transition: all 0.3s ease-in-out;
}