/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
	max-width: 100%;
}

/* Dropdown toggle activate on hover */
.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */

:root {
  --color-white: #FFF8F0;
  --color-opacity-black-30: rgba(0, 0, 0, 0.30);
  --color-black: #29231C;
  --color-accent: #FF583E;
  --color-grey-8: #EEE7DF;
  --color-grey-2: #FBF4EC;
  --color-grey-50: #948D86;
  --color-grey-25: #C9C3BB;
  --color-dark-blue: #01284F;
  --color-opacity-white-10: rgba(255, 248, 240, 0.10);
  --color-opacity-white-60: rgba(255, 248, 240, 0.60);
  --zindex-navbar: 100;
  --zindex-mobile-menu: 90
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Louize', sans-serif;
  src: url('../Louize-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

body {
  font-family: Inter;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
  top: 0px !important;
}

html {
  margin-top: 0px !important;
}

#wpadminbar {
  display: none;
}

/* common */
h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

h2 {
  font-family: Louize;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: -0.96px;
}

h4 {
  font-family: Louize;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.24px;
}

.big-title {
  font-family: Louize;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 92%;
  letter-spacing: -2.4px;
}

.uppercase-title {
  text-transform: uppercase;
}

.uppercase-title em,
.uppercase-title i {
  text-transform: initial;
}

.desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.img-w-100 img {
  width: 100%;
}

.img-full-2-1 img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}

.container--large,
.container--small {
  max-width: initial;
  margin-left: 56px;
  margin-right: 56px;
  width: calc(100% - 112px);
}

.container--small {
  max-width: 654px;
  margin: auto !important;
}

.block-pt {
  padding-top: 185px;
}

.block-pt--small {
  padding-top: 120px;
}

.block-pt--56 {
  padding-top: 56px;
}

.block-pb {
  padding-bottom: 185px;
}

.block-pb--small {
  padding-bottom: 120px;
}

.block-py {
  padding-top: 185px;
  padding-bottom: 185px;
}

.block-border--top {
  border-top: 1px solid var(--color-grey-8);
}

.underline {
  text-decoration: underline;
}

.circle-btn {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-opacity-white-10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-btn__img {
  width: 20px;
  height: 20px;
}

.custom-button,
.custom-outline-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.custom-button__wrap,
.custom-outline-button__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  gap: 8px;
  padding: 14px 24px;
  border-radius: 50px;
}

.custom-outline-button__wrap {
  background: transparent;
  border: 1px solid var(--color-grey-8);
}

.custom-button--black .custom-button__wrap {
  background: var(--color-black);
}

.custom-button__text,
.custom-outline-button__text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
  letter-spacing: -0.14px;
}

.custom-outline-button__text {
  color: var(--color-accent)
}

.custom-button__icon,
.custom-outline-button__icon {
  height: 16px;
}

.custom-button--black .custom-button__text {
  color: var(--color-white);
}

.custom-outline-button--black .custom-outline-button__text {
  color: var(--color-black);
}

/* google translate */
.skiptranslate {
  display: none;
}

/* navbar */
.navbar-nav {
  padding: 0px 8px;
  background: var(--color-opacity-black-30);
  backdrop-filter: blur(20px);
  border-radius: 30px;
}

.navbar-light .navbar-nav > li {
  margin: 0px 8px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--color-white);
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.14px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--color-white);
}

.dropdown-menu {
  padding: 12px;
  border-radius: 12px;
  border: 0px;
  background: var(--color-white);
}

.dropdown-item {
  padding: 8px;
  font-size: 14px;
  color: var(--color-black);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.14px;
}

.nav-item:hover .dropdown-menu {
  /* top: calc(100% + 15px) !important; */
}

.navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 10;
  padding-top: 28px;
  padding-bottom: 28px;
  z-index: var(--zindex-navbar);
}

.navbar.sticky {
  background: var(--color-white);
}

.mobile-menu--open .navbar.sticky{
  background: var(--color-dark-blue);
}

.navbar-logo-img {
  height: 50px;
}

.navbar-logo-img--dark {
  display: none;
}

.navbar.sticky .navbar-logo-img--dark {
  display: block;
}

.navbar.sticky .navbar-logo-img--light {
  display: none;
}

.mobile-menu--open .navbar.sticky .navbar-logo-img--dark {
  display: none;
}

.mobile-menu--open .navbar.sticky .navbar-logo-img--light {
  display: block;
}

.navbar-main-menu .dropdown-toggle::after {
  border: 0px;
  background-image: url('../images/icon-chevron-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
}

.language-dropdown {
  margin-left: 250px;
  margin-right: 70px;
}

.language-dropdown .nav-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-white);
}

.language-dropdown .dropdown-toggle::after {
  border: 0px;
  background-image: url('../images/icon-chevron-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
}

.sticky .language-dropdown .dropdown-toggle::after {
  background-image: url('../images/icon-chevron-down-dark.svg');
}

.mobile-menu--open .sticky .language-dropdown .dropdown-toggle::after {
  background-image: url('../images/icon-chevron-down.svg');
}

.navbar.sticky .language-dropdown .nav-link {
  color: var(--color-black);
}

.mobile-menu--open .navbar.sticky .language-dropdown .nav-link {
  color: var(--color-white);
}

.language-dropdown .dropdown-menu {
  min-width: initial;
}

.language-dropdown .menu-item .dropdown-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-black);
  cursor: pointer;
}

.language-dropdown .menu-item.active .dropdown-item {
  color: var(--color-opacity-black-30);
}

.mobile-thumbnail-btn {
  display: none;
}

