/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

pre {
  background: #fff;
  color: #000;
  font-family: monospace;
  max-width: 100vw;
  overflow-x: auto;
}

:root {
  --background-color: #F0F0F0;
  --border-color: #095CA7;
  --text-color: #282829;
}

.context-dark {
  --background-color: #095CA7;
  --border-color: #fff;
  --text-color: #fff;
}

input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

html {
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  background: var(--background-color);
  color: var(--text-color);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100vw;
  min-width: 360px;
  -webkit-text-size-adjust: 100%;
}

/*
*:focus
{
	// outline-color: pink !important; 
	outline-color: auto;
	outline-offset: 6px;
}
*/
*:focus,
*:focus-visible,
*:focus-within {
  outline: none;
}

@font-face {
  font-family: "SpanBold";
  src: url("../../assets/fonts/span/SpanBold/font.woff2") format("woff2"), url("../../assets/fonts/span/SpanBold/font.woff") format("woff");
}
@font-face {
  font-family: "SpanBoldItalic";
  src: url("../../assets/fonts/span/SpanBoldItalic/font.woff2") format("woff2"), url("../../assets/fonts/span/SpanBoldItalic/font.woff") format("woff");
}
/**
 * Ajax Loop Display States
 */
.ajax-loop-display {
  display: none;
}
.ajax-loop-display--active {
  display: block;
}

/**
 * Ajax Loop Loading State
 */
#ajax-loop-loading .ajax-loop-loading__inner {
  display: flex;
  justify-content: center;
}
#ajax-loop-loading .ajax-loop-loading__inner img {
  display: block;
  height: auto;
  width: 80px;
}

#ajax-loop-empty .ajax-loop-empty__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
#ajax-loop-empty .ajax-loop-empty__inner p {
  color: #1D1A17;
  font-weight: 500;
  line-height: 1.2;
  max-width: 530px;
  text-wrap: balance;
}
#ajax-loop-empty .ajax-loop-empty__inner i {
  color: #D85D11;
  font-size: 1.2em;
}

