/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #22404D;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}

h1,
.heading-1 {
  font-size: 59px;
  line-height: 61px;
}
@media (max-width: 1535px) {
  h1,
  .heading-1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  h1,
  .heading-1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  h1,
  .heading-1 {
    font-size: 34px;
    line-height: 36px;
  }
}

h2,
.heading-2 {
  font-size: 52px;
  line-height: 52px;
}
@media (max-width: 1535px) {
  h2,
  .heading-2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1200px) {
  h2,
  .heading-2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  h2,
  .heading-2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  h2,
  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }
}

h3,
.heading-3 {
  font-size: 44px;
  line-height: 44px;
}
@media (max-width: 1535px) {
  h3,
  .heading-3 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  h3,
  .heading-3 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  h3,
  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  h3,
  .heading-3 {
    font-size: 26px;
    line-height: 26px;
  }
}

h4,
.heading-4 {
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 1535px) {
  h4,
  .heading-4 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  h4,
  .heading-4 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  h4,
  .heading-4 {
    font-size: 24px;
    line-height: 24px;
  }
}

h5,
.heading-5 {
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 1535px) {
  h5,
  .heading-5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  h5,
  .heading-5 {
    font-size: 22px;
    line-height: 22px;
  }
}

h6,
.heading-6 {
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 1535px) {
  h6,
  .heading-6 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  h6,
  .heading-6 {
    font-size: 18px;
    line-height: 18px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}
@media (max-width: 1535px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  color: #22404D;
  font-family: "Work Sans", sans-serif;
  animation: fadeIn ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
  height: auto;
  overflow-x: hidden;
}
body ::-moz-selection {
  color: #fff;
  background-color: #22404D;
}
body ::selection {
  color: #fff;
  background-color: #22404D;
}

a {
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

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

.back {
  color: #6B7280;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 35px;
}
.back span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #285F74;
  padding: 8px;
}
.back span img,
.back span svg {
  width: auto;
}
.back:hover, .back:focus {
  color: #285F74;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1620px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1800px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-slide-in {
  display: block;
  animation: slideInFadeIn 0.5s forwards;
}

.form-slide-out {
  display: block;
  animation: slideOutFadeOut 0.5s forwards;
}

@keyframes slideInFadeIn {
  from {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
@keyframes slideOutFadeOut {
  from {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  to {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
}
.swiper.locked .swiper-wrapper {
  justify-content: center;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  height: auto;
}
.swiper-pagination {
  position: static;
  margin-top: 45px;
}
.swiper-pagination-bullet {
  background-color: #D9D9D9;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  opacity: 1;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-pagination-bullet-active {
  background-color: #00C1CA;
}
.swiper-button-prev, .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #22404D;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: auto;
  height: auto;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
  will-change: stroke;
  transition: stroke 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-button-prev:hover, .swiper-button-prev:focus, .swiper-button-next:hover, .swiper-button-next:focus {
  background-color: #22404D;
}
.swiper-button-prev:hover svg path, .swiper-button-prev:focus svg path, .swiper-button-next:hover svg path, .swiper-button-next:focus svg path {
  stroke: #fff;
}
.swiper-button-prev {
  left: -90px;
}
.swiper-button-next {
  right: -90px;
}
@media (max-width: 1660px) {
  .swiper-button-prev {
    left: -55px;
  }
  .swiper-button-next {
    right: -55px;
  }
}
@media (max-width: 1620px) {
  .swiper-button-prev {
    left: -90px;
  }
  .swiper-button-next {
    right: -90px;
  }
}
@media (max-width: 1300px) {
  .swiper-button-prev {
    left: -55px;
  }
  .swiper-button-next {
    right: -55px;
  }
}
@media (max-width: 1070px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media (max-width: 576px) {
  .swiper-pagination {
    margin-top: 25px;
  }
}

.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

.cz-wrapper {
  background-color: #EEF3F4;
  display: flex;
  min-height: 100vh;
}

.cz-sidebar {
  background-color: #fff;
  width: 270px;
  overflow: hidden;
  padding: 24px;
  flex-shrink: 0;
}
.cz-sidebar .logo a {
  color: #00C1CA;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  text-decoration: none;
}
.cz-sidebar nav {
  height: 100%;
  margin-top: 25px;
}
.cz-sidebar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cz-sidebar nav a {
  color: #6B7280;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  border-radius: 6px;
  will-change: color, background-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cz-sidebar nav a svg path {
  fill: #6B7280;
  will-change: fill;
  transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cz-sidebar nav a:hover, .cz-sidebar nav a:focus, .cz-sidebar nav a.active {
  color: #fff;
  background-color: #8FC440;
}
.cz-sidebar nav a:hover svg path, .cz-sidebar nav a:focus svg path, .cz-sidebar nav a.active svg path {
  fill: #fff;
}
@media (max-width: 1200px) {
  .cz-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    transform: translateX(-270px);
    padding: 25px 15px;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 100;
    border-right: 1px solid #EEF3F4;
  }
  .cz-sidebar.active {
    transform: translateX(0);
  }
}

.cz-inner {
  width: calc(100% - 270px);
}
@media (max-width: 1200px) {
  .cz-inner {
    width: 100%;
    will-change: width;
    transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.cz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px 44px;
  border-left: 1px solid #EEF3F4;
}
.cz-header .left {
  width: 50%;
}
.cz-header .right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cz-header form {
  max-width: 480px;
  position: relative;
}
.cz-header form button {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.cz-header form input {
  padding-left: 42px;
}
.cz-header .auth-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cz-header .auth-user .icon {
  background-color: #99D9DF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cz-header .auth-user .icon,
.cz-header .auth-user .name {
  color: #22404D;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.cz-header .logout {
  color: #00A0AF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
}
.cz-header .logout:hover, .cz-header .logout:focus {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .cz-header {
    padding: 20px;
  }
  .cz-header .right {
    gap: 20px;
  }
  .cz-header .auth-user .name {
    display: none;
  }
  .cz-header form input {
    height: 44px;
  }
  .cz-header form input::-moz-placeholder {
    font-size: 16px;
  }
  .cz-header form input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .cz-header .right {
    gap: 10px;
  }
  .cz-header .auth-user .icon {
    font-size: 14px;
    line-height: 18px;
    width: 36px;
    height: 36px;
  }
  .cz-header .logout span {
    display: none;
  }
}

.cz-content {
  padding: 16px;
}

section.client-zone {
  background-color: #fff;
  padding: 44px 30px;
  border-radius: 6px;
}
section.client-zone.profile h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 1535px) {
  section.client-zone.profile h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  section.client-zone.profile h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
section.client-zone.profile form .row {
  margin-left: -8px;
  margin-right: -8px;
}
section.client-zone.profile form .row .column {
  padding: 0 8px;
}
section.client-zone.programs.archive .card-body .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
}
@media (max-width: 992px) {
  section.client-zone {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  section.client-zone {
    padding: 30px 0;
  }
}

section {
  padding: 60px 0;
}

form {
  margin: 0;
}
form .input-control {
  padding: 8px 0;
}
form .input-control label:not(.c-radio label) {
  color: #6B7280;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  display: block;
  margin-bottom: 4px;
}
form .input-control p {
  text-align: left;
  margin: 0;
  line-height: 1;
}
form .input-control br {
  display: none;
}
form input,
form select,
form textarea,
form .c-file-input .control {
  background-color: #fff;
  width: 100%;
  height: 54px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  padding-left: 20px;
  will-change: border-color;
  transition: border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form .c-file-input .control::-moz-placeholder {
  color: #6B7280;
  font-size: 18px;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder,
form .c-file-input .control::placeholder {
  color: #6B7280;
  font-size: 18px;
}
form input:hover, form input:focus, form input.filled,
form select:hover,
form select:focus,
form select.filled,
form textarea:hover,
form textarea:focus,
form textarea.filled,
form .c-file-input .control:hover,
form .c-file-input .control:focus,
form .c-file-input .control.filled {
  border-color: #00C1CA;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
form input[type=date]::-webkit-date-and-time-value {
  color: #22404D;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-top: 16px;
}
form input[type=date] {
  min-width: calc(100% - 15px);
  position: relative;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  text-align: left;
}
form input[type=date].is-safari {
  padding-top: 16px;
}
form input[type=date]:after {
  content: url("/app/themes/vizion/dist/img/calendar_month_input.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
form .forgot-password a,
form .register-link a {
  color: #00A0AF;
}
form .forgot-password a:hover, form .forgot-password a:focus,
form .register-link a:hover,
form .register-link a:focus {
  text-decoration: underline;
}
form .forgot-password {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
  text-align: right;
}
form .register-link {
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 27px;
  margin-bottom: 0;
  text-align: center;
}
form .wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 5px;
}
form button[type=submit][disabled] {
  background-color: #D1D5DB;
  color: #fff;
  cursor: not-allowed;
}
form .error-message,
form .success-message {
  text-align: center;
  margin: 20px 0;
}
form .error,
form .success {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
form .error {
  color: #FF0000 !important;
}
form .success {
  color: #00C853 !important;
}

.button {
  color: #EEF3F4;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
}
.button:has(img), .button:has(svg) {
  gap: 4px;
}
.button.full {
  width: 100%;
}
.button--blue {
  background-color: #008B9C;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--blue:hover, .button--blue:focus {
  background-color: #005e69;
}
.button--green {
  color: #fff;
  background-color: #8FC440;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--green:hover, .button--green:focus {
  background-color: #73a031;
}
.button--jade {
  background-color: #46B17B;
}
.button--white {
  color: #008B9C;
  background-color: #EEF3F4;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--white:hover, .button--white:focus {
  background-color: #dfe8ea;
}
.button--transparent {
  color: #EEF3F4;
  border: 1px solid #EEF3F4;
  background-color: transparent;
  will-change: background-color, color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--transparent:hover, .button--transparent:focus {
  color: #22404D;
  background-color: #EEF3F4;
}
.button--transparent-blue {
  color: #285F74;
  background-color: transparent;
  border: 1px solid #285F74;
  will-change: color, background-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--transparent-blue:hover, .button--transparent-blue:focus {
  color: #EEF3F4;
  background-color: #285F74;
}

.c-checkbox {
  padding: 8px 0;
}
.c-checkbox p {
  margin: 0 !important;
}
.c-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.c-checkbox label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  text-transform: none;
  margin-bottom: 0;
}
.c-checkbox label span.check {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 8px;
  will-change: background;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-checkbox label span.check img,
.c-checkbox label span.check svg {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-checkbox label span.label {
  color: #22404D;
  font-size: 16px;
  line-height: 22px;
}
.c-checkbox label span.label a {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}
.c-checkbox label span.label a:hover, .c-checkbox label span.label a:focus {
  text-decoration: none;
}
.c-checkbox label input[type=checkbox]:checked + span.check,
.c-checkbox label input[type=radio]:checked + span.check {
  background: #22404D;
}
.c-checkbox label input[type=checkbox]:checked + span.check img,
.c-checkbox label input[type=checkbox]:checked + span.check svg,
.c-checkbox label input[type=radio]:checked + span.check img,
.c-checkbox label input[type=radio]:checked + span.check svg {
  opacity: 1;
}

.card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
}
.card-image {
  height: 282px;
  will-change: height;
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.card-body {
  background-color: #EEF3F4;
  border-radius: 0 0 10px 10px;
  padding: 18px;
  position: relative;
}
.card-body .desc,
.card-body .title {
  position: relative;
  z-index: 2;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-body .title {
  color: #22404D;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-body .desc {
  color: #285F74;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.card-body .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  will-change: height;
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .card:has(.hover):hover .card-body .title,
  .card:has(.hover):hover .card-body .desc, .card:has(.hover):focus .card-body .title,
  .card:has(.hover):focus .card-body .desc {
    color: #fff;
  }
  .card:has(.hover):hover .card-body .hover, .card:has(.hover):focus .card-body .hover {
    height: 100%;
  }
}

.card-alt {
  background-color: #EEF3F4;
  padding: 20px;
  border-radius: 10px;
}
.card-alt-image {
  margin-bottom: 10px;
}
.card-alt-image img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-alt-body {
  padding: 20px;
}
.card-alt-body h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .card-alt-body h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .card-alt-body h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.card-alt-body p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.card-alt-body p small {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #00C1CA;
}
.card-alt-body p:has(small) {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .card-alt-image img {
    height: auto;
  }
}

.tag {
  color: #EEF3F4;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  padding: 7px 14px;
  box-shadow: 0 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
  margin: 0;
}

.c-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-tabs a {
  display: block;
  color: #00A0AF;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  line-height: 22px;
  will-change: color, background-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-tabs a:hover, .c-tabs a:focus, .c-tabs a.active {
  color: #fff;
  background-color: #00A0AF;
}

.c-post {
  display: block;
  text-decoration: none;
}
.c-post article {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.c-post article img:not(button img) {
  width: 100%;
  height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.c-post article .meta {
  width: 100%;
  max-width: 80%;
  background-color: #fff;
  padding: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 10px 0 10px;
  transform: translateY(40px);
  will-change: transform, background-color;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-post article .meta time {
  display: block;
  color: #285F74;
  margin-bottom: 6px;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-post article .meta .title {
  color: #22404D;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-post article button {
  color: #22404D;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-post article button svg path {
  fill: #22404D;
  will-change: fill;
  transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 768px) {
  .c-post article:hover .meta, .c-post article:focus .meta {
    background-color: #285F74;
    transform: translateY(0);
  }
  .c-post article:hover .meta time,
  .c-post article:hover .meta .title, .c-post article:focus .meta time,
  .c-post article:focus .meta .title {
    color: #fff;
  }
  .c-post article:hover button, .c-post article:focus button {
    color: #fff;
  }
  .c-post article:hover button svg path, .c-post article:focus button svg path {
    fill: #fff;
  }
}
@media (max-width: 576px) {
  .c-post article .meta .title {
    font-size: 18px;
  }
}

.mega-menu {
  display: none;
  min-width: 800px;
  background-color: #EEF3F4;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1000;
  box-shadow: 0 15px 30px -4px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
}
.mega-menu .arrow {
  background-color: #EEF3F4;
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  border-radius: 2px;
  position: absolute;
  top: -5px;
  left: 30px;
}
.mega-menu-inner {
  display: flex;
  gap: 32px;
  padding: 32px;
}
.mega-menu-column {
  width: calc(50% - 16px);
}
.mega-menu .title {
  color: #22404D;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 20px;
  margin-bottom: 13px;
}
.mega-menu .title .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  padding: 6px;
}
.mega-menu .title a {
  color: #22404D;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.mega-menu .title a:hover, .mega-menu .title a:focus {
  color: #008B9C;
}
.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu ul a {
  display: block;
  padding: 12px;
  border-radius: 10px;
  background-color: transparent;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mega-menu ul a p {
  color: #22404D;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}
.mega-menu ul a p:has(strong) {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.mega-menu ul a p:has(strong) strong {
  font-weight: 700;
}
.mega-menu ul a:hover, .mega-menu ul a:focus {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .mega-menu {
    position: static;
    min-width: initial;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .mega-menu .arrow {
    display: none;
  }
}
@media (max-width: 576px) {
  .mega-menu-inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .mega-menu-column {
    width: 100%;
  }
}

.c-page-header {
  background-color: #EEF3F4;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.c-page-header .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-header .c-breadcrumbs {
  padding: 0;
}
.c-page-header-inner {
  padding-top: 45px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.c-page-header-inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.c-page-header-inner .row .column {
  padding-left: 30px;
  padding-right: 30px;
}
.c-page-header-inner.single-column {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 45px;
}
.c-page-header-video iframe {
  display: block;
  width: 100%;
  height: 340px;
  border-radius: 10px;
  border: none;
}
.c-page-header-image {
  text-align: center;
}
.c-page-header-image.rounded img {
  border-radius: 10px;
}
.c-page-header-card {
  max-width: 400px;
  margin-left: auto;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  position: sticky;
  top: 20px;
  z-index: 10;
}
.c-page-header-card .image {
  margin-bottom: 20px;
}
.c-page-header-card .image img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.c-page-header-card .body {
  text-align: center;
  padding: 12px 20px;
}
.c-page-header-card .body .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 12px;
}
.c-page-header-card .body .price span:first-child {
  font-size: 26px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #22404D;
  margin: 0;
}
@media (max-width: 1535px) {
  .c-page-header-card .body .price span:first-child {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .c-page-header-card .body .price span:first-child {
    font-size: 22px;
    line-height: 22px;
  }
}
.c-page-header-card .body .price span:last-child {
  color: #285F74;
  font-size: 18px;
  line-height: 24px;
}
.c-page-header-card .body p:not(.price) {
  color: #285F74;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.c-page-header-card .footer {
  margin-top: 20px;
}
.c-page-header-card .footer .button {
  width: 100%;
}
.c-page-header .role {
  display: inline-block;
  background-color: #00C1CA;
  color: #22404D;
  padding: 4px 7px;
  border-radius: 1000px;
  box-shadow: 0 15px 70px -4px rgba(16, 24, 40, 0.1);
  margin-bottom: 24px;
}
.c-page-header h1 {
  margin-bottom: 16px;
}
.c-page-header h1 strong {
  color: #BBD153;
  font-weight: inherit;
}
.c-page-header p {
  margin-bottom: 16px;
}
.c-page-header .cta {
  margin-top: 25px;
}
.c-page-header .cta a {
  display: block;
  color: #00C1CA;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
.c-page-header .cta a:hover, .c-page-header .cta a:focus {
  text-decoration: none;
}
.c-page-header .actions {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.c-page-header:not(:has(.button)) p:not(.role) {
  margin-bottom: 0;
}
.c-page-header.event .c-page-header-inner {
  padding-top: 85px;
  padding-bottom: 128px;
}
.c-page-header.event .meta {
  color: #EEF3F4;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 26px;
  background-color: #285F74;
  padding: 4px 7px 4px 5px;
  box-shadow: 0px 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
  margin-bottom: 24px;
}
.c-page-header.event .meta .type {
  background-color: #00C1CA;
  color: #22404D;
  padding: 4px 7px;
  box-shadow: 0px 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
}
.c-page-header.project .c-page-header-inner {
  padding-top: 75px;
  padding-bottom: 115px;
}
.c-page-header.program p {
  margin-bottom: 24px;
}
.c-page-header.program .row {
  align-items: center;
}
.c-page-header.program .c-page-header-inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
.c-page-header.event-alt {
  position: relative;
}
.c-page-header.event-alt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 160, 175, 0.8) 0%, rgba(0, 160, 175, 0.8) 100%);
}
.c-page-header.event-alt .c-breadcrumbs {
  position: relative;
  z-index: 2;
}
.c-page-header.event-alt .c-breadcrumbs a,
.c-page-header.event-alt .c-breadcrumbs span,
.c-page-header.event-alt .c-breadcrumbs li.sep {
  color: #fff;
}
.c-page-header.event-alt .c-page-header-inner {
  padding-top: 102px;
  padding-bottom: 144px;
}
.c-page-header.event-alt .c-page-header-inner h1 {
  color: #fff;
  margin-bottom: 25px;
}
.c-page-header.event-alt .c-page-header-inner p {
  color: #fff;
}
@media (max-width: 1535px) {
  .c-page-header .cta a {
    font-size: 16px;
  }
  .c-page-header.event .c-page-header-inner {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .c-page-header.event .c-page-header-inner {
    padding: 40px 0;
  }
  .c-page-header.event .meta {
    padding: 8px 18px;
  }
  .c-page-header.program .c-page-header-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-page-header-inner {
    padding-bottom: 40px;
  }
  .c-page-header-video, .c-page-header-image {
    margin: 30px 0;
  }
  .c-page-header-card {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .c-page-header.event-alt .c-page-header-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .c-page-header-inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-page-header-inner .row .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-page-header-inner.single-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-page-header.project .c-page-header-inner {
    padding: 50px 0;
  }
}

.c-breadcrumbs {
  padding: 20px 0;
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-breadcrumbs ol a,
.c-breadcrumbs ol span,
.c-breadcrumbs ol li.sep {
  color: #285F74;
  line-height: 20px;
}
.c-breadcrumbs ol a {
  text-decoration: none;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-breadcrumbs ol a:hover, .c-breadcrumbs ol a:focus {
  color: #00A0AF;
}
.c-breadcrumbs ol span {
  color: #00A0AF;
}

body.single-post .c-breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}

.c-box {
  padding: 32px 24px;
  border-radius: 10px;
  border: 1px solid #EEF3F4;
  height: 100%;
}
.c-box-title {
  color: #285F74;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 44px;
}
.c-box-title.small {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .c-box-title.small {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .c-box-title.small {
    font-size: 18px;
    line-height: 18px;
  }
}
.c-box-subtitle {
  color: #285F74;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.c-box p:not(.c-box-title):not(.c-box-subtitle) {
  color: #285F74;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.c-box p:not(.c-box-title):not(.c-box-subtitle):last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .c-box {
    padding: 24px 16px;
  }
  .c-box-title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .c-box {
    padding: 20px 15px;
  }
}

.c-accordions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-accordions-item {
  padding-top: 24px;
  padding-bottom: 24px;
  cursor: pointer;
}
.c-accordions-item:not(:first-child) {
  border-top: 1px solid #E5E7EB;
}
.c-accordions-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c-accordions-item .title p {
  color: #285F74;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.c-accordions-item .title button {
  flex-shrink: 0;
  margin-left: 20px;
}
.c-accordions-item .title button .minus {
  display: none;
}
.c-accordions-item .content {
  display: none;
  margin-top: 16px;
}
.c-accordions-item .content p {
  color: #285F74;
  font-size: 16px;
  line-height: 22px;
}
.c-accordions-item .content p:last-child {
  margin-bottom: 0;
}
.c-accordions-item.active .title button .plus {
  display: none;
}
.c-accordions-item.active .title button .minus {
  display: block;
}
.c-accordions.small-size .c-accordions-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-accordions.small-size .c-accordions-item .title p {
  font-size: 18px;
  font-weight: 500;
}
.c-accordions.small-size .c-accordions-item .content p {
  font-size: 16px;
}
@media (max-width: 576px) {
  .c-accordions-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .c-accordions-item .title p {
    font-size: 18px;
  }
}

.tabs-group {
  display: inline-block;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #EEF3F4;
}
.tabs-group ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-group ul a {
  display: block;
  color: #008B9C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 10px;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tabs-group ul a:hover, .tabs-group ul a:focus, .tabs-group ul a.active {
  background-color: #EEF3F4;
}

.login-block {
  background-color: #EEF3F4;
  padding: 44px;
  border-radius: 10px;
  margin-bottom: 35px;
  margin-top: 35px;
}
.login-block h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .login-block h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .login-block h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
.login-block ul {
  padding-left: 16px;
  margin-bottom: 20px;
}
.login-block ul li {
  color: #285F74;
  line-height: 22px;
}
.login-block ul li:not(:last-child) {
  margin-bottom: 10px;
}
.login-block p {
  color: #285F74;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.login-block p a {
  color: #00C1CA;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.login-block p a:hover, .login-block p a:focus {
  color: #00A0AF;
}
.login-block p.big {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 576px) {
  .login-block {
    padding: 24px;
  }
}

.c-video {
  margin: 35px 0;
}
.c-video a {
  display: block;
  width: 100%;
  position: relative;
}
.c-video a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.c-video a img:not(button img) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.c-video a button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
.c-video a button img {
  width: auto;
}

.c-radio {
  position: relative;
  padding: 8px 0;
}
.c-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.c-radio label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.c-radio label span.check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #D1D5DB;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 6px;
  position: relative;
}
.c-radio label span.check:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.c-radio label span.label {
  color: #6B7280;
  font-size: 18px;
  line-height: 24px;
}
.c-radio label input[type=radio]:checked + span.check {
  background-color: rgba(143, 196, 64, 0.2);
  border-color: #8FC440;
}
.c-radio label input[type=radio]:checked + span.check:before {
  background-color: #8FC440;
}
@media (max-width: 1535px) {
  .c-radio label span.label {
    font-size: 16px;
  }
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-file-input {
  position: relative;
}
.c-file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-file-input .input {
  display: flex;
  align-items: stretch;
  position: relative;
}
.c-file-input .input .control {
  display: inline-flex;
  align-items: center;
}
.c-file-input .input button {
  font-weight: 500;
  height: 54px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-transform: initial;
}
.c-file-input .avatar-preview {
  margin-top: 10px;
  max-width: 120px;
}

.c-pagination {
  margin-top: 70px;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination ul .prev {
  margin-right: 40px;
}
.c-pagination ul .next {
  margin-left: 40px;
}
.c-pagination ul li:not(.prev):not(.next) a, .c-pagination ul li:not(.prev):not(.next).sep {
  color: #28708B;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #EEF3F4;
  margin: 0 8px;
}
.c-pagination ul li:not(.prev):not(.next) a {
  will-change: color, background-color, border-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-pagination ul li:not(.prev):not(.next) a:hover, .c-pagination ul li:not(.prev):not(.next) a:focus, .c-pagination ul li:not(.prev):not(.next) a.active {
  color: #fff;
  background-color: #00A0AF;
  border-color: #00A0AF;
}
@media (max-width: 576px) {
  .c-pagination ul .prev,
  .c-pagination ul .next {
    display: none;
  }
  .c-pagination ul li:not(.prev):not(.next) a, .c-pagination ul li:not(.prev):not(.next).sep {
    font-size: 14px;
    width: 35px;
    height: 35px;
    margin: 0 2px;
  }
}

.contact-block {
  background-color: #EEF3F4;
  padding: 64px;
  border-radius: 10px;
}
.contact-block h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.contact-block h4 strong {
  color: #00A0AF;
  font-weight: inherit;
}
.contact-block .name {
  color: #285F74;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.contact-block .role {
  color: #285F74;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.contact-block .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.contact-block .links a {
  color: #00C1CA;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.contact-block .links a:hover, .contact-block .links a:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .contact-block {
    padding: 32px;
  }
}
@media (max-width: 576px) {
  .contact-block {
    padding: 20px;
  }
}

.hamburger {
  background-color: #285F74;
}
.hamburger .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.hamburger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.hamburger .open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.hamburger .open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.hamburger .open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.alert {
  text-align: center;
  padding: 8px;
  border-radius: 10px;
}
.alert-danger {
  background-color: #FF0000;
  color: #fff;
}
.alert-warning {
  background-color: #FFC107;
  color: #fff;
}
.alert-success {
  background-color: #00C853;
  color: #fff;
}

.main-header {
  position: relative;
}
.main-header-top-bar {
  background-color: #EEF3F4;
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-header-top-bar .inner {
  display: flex;
  align-items: center;
}
.main-header-top-bar .links {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0;
  list-style: none;
  margin: 0 30px 0 50px;
}
.main-header-top-bar .links a {
  color: #22404D;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.main-header-top-bar .links .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 5px 6px;
  border-radius: 10px;
}
.main-header-top-bar .actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  flex-shrink: 0;
}
.main-header-top-bar .languages {
  position: relative;
}
.main-header-top-bar .languages .active {
  color: #22404D;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  text-transform: uppercase;
}
.main-header-top-bar .languages ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: 100%;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  padding: 2px 0;
  border-radius: 6px;
}
.main-header-top-bar .languages ul li {
  text-align: center;
}
.main-header-top-bar .languages ul a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #22404D;
  padding: 2px 3px;
  text-transform: uppercase;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-header-top-bar .languages ul a:hover, .main-header-top-bar .languages ul a:focus {
  color: #00C1CA;
}
.main-header-top-bar .search {
  position: relative;
}
.main-header-top-bar .search button[type=button] img,
.main-header-top-bar .search button[type=button] svg {
  pointer-events: none;
}
.main-header-top-bar .search form {
  display: none;
  position: absolute;
  width: 260px;
  left: -235px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
}
.main-header-top-bar .search form .input-control {
  position: relative;
  padding: 0;
}
.main-header-top-bar .search form .input-control input {
  font-size: 14px;
  height: 40px;
  border-color: #22404D;
}
.main-header-top-bar .search form .input-control input::-moz-placeholder {
  font-size: 14px;
}
.main-header-top-bar .search form .input-control input::placeholder {
  font-size: 14px;
}
.main-header-top-bar .search form .input-control button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.main-header-top-bar .search form .input-control button svg path {
  fill: #22404D;
}
.main-header-nav {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}
.main-header-nav ul:not(.mega-menu ul) {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header-nav ul:not(.mega-menu ul) a:not(.mega-menu a) {
  color: #22404D;
  line-height: 20px;
  text-decoration: none;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-header-nav ul:not(.mega-menu ul) a:not(.mega-menu a):hover, .main-header-nav ul:not(.mega-menu ul) a:not(.mega-menu a):focus {
  color: #008B9C;
}
.main-header-nav ul:not(.mega-menu ul) li:has(button) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
.main-header-nav ul:not(.mega-menu ul) li:has(.mega-menu) {
  position: relative;
}
.main-header-nav ul:not(.mega-menu ul) li:has(.mega-menu):before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 20px;
}
@media (min-width: 1200px) {
  .main-header-nav ul:not(.mega-menu ul) li:has(.mega-menu):hover .mega-menu {
    display: block;
  }
}
.main-header-nav ul:not(.mega-menu ul) li:has(.button) {
  display: none;
}
@media (max-width: 1535px) {
  .main-header-top-bar .links {
    gap: 15px;
    margin-left: 30px;
  }
  .main-header-top-bar a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .main-header-top-bar .links {
    display: none;
  }
  .main-header-top-bar .actions {
    gap: 10px;
  }
  .main-header-nav {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .main-header-nav ul:not(.mega-menu ul) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .main-header-top-bar .actions .button {
    display: none;
  }
  .main-header-nav ul:not(.mega-menu ul) li:has(.button) {
    width: 100%;
    display: block;
  }
  .main-header-nav ul:not(.mega-menu ul) li:has(.button) .button {
    width: 100%;
    color: #fff;
  }
}
@media (max-width: 340px) {
  .main-header .logo img {
    max-width: 120px;
  }
}

.newsletter {
  padding-top: 30px;
}
.newsletter .inner {
  background-color: #EEF3F4;
  padding: 64px;
  border-radius: 10px;
}
.newsletter .inner .row {
  align-items: center;
}
.newsletter .inner h4 {
  color: #22404D;
  font-size: 34px;
  margin-bottom: 20px;
}
.newsletter .inner p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.newsletter .inner form .input-control {
  position: relative;
}
.newsletter .inner form .input-control input {
  height: 77px;
  border: none;
}
.newsletter .inner form .input-control input::-moz-placeholder {
  color: #9CA3AF;
}
.newsletter .inner form .input-control input::placeholder {
  color: #9CA3AF;
}
.newsletter .inner form .input-control button[type=submit] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1535px) {
  .newsletter .inner {
    padding: 45px;
  }
  .newsletter .inner p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .newsletter {
    padding-top: 40px;
  }
  .newsletter .inner h4 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .newsletter {
    padding-bottom: 0;
  }
  .newsletter .inner h4 {
    margin-bottom: 10px;
  }
  .newsletter .inner form {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .newsletter {
    padding-top: 0;
  }
  .newsletter .inner {
    padding: 20px;
  }
  .newsletter .inner form .input-control input {
    height: 50px;
  }
  .newsletter .inner form .input-control button[type=submit] {
    right: 0;
  }
}

.projects {
  padding-top: 80px;
  padding-bottom: 70px;
}
.projects-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.projects-title .left {
  width: 100%;
  max-width: 70%;
}
.projects-title .right {
  flex-shrink: 0;
}
.projects-title h4 {
  margin-bottom: 10px;
}
.projects-title p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.projects .row {
  margin-left: -5px;
  margin-right: -5px;
}
.projects .row .column {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .projects .card:hover .card-image, .projects .card:focus .card-image {
    height: 310px;
  }
}
@media (max-width: 992px) {
  .projects .card-image {
    height: auto;
  }
  .projects .card-image img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .projects {
    padding: 40px 0 30px;
  }
}
@media (max-width: 576px) {
  .projects-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .projects-title p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .projects-title .left,
  .projects-title .right {
    max-width: 100%;
    width: 100%;
  }
}

.testimonials {
  background-color: #EEF3F4;
  padding-top: 110px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
.testimonials .abstract {
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 4;
}
.testimonials-title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonials-title h4 {
  margin-bottom: 10px;
}
.testimonials-title h4 strong {
  color: #008B9C;
}
.testimonials-title p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.testimonials-wrapper {
  position: relative;
}
.testimonials .swiper {
  position: relative;
  z-index: 10;
}
.testimonials .swiper-slide {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.testimonials .swiper-slide figure {
  width: 246px;
  height: 246px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
.testimonials .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.testimonials .swiper-slide .content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  border-radius: 10px;
}
.testimonials .swiper-slide .content p {
  font-size: 20px;
  line-height: normal;
  margin: 0;
}
.testimonials .swiper-slide .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.testimonials .swiper-slide .role {
  display: block;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 1200px) {
  .testimonials {
    padding: 80px 0;
  }
  .testimonials .swiper-slide .content {
    padding: 18px;
  }
  .testimonials .swiper-slide .content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .swiper-navigation {
    display: none;
  }
  .testimonials .swiper-slide .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .testimonials .swiper-slide {
    flex-direction: column;
    gap: 5px;
  }
  .testimonials .swiper-slide figure {
    height: auto;
  }
  .testimonials .swiper-slide figure img {
    height: auto;
  }
  .testimonials .swiper-slide figure,
  .testimonials .swiper-slide .content {
    width: 100%;
  }
}

.programs {
  background-color: #EEF3F4;
  padding-top: 80px;
  padding-bottom: 165px;
  position: relative;
  overflow: hidden;
}
.programs .abstract {
  position: absolute;
  bottom: 0;
  right: 4%;
}
.programs-title {
  margin-bottom: 50px;
}
.programs-title h4 {
  margin-bottom: 12px;
}
.programs-title h1 {
  margin-bottom: 14px;
}
.programs-title p {
  color: #285F74;
  margin: 0;
}
.programs-title:has(h1):has(p) {
  margin-bottom: 40px;
}
.programs-title .tabs-group {
  margin-top: 35px;
  border-color: #D6E0E2;
}
.programs-title .tabs-group ul a {
  will-change: background-color, color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.programs-title .tabs-group ul a.active, .programs-title .tabs-group ul a:hover, .programs-title .tabs-group ul a:focus {
  color: #fff;
  background-color: #00A0AF;
}
.programs-title:not(:has(.c-tabs)) {
  margin-bottom: 30px;
}
.programs-title:not(:has(.c-tabs)) h4 {
  margin-bottom: 0;
}
.programs-list {
  position: relative;
  z-index: 2;
}
.programs-list .row {
  margin-left: -8px;
  margin-right: -8px;
}
.programs-list .row .column {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.programs .card-image {
  height: 214px;
}
.programs .card-body {
  background-color: #fff;
}
@media (min-width: 768px) {
  .programs .card:hover .card-image, .programs .card:focus .card-image {
    height: 230px;
  }
}
.programs .c-pagination {
  margin-top: 35px;
}
.programs.archive {
  padding-bottom: 75px;
}
.programs.client-zone .programs-title {
  margin-bottom: 35px;
}
.programs.client-zone h1 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1535px) {
  .programs.client-zone h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .programs.client-zone h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
.programs.client-zone .tabs-group {
  margin-top: 35px;
}
.programs.client-zone .card-body {
  border: 1px solid #EEF3F4;
}
@media (max-width: 1200px) {
  .programs {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .programs {
    padding: 40px 0;
  }
  .programs-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .programs .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .programs .row .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .programs.archive {
    padding-bottom: 40px;
  }
  .programs.client-zone .tabs-group {
    margin-top: 20px;
  }
}

.info-banner {
  padding-top: 130px;
  padding-bottom: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow-y: hidden;
}
.info-banner .row {
  align-items: center;
}
.info-banner h5 {
  font-size: 22px;
  line-height: 22px;
  color: #EEF3F4;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .info-banner h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .info-banner h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.info-banner h2 {
  color: #EEF3F4;
  margin-bottom: 0;
}
.info-banner h2 + .button {
  margin-top: 26px;
}
.info-banner p {
  color: #EEF3F4;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.info-banner ul:not(.donates ul) {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 34px;
  margin: 0 0 32px 0;
  list-style: none;
  text-indent: -34px;
}
.info-banner ul:not(.donates ul) li {
  color: #EEF3F4;
  line-height: normal;
  margin-bottom: 16px;
}
.info-banner ul:not(.donates ul) li:last-child {
  margin-bottom: 0;
}
.info-banner ul:not(.donates ul) li:before {
  content: url("/app/themes/vizion/dist/img/list_check.svg");
  margin-right: 10px;
  vertical-align: middle;
}
@supports (-moz-appearance: none) {
  .info-banner ul:not(.donates ul) li:before {
    position: relative;
    top: 6px;
    vertical-align: initial;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .info-banner ul:not(.donates ul) li:before {
    position: relative;
    top: 6px;
    vertical-align: initial;
  }
}
@media (max-width: 1535px) {
  .info-banner ul:not(.donates ul) li {
    font-size: 16px;
  }
}
.info-banner .donates {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-banner .donates ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.info-banner .donates ul li {
  background-color: #D1D5DB;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.info-banner .donates ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.info-banner .donates ul li:not(:first-child) {
  margin-left: -10px;
  border: 2px solid #EEF3F4;
}
.info-banner .donates p {
  color: #EEF3F4;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.info-banner .cta-group {
  display: flex;
  gap: 20px;
}
.info-banner .cover {
  position: absolute;
  right: 15%;
  bottom: 0;
}
@media (max-width: 992px) {
  .info-banner .cover {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .info-banner {
    padding: 60px 0;
  }
  .info-banner .cover {
    max-width: 50%;
    right: 0;
    bottom: initial;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .info-banner .cover {
    display: none;
  }
  .info-banner h5 {
    font-size: 16px;
    line-height: 16px;
  }
  .info-banner h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

.events {
  padding-top: 100px;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.events-title {
  margin-bottom: 40px;
}
.events-title h3 {
  font-size: 34px;
  line-height: 34px;
  color: #EEF3F4;
  margin-bottom: 6px;
}
@media (max-width: 1535px) {
  .events-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .events-title h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .events-title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.events-title p {
  color: #EEF3F4;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.events .cta {
  background-color: #00C1CA;
  color: #22404D;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  line-height: 22px;
  border-radius: 10px;
  margin-bottom: 18px;
  cursor: default;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.events .featured-event {
  background-color: #28708B;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #28708B;
  height: calc(100% - 58px);
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.events .featured-event figure {
  margin: 0 0 20px 0;
  height: 400px;
}
.events .featured-event figure img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .events .featured-event:hover, .events .featured-event:focus {
    background-color: transparent;
  }
}
.events .title {
  color: #EEF3F4;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.events .desc {
  color: #EEF3F4;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 14px;
}
.events .meta {
  color: #EEF3F4;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 26px;
}
.events .meta .type {
  background-color: #00C1CA;
  color: #22404D;
  padding: 4px 7px;
  box-shadow: 0px 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
}
.events .tags {
  display: flex;
  margin-bottom: 10px;
  margin-left: auto;
}
.events .tags .tag {
  color: #22404D;
}
.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events-list li:not(:last-child) {
  margin-bottom: 16px;
}
.events-list li a {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 21px 24px;
  border-radius: 12px;
  border: 1px solid #28708B;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 768px) {
  .events-list li a:hover, .events-list li a:focus {
    background-color: #28708B;
  }
}
.events-list li time {
  background-color: #285F74;
  color: #EEF3F4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 8px 24px;
  height: 77px;
  border-radius: 12px;
}
.events-list li time .day {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.events-list li time .month,
.events-list li time .year {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.events-list li .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
.events-list li .desc {
  font-size: 14px;
  margin-bottom: 10px;
}
.events-list li .meta {
  background-color: #285F74;
  padding: 4px 7px 4px 5px;
  box-shadow: 0px 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
  margin-bottom: 0;
}
.events-list li .tags {
  margin-bottom: 0;
  flex-shrink: 0;
}
.events-list li button {
  flex-shrink: 0;
}
.events .filters {
  margin-top: 20px;
}
.events .filters ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.events .filters ul a {
  color: #285F74;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #285F74;
  will-change: background-color, color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.events .filters ul a:hover, .events .filters ul a:focus, .events .filters ul a.active {
  color: #fff;
  background-color: #285F74;
}
.events.client-zone .events-title, .events.darken .events-title {
  margin-bottom: 32px;
}
.events.client-zone .events-title h3:not(.darken h3), .events.darken .events-title h3:not(.darken h3) {
  font-size: 26px;
  line-height: 26px;
  color: #22404D;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 1535px) {
  .events.client-zone .events-title h3:not(.darken h3), .events.darken .events-title h3:not(.darken h3) {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .events.client-zone .events-title h3:not(.darken h3), .events.darken .events-title h3:not(.darken h3) {
    font-size: 22px;
    line-height: 22px;
  }
}
.events.client-zone .events-list a, .events.darken .events-list a {
  background-color: #28708B;
}
.events.darken {
  padding-bottom: 50px;
}
.events.darken h3 {
  font-size: 34px;
  line-height: 34px;
  color: #22404D;
  text-align: center;
}
@media (max-width: 1535px) {
  .events.darken h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .events.darken h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .events.darken h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.events.archive {
  padding-top: 30px;
}
@media (max-width: 1535px) {
  .events .featured-event figure {
    height: 260px;
  }
  .events-list li a {
    padding: 16px 20px;
  }
  .events-list li .meta {
    padding: 8px 18px;
  }
}
@media (max-width: 1200px) {
  .events {
    padding: 80px 0;
  }
  .events-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .events-list li a {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .events .featured-event {
    height: auto;
    margin-bottom: 25px;
  }
  .events .featured-event figure {
    height: auto;
  }
  .events .featured-event figure img {
    height: auto;
  }
  .events-list li a {
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .events {
    padding: 40px 0;
  }
  .events-list a {
    flex-wrap: wrap;
    position: relative;
  }
  .events-list a time {
    order: 1;
  }
  .events-list a .tags {
    order: 2;
  }
  .events-list a .details {
    width: 100%;
    order: 3;
  }
  .events-list a button {
    position: absolute;
    right: 20px;
    bottom: 25px;
  }
}
@media (max-width: 576px) {
  .events-list li a {
    padding: 15px;
  }
  .events-list li .meta {
    width: 100%;
    position: relative;
  }
  .events-list a button {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    right: 8px;
  }
}

.values {
  padding-top: 70px;
  padding-bottom: 100px;
}
.values h4 {
  font-size: 22px;
  line-height: 22px;
  color: #28708B;
  margin-bottom: 35px;
}
@media (max-width: 1535px) {
  .values h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .values h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.values-inner .row {
  margin-left: -9px;
  margin-right: -9px;
}
.values-inner .row .column {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
}
.values-inner a {
  display: block;
}
.values-inner a img {
  width: 100%;
  height: 287px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1535px) {
  .values-inner a img {
    height: 240px;
  }
}
@media (max-width: 1200px) {
  .values {
    padding: 80px 0;
  }
  .values-inner a img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .values-inner a img {
    height: auto;
  }
}
@media (max-width: 576px) {
  .values {
    padding: 40px 0;
  }
  .values h4 {
    margin-bottom: 20px;
  }
}

.contact {
  padding-top: 15px;
  padding-bottom: 17px;
}
.contact h1 {
  margin-bottom: 65px;
}
.contact h1 strong {
  color: #BBD153;
  font-weight: inherit;
}
.contact-inner .row {
  margin-left: -9px;
  margin-right: -9px;
}
.contact-inner .row .column {
  padding: 0 9px;
  margin-bottom: 18px;
}
.contact-item-map {
  display: block;
  margin-bottom: 19px;
}
.contact-item-map img,
.contact-item-map iframe {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.contact-item h4 {
  color: #285F74;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 19px;
}
@media (max-width: 1535px) {
  .contact-item h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contact-item h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.contact-item address {
  color: #285F74;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 14px;
}
.contact-item a[href^="tel:"]:has(img), .contact-item a[href^="tel:"]:has(svg),
.contact-item a[href^="mailto:"]:has(img),
.contact-item a[href^="mailto:"]:has(svg) {
  color: #00C1CA;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-item a[href^="tel:"]:has(img) svg path, .contact-item a[href^="tel:"]:has(svg) svg path,
.contact-item a[href^="mailto:"]:has(img) svg path,
.contact-item a[href^="mailto:"]:has(svg) svg path {
  will-change: fill;
  transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-item a[href^="tel:"]:has(img):hover, .contact-item a[href^="tel:"]:has(img):focus, .contact-item a[href^="tel:"]:has(svg):hover, .contact-item a[href^="tel:"]:has(svg):focus,
.contact-item a[href^="mailto:"]:has(img):hover,
.contact-item a[href^="mailto:"]:has(img):focus,
.contact-item a[href^="mailto:"]:has(svg):hover,
.contact-item a[href^="mailto:"]:has(svg):focus {
  color: #00A0AF;
}
.contact-item a[href^="tel:"]:has(img):hover svg path, .contact-item a[href^="tel:"]:has(img):focus svg path, .contact-item a[href^="tel:"]:has(svg):hover svg path, .contact-item a[href^="tel:"]:has(svg):focus svg path,
.contact-item a[href^="mailto:"]:has(img):hover svg path,
.contact-item a[href^="mailto:"]:has(img):focus svg path,
.contact-item a[href^="mailto:"]:has(svg):hover svg path,
.contact-item a[href^="mailto:"]:has(svg):focus svg path {
  fill: #00A0AF;
}
.contact-item .button {
  margin-top: 14px;
}
@media (max-width: 1535px) {
  .contact-item address {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .contact h1 {
    margin-bottom: 35px;
  }
}
.contact-boxes {
  padding-top: 35px;
  padding-bottom: 30px;
}
.contact-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.contact-boxes-wrapper article {
  background-color: #EEF3F4;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  border-radius: 10px;
}
.contact-boxes-wrapper article:nth-child(1) {
  grid-area: 1/1/2/2;
}
.contact-boxes-wrapper article:nth-child(2) {
  grid-area: 1/2/2/3;
}
.contact-boxes-wrapper article:nth-child(3) {
  grid-area: 2/1/3/2;
}
.contact-boxes-wrapper article:nth-child(4) {
  grid-area: 2/2/3/3;
}
.contact-boxes-wrapper article:nth-child(5) {
  grid-area: 1/3/3/4;
}
.contact-boxes-wrapper article h4 {
  font-size: 22px;
  line-height: 22px;
  color: #285F74;
  margin: 0;
}
@media (max-width: 1535px) {
  .contact-boxes-wrapper article h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contact-boxes-wrapper article h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.contact-boxes-wrapper article .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.contact-boxes-wrapper article .title img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.contact-boxes-wrapper article .title h4 {
  font-size: 16px;
}
.contact-boxes-wrapper article .name {
  color: #285F74;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.contact-boxes-wrapper article .meta a[href^="tel:"],
.contact-boxes-wrapper article .meta a[href^="mailto:"] {
  color: #285F74;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-boxes-wrapper article .meta a[href^="tel:"]:hover, .contact-boxes-wrapper article .meta a[href^="tel:"]:focus,
.contact-boxes-wrapper article .meta a[href^="mailto:"]:hover,
.contact-boxes-wrapper article .meta a[href^="mailto:"]:focus {
  color: #00C1CA;
}
.contact-boxes-wrapper article .meta .socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-boxes-wrapper article .meta .socials a {
  background-color: #D7DBDB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.contact-boxes-wrapper article .meta .socials a img,
.contact-boxes-wrapper article .meta .socials a svg {
  opacity: 0.25;
  will-change: opacity;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-boxes-wrapper article .meta .socials a:hover img,
.contact-boxes-wrapper article .meta .socials a:hover svg, .contact-boxes-wrapper article .meta .socials a:focus img,
.contact-boxes-wrapper article .meta .socials a:focus svg {
  opacity: 1;
}
.contact-boxes-wrapper article .meta:has(a[href^="tel:"]):has(a[href^="mailto:"]) .socials {
  margin-top: 20px;
}
.contact-boxes-wrapper article.special {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.contact-boxes-wrapper article.special:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(34, 64, 77, 0) 0%, #22404D 100%);
}
.contact-boxes-wrapper article.special > * {
  position: relative;
  z-index: 1;
}
.contact-boxes-wrapper article.special h4 {
  font-size: 34px;
  line-height: 34px;
  color: #EEF3F4;
}
@media (max-width: 1535px) {
  .contact-boxes-wrapper article.special h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-boxes-wrapper article.special h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .contact-boxes-wrapper article.special h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.contact-boxes-wrapper article.special .meta .name {
  color: #EEF3F4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-boxes-wrapper article.special address {
  color: #EEF3F4;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}
.contact-boxes-wrapper article.special .socials a {
  background-color: rgba(215, 219, 219, 0.1);
}
.contact-boxes-wrapper article.special .socials a svg,
.contact-boxes-wrapper article.special .socials a img {
  opacity: 0.6;
}
.contact-boxes-wrapper article.special .socials a svg path {
  fill: #fff;
}
@media (max-width: 1535px) {
  .contact-boxes-wrapper article {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .contact-boxes-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .contact-boxes-wrapper article {
    min-height: initial;
    height: 100%;
    padding: 20px;
  }
  .contact-boxes-wrapper article:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .contact-boxes-wrapper article:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .contact-boxes-wrapper article:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .contact-boxes-wrapper article:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .contact-boxes-wrapper article:nth-child(5) {
    grid-area: 3/1/4/3;
  }
}
@media (max-width: 768px) {
  .contact-boxes-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  .contact-boxes-wrapper article {
    padding: 18px;
  }
  .contact-boxes-wrapper article:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .contact-boxes-wrapper article:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .contact-boxes-wrapper article:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .contact-boxes-wrapper article:nth-child(4) {
    grid-area: 4/1/5/2;
  }
  .contact-boxes-wrapper article:nth-child(5) {
    grid-area: 5/1/6/2;
  }
  .contact-boxes-wrapper article .title h4 {
    font-size: 16px;
  }
  .contact-boxes-wrapper article.special h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .contact-boxes-wrapper article.special .meta .name {
    font-size: 16px;
  }
  .contact-boxes-wrapper article.special address {
    font-size: 16px;
  }
}

.posts {
  padding-top: 100px;
  padding-bottom: 30px;
  overflow: hidden;
}
.posts h4 {
  text-align: center;
}
.posts h1 {
  margin-bottom: 40px;
}
.posts .row {
  margin-left: -9px;
  margin-right: -9px;
}
.posts .row .column {
  padding: 0 9px;
  margin-bottom: 18px;
}
.posts .cta {
  text-align: center;
  margin-top: 50px;
}
.posts .tabs-group {
  margin-bottom: 55px;
}
.posts.archive {
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .posts {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .posts {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .posts h1 {
    margin-bottom: 25px;
  }
  .posts .tabs-group {
    margin-bottom: 25px;
  }
  .posts .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .posts .row .column {
    padding: 0 15px;
  }
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.about-title {
  margin-bottom: 48px;
  text-align: center;
}
.about-title h2 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (max-width: 1535px) {
  .about-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .about-title h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .about-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.about-title h2 strong {
  color: #00A0AF;
}
.about-title p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.about-boxes .row {
  margin-left: -8px;
  margin-right: -8px;
}
.about-boxes .row .column {
  padding: 0 8px;
  margin-bottom: 16px;
}
.about-boxes article {
  border-radius: 10px;
  height: 100%;
  border: 1px solid #EEF3F4;
  padding: 32px 24px;
}
.about-boxes article p {
  margin: 0;
}
.about-boxes article .icon {
  max-width: 48px;
  margin-bottom: 28px;
}
.about-boxes article h4 {
  color: #22404D;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: initial;
}
.about-boxes article p {
  font-size: 16px;
  color: #285F74;
  line-height: 22px;
}
.about-boxes article.special {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #22404D;
  padding: 36px 24px;
  border: none;
}
.about-boxes article.special h4 {
  font-size: 22px;
  line-height: 22px;
  color: #00C1CA;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .about-boxes article.special h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .about-boxes article.special h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.about-boxes article.special p {
  color: #EEF3F4;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .about-boxes article {
    padding: 24px 18px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .about-title {
    margin-bottom: 25px;
  }
  .about-title h2 {
    margin-bottom: 15px;
  }
  .about-title p {
    font-size: 16px;
    line-height: 22px;
  }
  .about .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about .row .column {
    padding: 0 15px;
  }
}

.hero {
  padding-bottom: 0;
  overflow: hidden;
}
.hero-wrapper {
  position: relative;
}
.hero-content h1,
.hero-content h2,
.hero-content h3 {
  margin-bottom: 16px;
}
.hero-content h1 strong,
.hero-content h2 strong,
.hero-content h3 strong {
  color: #8FC440;
  font-weight: inherit;
}
.hero-content p {
  color: #285F74;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.hero-images {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-images .column {
  width: calc(50% - 5px);
}
.hero-images img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}
.hero .swiper-slide .row {
  align-items: center;
}
.hero .swiper-button-prev {
  left: -70px;
}
.hero .swiper-button-next {
  right: -70px;
}
@media (max-width: 1200px) {
  .hero .swiper-navigation {
    display: none;
  }
}
@media (max-width: 992px) {
  .hero-actions {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 40px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .hero-images {
    gap: 5px;
  }
  .hero-images img {
    height: 100px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-top: 20px;
  }
  .hero-images img {
    height: auto;
  }
  .hero-actions {
    gap: 5px;
  }
}
@media (max-width: 400px) {
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
}

.boxes {
  padding-top: 80px;
  padding-bottom: 15px;
  overflow: hidden;
}
.boxes h2 {
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 34px;
}
@media (max-width: 1535px) {
  .boxes h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .boxes h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .boxes h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.boxes-inner .row {
  margin-left: -8px;
  margin-right: -8px;
}
.boxes-inner .row .column {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .boxes {
    padding-top: 40px;
  }
  .boxes h2 {
    margin-bottom: 20px;
  }
}

.content-image-column {
  padding-bottom: 150px;
  overflow: hidden;
}
.content-image-column h3 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 1535px) {
  .content-image-column h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .content-image-column h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .content-image-column h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.content-image-column-inner .row {
  margin-left: -24px;
  margin-right: -24px;
}
.content-image-column-inner .column {
  padding: 0 24px;
}
.content-image-column .image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .content-image-column {
    padding-bottom: 40px;
  }
  .content-image-column .c-accordions {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .content-image-column-inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-image-column-inner .row .column {
    padding: 0 15px;
  }
}

.team {
  background-color: #285F74;
  padding-top: 85px;
  padding-bottom: 180px;
  overflow: hidden;
}
.team h4 {
  color: #EEF3F4;
  text-align: center;
  margin-bottom: 55px;
}
.team-inner .row {
  margin-left: -9px;
  margin-right: -9px;
}
.team-inner .row .column {
  padding: 0 9px;
  margin-bottom: 18px;
}
.team-item {
  display: block;
}
.team-item-image img {
  width: 100%;
  height: 284px;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-item-meta {
  background-color: #28708B;
  padding: 16px;
  border-radius: 0 0 10px 10px;
}
.team-item .role {
  background-color: #00C1CA;
  color: #22404D;
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 4px 7px;
  box-shadow: 0px 15px 70px -4px rgba(16, 24, 40, 0.1);
  border-radius: 1000px;
  margin-bottom: 6px;
}
.team-item .name {
  color: #EEF3F4;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}
.team-item a {
  color: #EEF3F4;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.team-item a:hover, .team-item a:focus {
  text-decoration: underline;
}
.team-item .company {
  color: #EEF3F4;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 17px;
}
.team-item:has(.company) .role {
  margin-bottom: 16px;
}
.team-item:has(.company) .name {
  margin: 0;
}
.team .socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 17px;
}
.team .socials a {
  background-color: #D7DBDB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.team .socials a img,
.team .socials a svg {
  opacity: 0.25;
  will-change: opacity;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team .socials a:hover img,
.team .socials a:hover svg, .team .socials a:focus img,
.team .socials a:focus svg {
  opacity: 1;
}
.team .socials a {
  background-color: #285F74;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team .socials a svg {
  opacity: 1;
}
.team .socials a svg path {
  fill: #EEF3F4;
  transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team .socials a:hover, .team .socials a:focus {
  background-color: #28708B;
}
.team .socials a:hover svg path, .team .socials a:focus svg path {
  fill: #EEF3F4;
}
@media (max-width: 1535px) {
  .team {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .team-item-meta {
    padding: 10px;
  }
  .team-item a {
    font-size: 14px;
  }
  .team-item a img,
  .team-item a svg {
    max-width: 14px;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 40px 0;
  }
  .team h4 {
    margin-bottom: 30px;
  }
  .team-item-image img {
    height: auto;
  }
}
@media (max-width: 576px) {
  .team .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .team .row .column {
    padding: 0 15px;
  }
}

.rewards {
  padding-top: 85px;
  padding-bottom: 50px;
}
.rewards h4 {
  text-align: center;
  margin-bottom: 45px;
}
.rewards-inner .row {
  margin-left: -8px;
  margin-right: -8px;
}
.rewards-inner .row .column {
  padding: 0 8px;
  margin-bottom: 16px;
}
.rewards-item {
  display: block;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  text-align: center;
}
.rewards-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .rewards {
    padding: 40px 0;
  }
  .rewards h4 {
    margin-bottom: 20px;
  }
  .rewards-item {
    padding: 20px;
  }
}

.history {
  background-color: #EEF3F4;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.history-wrapper {
  position: relative;
}
.history h3 {
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1535px) {
  .history h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .history h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .history h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.history-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
}
.history-item-title {
  color: #BBD153;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.history-item-subtitle {
  color: #285F74;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.history-item p:not(.history-item-title):not(.history-item-subtitle) {
  margin-bottom: 0;
}
.history .line {
  background-color: #BBD153;
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 3px;
}
.history.blue {
  background-color: #285F74;
}
.history.blue h3 {
  color: #fff;
}
.history.blue .history-item-title {
  color: #00A0AF;
}
.history.blue .line {
  background-color: #00A0AF;
}
.history.blue .swiper-button-prev, .history.blue .swiper-button-next {
  border-color: #fff;
}
.history.blue .swiper-button-prev svg path, .history.blue .swiper-button-next svg path {
  stroke: #fff;
}
.history.blue .swiper-button-prev:hover, .history.blue .swiper-button-prev:focus, .history.blue .swiper-button-next:hover, .history.blue .swiper-button-next:focus {
  background-color: #fff;
  border-color: #285F74;
}
.history.blue .swiper-button-prev:hover svg path, .history.blue .swiper-button-prev:focus svg path, .history.blue .swiper-button-next:hover svg path, .history.blue .swiper-button-next:focus svg path {
  stroke: #285F74;
}
.history.blue .swiper-pagination-bullet {
  background-color: rgba(217, 217, 217, 0.2);
}
.history.blue .swiper-pagination-bullet-active {
  background-color: #00C1CA;
}
@media (max-width: 992px) {
  .history .swiper-navigation {
    display: none;
  }
}
@media (max-width: 576px) {
  .history {
    padding: 40px 0;
  }
  .history-item-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .history-item-subtitle {
    font-size: 18px;
  }
}

.two-columns-banner {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.two-columns-banner .left,
.two-columns-banner .right {
  display: block;
  align-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.two-columns-banner .left {
  padding-right: 54px;
}
.two-columns-banner .right {
  padding-left: 54px;
}
.two-columns-banner h5 {
  font-size: 22px;
  line-height: 22px;
  color: #EEF3F4;
  margin-bottom: 20px;
}
@media (max-width: 1535px) {
  .two-columns-banner h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .two-columns-banner h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.two-columns-banner h3 {
  color: #EEF3F4;
  font-size: 52px;
  line-height: 52px;
  margin: 0;
}
@media (max-width: 1535px) {
  .two-columns-banner h3 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1200px) {
  .two-columns-banner h3 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .two-columns-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .two-columns-banner h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .two-columns-banner h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .two-columns-banner {
    flex-direction: column;
  }
  .two-columns-banner .left,
  .two-columns-banner .right {
    width: 100%;
    text-align: center;
    padding: 80px 40px;
  }
}
@media (max-width: 576px) {
  .two-columns-banner h5 {
    font-size: 16px;
    line-height: 16px;
  }
  .two-columns-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .two-columns-banner .left,
  .two-columns-banner .right {
    padding: 40px 15px;
  }
}

.post-content {
  padding-bottom: 20px;
  padding-top: 20px;
}
.post-content.program-content {
  padding-top: 60px;
}
.post-content-title {
  margin-bottom: 60px;
}
.post-content-title h1 {
  font-size: 59px;
  line-height: 61px;
  margin: 0;
}
@media (max-width: 1535px) {
  .post-content-title h1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1200px) {
  .post-content-title h1 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .post-content-title h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .post-content-title h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.post-content-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 45px;
}
.post-content-meta .cat,
.post-content-meta .date {
  font-size: 16px;
  line-height: 22px;
}
.post-content-meta .date {
  flex-shrink: 0;
}
.post-content-meta .cat a {
  color: #00C1CA;
  font-weight: 700;
  text-decoration: none;
}
.post-content-meta .sep {
  color: #22404D;
  opacity: 0.2;
}
.post-content-featured {
  margin-bottom: 55px;
}
.post-content-featured img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content h1 {
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 1535px) {
  .post-content h1 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1200px) {
  .post-content h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .post-content h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .post-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.post-content h2 {
  font-size: 44px;
  line-height: 44px;
}
@media (max-width: 1535px) {
  .post-content h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .post-content h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .post-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .post-content h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.post-content h3 {
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 1535px) {
  .post-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .post-content h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
.post-content h4:not(.contact-block h4) {
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 1535px) {
  .post-content h4:not(.contact-block h4) {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .post-content h4:not(.contact-block h4) {
    font-size: 18px;
    line-height: 18px;
  }
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 20px;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content a:not(.back):not(aside a):not(.login-block a):not(.event-program-block a):not(.contact-block a):not(.cat a):not(.c-breadcrumbs a):not(.anchor-links a):not(.subpages ul a):not(.button) {
  color: #00A0AF;
  text-decoration: underline;
}
.post-content a:not(.back):not(aside a):not(.login-block a):not(.event-program-block a):not(.contact-block a):not(.cat a):not(.c-breadcrumbs a):not(.anchor-links a):not(.subpages ul a):not(.button):hover, .post-content a:not(.back):not(aside a):not(.login-block a):not(.event-program-block a):not(.contact-block a):not(.cat a):not(.c-breadcrumbs a):not(.anchor-links a):not(.subpages ul a):not(.button):focus {
  text-decoration: none;
}
.post-content ul:not(.anchor-links ul):not(.c-accordions):not(.subpages ul) {
  padding-left: 16px;
  margin-bottom: 35px;
}
.post-content ul:not(.anchor-links ul):not(.c-accordions):not(.subpages ul) li {
  color: #22404D;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.post-content ul:not(.anchor-links ul):not(.c-accordions):not(.subpages ul) li:not(:last-child) {
  margin-bottom: 20px;
}
.post-content blockquote {
  color: #22404D;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  border-left: 2px solid #00A0AF;
  margin-left: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.post-content img:not(.contact-block img):not(.image-boxes img):not(.button img):not(aside img) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.post-content p:has(img) {
  color: #22404D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 40px 0;
}
.post-content p:has(img) img {
  margin-bottom: 7px;
}
.post-content iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.post-content hr {
  border: 0;
  border-top: 1px solid #F0F0F0;
  margin: 35px 0;
}
.post-content ul.highlighted {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.post-content ul.highlighted li {
  background-color: #EEF3F4;
  border-left: 3px solid #00C1CA;
  padding: 16px;
  border-radius: 8px;
}
.post-content ul.highlighted li:not(:last-child) {
  margin-bottom: 6px;
}
.post-content ul.highlighted li h5 {
  font-family: "Work Sans", sans-serif;
  color: #00C1CA;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.post-content ul.highlighted li p {
  color: #22404D;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
}
.post-content aside {
  position: sticky;
  top: 20px;
}
.post-content aside h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1535px) {
  .post-content aside h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .post-content aside h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.post-content aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content aside ul a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.post-content aside ul a:not(:last-child) {
  margin-bottom: 24px;
}
.post-content aside ul a img {
  width: 106px;
  height: 106px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content aside ul a time {
  color: #285F74;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 6px;
}
.post-content aside ul a p {
  color: #22404D;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-content aside ul a:hover p, .post-content aside ul a:focus p {
  color: #00C1CA;
}
.post-content .event-program-block {
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  position: sticky;
  top: 20px;
}
.post-content .event-program-block .button {
  width: 100%;
  margin-top: 8px;
}
.post-content .event-program-block .button img,
.post-content .event-program-block .button svg {
  width: auto;
}
.post-content .event-program-block-inner {
  background-color: #EEF3F4;
  padding: 32px;
  border-radius: 10px;
}
.post-content .event-program-block-inner h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 18px;
}
@media (max-width: 1535px) {
  .post-content .event-program-block-inner h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .post-content .event-program-block-inner h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
.post-content .event-program-block-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content .event-program-block-inner ul li {
  color: #285F74;
  font-size: 18px;
  line-height: normal;
}
.post-content .event-program-block-inner ul li strong {
  font-weight: 700;
}
.post-content .event-program-block-inner ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1535px) {
  .post-content .event-program-block-inner ul li {
    font-size: 16px;
  }
}
.post-content.client-zone .post-content-featured,
.post-content.client-zone .post-content-meta {
  margin-bottom: 30px;
}
.post-content.client-zone img {
  width: auto !important;
}
.post-content.client-zone p:has(+ ul) {
  margin-bottom: 15px;
}
.post-content.client-zone ul:not(.anchor-links ul) li:not(:last-child) {
  margin-bottom: 10px;
}
.post-content.event {
  padding-top: 65px;
  padding-bottom: 185px;
}
.post-content.speaker {
  padding-top: 64px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .post-content-title {
    margin-bottom: 25px;
  }
  .post-content aside {
    position: static;
  }
  .post-content aside ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .post-content aside ul li {
    width: calc(50% - 20px);
  }
  .post-content aside ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .post-content aside ul a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .post-content aside ul a img {
    height: auto;
  }
  .post-content aside ul a p {
    font-size: 14px;
    line-height: 16px;
  }
  .post-content .event-program-block {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .post-content.event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .post-content .event-program-block-inner {
    padding: 15px;
  }
  .post-content-meta {
    margin-bottom: 20px;
    gap: 7px;
  }
  .post-content-meta .cat,
  .post-content-meta .date {
    font-size: 14px;
  }
  .post-content-featured {
    margin-bottom: 25px;
  }
  .post-content blockquote {
    font-size: 18px;
  }
  .post-content.speaker {
    padding: 40px 0;
  }
}

.pricing-boxes {
  padding-top: 80px;
  padding-bottom: 24px;
  overflow: hidden;
}
.pricing-boxes h2 {
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1535px) {
  .pricing-boxes h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .pricing-boxes h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .pricing-boxes h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.pricing-boxes-inner .row {
  margin-left: -8px;
  margin-right: -8px;
}
.pricing-boxes-inner .row .column {
  padding: 0 8px;
  margin-bottom: 16px;
}
.pricing-boxes-item {
  background-color: #EEF3F4;
  padding: 36px 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.pricing-boxes-item .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(40, 95, 116, 0.11);
}
.pricing-boxes-item .bottom {
  padding-top: 20px;
}
.pricing-boxes-item .bottom p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.pricing-boxes-item .title {
  color: #285F74;
  font-size: 26px;
  line-height: 26px;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1535px) {
  .pricing-boxes-item .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .pricing-boxes-item .title {
    font-size: 22px;
    line-height: 22px;
  }
}
.pricing-boxes-item .price {
  color: #285F74;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 59px;
  line-height: 61px;
  margin-bottom: 0;
  font-weight: 800;
}
@media (max-width: 1535px) {
  .pricing-boxes-item .price {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1200px) {
  .pricing-boxes-item .price {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .pricing-boxes-item .price {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .pricing-boxes-item .price {
    font-size: 34px;
    line-height: 36px;
  }
}
.pricing-boxes-item .price span {
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 1535px) {
  .pricing-boxes-item .price span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .pricing-boxes-item .price span {
    font-size: 22px;
    line-height: 22px;
  }
}
.pricing-boxes-item .tag {
  color: #285F74;
  background-color: #BBD153;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 12px;
  line-height: 20px;
}
.pricing-boxes-item .tag span {
  font-size: 24px;
}
@media (max-width: 1535px) {
  .pricing-boxes-item {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .pricing-boxes {
    padding-top: 40px;
  }
  .pricing-boxes h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .pricing-boxes-item .bottom p {
    margin-bottom: 20px;
  }
}

.two-columns-content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.two-columns-content .row {
  align-items: center;
}
.two-columns-content h4 {
  margin-bottom: 36px;
}
.two-columns-content p:not(.c-box p) {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 992px) {
  .two-columns-content {
    padding: 40px 0;
  }
}

.toggle-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
.toggle-content h4 {
  margin-bottom: 48px;
}
.toggle-content-inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.toggle-content-inner .row .column {
  padding-left: 30px;
  padding-right: 30px;
}
.toggle-content .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toggle-content .tabs li:not(:last-child) {
  margin-bottom: 6px;
}
.toggle-content .tabs button {
  background-color: #EEF3F4;
  color: #6B7280;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  text-align: left;
  will-change: color, background-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggle-content .tabs button:hover, .toggle-content .tabs button:focus, .toggle-content .tabs button.active {
  background-color: #8FC440;
  color: #fff;
}
.toggle-content ol {
  list-style-type: none;
  counter-reset: li-counter;
  margin: 0;
  padding: 0;
}
.toggle-content ol > li {
  counter-increment: li-counter;
  margin-bottom: 40px;
  position: relative;
  padding-left: 0;
}
.toggle-content ol > li:last-child {
  margin-bottom: 0;
}
.toggle-content ol > li:before {
  background-color: #EEF3F4;
  color: #22404D;
  content: counter(li-counter) ".";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 20px;
}
.toggle-content ol > li h5 {
  display: inline-block;
  color: #22404D;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
  text-transform: initial;
}
.toggle-content ol ul {
  list-style-type: disc;
  margin-left: 50px;
}
.toggle-content ol ul li {
  color: #22404D;
  font-size: 16px;
  line-height: 22px;
}
.toggle-content ol ul li a {
  color: #00A0AF;
  text-decoration: underline;
}
.toggle-content ol ul li a:hover, .toggle-content ol ul li a:focus {
  text-decoration: none;
}
.toggle-content .content {
  display: none;
}
.toggle-content .content.active {
  display: block;
}
.toggle-content.post-content {
  padding-top: 30px;
  padding-bottom: 70px;
}
.toggle-content.post-content h4 {
  margin-bottom: 25px;
}
.toggle-content.post-content .row {
  margin-left: -45px;
  margin-right: -45px;
}
.toggle-content.post-content .row .column {
  padding-left: 45px;
  padding-right: 45px;
}
.toggle-content.post-content ol ul {
  margin-left: 70px;
}
@media (max-width: 992px) {
  .toggle-content {
    padding: 40px 0;
  }
  .toggle-content h4 {
    margin-bottom: 25px;
  }
  .toggle-content .tabs {
    margin-bottom: 20px;
  }
  .toggle-content.post-content {
    padding-bottom: 20px;
  }
}

.login-boxes {
  background-color: #EEF3F4;
  padding-top: 0;
  padding-bottom: 130px;
}
.login-boxes-inner .row {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.login-boxes-inner .row .column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.login-boxes-item {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.login-boxes-item img {
  display: block;
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
.login-boxes-item h5 {
  font-family: "Work Sans", sans-serif;
  color: #22404D;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: initial;
}
.login-boxes-item p {
  color: #285F74;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 28px;
}
@media (max-width: 1535px) {
  .login-boxes-item {
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .login-boxes {
    padding-bottom: 60px;
  }
}

.image-text {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 30px 0;
}
.image-text .image,
.image-text .text {
  width: calc(50% - 16px);
}
.image-text .text p {
  color: #285F74;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 576px) {
  .image-text {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .image-text .image,
  .image-text .text {
    width: 100%;
  }
}

section.text-image {
  padding-top: 105px;
  padding-bottom: 35px;
  overflow: hidden;
}
section.text-image .row {
  align-items: center;
}
section.text-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  section.text-image {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section.text-image.reverse .button {
    margin-top: 25px;
  }
}

.gallery {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.gallery .abstract {
  position: absolute;
  right: 0;
  top: 20%;
}
.gallery h1 {
  margin-bottom: 30px;
}
.gallery .tabs-group {
  margin-bottom: 30px;
}
.gallery-inner {
  position: relative;
  z-index: 2;
}
.gallery-inner .row {
  margin-left: -9px;
  margin-right: -9px;
}
.gallery-inner .row .column {
  padding: 0 9px;
  margin-bottom: 18px;
}
.gallery-item {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.gallery-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 139, 156, 0) 18.18%, #008B9C 157.81%);
  border-radius: 6px;
}
.gallery-item-cover {
  width: 100%;
  height: 352px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 26px;
  width: 100%;
  z-index: 2;
}
.gallery-item-meta p {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 2px;
}
.gallery-item-meta h4 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: initial;
}
.gallery-items {
  display: none;
}
.gallery .c-pagination {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .gallery {
    padding-bottom: 40px;
  }
  .gallery-inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-inner .row .column {
    padding: 0 15px;
  }
  .gallery-item-cover {
    height: auto;
  }
}

.login-page {
  background-color: #EEF3F4;
  padding: 0;
  overflow: hidden;
}
.login-page-inner {
  min-height: 100vh;
  width: 100%;
  max-width: 472px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 62px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.login-page-inner .abstract {
  position: absolute;
  top: calc(50% + 31px);
  right: -75%;
  transform: translateY(-50%);
}
.login-page form {
  width: 100%;
  background-color: #fff;
  padding: 44px;
  box-shadow: 0 15px 60px -4px rgba(16, 24, 40, 0.08);
  position: relative;
  z-index: 2;
  border-radius: 6px;
}
.login-page form h5,
.login-page form p:not(.forgot-password) {
  text-align: center;
}
.login-page form h5 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.login-page form p:not(.forgot-password):not(.register-link):not(.error) {
  color: #6B7280;
  margin-bottom: 38px;
}
.login-page form button[type=submit] {
  width: 100%;
}
@media (max-width: 1535px) {
  .login-page form {
    padding: 28px;
  }
}
@media (max-width: 576px) {
  .login-page-inner {
    gap: 20px;
  }
  .login-page .logo {
    max-width: 200px;
  }
  .login-page form h5 {
    margin-top: 0;
  }
  .login-page form p:not(.forgot-password):not(.register-link) {
    margin-bottom: 10px;
  }
}

.image-gallery {
  padding: 65px 0;
  overflow: hidden;
}
.image-gallery h3 {
  text-align: center;
  margin-bottom: 38px;
}
.image-gallery-wrapper {
  position: relative;
}
.image-gallery .swiper-slide a {
  display: block;
}
.image-gallery .swiper-slide a img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .image-gallery {
    padding: 40px 0;
  }
}

.login-form {
  background-color: #EEF3F4;
  padding-top: 85px;
  padding-bottom: 85px;
  overflow: hidden;
  position: relative;
}
.login-form .abstract {
  position: absolute;
  top: 0;
  right: 15%;
}
.login-form-inner {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.login-form-inner form {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 15px 60px -4px rgba(16, 24, 40, 0.08);
  padding: 44px;
}
.login-form-inner form h5,
.login-form-inner form p:not(.input-control p) {
  text-align: center;
}
.login-form-inner form h5 {
  margin-bottom: 8px;
}
.login-form-inner form p:not(.input-control p) {
  color: #6B7280;
  margin-bottom: 38px;
}
.login-form-inner form button[type=submit] {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 1535px) {
  .login-form-inner form {
    padding: 28px;
  }
}
@media (max-width: 576px) {
  .login-form {
    padding: 40px 0;
  }
  .login-form-inner form p {
    margin-bottom: 10px;
  }
}

.socials {
  padding-top: 65px;
  padding-bottom: 45px;
}
.socials h3 {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1535px) {
  .socials h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .socials h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
.socials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.socials-list a {
  background-color: #EEF3F4;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.socials-list a:hover, .socials-list a:focus {
  background-color: #dfe8ea;
}
@media (max-width: 576px) {
  .socials {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.cards {
  padding-top: 35px;
  padding-bottom: 22px;
  overflow: hidden;
}
.cards .row {
  margin-left: -9px;
  margin-right: -9px;
}
.cards .row .column {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
}

.partners {
  padding-top: 50px;
  padding-bottom: 18px;
  overflow: hidden;
}
.partners h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1535px) {
  .partners h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .partners h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
.partners .row {
  justify-content: center;
  margin-left: -25px;
  margin-right: -25px;
}
.partners .row .column {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 32px;
}
.partners-item {
  display: block;
  text-align: center;
  align-content: center;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  height: 100%;
}
@media (max-width: 576px) {
  .partners .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .partners .row .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.image-boxes {
  margin: 35px 0 15px;
}
.image-boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}
.image-boxes .row .column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.image-boxes-item {
  padding: 32px 24px;
  border-radius: 10px;
  border: 1px solid #EEF3F4;
  height: 100%;
}
.image-boxes-item .image {
  text-align: center;
  margin-bottom: 28px;
}
.image-boxes-item .image img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-boxes-item .body {
  text-align: center;
}
.image-boxes-item .title {
  color: #22404D;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.image-boxes-item p:not(.title) {
  color: #285F74;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.event-cards {
  padding-top: 65px;
  padding-bottom: 110px;
}
.event-cards .row {
  margin-left: -9px;
  margin-right: -9px;
}
.event-cards .row .column {
  padding: 0 9px;
  margin-bottom: 20px;
}
.event-cards-item {
  background-color: #EEF3F4;
  border-radius: 10px;
}
.event-cards-item .image img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.event-cards-item .body {
  padding: 20px;
}
.event-cards-item .title {
  color: #285F74;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: normal;
}
.event-cards-item p:not(.title) {
  color: #285F74;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.event-cards-item .socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px 20px;
}
.event-cards-item .socials a {
  background-color: #D7DBDB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.event-cards-item .socials a img,
.event-cards-item .socials a svg {
  opacity: 0.25;
  will-change: opacity;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-cards-item .socials a:hover img,
.event-cards-item .socials a:hover svg, .event-cards-item .socials a:focus img,
.event-cards-item .socials a:focus svg {
  opacity: 1;
}
.event-cards-item .socials a {
  background-color: #fff;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-cards-item .socials a svg {
  opacity: 1;
}
.event-cards-item .socials a svg path {
  fill: #285F74;
  transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.event-cards-item .socials a:hover, .event-cards-item .socials a:focus {
  background-color: #285F74;
}
.event-cards-item .socials a:hover svg path, .event-cards-item .socials a:focus svg path {
  fill: #fff;
}
@media (max-width: 992px) {
  .event-cards {
    padding: 60px 0;
  }
  .event-cards .c-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .event-cards-item .image img {
    height: auto;
  }
}

.contact-map {
  display: flex;
  align-items: stretch;
  background-color: #EEF3F4;
  padding: 0;
  margin-bottom: 35px;
  overflow: hidden;
}
.contact-map .left,
.contact-map .right {
  width: 50%;
}
.contact-map .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 64px;
}
.contact-map .left h5 {
  margin-bottom: 8px;
}
.contact-map .left p {
  color: #285F74;
  margin: 0;
}
.contact-map .right a {
  display: block;
}
.contact-map .right img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .contact-map {
    flex-direction: column;
  }
  .contact-map .left,
  .contact-map .right {
    width: 100%;
  }
  .contact-map .left {
    gap: 20px;
    padding: 35px;
  }
}
@media (max-width: 576px) {
  .contact-map .left {
    padding: 30px 15px 15px;
  }
  .contact-map .right img {
    transform: scale(1.3);
  }
}

.title-block {
  padding-top: 30px;
  padding-bottom: 70px;
}
.title-block h1 {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .title-block {
    padding: 30px 0;
  }
}

.error-page {
  padding: 60px 0;
}
.error-page-inner {
  text-align: center;
}
.error-page-inner h1 {
  margin-bottom: 10px;
}
.error-page-inner h2 {
  margin-bottom: 20px;
}
.error-page-inner p {
  margin-bottom: 30px;
}

.search-section ul {
  padding-left: 16px;
  margin: 0;
}
.search-section ul li:not(:last-child) {
  margin-bottom: 10px;
}
.search-section ul a {
  color: #00C1CA;
}
.search-section ul a:hover, .search-section ul a:focus {
  color: #00A0AF;
}

.image-block {
  padding: 0;
}
.image-block img {
  width: 100%;
}

.search-page h1 {
  font-size: 32px;
  line-height: 32px;
}
.search-page ul a {
  color: #00C1CA;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-page ul a:hover, .search-page ul a:focus {
  color: #00A0AF;
}
.search-page .not-results {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.program-sticky-card-wrapper {
  position: absolute;
  top: 200px;
  right: calc((100% - 1500px) / 2 + 15px);
  width: 400px;
  z-index: 100;
}
.program-sticky-card-wrapper .c-page-header-card {
  position: sticky;
  top: 20px;
}
@media (max-width: 1620px) {
  .program-sticky-card-wrapper {
    right: calc((100% - 1150px) / 2 + 15px);
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .program-sticky-card-wrapper {
    right: calc((100% - 960px) / 2 + 15px);
    width: 300px;
  }
  .program-sticky-card-wrapper .c-page-header-card .body {
    padding: 12px;
  }
}

.subpages {
  margin-bottom: 32px;
}
.subpages ul:not(.submenu) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.subpages ul:not(.submenu) li:not(.submenu li) {
  width: 100%;
  background-color: #EEF3F4;
  display: block;
  padding: 20px 18px;
  border-radius: 10px;
  margin-bottom: 0 !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  flex: 0 0 calc(25% - 9px);
}
.subpages ul:not(.submenu) a:not(.submenu a) {
  display: block;
}
.subpages ul:not(.submenu) a:not(.submenu a) .icon {
  background-color: #00A0AF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  margin-bottom: 10px;
  will-change: background-color;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpages ul:not(.submenu) a:not(.submenu a) p {
  color: #285F74;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpages ul:not(.submenu) a:not(.submenu a):hover p, .subpages ul:not(.submenu) a:not(.submenu a):focus p {
  color: #00A0AF;
}
.subpages ul:not(.submenu) a:not(.submenu a):hover .icon, .subpages ul:not(.submenu) a:not(.submenu a):focus .icon {
  background-color: #285F74;
}
.subpages ul:not(.submenu) .submenu {
  margin: 8px 0 0 0;
  padding-left: 18px;
  list-style: none;
}
.subpages ul:not(.submenu) .submenu p {
  margin: 0;
}
.subpages ul:not(.submenu) .submenu a {
  color: #285F74;
  display: block;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subpages ul:not(.submenu) .submenu a:hover, .subpages ul:not(.submenu) .submenu a:focus {
  color: #00A0AF;
}
@media (max-width: 768px) {
  .subpages.mobile-view ul {
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    gap: 1px;
  }
  .subpages.mobile-view ul li {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .subpages.mobile-view ul li.menu-header a {
    position: relative;
    background-color: #285F74;
    padding: 20px 10px;
  }
  .subpages.mobile-view ul li.menu-header a:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: translateY(-75%) rotate(45deg);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .subpages.mobile-view ul li.menu-header a .icon {
    background-color: #fff;
    color: #285F74;
  }
  .subpages.mobile-view ul li.menu-header a p {
    color: #fff;
    padding-right: 30px;
  }
  .subpages.mobile-view ul li.menu-header.active a:after {
    transform: translateY(-25%) rotate(-135deg);
  }
  .subpages.mobile-view ul li.menu-header:hover a, .subpages.mobile-view ul li.menu-header:focus a {
    color: #fff;
  }
  .subpages.mobile-view ul li.menu-header:hover a p, .subpages.mobile-view ul li.menu-header:focus a p {
    color: inherit;
  }
  .subpages.mobile-view ul li:not(.menu-header) {
    display: none;
  }
  .subpages.mobile-view.menu-expanded {
    margin-bottom: 50px;
  }
  .subpages.mobile-view.menu-expanded ul li:not(.menu-header) {
    display: block;
  }
}
@media (max-width: 1045px) {
  .subpages ul:not(.submenu) li:not(.submenu li) {
    flex: 0 0 calc(33.333% - 8px);
  }
}
@media (max-width: 992px) {
  .subpages ul:not(.submenu) .submenu {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .subpages ul:not(.submenu) li:not(.submenu li) {
    flex: 0 0 calc(50% - 6px);
  }
}
@media (max-width: 576px) {
  .subpages {
    margin-bottom: 0;
  }
  .subpages ul:not(.submenu) li:not(.submenu li) {
    flex: 0 0 100%;
  }
  .subpages ul:not(.submenu) a:not(.submenu a) {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .subpages ul:not(.submenu) a:not(.submenu a) .icon {
    margin-bottom: 0;
  }
  .subpages ul:not(.submenu) .subpages a {
    padding: 8px 0;
  }
}

.anchor-links {
  padding-bottom: 60px;
}
.anchor-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-links ul li {
  margin-bottom: 0;
}
.anchor-links ul a {
  display: inline-block;
  color: #008B9C;
  background-color: #EEF3F4;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 13px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  will-change: color, background-color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.anchor-links ul a:hover, .anchor-links ul a:focus, .anchor-links ul a:active {
  color: #fff;
  background-color: #22404D;
}

.descendants-cards h2 {
  text-align: center;
  margin-bottom: 42px;
}
.descendants-cards .row {
  margin-left: -10px;
  margin-right: -10px;
}
.descendants-cards .row .column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.descendants-cards .item {
  width: 100%;
  display: block;
  border-radius: 8px;
  position: relative;
}
.descendants-cards .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(34, 64, 77, 0.9) 0%, rgba(34, 64, 77, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  border-radius: 8px;
}
.descendants-cards .item .featured-image {
  width: 100%;
  height: 440px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.descendants-cards .item .content {
  width: 100%;
  position: absolute;
  bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  z-index: 2;
}
.descendants-cards .item .content .caption {
  color: #8FC440;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.descendants-cards .item .content h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
.descendants-cards .item .content p:not(.caption) {
  color: #E5E7EB;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
.descendants-cards .item .content button {
  background: rgba(255, 255, 255, 0.1);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.descendants-cards .item:hover .content p:not(.caption), .descendants-cards .item:focus .content p:not(.caption) {
  max-height: 200px;
  opacity: 1;
}

.main-footer-nav {
  padding: 50px 0;
  position: relative;
}
.main-footer-nav .to-top {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #EEF3F4;
  position: absolute;
  right: 0;
  bottom: 8px;
  transition: border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer-nav .to-top svg path {
  transition: stroke 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer-nav .to-top:hover, .main-footer-nav .to-top:focus {
  background-color: #285F74;
  border-color: #285F74;
}
.main-footer-nav .to-top:hover svg path, .main-footer-nav .to-top:focus svg path {
  stroke: #fff;
}
.main-footer-nav .custom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}
.main-footer-nav h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer-nav ul a {
  color: #22404D;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer-nav ul a:hover, .main-footer-nav ul a:focus {
  color: #008B9C;
}
.main-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #F0F0F0;
}
.main-footer-copyright p {
  color: #22404D;
  font-size: 16px;
  margin: 0;
}
.main-footer-copyright p strong {
  font-size: 14px;
  line-height: 14px;
}
.main-footer-copyright p span {
  color: #008B9C;
}
.main-footer-copyright ul {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer-copyright ul a {
  color: #22404D;
  line-height: 20px;
  will-change: color;
  transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-footer-copyright ul a:hover, .main-footer-copyright ul a:focus {
  color: #008B9C;
}
@media (max-width: 992px) {
  .main-footer-nav .custom-row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-footer-nav .custom-row .column:nth-child(1) {
    width: 100%;
  }
  .main-footer-nav .custom-row .column:nth-child(n+2) {
    width: calc(50% - 15px);
  }
  .main-footer-copyright {
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .main-footer-copyright p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .main-footer-copyright {
    gap: 10px;
  }
  .main-footer-copyright ul {
    flex-direction: column;
    gap: 15px;
  }
}

.underline {
  text-decoration: underline;
}

.h-pb-0 {
  padding-bottom: 0;
}

.h-pt-0 {
  padding-top: 0;
}

.h-pt-30 {
  padding-top: 30px;
}

.h-pt-40 {
  padding-top: 40px;
}

.h-pb-40 {
  padding-bottom: 40px;
}

.h-mt-30 {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important;
  }
  .h-order-md-1 {
    order: 1;
  }
  .h-order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
.grecaptcha-badge {
  right: -300px !important;
}
/*# sourceMappingURL=bundle.css.map */