.mobile-thumbnail-btn__img--times {
  display: none;
}

.mobile-thumbnail-btn__img--3lines-dark {
  display: none;
}

.mobile-menu {
  display: none;
}

/* footer */
.footer {
  background: var(--color-black);
}

.footer-top {
  padding-top: 64px;
  padding-bottom: 56px;
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--color-opacity-white-10);
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-top-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-logo-img {
  height: 50px;
}

.footer-top__left {
  text-align: left;
}

.footer-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-opacity-white-60);
  margin-top: 20px;
  text-align: left;
}

.footer-desc p {
  margin: 0px;
}

.footer-copyright-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-opacity-white-60);
  margin: 0px;
}

.footer-privacy-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-decoration: none;
  color: var(--color-opacity-white-60);
}

.footer-group-label {
  font-family: Louize;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.18px;
  color: var(--color-opacity-white-60);
  margin-bottom: 20px;
}

.footer-nav {
  display: block;
  text-align: left;
}

.footer-nav li {
  margin: 8px 0px;
}

.footer-nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  color: var(--color-white);
  text-decoration: none;
}

.footer-block-group {
  margin-bottom: 40px;
}

.footer-group-desc {
  color: var(--color-white);
}

.footer-contact-link {
  text-decoration: none;
  color: var(--color-white);
  margin-bottom: 8px;
  display: block;
}

.footer-top__right-blocks {
  display: flex;
  gap: 20px;
}

.footer-block-col {
  min-width: 140px;
}

/* 404 page */
.page-404-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: var(--color-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404__title {
  margin-bottom: 24px;
  color: var(--color-white);
}

.page-404__small-title {
  color: var(--color-white);
  font-family: Louize;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: -0.32px;
}

.page-404__link-wrap {
  margin-top: 32px;
}

.page-404-content {
  text-align: center;
}

/* simple page template */
.simple-page-header {
  padding-top: 208px;
  padding-bottom: 128px;
  background: var(--color-dark-blue);
  text-align: center;
  color: var(--color-white);
}

.simple-page-content {
  padding-top: 128px;
  padding-bottom: 128px;
  background: var(--color-white);
}

.simple-page-content h4 {
  font-family: Louize;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 24.96px */
  letter-spacing: -0.24px;
}

.simple-page-content ul {
  list-style: none;
  padding-left: 0px;
}

.simple-page-content ul li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

.simple-page-content ul li::before {
  content: '•';
  color: var(--color-accent);
  position: absolute;
  left: 0px;
}

/* cards-video-block */
.cards-video-block__video-content {
  width: 100%;
  height: 0px;
  padding-top: 54.21%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.cards-video-block__cards {
  display: flex;
  gap: 20px;
}

.cards-video-block__card {
  width: 50%; 
}

.cards-video-block__card-wrap {
  border-radius: 12px;
  padding: 40px;
  background: var(--color-dark-blue);
  position: relative;
  width: 100%;
  padding-top: 75.26%;
}

.cards-video-block__card:last-of-type .cards-video-block__card-wrap {
  background: var(--color-accent);
}

.cards-video-block__card-title {
  color: var(--color-white);
  margin: 0px;
}

.cards-video-block__card-title * {
  margin: 0px;
}

.cards-video-block__card-description {
  color: var(--color-white);
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  max-width: 400px;
}

.cards-video-block__card-content {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: space-between;
}

/* home-hero-block */
.home-herob-block-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 152px;
}

.home-hero-block__title {
  font-family: Louize;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -1.92px;
  color: var(--color-white);
}

.home-hero-block__cta-wrap {
  margin-top: 16px;
}

.home-hero-block__main {
  margin-left: auto;
  margin-right: 0px;
  max-width: 640px;
}

.home-hero-block__about {
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  border-left: 16px solid var(--color-accent);
  padding: 48px 112px;
  margin-top: 323px;
}

.home-hero-block__sub-text {
  max-width: 200px;
  color: var(--color-black);
}

.home-hero-block__desc {
  max-width: 542px;
}

/* slider-hero-block */
.slider-hero-block {
  position: relative;
}

.slider-hero__slide-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 152px;
  padding-bottom: 500px;
}

.slider-hero-block__about-wrap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.slider-hero-block__about {
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  border-left: 16px solid var(--color-accent);
  padding: 48px 112px;
  column-gap: 30px;
}

.slider-hero-block .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* what-we-do-block */
.wwd-block__head {
  text-align: center;
}

.wwd-block__main-img {
  margin-bottom: 40px;
}

.wwd-block__main-title {
  max-width: 600px;
  margin: auto;
  color: var(--color-black);
  text-transform: uppercase;
}

.wwd-block-body {
  margin-top: 72px;
}

.wwd-block-body-wrap {
  display: flex;
  border-top: 1px solid var(--color-grey-8);
  border-bottom: 1px solid var(--color-grey-8);
}

.wwd-block-body-space {
  width: 10%;
  flex-shrink: 0;
}