@media (min-width: 1025px) {
  #ajax-loop-empty .ajax-loop-empty__inner {
    gap: 18px;
    font-size: 40px;
  }
}
.global-inner, .global-inner--small {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 601px) {
  .global-inner, .global-inner--small {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1025px) {
  .global-inner, .global-inner--small {
    max-width: 100%;
    width: 960px;
  }
}
@media (min-width: 1400px) {
  .global-inner, .global-inner--small {
    width: 1280px;
  }
}

@media (min-width: 1025px) {
  .global-inner--small {
    max-width: 806px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .global-inner--small {
    max-width: 1086px;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .global-inner--small {
    max-width: 1360px;
    width: 100%;
  }
}

.global-inner--fluid {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 601px) {
  .global-inner--fluid {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

/**
 * Global Inner Mix
 */
.global-inner--mix {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 601px) {
  .global-inner--mix {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1025px) {
  .global-inner--mix {
    max-width: 100%;
    width: 984px;
  }
}
@media (min-width: 1400px) {
  .global-inner--mix {
    width: 1320px;
  }
}

.global-inner--100 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.global-outer {
  background-color: #EEF1F1;
  border-radius: 20px;
  margin: 0 auto;
  overflow: clip;
  width: calc(100% - 40px);
}
@media (min-width: 601px) {
  .global-outer {
    border-radius: 30px;
    width: calc(100% - 40px);
  }
}

/**
 * Global Padding
 */
.global-padding {
  padding-block: 56px;
}
@media (min-width: 1025px) {
  .global-padding {
    padding-block: 70px;
  }
}
@media (min-width: 1400px) {
  .global-padding {
    padding-block: 105px;
  }
}

/**
 * Global Margin
 */
.global-margin {
  margin-block: 60px;
}
@media (min-width: 1025px) {
  .global-margin {
    margin-block: 60px;
  }
}

/**
 * Global Gap
 */
.global-gap {
  gap: 56px;
}
@media (min-width: 1025px) {
  .global-gap {
    gap: 70px;
  }
}
@media (min-width: 1400px) {
  .global-gap {
    gap: 105px;
  }
}

.logo {
  display: block;
  text-align: center;
}
.logo .logo__heading,
.logo .logo__link,
.logo .logo__image {
  display: block;
  height: inherit;
  width: auto;
}
.logo .logo__heading {
  width: min-content;
}

.menu-icon__link {
  background: #D85D11;
  color: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 22px;
  height: 36px;
  position: relative;
  width: 36px;
}
.menu-icon__icon {
  align-items: center;
  display: flex;
  opacity: 1;
  height: inherit;
  justify-content: center;
  transition: 0.3s ease opacity;
  width: inherit;
}
.menu-icon__icon--close {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.menu-icon--active .menu-icon__icon--close {
  font-size: 1.3em;
}

.menu-icon--active .menu-icon__icon--close {
  opacity: 1;
}
.menu-icon--active .menu-icon__icon--open {
  opacity: 0;
}

.button-link, .button-primary, .nav-form .wpcf7-submit,
.button-secondary {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.button i, .nav-form .wpcf7-submit i {
  font-size: 24px;
}

.button-primary, .nav-form .wpcf7-submit,
.button-secondary {
  background-color: #D85D11;
  border: 1px solid #D85D11;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  gap: 4px;
  height: 52px;
  line-height: 1;
  opacity: 1;
  padding-inline: 20px;
  transition: 0.15s ease background-color, 0.15s ease opacity;
  text-align: center;
}
.button-primary:hover, .nav-form .wpcf7-submit:hover,
.button-secondary:hover {
  background-color: #B84700;
  border-color: #B84700;
}
.button-primary:disabled:not(:hover), .nav-form .wpcf7-submit:disabled:not(:hover),
.button-secondary:disabled:not(:hover) {
  background-color: rgba(216, 93, 17, 0.4);
  border-color: rgba(216, 93, 17, 0.4);
  opacity: 0.5;
  pointer-events: none;
}

.button-secondary {
  background-color: #fff;
  color: #282829;
}
.button-secondary i {
  color: #D85D11;
}
.button-secondary:hover {
  background-color: #F6E2D5;
  border-color: #FAE3D4;
}

.button-link {
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  gap: 8px;
  line-height: 23px; /* 127.778% */
  opacity: 1;
}
.button-link i {
  color: #D85D11;
}
.button-link:hover .button__text {
  text-decoration: underline;
  text-decoration-color: #D85D11;
  text-decoration-thickness: 1.2px;
  text-underline-offset: 6px;
}

.button--icon-left {
  flex-direction: row-reverse;
}

/**
 * Variants
 */
.button-primary.button--small, .nav-form .wpcf7-submit,
.button-secondary.button--small {
  height: 49px;
  padding-inline: 16px;
}

.button-link.button--small, .nav-form .button-link.wpcf7-submit {
  font-size: 16px;
  gap: 8px;
}

.submitting .button.has-spinner, .submitting .nav-form .has-spinner.wpcf7-submit, .nav-form .submitting .has-spinner.wpcf7-submit {
  background-image: url("../../components/atoms/button/spinner--white.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  pointer-events: none;
  opacity: 0.7;
}

.context-dark .button-primary, .context-dark .nav-form .wpcf7-submit, .nav-form .context-dark .wpcf7-submit {
  background-color: #fff;
  border-color: #fff;
  color: #282829;
}
.context-dark .button-primary:hover, .context-dark .nav-form .wpcf7-submit:hover, .nav-form .context-dark .wpcf7-submit:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

.video-background {
  height: 100%;
  overflow: clip;
  position: relative;
  width: 100%;
}
.video-background__poster {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video-background__local {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
.video-background__vimeo {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
.video-background__vimeo-iframe {
  display: block;
  height: auto;
  width: 100%;
}

.input-text {
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #282829;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  padding-inline: 21px;
  width: 100%;
}
.input-text::-webkit-input-placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text::-moz-placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text:-ms-input-placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text::-ms-input-placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text:-moz-placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text::placeholder {
  color: #868686;
  opacity: 1 !important;
}
.input-text[aria-invalid=true] {
  border-color: #ba0000;
}
.input-text:focus {
  border-color: #D85D11;
}

.input-text--rounded {
  border-radius: 52px;
}

.input-text--search {
  background-image: url("../../components/atoms/form/icon-search.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-inline-end: 52px;
}

.input-text--white {
  color: #fff;
}

.input-text--search.input-text--white {
  background-image: url("../../components/atoms/form/icon-search-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.43);
}
.input-text--search.input-text--white::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white::-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white::placeholder {
  color: #fff;
  opacity: 1 !important;
}
.input-text--search.input-text--white:focus {
  border-color: #fff;
}

.input-select,
.wpcf7-select {
  background-image: url("../../components/atoms/form/icon-chevron.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #282829;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  padding-inline: 21px;
  width: 100%;
}
.input-select:focus,
.wpcf7-select:focus {
  border-color: #D85D11;
}
.input-select:has(option[value=""]:checked),
.wpcf7-select:has(option[value=""]:checked) {
  color: #868686;
}
.input-select.wpcf7-not-valid,
.wpcf7-select.wpcf7-not-valid {
  border-color: #ba0000;
}

.counter-stats__title, .heading-6, .heading-5, .heading-4, .heading-3, .heading-2, .heading-1, .heading-hero {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.counter-stats__title b, .heading-6 b, .heading-5 b, .heading-4 b, .heading-3 b, .heading-2 b, .heading-1 b, .heading-hero b,
.counter-stats__title strong,
.heading-6 strong,
.heading-5 strong,
.heading-4 strong,
.heading-3 strong,
.heading-2 strong,
.heading-1 strong,
.heading-hero strong {
  font-weight: 600;
}
.counter-stats__title em, .heading-6 em, .heading-5 em, .heading-4 em, .heading-3 em, .heading-2 em, .heading-1 em, .heading-hero em {
  background: linear-gradient(transparent 40%, #F6D8BE 40%);
}
.counter-stats__title del, .heading-6 del, .heading-5 del, .heading-4 del, .heading-3 del, .heading-2 del, .heading-1 del, .heading-hero del {
  text-decoration: none;
  position: relative;
}
.counter-stats__title del::after, .heading-6 del::after, .heading-5 del::after, .heading-4 del::after, .heading-3 del::after, .heading-2 del::after, .heading-1 del::after, .heading-hero del::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='12' viewBox='0 0 127 12' fill='none'%3E%3Cpath d='M1 3.58824C13.9404 2.23507 52.34 -0.065298 102.415 1.55849' stroke='%23EFC3AF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29.0926 7.67835C38.3045 6.11767 65.8724 2.72801 102.448 1.6548' stroke='%23EFC3AF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29.4 7.64944C41.8614 6.89481 78.6129 6.3153 125.927 10.0343' stroke='%23EFC3AF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  content: "";
  height: 100px;
  left: 1em;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.1em);
  width: 100%;
}
.counter-stats__title .heading-usap-plus, .heading-6 .heading-usap-plus, .heading-5 .heading-usap-plus, .heading-4 .heading-usap-plus, .heading-3 .heading-usap-plus, .heading-2 .heading-usap-plus, .heading-1 .heading-usap-plus, .heading-hero .heading-usap-plus {
  display: inline-block;
  height: 1em;
  width: auto;
}

.heading-hero {
  font-size: 34px;
  line-height: 111.765%;
}
@media (min-width: 1025px) {
  .heading-hero {
    font-size: 70px;
    line-height: 101%;
  }
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  text-wrap: balance;
}
@media (max-width: 1024px) {
  .heading-1 br,
  .heading-2 br,
  .heading-3 br,
  .heading-4 br,
  .heading-5 br,
  .heading-6 br {
    display: none;
  }
}

.heading-1 {
  font-size: 34px;
  line-height: 38px;
}
@media (min-width: 1025px) {
  .heading-1 {
    font-size: 52px;
    line-height: 58px;
  }
}

.heading-2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}
@media (min-width: 1025px) {
  .heading-2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 112.5% */
  }
}

.heading-3 {
  font-size: 28px;
  line-height: 114.286%;
}
@media (min-width: 1025px) {
  .heading-3 {
    font-size: 44px;
    line-height: 52px;
  }
}

.heading-4 {
  font-size: 24px;
  line-height: 118%;
  text-wrap: balance;
}
@media (min-width: 1025px) {
  .heading-4 {
    font-size: 44px;
    line-height: 118.182%;
  }
}

.heading-5 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 120%;
  text-wrap: balance;
}
@media (min-width: 1025px) {
  .heading-5 {
    font-size: 24px;
  }
}

.heading-6 {
  font-size: 24px;
  line-height: 118%;
}
@media (min-width: 1025px) {
  .heading-6 {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
}

@media (min-width: 1025px) {
  .heading-1--l {
    font-size: 70px;
    line-height: 101%;
  }
}

@media (min-width: 1025px) {
  .heading-2--l {
    font-size: 58px;
    line-height: 110.345%;
  }
}

@media (min-width: 1025px) {
  .heading-3--l {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (min-width: 1025px) {
  .heading-4--l {
    font-size: 44px;
    line-height: 118.182%;
  }
}

.subtitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.18;
}
@media (min-width: 1025px) {
  .subtitle {
    font-size: 37px;
  }
}

.heading-1 b, .heading-1 strong,
.heading-2 b,
.heading-2 strong,
.heading-3 b,
.heading-3 strong,
.heading-4 b,
.heading-4 strong,
.heading-5 b,
.heading-5 strong,
.heading-6 b,
.heading-6 strong {
  font-weight: 800;
}

@media (max-width: 600px) {
  .heading-1 br,
  .heading-2 br,
  .heading-3 br,
  .heading-4 br,
  .heading-5 br,
  .heading-6 br {
    display: none;
  }
}
.description {
  color: #5D5D5D;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
}
.description p:not(:last-child) {
  margin-bottom: 1em;
}
.description b,
.description strong {
  font-weight: 700;
}
.description ul li {
  list-style: disc;
  margin-bottom: 0.25em;
  margin-left: 1em;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description a {
  color: #095CA7;
  text-decoration: underline;
}

.text-balance {
  text-wrap: balance;
}

.text-editor {
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.6;
}
.text-editor b,
.text-editor strong {
  font-weight: 700;
}
.text-editor i,
.text-editor em {
  font-style: italic;
}
.text-editor p {
  margin-bottom: 1.55em;
}
.text-editor p:last-child {
  margin-bottom: 0;
}
.text-editor a {
  color: #005EAA;
  text-decoration: underline;
}
.text-editor a:hover {
  text-decoration: none;
}
.text-editor ul,
.text-editor ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.text-editor ul li,
.text-editor ol li {
  margin-bottom: 0.25em;
}
.text-editor ul li::marker {
  color: #D85D11;
}
.text-editor ul {
  list-style-type: disc;
}
.text-editor ol {
  list-style-type: decimal;
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  color: #000;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.text-editor h1 {
  font-size: 2.5em;
}
.text-editor h2 {
  font-size: 2em;
}
.text-editor h3 {
  font-size: 1.5em;
}
.text-editor h4 {
  font-size: 1.25em;
}
.text-editor h5 {
  font-size: 1.125em;
}
.text-editor h6 {
  font-size: 1em;
}
.text-editor blockquote {
  border-left: 4px solid #333;
  color: #666;
  font-style: italic;
  margin: 1em 0;
  padding: 0 0 0 1em;
}
.text-editor img {
  border-radius: 12px;
  height: auto;
  max-width: 100%;
  margin-block: 1em;
  width: 100%;
}
.text-editor img.alignnone {
  border-radius: 10px;
  display: block;
  height: auto;
  width: 100%;
}

.pill {
  align-items: center;
  background: rgba(157, 204, 243, 0.37);
  border-radius: 8px;
  color: #000;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 24px; /* 150% */
  padding: 3px 8px;
  white-space: nowrap;
  width: fit-content;
}
.pill--color-light-orange {
  background-color: #FAE4D3;
  color: #D85D11;
}
.pill--color-orange {
  background-color: #D85D11;
  color: #fff;
}
.pill--color-light-blue {
  background: #E1EFFB;
  color: #005EAA;
}
.pill--size-small {
  font-size: 14px;
  height: 32px;
}

.pagination,
ul.splide__pagination {
  all: unset;
}
.pagination *,
ul.splide__pagination * {
  all: unset;
}

.pagination,
ul.splide__pagination {
  display: flex;
  gap: 7px;
  justify-content: center;
}
.pagination li,
ul.splide__pagination li {
  display: block;
}
.pagination li button,
ul.splide__pagination li button {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 9px;
  width: 9px;
}
.pagination li button.is-active,
ul.splide__pagination li button.is-active {
  background: #D85D11;
  transform: scale(1);
}

div.ts-wrapper.tom-select.multi .ts-control {
  border: 1px solid #C5D0E5;
  border-radius: 7px;
  box-shadow: none;
  color: #5D5D5D;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  overflow-x: hidden;
  padding: 12px 47px 12px 15px !important;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
div.ts-wrapper.tom-select.multi .ts-control::after {
  background-image: url("../../components/atoms/tom-select/icon-chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 24px;
}
div.ts-wrapper.tom-select.multi .ts-control .item {
  all: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  pointer-events: none;
}
div.ts-wrapper.tom-select.multi .ts-control .item:not(:last-child)::after {
  content: ", ";
}

.tom-select--has-value + .ts-wrapper.tom-select.multi .ts-control {
  background-color: #FFF9F5 !important;
  color: #1D1A17;
}

div.ts-wrapper.tom-select.multi.dropdown-active .ts-control {
  border-color: #D85D11;
}
div.ts-wrapper.tom-select.multi.dropdown-active .ts-control::after {
  transform: translateY(-50%) rotate(180deg);
}

div.ts-dropdown.multi {
  border: none;
  border-radius: 10px;
  box-shadow: 0 11px 64.4px 0 rgba(45, 54, 72, 0.06);
  margin: 2px 0 0 0;
  max-height: 240px;
}
div.ts-dropdown.multi .ts-dropdown-content {
  color: #1D1A17;
  padding-block: 10px;
}
div.ts-dropdown.multi .ts-dropdown-content .option {
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 10px 21px;
  text-align: left;
}
div.ts-dropdown.multi .ts-dropdown-content .option input[type=checkbox] {
  border-radius: 4px;
  border: 1.5px solid var(--200, #B1B1B1);
  height: 22px;
  width: 22px;
}
div.ts-dropdown.multi .ts-dropdown-content .option.selected input[type=checkbox] {
  background-color: var(--primary, #D85D11);
  background-image: url("../../components/atoms/tom-select/icon-checkbox-selected.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border-color: #D85D11;
}

select.tom-select {
  opacity: 0.01;
}

.ginlined-content iframe {
  width: 100%;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-menu__title {
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.nav-menu__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
.nav-menu ul {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%;
}
.nav-menu ul li a {
  align-items: center;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
.nav-menu ul li a[target=_blank]::after {
  color: #D85D11;
  content: "\e89a";
  display: inline-block;
  font-family: "iconsax" !important;
  font-size: 1em;
  margin-left: 4px;
  transform: rotate(45deg);
}
.nav-menu ul li a:hover {
  opacity: 0.7;
}
.nav-menu ul li.featured a {
  margin-block: 3px;
  text-decoration: underline;
  text-decoration-color: #D85D11;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 7px;
}

@media (min-width: 1400px) {
  .nav-menu__title {
    text-wrap: nowrap;
  }
  .nav-menu ul li a {
    text-wrap: nowrap;
  }
}
.nav-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-search__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.nav-search__popular {
  display: none;
}

@media (min-width: 1400px) {
  .nav-search {
    gap: 24px;
  }
  .nav-search__title {
    font-size: 16px;
  }
  .nav-search__popular {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .nav-search__popular ul li {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .nav-search__popular ul li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 191.667% */
  }
  .nav-search__popular ul li a:hover {
    opacity: 0.8;
  }
}
.nav-card {
  border-radius: 14px;
  height: 210px;
  min-height: 210px;
  overflow: clip;
  position: relative;
}
.nav-card__image {
  display: block;
  height: 100%;
  min-height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.nav-card::before {
  background: linear-gradient(81deg, rgba(0, 0, 0, 0.58) 49.06%, rgba(102, 102, 102, 0) 92.3%);
  bottom: 0;
  content: "";
  display: block;
  height: 311px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.nav-card__content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  justify-content: end;
  padding: 24px 19px;
  position: relative;
  z-index: 2;
}
.nav-card__pill {
  background-color: #E1EFFB;
  border-radius: 6px;
  color: #005EAA;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px;
}
.nav-card__title {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%; /* 25.2px */
  text-align: center;
  text-wrap: balance;
}
.nav-card__title b,
.nav-card__title strong {
  font-weight: 700;
}
.nav-card__button {
  width: 100%;
}

@media (min-width: 1400px) {
  .nav-card {
    aspect-ratio: 1;
    height: auto;
    width: 338px;
  }
  .nav-card::before {
    background: linear-gradient(0, rgba(0, 0, 0, 0.58) 49.06%, rgba(102, 102, 102, 0) 92.3%);
    height: 244px;
  }
  .nav-card__content {
    gap: 19px;
    padding: 24px;
  }
  .nav-card__title {
    font-size: 21px;
  }
}
.nav-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.nav-form .wpcf7-submit {
  margin-top: 8px;
  width: 100%;
}
.nav-form .screen-reader-response,
.nav-form .hidden-fields-container {
  display: none;
}
.nav-form .wpcf7-response-output {
  display: block;
  font-size: 13px;
  text-align: center;
  text-wrap: balance;
}
.nav-form .wpcf7-spinner {
  display: none;
}

.contact-data {
  color: #6E6E6E;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  gap: 20px;
  line-height: 23px;
}
.contact-data__item, .contact-data__link {
  display: block;
}
.contact-data__element {
  align-items: start;
  color: inherit;
  display: flex;
  gap: 10px;
}
.contact-data__element i {
  color: #3C95DC;
  font-size: 1.2em;
  line-height: 23px;
}
.contact-data__link .contact-data__label:hover {
  text-decoration: underline;
}

.nav-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.nav-contact__social-links {
  color: #D85D11;
  font-size: 18px;
}

.text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.text-block--align-center {
  align-items: center;
  text-align: center;
}
.text-block--align-center .text-block__top, .text-block--align-center .text-block__bottom {
  align-items: center;
}
.text-block__separator {
  background-color: #D85D11;
  height: 3px;
  width: 48px;
}
.text-block__description {
  max-width: 680px;
}

@media (min-width: 1025px) {
  .text-block--align-l-center {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .text-block {
    gap: 18px;
  }
}
.accordion-text {
  display: flex;
  flex-direction: column;
}
.accordion-text__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0;
}
.accordion-text__trigger {
  cursor: pointer;
}
.accordion-text__heading {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
}
.accordion-text__icon {
  display: block;
  position: relative;
}
.accordion-text__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion-text__item--open .accordion-text__content {
  grid-template-rows: 1fr;
}
.accordion-text__content-inner {
  overflow: hidden;
}

.accordion-text--style-box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.accordion-text--style-box .accordion-text__item {
  border-bottom: 1px solid #C3C3C3;
  padding: 13px 0;
}
.accordion-text--style-box .accordion-text__item:first-child {
  padding-top: 0;
}
.accordion-text--style-box .accordion-text__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.accordion-text--style-box .accordion-text__heading {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 14px 0;
}
.accordion-text--style-box .accordion-text__title {
  color: #2D3648;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
}
.accordion-text--style-box .accordion-text__icon i {
  color: #D85D11;
  font-size: 20px;
}
.accordion-text--style-box .accordion-text__item--open .accordion-text__icon {
  transform: rotate(180deg);
}
.accordion-text--style-default {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.accordion-text--style-default .accordion-text__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 16px;
}
.accordion-text--style-default .accordion-text__heading {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.accordion-text--style-default .accordion-text__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.accordion-text--style-default .accordion-text__icon {
  align-items: center;
  background-color: #FAE4D3;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 25px;
}
.accordion-text--style-default .accordion-text__icon i {
  color: #D85D11;
  font-size: 16px;
  transition: color 0.3s ease;
}
.accordion-text--style-default .accordion-text__item--open .accordion-text__icon {
  background-color: #D85D11;
  transform: rotate(180deg);
}
.accordion-text--style-default .accordion-text__item--open .accordion-text__icon i {
  color: #fff;
}
.accordion-text--style-default .accordion-text__description {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .accordion-text--style-default {
    gap: 16px;
  }
  .accordion-text--style-default .accordion-text__item {
    padding: 24px;
  }
}
.social-links__list {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.social-links__link {
  display: block;
  font-size: 1em;
}
.social-links__link:hover {
  opacity: 0.8;
}

.counter-stats {
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 36px 28px;
}
.counter-stats__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  text-wrap: balance;
}
.counter-stats__title b,
.counter-stats__title strong {
  font-weight: 700;
}
.counter-stats__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.counter-stats__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 21px;
}
.counter-stats__number {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.373px;
  min-width: 80px;
  white-space: nowrap;
  text-align: right;
}
.counter-stats__suffix {
  color: #D85D11;
  font-style: italic;
}
.counter-stats__description {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  text-wrap: balance;
}

@media (min-width: 1025px) {
  .counter-stats {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding: 37px 46px;
  }
  .counter-stats__title {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
    max-width: 390px;
  }
  .counter-stats--title-large .counter-stats__title {
    font-size: 33px;
    line-height: 119%; /* 39.27px */
  }
  .counter-stats__items {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(200px, 226px) minmax(200px, 226px) minmax(200px, 226px);
  }
  .counter-stats__item {
    flex-direction: column;
    gap: 9px;
  }
  .counter-stats__number {
    font-size: 46px;
    line-height: 47px; /* 102.174% */
    letter-spacing: -1.8px;
  }
  .counter-stats__number:has(*[data-type=none]) {
    text-align: center;
  }
  .counter-stats__description {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
    text-align: center;
  }
}
.taxonomy-item {
  background: #fff;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 22px 16px;
  width: 100%;
}
.taxonomy-item__image-wrapper {
  aspect-ratio: 1;
  border-radius: 13px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.taxonomy-item__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  width: 100%;
}
.taxonomy-item:hover .taxonomy-item__image {
  transform: scale(1.1);
}
.taxonomy-item__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.taxonomy-item__title {
  color: #000;
  display: flex;
  gap: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 21.422px; /* 107.111% */
  transition: gap 0.2s ease;
}
.taxonomy-item__title i {
  color: #D85D11;
  font-size: 1.3em;
}
.taxonomy-item:hover .taxonomy-item__title {
  gap: 14px;
}

@media (min-width: 1025px) {
  .taxonomy-item {
    border-radius: 14px;
    gap: 22px;
    padding: 24px;
  }
  .taxonomy-item__image-wrapper {
    aspect-ratio: 3/2;
    border-radius: 14px;
  }
  .taxonomy-item__text-wrapper {
    gap: 9px;
  }
  .taxonomy-item__title {
    font-size: 22px;
    line-height: 23.562px; /* 107.111% */
  }
}
.card {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 20px;
}
.card__icon {
  align-items: center;
  background: #FAE4D3;
  border-radius: 14px;
  color: #D85D11;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.card__separator {
  background: #D85D11;
  height: 1px;
  width: 24px;
}
.card__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 104.545% */
}
.card__description--large {
  color: #1D1A17;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.sticky-modules-slider {
  background-color: #fff;
}
.sticky-modules-slider__slide {
  padding-block: 17px;
}
.sticky-modules-slider__item {
  align-items: center;
  border-radius: 24px;
  color: #696969;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 37px;
  justify-content: center;
  letter-spacing: 0.14px;
  line-height: 120%; /* 16.8px */
  padding-inline: 12px;
  max-width: 180px;
}
.sticky-modules-slider__item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sticky-modules-slider__item--active {
  background-color: #F6E5D8;
  color: #000;
}

.sticky-modules-nav__wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
}
.sticky-modules-nav__nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sticky-modules-nav__title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.sticky-modules-nav__link {
  align-items: center;
  border-radius: 8px;
  color: #696969;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14px;
  gap: 8px;
  line-height: 120%; /* 16.8px */
  padding: 14px 11px;
  text-overflow: ellipsis;
}
.sticky-modules-nav__icon {
  color: #D85D11;
  font-size: 1.2em;
}
.sticky-modules-nav__list {
  display: flex;
  flex-direction: column;
  max-height: 570px;
  overflow-y: auto;
}
.sticky-modules-nav__link--active {
  background-color: #F6E5D8;
  color: #000;
}
.sticky-modules-nav__link-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sticky-modules-nav__chevron {
  font-size: 1.3em;
}
.sticky-modules-nav .simplebar-scrollable-y .simplebar-content {
  padding-right: 18px !important;
}
.sticky-modules-nav .simplebar-track.simplebar-vertical {
  background: #FAE4D3;
  border-radius: 2px;
  width: 4px;
}
.sticky-modules-nav .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible {
  background-color: #D85D11;
  border-radius: 2px;
  width: 4px;
}
.sticky-modules-nav__cta {
  border-top: 1px solid rgba(149, 149, 149, 0.39);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
}
.sticky-modules-nav__cta-button, .sticky-modules-nav__cta-button-b {
  width: 100%;
}

.sticky-modules-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px 14px;
  scroll-margin-top: 90px;
}
.sticky-modules-item__title {
  align-items: center;
  border-bottom: 1px solid #C3C3C3;
  color: #000;
  display: flex;
  gap: 8px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 25.2px */
  letter-spacing: 0.21px;
  margin-bottom: 23px;
  padding-bottom: 23px;
}
.sticky-modules-item__title i {
  color: #D85D11;
  font-size: 0.85em;
}
.sticky-modules-item--accordion .sticky-modules-item__title {
  margin-bottom: 19px;
  padding-bottom: 19px;
}

@media (min-width: 1025px) {
  .sticky-modules-item {
    padding: 32px;
    scroll-margin-top: 20px;
  }
  .sticky-modules-item__title {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
}
/** Testimonials **/
@media (max-width: 1024px) {
  .sticky-modules-item--testimonials {
    align-self: center;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    width: 100vw;
  }
  .sticky-modules-item--testimonials .sticky-modules-item__title {
    display: none;
  }
}
@media (min-width: 1025px) {
  .sticky-modules-item--testimonials {
    width: 100%;
  }
  .sticky-modules-item--testimonials .sticky-modules-item__title {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.sticky-modules-testimonials__item {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 16px 18px 28px;
  width: 280px;
}
.sticky-modules-testimonials__item-image {
  aspect-ratio: 4/3;
  border-radius: 14px;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.sticky-modules-testimonials__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sticky-modules-testimonials__item-text {
  color: #36363C;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 500;
  gap: 12px;
  line-height: 160%; /* 33.6px */
}
.sticky-modules-testimonials__item-quote {
  align-self: start;
  height: 18px;
}
.sticky-modules-testimonials__item-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sticky-modules-testimonials__item-name {
  color: #191D4D;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%; /* 27.2px */
}
.sticky-modules-testimonials__item-grade {
  color: #191D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

@media (min-width: 1025px) {
  .sticky-modules-testimonials {
    position: relative;
  }
  .sticky-modules-testimonials__item {
    border-radius: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 2px;
    width: 100%;
  }
  .sticky-modules-testimonials__item-image {
    aspect-ratio: auto;
    border-radius: 12px;
    height: 334px;
    width: 282px;
  }
  .sticky-modules-testimonials__item-text-wrapper {
    gap: 20px;
    width: 100%;
  }
  .sticky-modules-testimonials__item-text {
    font-size: 24px;
    line-height: 146%; /* 35.04px */
  }
  .sticky-modules-testimonials__arrows {
    bottom: calc(100% + 23px);
    display: flex;
    gap: 14px;
    position: absolute;
    right: 0;
    width: fit-content;
  }
  .sticky-modules-testimonials__arrows .sticky-modules-testimonials__arrow {
    background: #D85D11;
    background-image: url("../../components/molecules/sticky-modules-testimonials/icon-arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 50%;
    height: 32px;
    inset: unset !important;
    position: relative !important;
    transform: unset !important;
    width: 32px;
  }
  .sticky-modules-testimonials__arrows .sticky-modules-testimonials__arrow--next {
    background-image: url("../../components/molecules/sticky-modules-testimonials/icon-arrow-right.svg");
  }
  .sticky-modules-testimonials__arrows .sticky-modules-testimonials__arrow svg {
    display: none;
  }
}
.degrees-item {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 22px 20px 28px 20px;
}
.degrees-item__image-wrapper {
  display: block;
  position: relative;
}
.degrees-item__image {
  aspect-ratio: 3/2;
  background: #ECECEC;
  border-radius: 14px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.degrees-item__open-enrollment {
  left: 15px;
  position: absolute;
  top: 15px;
}
.degrees-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 24px;
}
.degrees-item__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.degrees-item__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.degrees-item__title {
  color: #1D1A17;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-wrap: balance;
}

.degrees-default-loop__list {
  display: flex;
  flex-direction: column;
}
.degrees-default-loop__group {
  border-bottom: 1px solid #C5D0E5;
  display: flex;
  flex-direction: column;
  padding-block: 31px;
}
.degrees-default-loop__group-title {
  align-items: center;
  color: #212833;
  cursor: pointer;
  display: flex;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 41px; /* 170.833% */
}
.degrees-default-loop__group-title i {
  color: #D85D11;
  transition: transform 0.3s ease;
}
.degrees-default-loop__group--open .degrees-default-loop__group-title i {
  transform: rotate(180deg);
}
.degrees-default-loop__group-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s ease;
}
.degrees-default-loop__group--open .degrees-default-loop__group-list {
  grid-template-rows: 1fr;
}
.degrees-default-loop__group-list-inner {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 26px;
  overflow: hidden;
}

@media (min-width: 601px) {
  .degrees-default-loop__group-list-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .degrees-default-loop__group {
    border: none;
    padding-block: 0 60px;
  }
  .degrees-default-loop__group-list {
    grid-template-rows: 1fr !important;
  }
  .degrees-default-loop__group-list-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 36px;
  }
  .degrees-default-loop__group-title {
    cursor: default;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 111.765% */
  }
  .degrees-default-loop__group-title i {
    display: none;
  }
}
.articles-item {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}
.articles-item__image-wrapper {
  display: block;
  position: relative;
}
.articles-item__image {
  aspect-ratio: 3/2;
  background: #ECECEC;
  border-radius: 14px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.articles-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 9px;
}
.articles-item__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.articles-item__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.articles-item__title {
  color: #1D1A17;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-wrap: balance;
}

.top-bar {
  background-color: #095CA7;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  text-align: center;
}
.top-bar a {
  text-decoration: underline;
}
.top-bar a:hover {
  opacity: 0.8;
}
.top-bar__text--desktop {
  display: none;
}
.top-bar__menu {
  display: none;
}

@media (min-width: 1400px) {
  .top-bar {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 8px 28px;
  }
  .top-bar__text--mobile {
    display: none;
  }
  .top-bar__text--desktop {
    display: block;
  }
  .top-bar__menu {
    display: block;
  }
  .top-bar__menu ul {
    display: flex;
    gap: 24px;
  }
}
.mobile-menu__main-nav-link {
  align-items: center;
  border-bottom: 1px solid #D2D7E3;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 20px;
  justify-content: space-between;
  line-height: 24px; /* 150% */
  padding-block: 20px;
}
.mobile-menu__main-nav-link i {
  color: #D85D11;
  font-size: 20px;
  font-weight: 700;
}
.mobile-menu__main-nav-link:hover {
  opacity: 0.7;
}
.mobile-menu__main-bottom {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.mobile-menu__main-bar-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__main-bar-menu li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  text-decoration: underline;
}
.mobile-menu__main-cta {
  width: 100%;
}

.mobile-menu .mobile-menu__child-item {
  border-top: 1px solid #D2D7E3;
  padding-block: 18px;
}
.mobile-menu .mobile-menu__child-item--card {
  border-top: 0;
}
.mobile-menu__title {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding-block: 13px;
}
.mobile-menu__title i {
  color: #D85D11;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .mobile-menu__child-item {
    order: var(--mobile-order, initial);
  }
}
.mobile-menu:focus, .mobile-menu:hover,
.mobile-menu *,
.mobile-menu *:focus,
.mobile-menu *:hover {
  -webkit-tap-highlight-color: transparent;
  outline: 0px transparent !important;
  user-select: none;
  tap-highlight-color: transparent;
}
.mobile-menu {
  --height: calc(100svh - 118px - 20px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 51.5px 9px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: 0fr;
  left: 50%;
  height: var(--height);
  opacity: 0;
  overflow: clip;
  max-width: 984px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease-in-out, 0.3s grid-template-rows ease-in-out, top 0.3s ease;
  transform: translateX(-50%);
  top: 118px;
  width: calc(100vw - 40px);
  z-index: 1000;
}
.mobile-menu__inner {
  overflow: hidden;
}
.mobile-menu--active {
  opacity: 1;
  grid-template-rows: 1fr;
  pointer-events: auto;
}
.mobile-menu__level {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: var(--height);
  overflow-x: clip;
  overflow-y: auto;
  padding: 6px 21px 15px 21px;
  width: 100%;
}
.mobile-menu__level--main {
  gap: 60px;
  justify-content: space-between;
}
.mobile-menu__level--child {
  display: flex;
  left: 0;
  height: 100%;
  min-height: var(--height);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-in-out;
}
.mobile-menu__level--child.mobile-menu__level--active {
  opacity: 1;
  pointer-events: auto;
}

body.top-bar-not-visible .mobile-menu {
  top: 90px;
  --height: calc(100svh - 118px);
}

@media (min-width: 1400px) {
  .mobile-menu {
    display: none !important;
  }
}
.header {
  --header-transition-duration: 0.8s;
  left: 0;
  max-width: 100vw;
  min-width: 360px;
  position: fixed;
  top: 48px;
  transition: top 0.3s ease;
  width: 100%;
  z-index: 1000;
}
.header--hidden {
  top: -100px !important;
}
.header__nav {
  align-items: center;
  background-color: #FFF;
  border-radius: 53px;
  box-shadow: 0 4px 15.2px 0 rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-areas: "logo . menu-icon";
  grid-template-columns: auto 1fr auto;
  padding: 12px 14px 12px 22px;
  transition: background-color var(--header-transition-duration) ease, color var(--header-transition-duration) ease;
  width: 100%;
}
.header__logo-wrapper {
  position: relative;
}
.header__logo {
  grid-area: logo;
  height: 39px;
  transition: opacity var(--header-transition-duration) ease;
}
.header__logo--default {
  opacity: 1;
  pointer-events: auto;
}
.header__logo--white {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.header__list {
  display: none;
}
.header__cta {
  display: none;
}
.header__menu-icon {
  grid-area: menu-icon;
}

body.top-bar-not-visible .header {
  top: 20px;
}

@media (min-width: 1400px) {
  .header {
    top: 60px;
  }
  .header__nav {
    box-shadow: 0 4px 30.1px 0 rgba(145, 136, 136, 0.25);
    height: 76px;
    grid-template-areas: "logo menu cta";
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    padding-inline: 40px 13px;
  }
  .header__logo {
    height: 50px;
  }
  .header__list {
    display: flex;
    grid-area: menu;
    justify-content: center;
  }
  .header__list-link {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    padding: 14px 12px;
  }
  .header__list-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
  }
  .header__list-link:hover {
    opacity: 0.7;
  }
  .header__list-link--active i {
    transform: rotate(180deg);
  }
  .header__cta {
    display: inline-flex;
    grid-area: cta;
  }
  .header__menu-icon {
    display: none;
  }
  body.top-bar-not-visible .header {
    top: 20px;
  }
}
.header.header--transparent .header__nav {
  background-color: rgba(0, 0, 0, 0.38);
  color: #FFF;
  /* From https://css.glass */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header.header--transparent .header__nav .header__logo--default {
  opacity: 0;
  pointer-events: none;
}
.header.header--transparent .header__nav .header__logo--white {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1399px) {
  .mega-menu {
    display: none !important;
  }
}
.mega-menu {
  display: block;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 150px;
  transform: translateX(-50%);
  transition: top 0.3s ease, opacity 0.3s ease;
  z-index: 1001;
}
.mega-menu:has(.mega-menu__item--active) {
  opacity: 1;
  pointer-events: auto;
}
.mega-menu__item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 51.5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 26px;
  left: 50%;
  opacity: 0;
  padding: 36px 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
}
.mega-menu__item--active {
  opacity: 1;
  pointer-events: auto;
}
.mega-menu__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.mega-menu__content {
  display: flex;
  flex-direction: row;
}
.mega-menu__nav-item:not(.mega-menu__card):not(:last-child):not(:has(+ .mega-menu__card)) {
  border-right: 1px solid #E0E0E0;
  margin-right: 36px;
  padding-right: 36px;
}
.mega-menu__nav-item:last-child:not(.mega-menu__card) {
  padding-right: 36px;
}
.mega-menu__nav-item:has(+ .mega-menu__card) {
  margin-right: 50px;
}
.mega-menu__card:has(+ .mega-menu__card) {
  margin-right: 23px;
}
.mega-menu__card {
  margin-top: -52px;
}
.mega-menu__search {
  width: 292px;
}
.mega-menu__form .form {
  width: 302px;
}
.mega-menu__contact {
  width: 305px;
}
.mega-menu .nav-menu-child__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}

body.top-bar-not-visible .mega-menu {
  top: 110px;
}

.footer::before {
  background-image: var(--bg-footer);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 536px;
  width: 100%;
}
.footer__cta {
  position: relative;
}
.footer__cta-box {
  background: #fff;
  border-radius: 12px;
  bottom: -48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 480px;
  padding: 48px 20px;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
}
.footer__cta-button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}
.footer__cta-button {
  width: 100%;
}
.footer__main {
  background: #005EAA;
  color: #fff;
  padding-block: 106px 41px;
}
.footer__inner {
  display: grid;
  grid-template-areas: "logo" "social-links" "menu" "divider" "contact-data" "copyright" "menu-bottom";
  grid-template-columns: minmax(0, 1fr);
}
.footer__logo {
  grid-area: logo;
  height: 113px;
  margin-bottom: 45px;
}
.footer__social-links {
  grid-area: social-links;
  margin-bottom: 40px;
}
.footer__social-links li a {
  align-items: center;
  background: #0271CA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.footer .footer__menu-bottom ul.nav-menu__list a, .footer__menu-bottom ul.nav-menu__list .footer a, .footer .footer__copyright, .footer .footer__contact-data ul li a, .footer__contact-data ul li .footer a, .footer .footer__contact-data .nav_form__title, .footer__contact-data .footer .nav_form__title, .footer .footer__menu ul.nav-menu__list a, .footer__menu ul.nav-menu__list .footer a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.168px;
}
.footer__menu {
  grid-area: menu;
  margin-bottom: 28px;
}
.footer__menu .nav-menu__list {
  gap: 28px;
}
.footer__menu ul.nav-menu__list li a[target=_blank]::after {
  color: #6FBFFF;
}
.footer__divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  display: block;
  grid-area: divider;
  margin-bottom: 28px;
  width: 100%;
}
.footer__contact-data {
  grid-area: contact-data;
  margin-bottom: 66px;
}
.footer__contact-data ul {
  color: #fff;
}
.footer__contact-data ul li a i {
  color: #65BAFF;
}
.footer__copyright {
  grid-area: copyright;
  margin-bottom: 8px;
  text-align: center;
}
.footer__menu-bottom {
  grid-area: menu-bottom;
}
.footer__menu-bottom .nav-menu__list {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 601px) {
  .footer__inner {
    align-items: start;
    grid-template-areas: "logo logo logo" "social-links social-links social-links" "menu divider contact-data" "copyright copyright copyright" "menu-bottom menu-bottom menu-bottom";
    grid-template-columns: auto auto auto;
  }
  .footer__divider {
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
    margin: 0 40px;
    height: 100%;
    width: 1px;
  }
  .footer__copyright {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .footer {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding-block: 66px;
    position: relative;
  }
  .footer::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .footer__cta {
    position: relative;
    z-index: 1;
  }
  .footer__cta-box {
    gap: 36px;
    max-width: 884px;
    padding: 64px 158px;
    position: static;
  }
  .footer__cta-button-wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .footer__cta-button {
    width: auto;
  }
  .footer__main {
    background-color: transparent;
    padding-block: 0;
    position: relative;
    z-index: 1;
  }
  .footer__inner {
    background-color: #005EAA;
    border-radius: 18px;
    gap: 26px 30px;
    grid-template-areas: "logo menu divider contact-data" "social-links menu divider contact-data" "copyright menu-bottom menu-bottom menu-bottom";
    grid-template-columns: 1fr 180px auto 200px;
    padding: 66px 40px 33px 40px;
  }
  .footer__logo, .footer__menu, .footer__divider, .footer__social-links, .footer__contact-data, .footer__copyright, .footer__menu-bottom {
    margin: 0;
  }
  .footer__social-links {
    align-self: end;
  }
  .footer .footer__copyright {
    font-size: 11px;
    text-align: left;
    letter-spacing: 0;
  }
  .footer .footer__menu-bottom {
    justify-self: end;
  }
  .footer .footer__menu-bottom ul.nav-menu__list a {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (min-width: 1400px) {
  .footer__inner {
    gap: 26px 60px;
    grid-template-columns: 1fr 180px auto 220px;
    padding: 66px 94px 33px 94px;
  }
}
.hero-spacer {
  display: block;
  height: var(--hero-spacer-height);
}

.hero {
  position: relative;
  height: 840px;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: calc(var(--hero-mobile-padding-bottom) + 35px);
}
.hero__text-wrapper {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 480px;
}
.hero__heading {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 111.765% */
  margin-bottom: -10px;
}
.hero__heading b,
.hero__heading strong {
  font-weight: 600;
}
.hero__heading * {
  line-height: 1;
}
.hero__heading-words {
  overflow: hidden;
}
.hero__description {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
.hero__button {
  width: 100%;
}
.hero__logo {
  display: block;
  height: 56px;
  width: auto;
}
.hero__video-background {
  height: 640px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.hero::before {
  background: linear-gradient(0, #151515 29.81%, rgba(102, 102, 102, 0) 77.65%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero__inner {
  height: 100%;
  position: relative;
  z-index: 3;
}
.hero__counter-stats {
  position: absolute;
  transform: translateY(-50%);
  top: 100%;
}

@media (min-width: 1025px) {
  .hero {
    height: 760px;
  }
  .hero__inner {
    align-items: start;
    padding-bottom: 0;
    padding-top: 30px;
    justify-content: center;
  }
  .hero__text-wrapper {
    max-width: 500px;
    gap: 21px;
  }
  .hero__heading {
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 111.538% */
  }
  .hero__button {
    width: auto;
  }
  .hero__logo {
    height: 64px;
  }
  .hero__video-background {
    height: 100%;
  }
  .hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) calc((100% - 1320px) / 2 - 130px), rgba(0, 0, 0, 0));
  }
  .hero__counter-stats {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) calc((100% - 1720px) / 2 - 130px), rgba(0, 0, 0, 0));
  }
}
/**
 * Animations Start
 */
body:has(section.hero) .header,
.hero .hero__description,
.hero .hero__button-wrapper {
  opacity: 0;
}

.cards-carousel {
  margin-block: 56px;
}
.cards-carousel__inner {
  gap: 28px;
}
.cards-carousel__carousel {
  width: 100vw;
}
.cards-carousel__item {
  height: 100%;
}
.cards-carousel__card {
  height: 100%;
  width: 256px;
}

@media (min-width: 1025px) {
  .cards-carousel {
    margin-block: 100px;
  }
  .cards-carousel__inner {
    gap: 52px;
  }
  .cards-carousel__carousel {
    width: 100%;
  }
  .cards-carousel .splide {
    visibility: visible;
  }
  .cards-carousel .splide__list {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(var(--cards-carousel-desktop-columns), 1fr);
  }
  .cards-carousel__card {
    height: 100%;
    width: 100%;
  }
}
.accordion {
  margin-block: 56px;
}
.accordion__inner {
  gap: 24px;
}
.accordion__accordion-text {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 1025px) {
  .accordion {
    margin-block: 100px;
  }
  .accordion__inner {
    gap: 36px;
  }
}
.taxonomy-carousel {
  overflow: hidden;
  width: 100vw;
}
.taxonomy-carousel__inner {
  gap: 26px;
}
.taxonomy-carousel__carousel {
  width: 100vw;
}
.taxonomy-carousel .splide__pagination {
  margin-top: 26px;
}
.taxonomy-carousel__item {
  width: 256px;
}

@media (min-width: 1025px) {
  .taxonomy-carousel {
    width: 100%;
  }
  .taxonomy-carousel__inner {
    gap: 42px;
  }
  .taxonomy-carousel__carousel.splide {
    visibility: visible;
    width: 100%;
  }
  .taxonomy-carousel__carousel .splide__list {
    display: grid !important;
    gap: 35px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .taxonomy-carousel__item {
    width: 100%;
  }
}
.text-image {
  margin-block: 56px;
}
.text-image__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 480px;
}
.text-image__image {
  display: block;
  height: auto;
  width: 100%;
}
.text-image__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-image__logo {
  height: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  .text-image.text-image--mobile-order-reverse .text-image__text-wrapper {
    order: 1;
  }
  .text-image.text-image--mobile-order-reverse .text-image__image-wrapper {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .text-image {
    margin-block: 100px;
  }
  .text-image__inner {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .text-image__text-wrapper {
    order: 1;
  }
  .text-image__image-wrapper {
    order: 2;
  }
  .text-image--desktop-order-reverse .text-image__text-wrapper {
    order: 2;
  }
  .text-image--desktop-order-reverse .text-image__image-wrapper {
    order: 1;
  }
  .text-image__text-block {
    order: 1;
  }
  .text-image__button {
    order: 2;
  }
  .text-image__logo {
    order: 3;
    margin-top: 24px;
  }
}
.text-image-carousel {
  margin-block: 62px 98px;
}
.text-image-carousel__inner {
  gap: 20px;
}
.text-image-carousel__carousel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.text-image-carousel__item {
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.text-image-carousel__item-image {
  aspect-ratio: 3/2;
  border-radius: 14px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.text-image-carousel__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.text-image-carousel__item-title {
  color: #1d1a17;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.text-image-carousel__item-description {
  color: #5d5d5d;
  font-size: 14px;
}
.text-image-carousel .splide__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.text-image-carousel .splide__arrows .splide__arrow {
  all: unset;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.text-image-carousel .splide__arrows .splide__arrow img {
  width: 24px;
  height: 24px;
}
.text-image-carousel .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 1025px) {
  .text-image-carousel {
    margin-block: 130px 72px;
  }
  .text-image-carousel__inner {
    gap: 38px;
  }
  .text-image-carousel__carousel {
    gap: 35px;
  }
  .text-image-carousel__item {
    align-items: center;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 59px;
    padding: 36px;
  }
  .text-image-carousel__item-image {
    aspect-ratio: 1/1;
    border-radius: 12px;
    height: auto;
    width: 100%;
  }
  .text-image-carousel__item-text-wrapper {
    gap: 18px;
  }
  .text-image-carousel__item-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
  }
  .text-image-carousel__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.box-image-parallax-spacer {
  height: var(--box-image-parallax-spacer, 60px);
}

.box-image-parallax {
  height: 756px;
  position: relative;
}
.box-image-parallax__image-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.box-image-parallax__image {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.box-image-parallax--parallax .box-image-parallax__image {
  height: calc(100% + var(--parallax-offset));
}
.box-image-parallax__inner {
  height: 100%;
  position: relative;
  z-index: 1;
}
.box-image-parallax__box {
  background: #fff;
  border-radius: 20px;
  bottom: -60px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 500px;
  padding: 40px 30px;
  position: absolute;
  width: 100%;
}
.box-image-parallax__counter-stats {
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  width: 100%;
}

@media (max-width: 1024px) {
  .box-image-parallax__counter-stats {
    max-width: 480px;
  }
}
@media (min-width: 1025px) {
  .box-image-parallax__box {
    gap: 24px;
    left: 50%;
    padding: 70px 48px;
  }
}
.vertical-tabs {
  margin-block: 56px;
}
.vertical-tabs__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.vertical-tabs__content {
  width: 100%;
}
.vertical-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.vertical-tabs__item {
  border-radius: 6px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
}
.vertical-tabs__title {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
}
.vertical-tabs__title-number {
  color: #D85D11;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
}
.vertical-tabs__right-wrapper {
  display: none;
}

@media (min-width: 1025px) {
  .vertical-tabs {
    margin-block: 100px;
  }
  .vertical-tabs__inner {
    gap: 42px;
  }
  .vertical-tabs__content {
    display: grid;
    gap: 38px;
    grid-template-columns: 5fr 4fr;
  }
  .vertical-tabs__left-wrapper {
    align-self: center;
  }
  .vertical-tabs__list {
    gap: 14px;
  }
  .vertical-tabs__item {
    border-radius: 12px;
    gap: 16px;
    padding: 32px 30px 42px;
  }
  .vertical-tabs__item--active {
    background: #FBE6D6;
  }
  .vertical-tabs__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    gap: 20px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
  }
  .vertical-tabs__title-number {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.28px;
  }
  .vertical-tabs__right-wrapper {
    align-self: center;
    background: #F3EDE6;
    display: block;
    height: 565px;
    position: relative;
    width: 100%;
  }
  .vertical-tabs__image {
    border-radius: 12px;
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
  }
  .vertical-tabs__image--active {
    opacity: 1;
  }
}
.page-cover {
  background: #fff;
  padding-block: 110px 33px;
}
.page-cover__inner {
  gap: 24px;
}
.page-cover__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-cover__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-cover__button {
  width: 100%;
}
.page-cover__picture {
  display: block;
  width: 100%;
}
.page-cover__image {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-cover__inner {
    max-width: 480px;
  }
}
@media (min-width: 1025px) {
  .page-cover {
    padding-block: 183px 64px;
  }
  .page-cover__inner {
    gap: 60px;
  }
  .page-cover__text-wrapper {
    display: grid;
    gap: 24px 86px;
    grid-template-areas: "text-block text-block-description" "text-block buttons";
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .page-cover__text-block {
    grid-area: text-block;
  }
  .page-cover__text-block-description {
    align-self: end;
    grid-area: text-block-description;
  }
  .page-cover__buttons {
    align-self: start;
    flex-direction: row;
    grid-area: buttons;
  }
  .page-cover__button {
    width: auto;
  }
  .page-cover {
    /**
     * Bottom
     */
  }
  .page-cover--style-bottom .page-cover__inner {
    flex-direction: column-reverse;
  }
  .page-cover {
    /**
     * Left
     */
  }
  .page-cover--style-left .page-cover__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 86px;
  }
  .page-cover--style-left .page-cover__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.testimonials {
  margin-block: 56px;
}
.testimonials__inner {
  gap: 30px;
}
.testimonials__carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100vw;
}
.testimonials__item {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 16px 18px;
  width: 280px;
}
.testimonials__item-image {
  aspect-ratio: 4/3;
  border-radius: 14px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.testimonials__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonials__item-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonials__item-quote {
  align-self: start;
  display: block;
  height: 18px;
  width: auto;
}
.testimonials__item-text {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 33.6px */
}
.testimonials__item-info {
  color: #191D4D;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.testimonials__item-name {
  font-weight: 600;
}

@media (min-width: 1025px) {
  .testimonials {
    margin-block: 100px;
  }
  .testimonials__inner {
    gap: 42px;
  }
  .testimonials__carousel {
    gap: 35px;
    width: 100%;
  }
  .testimonials__item {
    border-radius: 16px;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    padding: 34px;
    width: 100%;
  }
  .testimonials__item-image {
    aspect-ratio: 3/2;
    border-radius: 12px;
  }
  .testimonials__item-text-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding-block: 16px;
  }
  .testimonials__item-text {
    align-self: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 44.8px */
  }
  .testimonials__item-info {
    font-size: 16px;
    gap: 8px;
  }
  .testimonials .testimonials__arrows {
    display: flex;
    justify-content: center;
    gap: 18px;
  }
  .testimonials .testimonials__arrow {
    all: unset;
    align-items: center;
    background-color: #fff;
    background-image: url("./../../components/organisms/testimonials/icon-arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 56px;
    width: 56px;
  }
  .testimonials .testimonials__arrow--next {
    background-image: url("./../../components/organisms/testimonials/icon-arrow-right.svg");
  }
  .testimonials .testimonials__arrow svg {
    display: none;
  }
}
.cards-image {
  margin-block: 56px;
}
.cards-image__inner {
  gap: 28px;
}
.cards-image__list {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
}
.cards-image__card {
  height: 100%;
}
.cards-image__image {
  display: none;
}

@media (min-width: 601px) {
  .cards-image__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .cards-image {
    margin-block: 100px;
  }
  .cards-image__inner {
    gap: 35px;
  }
  .cards-image__list {
    gap: 20px 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
  }
  .cards-image__card {
    height: 100%;
  }
  .cards-image__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cards-image__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .cards-image__image {
    background-image: var(--cards-image-url);
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    display: block;
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .cards-image__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .cards-image__item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.cards-background {
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  margin-block: 56px 160px;
  min-height: 814px;
}
.cards-background__inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  min-height: inherit;
}
.cards-background__list {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-bottom: -104px;
}
.cards-background__card {
  height: 100%;
}

@media (min-width: 1025px) {
  .cards-background {
    background-image: none;
    margin-block: 100px;
    min-height: 645px;
  }
  .cards-background__inner {
    background-image: var(--bg-image);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 83px 62px;
  }
  .cards-background__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 0;
  }
}
.contact-data-image {
  margin-block: 56px;
}
.contact-data-image__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  max-width: 480px;
}
.contact-data-image__text-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 16px;
  padding: 30px 20px;
}
.contact-data-image__image {
  aspect-ratio: 1;
  border-radius: 16px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.contact-data-image__separator {
  background-color: #D85D11;
  height: 3px;
  width: 48px;
}

@media (min-width: 1025px) {
  .contact-data-image {
    margin-block: 100px;
  }
  .contact-data-image__inner {
    grid-template-areas: "text-block text-block" "image data";
    grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
    gap: 42px;
    max-width: none;
  }
  .contact-data-image__text-block {
    grid-area: text-block;
  }
  .contact-data-image__image {
    aspect-ratio: unset;
    min-height: 318px;
    grid-area: image;
  }
  .contact-data-image__text-wrapper {
    grid-area: data;
    height: 100%;
    padding: 62px 50px;
  }
}
.sticky-modules {
  margin-block: 56px;
}
.sticky-modules__inner {
  gap: 40px;
}
.sticky-modules__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
}
.sticky-modules__sticky {
  justify-self: center;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 3;
}
.sticky-modules__nav {
  display: none;
}
.sticky-modules__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1025px) {
  .sticky-modules {
    margin-block: 100px;
  }
  .sticky-modules__inner {
    gap: 66px;
  }
  .sticky-modules__wrapper {
    grid-template-columns: minmax(0, 9fr) minmax(0, 16fr);
    gap: 54px;
  }
  .sticky-modules__sticky {
    align-self: start;
    top: 20px;
    width: 100%;
  }
  .sticky-modules__slider {
    display: none !important;
  }
  .sticky-modules__nav {
    display: block;
  }
}
.degrees-cover {
  background: #fff;
  padding-block: 115px 37px;
}
.degrees-cover__inner {
  align-items: start;
  gap: 23px;
}
.degrees-cover__content {
  align-items: start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.degrees-cover__pills {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
.degrees-cover__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.degrees-cover__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.degrees-cover__cta {
  width: 100%;
}
.degrees-cover__data {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
}
.degrees-cover__data-item {
  background-color: #F0F0F0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 20px;
}
.degrees-cover__data--even .degrees-cover__data-item:first-child {
  grid-column: span 2;
}
.degrees-cover__data-label {
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.14px;
}
.degrees-cover__data-value {
  color: #2D3648;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
}
.degrees-cover__image {
  aspect-ratio: 3/2;
  background-image: var(--image-url);
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
}

@media (min-width: 601px) {
  .degrees-cover__cta-wrapper {
    flex-direction: row;
    gap: 12px;
  }
  .degrees-cover__cta {
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .degrees-cover {
    padding-block: 188px 79px;
  }
  .degrees-cover__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 86px;
  }
  .degrees-cover__pills {
    gap: 24px;
  }
  .degrees-cover__image {
    aspect-ratio: unset;
    height: 100%;
  }
  .degrees-cover__cta-wrapper {
    margin-bottom: 42px;
  }
  .degrees-cover__data {
    display: flex;
  }
  .degrees-cover__data-item {
    flex: 1;
  }
}
.degrees-main-loop {
  margin-block: 35px;
}
.degrees-main-loop__inner {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 601px) {
  .degrees-main-loop__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .degrees-main-loop {
    margin-block: 80px;
  }
  .degrees-main-loop__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.degrees-ajax {
  --padding-block: 35px 35px;
  padding-block: var(--padding-block, 20px);
}
.degrees-ajax__inner {
  align-items: center;
  justify-content: center;
}
.degrees-ajax__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.degrees-ajax .ajax-loop-more {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 601px) {
  .degrees-ajax__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .degrees-ajax {
    --padding-block: 80px;
  }
  .degrees-ajax__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }
}
.academic-cover {
  --filters-height: 388px;
  --filters-offset: 90px;
  background-image: var(--bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: calc(var(--filters-height) - var(--filters-offset) + 35px);
  position: relative;
  text-align: center;
}
.academic-cover::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.academic-cover__inner {
  gap: 34px;
  height: 100%;
  padding-block: 120px 140px;
  position: relative;
  z-index: 2;
}
.academic-cover__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 500px;
}
.academic-cover__heading, .academic-cover__description {
  color: #fff;
}
.academic-cover__filters {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 11px 64.4px 0 rgba(45, 54, 72, 0.06);
  color: #2D3648;
  display: flex;
  height: var(--filters-height);
  flex-direction: column;
  gap: 33px;
  padding: 36px 28px;
  position: absolute;
  top: calc(100% - var(--filters-offset));
  width: 100%;
}
.academic-cover__search-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.academic-cover__filter {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.academic-cover__filter-heading {
  color: #2D3648;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
  text-align: left;
  width: 100%;
}

@media (min-width: 1025px) {
  .academic-cover {
    --filters-height: 164px;
    --filters-offset: 90px;
    margin-bottom: calc(var(--filters-height) / 2 + 0px);
  }
  .academic-cover__inner {
    gap: 28px;
    padding-block: 170px 130px;
  }
  .academic-cover__input-search {
    max-width: 420px;
    width: 100%;
  }
  .academic-cover__filters {
    display: grid;
    gap: 39px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 40px 44px;
    top: calc(100% - (var(--filters-height)) / 2);
  }
}
.articles-cover {
  background-image: var(--bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 388px;
  position: relative;
}
.articles-cover::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.articles-cover__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  padding-top: 76px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .articles-cover {
    height: 412px;
  }
  .articles-cover__inner {
    padding-top: 96px;
  }
}
.articles-ajax {
  margin-block: 0 124px;
}
.articles-ajax__inner {
  gap: 32px;
}
.articles-ajax__filters {
  display: flex;
  justify-content: center;
  width: 100vw;
}
.articles-ajax__filters-list {
  background: #fff;
  display: flex;
  padding: 16px 8px;
  overflow: scroll;
  max-width: 100vw;
}
.articles-ajax__filter-link {
  align-items: center;
  border-radius: 28px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  padding-inline: 28px;
  white-space: nowrap;
}
.articles-ajax__filter-link:hover {
  background: #F6E2D5;
}
.articles-ajax__filter--active .articles-ajax__filter-link {
  background: #D85D11;
  color: #fff;
}
.articles-ajax__content {
  width: 100%;
}
.articles-ajax__list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}
.articles-ajax .ajax-loop-more {
  margin-top: 40px;
  text-align: center;
}
.articles-ajax .ajax-loop-loading {
  width: 100%;
}
.articles-ajax .ajax-loop-loading__inner {
  min-height: 200px;
  width: 100%;
}

@media (min-width: 601px) {
  .articles-ajax__list {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .articles-ajax {
    margin-block: 60px 98px;
  }
  .articles-ajax__inner {
    gap: 60px;
  }
  .articles-ajax__filters {
    width: fit-content;
  }
  .articles-ajax__filters-list {
    border-radius: 44px;
    max-width: none;
    overflow: hidden;
    padding: 8px;
  }
  .articles-ajax__filter-link {
    height: 52px;
    padding-inline: 42px;
  }
  .articles-ajax__list {
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-cover {
  background: #fff;
  padding-block: 108px 44px;
}
.post-cover__inner {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.post-cover__top {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.post-cover__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-cover__image-wrapper {
  width: 100%;
}
.post-cover__image {
  aspect-ratio: 4/3;
  border-radius: 16px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.post-cover--no-image .post-cover__image-wrapper {
  display: none;
}

@media (min-width: 1025px) {
  .post-cover {
    padding-block: 170px 90px;
  }
  .post-cover__inner {
    display: grid;
    gap: 100px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .post-cover__text-wrapper {
    gap: 12px;
  }
  .post-cover--no-image .post-cover__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.post-sticky {
  margin-block: 17px 60px;
}
.post-sticky__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  width: 100%;
}
.post-sticky__content {
  background: #fff;
  border-radius: 10px;
  padding: 25px 18px;
}
.post-sticky__box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 18px;
}
.post-sticky__box-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.post-sticky__share {
  border-bottom: 1px solid rgba(149, 149, 149, 0.39);
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.post-sticky__share .addtoany_list {
  display: flex;
  gap: 10px;
  line-height: 1 !important;
}
.post-sticky__share .addtoany_list a {
  display: block;
  padding: 0;
}

@media (min-width: 1025px) {
  .post-sticky {
    margin-block: 44px 107px;
  }
  .post-sticky__wrapper {
    display: grid;
    gap: 0 54px;
    grid-template-columns: minmax(0, 9fr) minmax(0, 16fr);
  }
  .post-sticky__sticky {
    align-self: start;
    position: sticky;
    top: 20px;
  }
  .post-sticky__content {
    padding: 32px;
  }
  .post-sticky__box {
    padding: 20px;
  }
}
.post-related {
  margin-block: 60px;
}
.post-related__inner {
  gap: 24px;
}
.post-related__carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.post-related .splide__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.post-related .splide__arrows .splide__arrow {
  all: unset;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.post-related .splide__arrows .splide__arrow img {
  width: 24px;
  height: 24px;
}
.post-related .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 1025px) {
  .post-related {
    margin-block: 110px 100px;
  }
  .post-related .post-related__track {
    visibility: visible;
  }
  .post-related .post-related__list {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team {
  margin-block: 60px;
}
.team__inner {
  gap: 24px;
  max-width: 480px;
}
.team__carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.team .splide__slide {
  text-align: center;
}
.team__item {
  background-color: #fff;
  border-radius: 14px;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  max-width: 380px;
  padding: 24px;
  text-align: left;
}
.team__image {
  aspect-ratio: 4/3;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.team__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.team__fullname {
  color: #1D1A17;
  font-size: 22px;
  font-weight: 500;
  line-height: 23px; /* 104.545% */
}
.team__job {
  color: #5D5D5D;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.team .splide__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.team .splide__arrows .splide__arrow {
  all: unset;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.team .splide__arrows .splide__arrow img {
  width: 24px;
  height: 24px;
}
.team .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 1025px) {
  .team {
    margin-block: 175px 40px;
  }
  .team__inner {
    gap: 45px;
    max-width: none;
  }
  .team__carousel {
    gap: 45px;
  }
  .team__item {
    max-width: none;
  }
}
.videos-carousel {
  margin-block: 62px 98px;
}
.videos-carousel__inner {
  gap: 20px;
}
.videos-carousel__carousel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.videos-carousel__item {
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
}
.videos-carousel__image {
  aspect-ratio: 3/2;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.videos-carousel__title {
  color: #1d1a17;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.videos-carousel .splide__arrows {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.videos-carousel .splide__arrows .splide__arrow {
  all: unset;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.videos-carousel .splide__arrows .splide__arrow img {
  width: 24px;
  height: 24px;
}
.videos-carousel .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 1025px) {
  .videos-carousel {
    margin-block: 65px 93px;
  }
  .videos-carousel__inner {
    gap: 28px;
  }
  .videos-carousel__text-block {
    max-width: 600px;
  }
  .videos-carousel__carousel {
    gap: 46px;
  }
  .videos-carousel__item {
    border-radius: 14px;
    gap: 24px;
    padding: 24px;
    height: 100%;
  }
  .videos-carousel__image {
    border-radius: 14px;
  }
  .videos-carousel__title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
  }
}
.media-download {
  margin-block: 60px;
}
.media-download__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.media-download__list {
  display: grid;
  gap: 32px 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.media-download__item {
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
}
.media-download__item-image {
  aspect-ratio: 3/2;
  border-radius: 14px;
  display: flex;
  height: auto;
  width: 100%;
}
.media-download__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.media-download__item-title {
  color: #1D1A17;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 104.545% */
}
.media-download__item-files {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.media-download__item-file {
  color: #D85D11;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 601px) {
  .media-download__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .media-download {
    margin: 92px 122px;
  }
  .media-download__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.calendar-cover {
  background-color: #fff;
  padding-block: 113px 66px;
}
.calendar-cover__inner {
  gap: 30px;
}
.calendar-cover__top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calendar-cover__right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calendar-cover__buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.calendar-cover__button {
  width: 100%;
}
.calendar-cover__image {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 601px) {
  .calendar-cover__buttons-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .calendar-cover {
    padding-block: 183px 85px;
  }
  .calendar-cover__inner {
    gap: 74px;
  }
  .calendar-cover__top-wrapper {
    align-items: center;
    display: grid;
    gap: 120px;
    grid-template-columns: 1fr 448px;
  }
  .calendar-cover__right-wrapper {
    gap: 24px;
  }
  .calendar-cover__image {
    border-radius: 14px;
  }
}
@media (min-width: 1400px) {
  .calendar-cover__top-wrapper {
    gap: 170px;
  }
}
.generic-content {
  margin-block: 113px 75px;
}
.generic-content__inner {
  gap: 20px;
  max-width: 778px;
}
.generic-content__title {
  border-bottom: 1px solid #B1B1B1;
  font-weight: 500;
  padding-bottom: 23px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1025px) {
  .generic-content {
    margin-block: 175px 115px;
  }
  .generic-content__inner {
    gap: 26px;
  }
  .generic-content__title {
    padding-bottom: 26px;
  }
}
.p404 {
  background-color: #fff;
  padding-block: 113px 36px;
}
.p404__inner {
  gap: 48px;
}
.p404__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p404__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.p404__picture {
  display: block;
  width: 100%;
}
.p404__image {
  display: block;
  width: 100%;
}

@media (min-width: 1025px) {
  .p404 {
    padding-block: 152px 127px;
  }
  .p404__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .p404__content-wrapper {
    gap: 24px;
    width: 472px;
  }
  .p404__text-wrapper {
    gap: 20px;
  }
  .p404__picture {
    width: 560px;
  }
}
/*# sourceMappingURL=style.css.map */