.wwd-block-body-main {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

.wwd-col {
  width: 50%;  
}

.wwd-col--w-100 {
  width: 100%;
}

.wwd-col-wrap {
  padding: 40px;
  border-top: 1px solid var(--color-grey-8);
  border-right: 1px solid var(--color-grey-8);
}

.wwd-col:nth-of-type(1) .wwd-col-wrap,
.wwd-col:nth-of-type(2) .wwd-col-wrap {
  border-top: 0px;
}

.wwd-col:nth-of-type(odd) .wwd-col-wrap {
  border-left: 1px solid var(--color-grey-8);
}

.wwd-col__img {
  margin-bottom: 36px;
}

.wwd-col__title {
  font-family: Louize;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 102%; /* 32.64px */
  letter-spacing: -0.32px;
  color: var(--color-accent);
  margin-bottom: 16px;
}

.wwd-block__additional-links {
  padding-left: 0px;
  list-style: none;
  display: flex;
  max-width: 720px;
  gap: 12px 16px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.wwd-block__additional-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-accent);
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.wwd-block__additional-link:hover {
  color: var(--color-accent);
}

.wwd-block__additional-link::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--color-grey-8);
}

/* who-we-are-block */
.wwa-block-wrap {
  display: flex;
  border-top: 1px solid var(--color-grey-8);
  align-items: stretch;
}

.wwa-col {
  text-align: center;
  padding-top: 104px;
  padding-bottom: 90px;
  border-right: 1px solid var(--color-grey-8);
  position: relative;
  width: 33.33%;
}

.wwa-col:last-of-type {
  border-right: 0px;
}

.wwa-col__img {
  margin-bottom: 56px;
  max-height: 200px;
}

.wwa-col__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 240px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 16px;
}

.wwa-col__desc {
  font-size: 16px;
  line-height: 1.16;
  margin-bottom: 56px;
  margin: auto;
  max-width: 360px;
}

.wwa-col__link-wrap {
  padding: 16px;
  border-top: 1px solid var(--color-grey-8);
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}

.icon-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.icon-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
}

.icon-link__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
  color: var(--color-black);
}

.wwa-col-body {
  padding: 0px 56px;
}

/* who-we-serve-block */
.wws-block-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 132px;
}

.wws-block-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  width: 50%;
  flex-shrink: 0;
}

.wws-block__main-title {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.wws-block__description {
}

.wws-block__list {
  margin-top: 140px;
}

.wws-row {
  border-bottom: 1px solid var(--color-grey-8);
  padding: 24px 0px;
}

.wws-title {
  font-family: Louize;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 24.96px */
  letter-spacing: -0.24px;
  margin: 0px;
}

/* text-image-hero-block */
.text-image-hero-block__text-wrap {
  background: var(--color-dark-blue);
  width: 100%;
  height: 650px;
  position: relative;
}

.text-image-hero-block__text * {
  margin: 0px;
}

.text-image-hero-block__text {
  color: var(--color-accent);
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-image-hero-block__sep {
  width: 100%;
  height: 10px;
  background: var(--color-accent);
}

.text-image-hero-block__img-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0px;
  width: 100%;
  padding-top: 50%;
}

/* about-mission-block */
.about-mission-block__top,
.about-mission-block__bottom {
  display: flex;
  justify-content: space-between;
  gap: 245px;
}

.about-mission-block__top {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-grey-8);
}

.about-mission-block__bottom {
  padding-bottom: 64px;
  padding-top: 64px;
  border-bottom: 1px solid var(--color-grey-8);
}

.about-mission__main-title,
.about-mission__sub-title {
  margin: 0px;
  color: var(--color-black);
}

.about-mission__main-title * {
  margin: 0px
}

.about-mission__main-title, 
.about-mission__sub-title{
  width: 450px;
  flex-shrink: 0;
}

.about-mission__sub-title {
  color: var(--color-accent);
  font-style: italic;
}

.about-mission__main-desc,
.about-mission__sub-desc {
  color: var(--color-black);
}

/* history-block */
.history-block__title {
  margin-bottom: 24px;
}

.history-block__title * {
  margin: 0px;
}

.history-block__desc {
  max-width: 512px;
  margin: auto;
}

.history-block__text-group {
  border-left: 6px solid var(--color-accent);
  background: var(--color-grey-2);
  padding: 48px 64px;
  display: flex;
  gap: 52px; 
  justify-content: space-between;
  margin-top: 64px;
}

.history-block__image-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.history-block__image1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.history-block__image2 {
  width: 100%;
  height: 0px;
  padding-top: 50%;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.history-block__image3 {
  width: 100%;
  height: 0px;
  padding-top: 50%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.history-block__image-wrap {
  position: relative;
}

.history-block__image {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* multi-text-hero-block */
.multi-text-hero-block {
  background: var(--color-dark-blue);
  padding-top: 208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.multi-text-hero-block__title {
  color: var(--color-white);
  word-break: break-word;
}

.multi-text-hero-block__title * {
  margin: 0px;
}

.multi-text-hero-block__title-wrap {
  text-align: center;
  word-break: break-all;
}

.multi-text-hero-block__text-group {
  margin-top: 128px;
  padding: 48px 112px;
  border-left: 16px solid var(--color-accent);
  display: flex;
  justify-content: space-between;
  background: var(--color-white);
}

.multi-text-hero-block__left-text {
  max-width: 200px;
}

.multi-text-hero-block__right-text {
  max-width: 542px;
}

/* cta-block */
.cta-block-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 50%;
}

.cta-block__title {
  color: var(--color-accent);
}

.cta-block__desc {
  margin-top: 24px;
}

.cta-block__btn-wrap {
  margin-top: 32px;
}

.cta-block__content {
  background: var(--color-white);
  padding: 48px 24px;
  border-radius: 12px;
  position: absolute;
  bottom: 56px;
  right: 56px;
  width: 50%;
  max-width: 654px;
  padding-right: 150px;
}

/* program-hero-blcok */
.program-hero-block {
  border-bottom: 1px solid var(--color-grey-8);
}

.program-hero-block__img-block {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.program-hero-block__content {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 800px;
  margin: auto;
}

.program-hero-block__title {
  margin-bottom: 24px;
}

.program-hero-block__desc {
  margin-bottom: 64px;
}

/* services-block */
.services-block__list-item {
  display: flex;
  justify-content: center;
  gap: 245px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-grey-8);
}

.services-block__list-item:first-of-type {
  padding-top: 0px;
}

.services-block__list-item:last-of-type {
  border-bottom: 0px;
}

.services-block__list-item-left {
  width: 430px;
  flex-shrink: 0;
}

.services-block__list-item-right {
  flex-grow: 1;
}

.services-block__links-wrap {
  margin-top: 32px;
}

.services-block__links-wrap a {
  margin-right: 8px;
  margin-bottom: 8px;
}

.services-block__list-item-desc ul {
  list-style: none;
  padding-left: 0px;
}

.services-block__list-item-desc ul li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

.services-block__list-item-desc ul li::before {
  content: "•";
  color: var(--color-accent);
  position: absolute;
  left: 0px;
}

/* event-list-block */
.event-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 184px;
  gap: 80px;
}

.event-item:first-of-type {
  padding-top: 184px;
}

.event-item-left {
  flex-grow: 1;
}

.event-item-right {
  width: 50%;
  flex-shrink: 0;
}

.event-item:nth-of-type(even) .event-item-left {
  order: 2;
}

.event-item:nth-of-type(even) .event-item-right {
  order: 1;
}

.event-item__title {
  margin-bottom: 24px;
}

.event-item__schedule {
  margin-top: 144px;
  margin-bottom: 144px;
}

.event-item__schedule-row {
  display: flex;
  padding: 16px 0px;
  border-bottom: 1px solid var(--color-grey-8);
}

.event-item__schedule__time {
  font-family: Louize;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.24px;
  color: var(--color-grey-50);
  width: 150px;
}

.event-item__schedule__description {
  font-family: Louize;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.24px;
}

.event-item-img-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.event-item__text-blocks {
  margin-top: 144px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.event-item__text-block-col {
  width: calc(50% - 16px);
}

/* event-hero-block */
.event-hero-block  {
  border-bottom: 1px solid var(--color-grey-8);
}

.event-hero-img {
  width: 100%;
  height: 0px;
  padding-top: 27.78%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-hero-content {
  max-width: 800px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.event-hero__desc {
  margin-top: 24px;
}

.event-hero__title em {
  font-family: Louize;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 92%;
  letter-spacing: -1.92px;
}

.event-hero__link-wrap {
  text-align: center;
  margin-top: 32px;
}

/* event-content-overview-block */
.event-content-container {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-grey-8);
}

.event-content__right {
  width: 50%;
  flex-shrink: 0;
}

.event-content-overview__details-block {
  background: var(--color-grey-2);
  border: 1px solid var(--color-grey-8);
  border-left: 8px solid var(--color-accent);
  border-radius: 12px;
  padding: 32px;
  margin-top: 32px;
}

.event-content-overview__link-wrap {
  margin-top: 32px;
}

.event-content-overview__details-date {
  font-family: Louize;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
  color: var(--color-accent);
}

.event-content-overview__details-name {
  font-family: Louize;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: -0.32px;
  margin-bottom: 6px;
}

.event-content-overview__details-location {
  color: var(--color-grey-50);
}

/* event-content-members-block */
.event-content-members__link-wrap {
  margin-top: 32px;
}

.event-content-members__desc {
  margin-bottom: 24px;
}

.event-content-members__list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.event-content-members__list li {
  position: relative;
  padding-left: 20px;
  flex: 1 1 50%;
  box-sizing: border-box;
}

.event-content-members__list li::before {
  content: '•';
  color: var(--color-accent);
  position: absolute;
  left: 0px;
}

/* event-content-schedule-block */
.event-content-schedule__desc {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* event-content-slider-block */
.event-content-slider-block {
  padding-top: 64px;
  padding-bottom: 184px;
}

.event-content-slider__slide-img-wrap {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* hmh__slider */
.hmh__slider .slick-prev,
.hmh__slider .slick-next {
  width: 40px;
  height: 40px;
  background: var(--color-dark-blue);
  border-radius: 50%;
  z-index: 1;
}

.hmh__slider .slick-prev {
  left: 40px;
}

.hmh__slider .slick-next {
  right: 40px;
}

.hmh__slider .slick-prev:before,
.hmh__slider .slick-next:before {
  font-family: '';
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  opacity: 1;
  display: inline-block;
}

.hmh__slider .slick-prev:before {
  background-image: url('../images/icon-chevron-left.svg');
}

.hmh__slider .slick-next:before {
  background-image: url('../images/icon-chevron-right.svg');
}

.hmh__slider .slick-dots li button:before {
  font-size: 16px;
  background: var(--color-neavy-blue);
}

/* text-banner-block */
.text-banner-block-wrap {
  text-align: center;
}

.text-banner-block__img {
  margin-bottom: 40px;
}

.text-banner-block__title {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.text-banner-block__title em,
.text-banner-block__title i {
  text-transform: initial;
}

.text-banner-block__link-wrap {
  margin-top: 32px;
}

/* volunteers-block */
.volunteers-block {
  background: var(--color-grey-2);
}

.volunteers-block-container {
  display: flex;
  justify-content: space-between;
  gap: 132px;
}

.volunteers-block__left {
  flex-grow: 1;
}

.volunteers-block__right {
  width: 50%;
  flex-shrink: 0;
}

.volunteers-block__desc {
  margin-top: 24px;
}

.volunteers-block-img-wrap {
  width: 100%;
  height: 0px;
  padding-top: 137.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}

.volunteers-block__form {
  margin-top: 64px;
}

/* contact-block */
.contact-block {
  background: var(--color-grey-2);
}

.contact-block-container {
  display: flex;
  justify-content: space-between;
}

.contact-block__left {
  max-width: 430px;
  flex-grow: 1;
}

.contact-block__right {
  width: 50%;
  flex-shrink: 0;
}

.contact-block__title {
  margin-bottom: 32px;
}

.contact-block__group-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-grey-50);
  margin-bottom: 6px;
}

.contact-block__group-data {
  color: var(--color-black);
  text-decoration: none;
}

.contact-block__group {
  margin-bottom: 32px;
}

/* board-members-block */
.board-members-block {
  background: var(--color-dark-blue);
  color: var(--color-white);
}

.board-members__top {
  text-align: center;
}

.board-members__title {
  margin-bottom: 24px;
}

.board-members__desc {
  max-width: 542px;
  margin: auto;
}

.board-members__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 80px;
}

.board-member__col {
  width: 25%;
}

.board-member__col-wrap {
  border-left: 1px solid var(--color-accent);
  padding-left: 20px;
  padding-right: 20px;
}

.board-member__name {
  color: var(--color-white);
  margin-bottom: 6px;
}

.board-member__role {
  color: var(--color-opacity-white-60);
}

.board-members__more-btn-wrap {
  display: none;
}

.board-members__overflow {
  display: none;
}

/* financials-block */
.financials-block__wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.financials-block__title {
  width: 380px;
}

.financials-block__right {
  max-width: 654px;
}

.financials-block__list {
  list-style: none;
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0px;
  gap: 16px;
}

.financials-block__link {
  text-decoration: none;
  color: var(--color-accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
  cursor: pointer;
}

.financials-block__link:hover {
  color: var(--color-accent);
}

.financials-block__link-wrap {
  position: relative;
}

.financials-block__link-wrap::before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: -5px;
  height: 1px;
  background: var(--color-grey-8);
}

/* timeline-block */
.timeline-icon {
  margin-bottom: 40px;
}

.timeline-block__title {
  max-width: 600px;
  margin: auto;
}

.timeline-block__list {
  /* margin-top: 80px; */
  position: relative;
}

.timeline-block__list .timeline-block__list-percent-line {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 2px;
  background: var(--color-accent);
  transition: all .2s ease;
  bottom: -80px;
}

.timeline-block__list-item-year {
  font-family: Louize;
  font-size: 104px;
  font-style: italic;
  font-weight: 400;
  line-height: 92%;
  letter-spacing: -6.24px;
  text-transform: uppercase;
  color: var(--color-grey-25);
  margin: 0px;
}

.active .timeline-block__list-item-year {
  color: var(--color-accent);
}

.timeline-block__list-item-desc {
  color: var(--color-grey-50);
  max-width: 352px;
}

.active .timeline-block__list-item-desc {
  color: var(--color-black);
}

.timeline-block__list-item-wrap {
  position: relative;
  margin-bottom: 80px;
}

.timeline-block__list-item-content {
  padding-left: 40px;
  position: relative;
}

.timeline-block__list-item-vline {
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: -80px;
  width: 2px;
  background: var(--color-grey-8);
}

.timeline-block__list-item:last-of-type .timeline-block__list-item-vline {
  bottom: 0px;
}

.timeline-block__list-item-vline::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-grey-25);
  z-index: 1;
}

.active .timeline-block__list-item-vline::before {
  background: var(--color-accent);
}

.timeline-block__content {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.timeline-block__content.visible--mobile {
  display: none;
}

.timeline-block__content-left {
  flex-grow: 1;
}

.timeline-block__content-right {
  width: 50%;
  flex-shrink: 0;
  max-width: 500px;
}

.timeline-block__img {
  width: 100%;
  height: 0px;
  padding-top: 137.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease;
  position: absolute;
  left: 0px;
  top: 0px;
}

.timeline-block__img:first-of-type {
  position: relative;
}

.timeline-block__img.active {
  visibility: visible;
  opacity: 1;
}

/* contact form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea {
  padding: 14px 24px;
  border: 1px solid var(--color-grey-25);
  border-radius: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-grey-50);
  background: transparent;
  width: 100%;
}

.wpcf7-textarea {
  border-radius: 20px;
  resize: none;
  height: 100px;
}

.form-row {
  margin-bottom: 12px;
}

.form-row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-grey-50);
  margin-bottom: 12px;
}

.wpcf7-list-item {
  display: block;
  margin: 0px;
}

.wpcf7-radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 8px !important;
  color: var(--color-grey-50);
}

.wpcf7-radio-container.checked {
  color: var(--color-black);
}

.wpcf7-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid var(--color-grey-50);
}

.wpcf7-radio-container:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

.wpcf7-radio-container input:checked ~ .checkmark {
  border: 1px solid var(--color-accent);
}


.wpcf7-radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wpcf7-radio-container input:checked ~ .checkmark:after {
  display: block;
  background: var(--color-accent);
}

.wpcf7-radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.wpcf7-checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 8px !important;
}

.wpcf7-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid var(--color-grey-50);
}

.wpcf7-checkbox-container:hover input ~ .checkmark {
  
}

.wpcf7-checkbox-container input:checked ~ .checkmark {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.wpcf7-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wpcf7-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.wpcf7-checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-submit-button {
  padding: 14px 24px;
  background: var(--color-black);
  border-radius: 100px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: var(--color-white);
  display: flex;
  align-items: center;
}

.wpcf7-submit-button::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image:url('../images/icon-caret-double-right-white.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.submit-btn-wrap {
  margin-top: 32px;
}

@media (max-width: 1400px) {
  /* services-block */
  .services-block__list-item {
    gap: 100px;
  }
}

@media (max-width: 1200px) {
  /* footer */
  .footer-top-wrap {
    display: block;
  }

  .footer-top__left {
    margin-bottom: 64px;
  }

  .footer-top__right-blocks {
    justify-content: space-between;
  }

  /* about-mission-block */
  .about-mission-block__top,
  .about-mission-block__bottom {
    gap: 100px;
  }

  /* financials-block */
  .board-member__col {
    width: 33.33%;
  }

  /* cta-block */
  .cta-block__content {
    max-width: initial;
    padding-right: 24px;
  }

  /* services-block */
  .services-block__list-item {
    gap: 50px;
  }

  /* volunteers-block */
  .volunteers-block-container {
    gap: 50px;
  }
}

@media (max-width: 992px) {
  /* common */
  .container--large,
  .container--small {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }

  .big-title {
    font-size: 72px;
    letter-spacing: -2.16px;
  }

  .img-full-2-1 img {
    aspect-ratio: 100 / 107;
    object-fit: cover;
  }

  /* navbar */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex;
    width: initial;
    flex-grow: 1;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .language-dropdown {
    margin-left: 50px;
  }

  /* home-hero-block */
  .home-hero-block__main {
    margin-left: 0px;
    margin-right: auto;
  }

  .home-hero-block__about {
    margin-left: -40px;
    margin-right: -40px;
    padding: 48px 40px;
    display: block;
  }

  .home-hero-block__sub-text {
    margin-bottom: 20px;
  }

  .home-hero-block__desc {
    max-width: initial;
    padding-right: 140px;
  }

  /* slider-hero-block */
  .slider-hero-block__about {
    margin-left: -40px;
    margin-right: -40px;
    padding: 48px 40px;
    display: block;
  }

  .slider-hero-block__about-wrap {
    position: static;
  }

  .slider-hero__slide-wrap {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .slider-hero-block .home-hero-block__main {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .slider-hero__slides .slick-dots {
    bottom: 20px !important;
  }

  /* what-we-are-block */
  .wwa-block-wrap {
    display: block;
  }

  .wwa-col {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid var(--color-grey-8);
  }

  .wwa-col:last-of-type {
    border-bottom: 0px;
  }

  /* what-we-do-block */
  .wwd-block-body-space {
    width: 40px;
  }

  /* what-we-serve-block */
  .wws-block-wrap {
    display: block;
  }

  .wws-block__list {
    margin-top: 64px;
  }

  .wws-block-right {
    width: 100%;
    height: 0px;
    padding-top: 118.83%;
    margin-top: 64px;
  }

  /* cards-video-block */
  .cards-video-block__video-content {
    padding-top: 118.83%;
  }

  .cards-video-block__cards {
    display: block;
  }

  .cards-video-block__card {
    width: 100%;
  }

  .cards-video-block__card-wrap {
    padding-top: 68.97%;
  }

  .cards-video-block__card {
    margin-bottom: 20px;
  }

  .cards-video-block__card:last-of-type {
    margin-bottom: 0px;
  }

  /* footer */
  .footer-top__right-blocks {
    flex-wrap: wrap;
    row-gap: 64px;
  }

  .footer-block-col:nth-of-type(1),
  .footer-block-col:nth-of-type(3) {
    width: 30%;
  }

  .footer-block-col:nth-of-type(2),
  .footer-block-col:nth-of-type(4) {
    width: calc(70% - 20px);
  }

  /* about-mission-block */
  .about-mission-block__top,
  .about-mission-block__bottom {
    display: block;
  }

  .about-mission__main-title,
  .about-mission__sub-title {
    margin-bottom: 24px;
    max-width: 450px;
    width: 100%;
  }

  /* history-block */
  .history-block__text-group {
    display: block;
  }

  .history-block__text-group .desc {
    margin-bottom: 28px;
  }

  .history-block__text-group .desc:last-of-type {
    margin-bottom: 0px;
  }

  .history-block__image2 {
    padding-top: 76.3%;
  }

  .history-block__image3 {
    padding-top: 76.3%;
  }

  /* financials-block */
  .financials-block__wrap {
    display: block;
  }

  .financials-block__left {
    margin-bottom: 24px;
  }

  .financials-block__title {
    width: 100%;
    max-width: 380px;
  }

  /* multi-text-hero-block */
  .multi-text-hero-block__text-group {
    margin-left: -40px;
    margin-right: -40px;
    padding: 48px 40px;
    display: block;
  }

  .multi-text-hero-block__left-text {
    margin-bottom: 20px;
    max-width: initial;
    padding-right: 74px;
  }

  /* cta-block */
  .cta-block-wrap {
    padding-top: 107.43%;
  }

  .cta-block__content {
    left: 40px;
    right: 40px;
    bottom: 40px;
    width: initial;
  }

  /* services-block */
  .services-block__list-item {
    display: block;
  }
  
  .services-block__list-item-title {
    margin-bottom: 24px;
  }

  .services-block__list-item-left {
    max-width: 430px;
    width: 100%;
  }

  /* event-list-block */
  .event-item {
    display: block;
  }

  .event-item__schedule {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .event-item-right {
    width: 100%;
    padding-top: 118.83%;
    position: relative;
    margin-top: 64px;
  }

  .event-item-img-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }

  .event-item__text-blocks {
    margin-top: 64px;
  }

  /* event-hero-block */
  .event-hero__title em {
    font-size: 72px;
    letter-spacing: -2.16px;
  }

  .event-hero-img {
    padding-top: 0px;
    height: 400px;
  }

  /* event-content-overview-block */
  .event-content-container {
    display: block;
  }

  .event-content__left {
    margin-bottom: 24px;
  }

  .event-content__right {
    width: 100%;
  }

  /* volunteers-block */
  .volunteers-block-container {
    display: block;
  }

  .volunteers-block__left {
    margin-bottom: 64px;
  }

  .volunteers-block__right {
    width: 100%;
  }

  .volunteers-block-img-wrap {
    padding-top: 121.4%;
  }

  /* contact-block */
  .contact-block-container {
    display: block;
  }

  .contact-block__right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* common */
  h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .block-pt {
    padding-top: 144px;
  }

  .block-py {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  /* header */
  .navbar-main-menu {
    display: none;
  }

  .mobile-thumbnail-btn {
    display: block;
  }

  .language-dropdown {
    margin-left: 0px;
    margin-right: 36px;
  }

  /* mobile menu */
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--color-dark-blue);
    z-index: var(--zindex-mobile-menu);
  }

  .mobile-menu--open {
    overflow: hidden;
  }

  .mobile-menu--open .mobile-menu {
    display: block;
  }

  .mobile-menu--open .mobile-thumbnail-btn__img--3lines {
    display: none;
  }

  .mobile-menu--open .mobile-thumbnail-btn__img--times {
    display: block;
  }

  .sticky .mobile-thumbnail-btn__img--3lines-dark {
    display: block;
  }

  .mobile-menu--open .sticky .mobile-thumbnail-btn__img--3lines-dark {
    display: none;
  }

  .sticky .mobile-thumbnail-btn__img--3lines {
    display: none;
  }

  .mobile-menu__logo-img {
    width: 300px;
  }

  .mobile-menu-content-wrap {
    padding-top: 140px;
  }

  .mobile-navbar-nav {
    padding-left: 0px;
  }

  .mobile-navbar-nav li.menu-item {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-opacity-white-10);
  }

  .mobile-navbar-nav li.menu-item a {
    padding: 0px;
    font-family: Louize;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    letter-spacing: -0.4px;
    color: var(--color-white);
    text-decoration: none;
  }

  .mobile-navbar-nav .sub-menu {
    padding-left: 0px;
    margin-top: 24px;
    display: none;
  }

  .mobile-navbar-nav .sub-menu li.menu-item  {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 12px;
  }

  .mobile-navbar-nav .sub-menu li.menu-item a {
    font-family: Louize;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    letter-spacing: -0.2px;
    color: var(--color-opacity-white-60);
  }

  .mobile-menu li.menu-item-has-children {
    position: relative;
  }

  .mobile-menu li.menu-item-has-children::after {
    content: '';
    background-image: url('../images/icon-chevron-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 0px;
    transition: all .5s ease;
  }

  .mobile-menu li.menu-item-has-children.sub-menu--expanded::after {
    transform: rotate(180deg);
  }

  .mobile-menu__logo {
    position: absolute;
    bottom: 28px;
  }

  /* home-hero-block */
  .home-hero-block__desc {
    padding-right: 0px;
  }

  .home-hero-block__about {
    padding-right: 24px;
  }

  .home-hero-block__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 92%;
    letter-spacing: -1.2px;
  }

  .home-hero-block__about {
    margin-top: 230px;
  }

  /* slider-hero-block */
  .slider-hero-block__about {
    padding-right: 24px;
  }

  .slider-hero-block .slick-next {
    right: 20px;
  }

  .slider-hero-block .slick-prev {
    left: 20px;
  }

  .slider-hero-block .home-hero-block__main {
    margin-left: 50px;
    margin-right: 50px;
  }

  /* what-we-are-block */
  .wwa-col__img {
    max-height: 170px;
  }

  .wwa-col {
    padding-top: 64px;
  }

  .wwa-col__title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }

  /* what-we-do-block */
  .wwd-block-body {
    margin-top: 56px;
  }

  .wwd-col {
    width: 100%;
  }

  .wwd-col-wrap {
    border-left: 1px solid var(--color-grey-8);
    border-right: 1px solid var(--color-grey-8);
    padding: 40px 24px;
  }

  .wwd-col:nth-of-type(1) .wwd-col-wrap {
    border-top: 0px;
  }

  .wwd-col:nth-of-type(2) .wwd-col-wrap {
    border-top: 1px solid var(--color-grey-8);
  }

  .wwd-col__title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }

  /* who-we-serve-block */
  .wws-row {
    padding: 16px 0px;
  }

  .wws-block__list {
    margin-top: 48px;
  }

  /* cards-video-block */
  .cards-video-block__card-content {
    left: 24px;
    right: 24px;
  }

  .cards-video-block__card-description {
    left: 24px;
    right: 24px;
  }

  /* board-members-block */
  .board-member__col {
    width: 50%;
  }

  /* services-block */
  .services-block__list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* timeline-block */
  .timeline-block__content.visible--desktop {
    display: none;
  }

  .timeline-block__content.visible--mobile {
    display: block;
  }

  .timeline-block__content-right {
    width: 100%;
    max-width: initial;
    margin-bottom: 144px;
  }

  .timeline-block__list-scroll {
    /* height: 500px;
    overflow: hidden;
    position: relative; */
  }

  .timeline-block__list--expanded.timeline-block__list-scroll {
    height: initial;
    overflow: initial;
  }

  .timeline-block__list--expanded .timeline__more-btn-wrap {
    display: none;
  }

  .timeline-block__list-scroll::after {
    /* content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.00) 70%, #FFF8F0 100%);
    z-index: 1; */
  }

  .timeline-block__list--expanded.timeline-block__list-scroll::after {
    display: none;
  }

  .timeline-block__list-item-year {
    font-size: 80px;
    letter-spacing: -4.8px;
  }

  .timeline-block__list-item-wrap {
    margin-bottom: 64px;
  }

  .timeline-block__content-left {
    margin-bottom: 64px;
  }

  .timeline__more-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 2;
    transform: translateX(-50%);
    display: none;
  }

  .timeline__more-btn {
    background: #1b3d5f;
  }

  .timeline-block__img {
    margin-bottom: 30px;
    padding-top: 0px;
    height: initial;
    visibility: visible;
    opacity: 1;
  }

  .timeline-block__list-item-vline::before {
    display: none;
  }

  .timeline-block__list-item-year {
    position: relative;
  }

  .timeline-block__list-item-year::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-accent);
  }
}

@media (max-width: 576px) {
  /* common */
  .big-title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .block-pt {
    padding-top: 120px;
  }

  .block-pb {
    padding-bottom: 120px;
  }

  .block-py {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* board-members-block */
  .board-member__col {
    width: 100%;
  }

  .board-members__list {
    row-gap: 20px;
  }

  .board-members__list-wrap {
    height: 600px;
    overflow: hidden;
    position: relative;
  }

  .board-members__list--expanded.board-members__list-wrap {
    height: initial;
    overflow: initial;
  }

  .board-members__overflow {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 40, 79, 0.00) 70%, #01284F 100%);
  }

  .board-members__list--expanded .board-members__overflow {
    display: none;
  }

  .board-members__more-btn-wrap {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }

  .board-members__list--expanded .board-members__more-btn-wrap {
    display: none;
  }

  .board-member__col-wrap {
    margin-left: 1px;
  }

  /* cta-block */
  .cta-block-wrap {
    padding-top: 150%;
  }

  /* services-block */
  .services-block__links-wrap a {
    width: 100%;
    margin-right: 0px;
  }

  /* event-list-block */
  .event-item {
    padding-bottom: 144px;
  }

  .event-item:first-of-type {
    padding-top: 144px;
  }

  .event-item__schedule-row {
    display: block;
  }

  .event-item__schedule__time {
    width: 100%;
    margin-bottom: 12px;
  }

  .event-item__schedule-row {
    padding: 24px 0px;
  }

  .event-item__text-blocks {
    display: block;
  }

  .event-item__text-block-col {
    width: 100%;
    margin-bottom: 24px;
  }

  .event-item-right {
    padding-top: 162.3%;
  }

  /* event-hero-block */
  .event-hero__title em {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  /* event-content-members-block */
  .event-content-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .event-content-members__list li {
    flex: 1 1 100%;
  }

  /* event-content-slider-block */
  .event-content-slider-block {
    padding-bottom: 144px;
  }

  .hmh__slider .slick-prev {
    left: 20px;
  }

  .hmh__slider .slick-next {
    right: 20px;
  }

  .hmh__slider .slick-prev,
  .hmh__slider .slick-next {
    width: 30px;
    height: 30px;
  }

  .hmh__slider .slick-prev:before,
  .hmh__slider .slick-next:before {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 425px) {
  /* common */
  .container--large,
  .container--small {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }

  /* header */
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* footer */
  .footer-top__right-blocks {
    row-gap: 40px;
  }

  .footer-bottom-wrap {
    row-gap: 12px;
    flex-wrap: wrap;
  }

  .footer-copyright-text {
    order: 2;
    width: 100%;
  }

  .footer-privacy-link {
    order: 1;
  }

  .footer-block-group:last-of-type {
    margin-bottom: 0px;
  }

  .footer-block-col {
    width: 100%;
  }

  /* home-hero-block */
  .home-hero-block__about {
    margin-left: -24px;
    margin-right: -24px;
    border-left-width: 10px;
  }

  /* slider-hero-block */
  .slider-hero-block__about {
    margin-left: -24px;
    margin-right: -24px;
    border-left-width: 10px;
  }

  /* who-we-are-block */
  .wwa-col__img {
    max-height: 120px;
  }

  /* what-we-do-block */
  .wwd-block-body-space {
    width: 24px;
  }

  /* who-we-serve-block */
  .wws-block-right {
    padding-top: 162.3%;
  }

  /* cards-video-block */
  .cards-video-block__video-content {
    padding-top: 162.3%;
  }

  .cards-video-block__card-wrap {
    padding-top: 115.94%;
  }

  /* cta-block */
  .cta-block__content {
    left: 24px;
    right: 24px;
  }

  /* multi-text-hero-block */
  .multi-text-hero-block__text-group {
    margin-left: -24px;
    margin-right: -24px;
    border-left-width: 10px;
  }

  /* text-image-hero-block */
  .text-image-hero-block__text-wrap {
    height: 80vh;
  }

  .text-image-hero-block__img-wrap {
    height: 50vh;
    padding-top: 0px;
  }

  /* timeline-block */
  .timeline-block__list-item-year {
    font-size: 60px;
  }

  .timeline-block__list-item-vline::before {
    top: 16px;
  }

  .language-dropdown {
    margin-right: 50px;
  }
}