@charset "UTF-8";
:root {
  --maxW: calc(100vw - var(--scroll-width));
  --gap-size: 24px;
  --color-green: #098500;
  --accent-color: var(--color-green);
  --color-green-2: #82BC00;
  --color-green-hover: #087700;
  --color-blue: #27348B;
  --color-blue-2: #3874B9;
  --color-orange: #E35E00;
  --color-orange-2: #F18800;
  --color-grey: #F7F7F7;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: var(--color-black);
  --font-primary: "Arboria", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  overflow-anchor: none;
}
*::after, *::before {
  box-sizing: inherit;
  outline: 0;
}
*:active, *:focus, *:hover, *:visited {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.no-css {
  visibility: hidden;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

progress, sub, sup {
  vertical-align: baseline;
}

pre, code {
  overflow: auto;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  color: #000;
}

embed, iframe, img, legend, object, pre, details, figure, video, audio, picture {
  max-width: 100%;
  display: block;
  border: 0;
  outline: 0;
}

a {
  background-color: transparent;
  text-decoration: unset;
  color: unset;
}
a:active, a:focus, a:hover, a:visited {
  color: inherit;
  text-decoration: unset;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  height: auto;
}

.hide, .hidden, [hidden] {
  display: none;
}

cite, dfn, em, i {
  font-style: italic;
}

ul {
  list-style-type: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li ol, ol li ul, ul li ol, ul li ul {
  margin: 0;
  padding: 0;
}

table {
  margin: 0;
  width: auto;
}

input, textarea {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}
input::placeholder, textarea::placeholder {
  font-size: inherit;
  color: inherit;
}
input:focus, input:hover, input:active, input.focus-visible, input.focus-within, textarea:focus, textarea:hover, textarea:active, textarea.focus-visible, textarea.focus-within {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
input:focus::-moz-placeholder, input:hover::-moz-placeholder, input:active::-moz-placeholder, input.focus-visible::-moz-placeholder, input.focus-within::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:hover::-moz-placeholder, textarea:active::-moz-placeholder, textarea.focus-visible::-moz-placeholder, textarea.focus-within::-moz-placeholder {
  font-size: inherit;
  color: inherit;
}
input:focus:-ms-input-placeholder, input:hover:-ms-input-placeholder, input:active:-ms-input-placeholder, input.focus-visible:-ms-input-placeholder, input.focus-within:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, textarea:active:-ms-input-placeholder, textarea.focus-visible:-ms-input-placeholder, textarea.focus-within:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}
input:focus::placeholder, input:hover::placeholder, input:active::placeholder, input.focus-visible::placeholder, input.focus-within::placeholder, textarea:focus::placeholder, textarea:hover::placeholder, textarea:active::placeholder, textarea.focus-visible::placeholder, textarea.focus-within::placeholder {
  font-size: inherit;
  color: inherit;
}
input::-webkit-search-cancel-button, textarea::-webkit-search-cancel-button {
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
  -webkit-transition: background-color 500000s ease-in-out 0s !important;
  transition: background-color 500000s ease-in-out 0s !important;
}

select::-ms-expand {
  display: none;
}

button, select, input, textarea, label {
  text-transform: unset;
  border: none;
  outline: none;
  background: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-BlackItalic.eot");
  src: local("Arboria-BlackItalic"), local("Arboria-BlackItalic"), url("../../fonts/Arboria-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-BlackItalic.woff2") format("woff2"), url("../../fonts/Arboria-BlackItalic.woff") format("woff"), url("../../fonts/Arboria-BlackItalic.ttf") format("truetype"), url("../../fonts/Arboria-BlackItalic.svg#Arboria-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-BookItalic.eot");
  src: local("Arboria-BookItalic"), local("Arboria-BookItalic"), url("../../fonts/Arboria-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-BookItalic.woff2") format("woff2"), url("../../fonts/Arboria-BookItalic.woff") format("woff"), url("../../fonts/Arboria-BookItalic.ttf") format("truetype"), url("../../fonts/Arboria-BookItalic.svg#Arboria-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Light.eot");
  src: local("Arboria-Light"), local("Arboria-Light"), url("../../fonts/Arboria-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Light.woff2") format("woff2"), url("../../fonts/Arboria-Light.woff") format("woff"), url("../../fonts/Arboria-Light.ttf") format("truetype"), url("../../fonts/Arboria-Light.svg#Arboria-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Medium.eot");
  src: local("Arboria-Medium"), local("Arboria-Medium"), url("../../fonts/Arboria-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Medium.woff2") format("woff2"), url("../../fonts/Arboria-Medium.woff") format("woff"), url("../../fonts/Arboria-Medium.ttf") format("truetype"), url("../../fonts/Arboria-Medium.svg#Arboria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Bold.eot");
  src: local("☞Arboria-Bold"), local("Arboria-Bold"), url("../../fonts/Arboria-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Bold.woff2") format("woff2"), url("../../fonts/Arboria-Bold.woff") format("woff"), url("../../fonts/Arboria-Bold.ttf") format("truetype"), url("../../fonts/Arboria-Bold.svg#Arboria-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-BoldItalic.eot");
  src: local("Arboria-BoldItalic"), local("Arboria-BoldItalic"), url("../../fonts/Arboria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-BoldItalic.woff2") format("woff2"), url("../../fonts/Arboria-BoldItalic.woff") format("woff"), url("../../fonts/Arboria-BoldItalic.ttf") format("truetype"), url("../../fonts/Arboria-BoldItalic.svg#Arboria-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Thin.eot");
  src: local("Arboria-Thin"), local("Arboria-Thin"), url("../../fonts/Arboria-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Thin.woff2") format("woff2"), url("../../fonts/Arboria-Thin.woff") format("woff"), url("../../fonts/Arboria-Thin.ttf") format("truetype"), url("../../fonts/Arboria-Thin.svg#Arboria-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-ThinItalic.eot");
  src: local("Arboria-ThinItalic"), local("Arboria-ThinItalic"), url("../../fonts/Arboria-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-ThinItalic.woff2") format("woff2"), url("../../fonts/Arboria-ThinItalic.woff") format("woff"), url("../../fonts/Arboria-ThinItalic.ttf") format("truetype"), url("../../fonts/Arboria-ThinItalic.svg#Arboria-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-LightItalic.eot");
  src: local("Arboria-LightItalic"), local("Arboria-LightItalic"), url("../../fonts/Arboria-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-LightItalic.woff2") format("woff2"), url("../../fonts/Arboria-LightItalic.woff") format("woff"), url("../../fonts/Arboria-LightItalic.ttf") format("truetype"), url("../../fonts/Arboria-LightItalic.svg#Arboria-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-MediumItalic.eot");
  src: local("Arboria-MediumItalic"), local("Arboria-MediumItalic"), url("../../fonts/Arboria-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-MediumItalic.woff2") format("woff2"), url("../../fonts/Arboria-MediumItalic.woff") format("woff"), url("../../fonts/Arboria-MediumItalic.ttf") format("truetype"), url("../../fonts/Arboria-MediumItalic.svg#Arboria-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Black.eot");
  src: local("Arboria-Black"), local("Arboria-Black"), url("../../fonts/Arboria-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Black.woff2") format("woff2"), url("../../fonts/Arboria-Black.woff") format("woff"), url("../../fonts/Arboria-Black.ttf") format("truetype"), url("../../fonts/Arboria-Black.svg#Arboria-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../../fonts/Arboria-Book.eot");
  src: local("Arboria-Book"), local("Arboria-Book"), url("../../fonts/Arboria-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Arboria-Book.woff2") format("woff2"), url("../../fonts/Arboria-Book.woff") format("woff"), url("../../fonts/Arboria-Book.ttf") format("truetype"), url("../../fonts/Arboria-Book.svg#Arboria-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 100%;
  padding-right: var(--gap-size);
  padding-left: var(--gap-size);
  margin: 0 auto;
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1270px;
  }
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
body p {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-black);
  font-weight: bold;
}

h1, .h1 {
  font-family: var(--font-primary);
  font-size: 45px;
  line-height: 1.12;
}
@media (max-width: 1366px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 38px;
  }
  h1.h1-small, .h1.h1-small {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 36px;
  }
  h1.h1-small, .h1.h1-small {
    font-size: 24px;
  }
}

h2, .h2 {
  font-family: var(--font-primary);
  font-size: 36px;
  line-height: 1.28;
}
@media (max-width: 1366px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
  h2.h2-small, .h2.h2-small {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 28px;
  }
  h2.h2-small, .h2.h2-small {
    font-size: 24px;
  }
}

h3, .h3 {
  font-family: var(--font-primary);
  font-size: 30px;
  line-height: 1.14;
}
@media (max-width: 1366px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 1.3;
}

h5, .h5 {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.25;
}

h6, .h6 {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.25;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.aligncenter, .center {
  text-align: center;
}

.alignleft, .left {
  text-align: left;
}

.alignright, .right {
  text-align: right;
}

.btn {
  --height: 38px;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  min-width: 175px;
  height: var(--height);
  padding-left: 15px;
  overflow: hidden;
}
.btn br {
  display: none;
}
.btn .caption {
  height: var(--height);
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-white);
  font-weight: 500;
  padding-bottom: 3px;
}
.btn .icon {
  height: var(--height);
  overflow: hidden;
  padding-right: 11px;
  padding-left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn .icon:before {
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  transform: perspective(1px) translateX(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: 0.3s all ease;
}
.btn .icon svg {
  position: relative;
  z-index: 15;
  width: 15px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn.btn-shrink {
  min-width: 135px;
}

.btn-simple {
  --height: 38px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 135px;
  height: var(--height);
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.btn-simple br {
  display: none;
}
.btn-simple .caption {
  width: auto;
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-white);
  font-weight: 500;
  padding-bottom: 3px;
}
.btn-simple.btn-shrink {
  min-width: 135px;
}
.btn-simple.btn-primary:hover {
  background-color: var(--color-green-hover);
}

.btn-primary, .btn-green {
  background-color: var(--color-green);
}
.btn-primary .caption, .btn-green .caption {
  color: var(--color-white);
}
.btn-primary .icon svg path:nth-child(1), .btn-green .icon svg path:nth-child(1) {
  fill: #fff;
}
.btn-primary .icon svg path:nth-child(2), .btn-green .icon svg path:nth-child(2) {
  fill: rgba(255, 255, 255, 0.85);
}
.btn-primary .icon:before, .btn-green .icon:before {
  background-color: var(--color-green-2);
}
.btn-primary:hover .icon:before, .btn-green:hover .icon:before {
  transform: translateX(110%);
}

.btn-blue {
  background-color: var(--color-blue);
}
.btn-blue .caption {
  color: var(--color-white);
}
.btn-blue .icon path:nth-child(1) {
  fill: #fff;
}
.btn-blue .icon path:nth-child(2) {
  fill: rgba(255, 255, 255, 0.85);
}
.btn-blue .icon:before {
  background-color: var(--color-blue-2);
}
.btn-blue:hover .icon:before {
  transform: translateX(110%);
}

.btn-grey-white {
  background-color: var(--color-grey);
}
.btn-grey-white .caption {
  color: var(--color-green);
}
.btn-grey-white .icon {
  overflow: hidden;
}
.btn-grey-white .icon svg path:nth-child(1) {
  fill: #098500;
}
.btn-grey-white .icon svg path:nth-child(2) {
  fill: #82BC00;
}
.btn-grey-white .icon:before {
  background-color: var(--color-white);
}
.btn-grey-white:hover .icon:before {
  transform: translateX(110%);
}

.btn-orange {
  background-color: var(--color-orange);
}
.btn-orange .caption {
  color: var(--color-white);
}
.btn-orange .icon path:nth-child(1) {
  fill: #fff;
}
.btn-orange .icon path:nth-child(2) {
  fill: rgba(255, 255, 255, 0.85);
}
.btn-orange .icon:before {
  background-color: var(--color-orange-2);
}
.btn-orange:hover .icon:before {
  transform: translateX(110%);
}

.btn-link {
  display: inline-flex;
  align-items: center;
}
.btn-link .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.btn-link .icon {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
}
.btn-link .icon svg {
  margin-top: 2px;
  width: 12px;
  height: auto;
}
.btn-link .icon svg path {
  transition: 0.3s all ease;
}
.btn-link:hover .icon {
  transform: translateX(5px);
}
.btn-link.white .caption {
  color: var(--color-white);
}
.btn-link.white .icon svg path {
  fill: var(--color-white);
}
.btn-link.black .caption {
  color: var(--color-black);
}
.btn-link.black .icon svg path {
  fill: var(--color-black);
}
.btn-link.blue .caption, .btn-link.news .caption, .btn-link.post .caption {
  color: var(--color-blue);
}
.btn-link.blue .icon svg path:nth-child(1), .btn-link.news .icon svg path:nth-child(1), .btn-link.post .icon svg path:nth-child(1) {
  fill: var(--color-blue);
}
.btn-link.blue .icon svg path:nth-child(2), .btn-link.news .icon svg path:nth-child(2), .btn-link.post .icon svg path:nth-child(2) {
  fill: var(--color-blue-2);
}
.btn-link.orange .caption, .btn-link.event .caption, .btn-link.events .caption {
  color: var(--color-orange);
}
.btn-link.orange .icon svg path:nth-child(1), .btn-link.event .icon svg path:nth-child(1), .btn-link.events .icon svg path:nth-child(1) {
  fill: var(--color-orange);
}
.btn-link.orange .icon svg path:nth-child(2), .btn-link.event .icon svg path:nth-child(2), .btn-link.events .icon svg path:nth-child(2) {
  fill: var(--color-orange-2);
}
.btn-link.hover-dark-green:hover .icon svg path:nth-child(1) {
  fill: var(--color-green);
}
.btn-link.hover-dark-green:hover .icon svg path:nth-child(2) {
  fill: var(--color-green-2);
}
.btn-link.hover-dark-green:hover .caption {
  color: var(--color-green-hover);
}

.nav-main {
  max-width: var(--maxW);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 150;
  background-color: var(--color-white);
}
.nav-main__inner {
  width: 100%;
  height: 100%;
}
.nav-main__inner .container {
  height: 100%;
  position: relative;
}
.nav-main__row {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-main__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-main__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-main__logo img {
  max-height: 39px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-main__toggle {
  display: none;
}
.nav-main .menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.nav-main .menu > li {
  padding: 12px 0;
  margin-left: 10px;
  margin-right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-main .menu > li:last-child {
  margin-right: 0;
}
.nav-main .menu > li a {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.67;
  font-style: normal;
  font-weight: 500;
  color: var(--color-black);
  position: relative;
  transition: 0.3s all ease;
  display: inline-flex;
  align-content: center;
}
.nav-main .menu > li a .sub-menu-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.nav-main .menu > li a .sub-menu-toggle svg {
  width: 12px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(2px);
}
.nav-main .menu > li a .sub-menu-toggle svg path {
  fill: var(--color-black);
  transition: 0.3s all ease;
}
.nav-main .menu > li a .sub-menu-toggle:before {
  display: none;
}
.nav-main .menu > li a:hover {
  color: var(--color-green);
}
.nav-main .menu > li a:hover .sub-menu-toggle svg path {
  fill: var(--color-green);
}
.nav-main .menu > li.current_page_item > a, .nav-main .menu > li.current-menu-item > a {
  color: var(--color-green);
}
.nav-main .menu > li.current_page_item > a .sub-menu-toggle svg path, .nav-main .menu > li.current-menu-item > a .sub-menu-toggle svg path {
  fill: var(--color-green);
}
.nav-main .menu > li.menu-item-has-children {
  position: relative;
}
.nav-main .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 45px;
  padding-bottom: 20px;
  width: 315px;
  position: absolute;
  top: 100%;
  background-color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  left: -30px;
  transition: 0.3s all ease;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li {
  margin: 0;
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a .title {
  display: block;
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  transition: 0.3s all ease;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a .description {
  display: block;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.71;
  color: var(--color-black);
  font-weight: 400;
  transition: 0.3s all ease;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a .icon svg path {
  transition: 0.3s all ease;
  fill: var(--color-black);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a:hover .title {
  color: var(--color-green);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a:hover .description {
  color: var(--color-black);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a:hover .icon {
  transform: translateY(-50%) translateX(15px);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li a:hover .icon svg path {
  fill: var(--color-green);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li.current_page_item > a, .nav-main .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: var(--color-dark);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li.current_page_item > a .sub-menu-toggle svg path, .nav-main .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a .sub-menu-toggle svg path {
  stroke: var(--color-dark);
}
.nav-main .menu > li.menu-item-has-children .sub-menu li.current_page_item > a span:before, .nav-main .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a span:before {
  width: 100%;
  left: 0;
}
.nav-main .menu > li.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.nav-main .menu > li.menu-item-has-children.active > .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.nav-main .form-search {
  display: flex;
  align-items: center;
  max-width: 200px;
  position: relative;
  margin-left: 23px;
}
.nav-main .form-search .form-field {
  margin: 0;
  height: 32px;
}
.nav-main .form-search .form-field input {
  height: 32px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.nav-main .form-search .form-field input::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
.nav-main .form-search .form-field input:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.nav-main .form-search .form-field input::placeholder {
  color: #666;
  font-size: 14px;
}
.nav-main .form-search .btn-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 15;
}
.nav-main .form-search .btn-submit svg {
  height: 15px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-main .form-search .btn-submit svg path {
  fill: var(--color-black);
}
.nav-main .btn-cta {
  margin-left: 28px;
}
.nav-main.fixed {
  z-index: 200;
  position: fixed;
  width: 100%;
  max-width: var(--maxW);
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
  transform: translateY(-110%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.nav-main.fixed.active {
  transform: translateY(0);
}
@media (max-width: 1440px) {
  .nav-main {
    height: 80px;
  }
  .nav-main__logo img {
    max-height: 36px;
  }
}
@media (max-width: 1199px) {
  .nav-main .container {
    width: 100%;
  }
}
@media (max-width: 1099px) {
  .nav-main__logo img {
    max-height: 30px;
  }
  .nav-main .menu > li {
    margin-left: 8px;
    margin-right: 12px;
  }
  .nav-main .menu > li a {
    font-size: 16px;
  }
  .nav-main .form-search {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .nav-main {
    height: 72px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  }
  .nav-main__logo img {
    max-height: 25px;
  }
  .nav-main .menu {
    display: none;
  }
  .nav-main .search-btn {
    display: none;
  }
  .nav-main .btn-cta {
    display: none;
  }
  .nav-main .form-search {
    display: none;
  }
  .nav-main__toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-main__toggle svg {
    height: 20px;
    width: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.nav-side {
  max-width: var(--maxW);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s all ease;
  z-index: 250;
  pointer-events: none;
  transform: translateX(102%);
  background-color: var(--color-white);
  display: none;
}
@media (max-width: 991px) {
  .nav-side {
    display: block;
  }
}
.nav-side.active {
  pointer-events: all;
  transform: translateX(0);
}
.nav-side__header {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.nav-side__header .container {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-side__logo img {
  max-height: 25px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-side__scroller {
  padding-top: 18px;
  padding-bottom: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 100%;
}
.nav-side__close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nav-side__close svg {
  width: auto;
  height: 25px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-side .form-search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.nav-side .form-search .form-field {
  margin: 0;
  height: 40px;
}
.nav-side .form-search .form-field input {
  height: 40px;
}
.nav-side .form-search .form-field input::-moz-placeholder {
  color: #666;
}
.nav-side .form-search .form-field input:-ms-input-placeholder {
  color: #666;
}
.nav-side .form-search .form-field input::placeholder {
  color: #666;
}
.nav-side .form-search .btn-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 15;
}
.nav-side .form-search .btn-submit svg {
  height: 15px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-side .form-search .btn-submit svg path {
  fill: var(--color-black);
}
.nav-side .menu {
  position: relative;
  z-index: 15;
}
.nav-side .menu > li {
  display: block;
  width: 100%;
}
.nav-side .menu > li > a {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.67;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-black);
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #D2D2D2;
  transition: 0.3s all ease;
}
.nav-side .menu > li > a span {
  position: relative;
}
.nav-side .menu > li > a span:not(.sub-menu-toggle) {
  position: relative;
}
.nav-side .menu > li > a .sub-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
.nav-side .menu > li > a .sub-menu-toggle svg {
  width: 16px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-side .menu > li > a:hover {
  color: var(--color-green);
}
.nav-side .menu > li.current_page_item > a, .nav-side .menu > li.current-menu-item > a {
  color: var(--color-green);
}
.nav-side .menu > li.menu-item-has-children .sub-menu, .nav-side .menu > li.mega-menu-wrapper .sub-menu {
  border-bottom: 1px solid #D2D2D2;
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 36px;
  padding-right: 45px;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li, .nav-side .menu > li.mega-menu-wrapper .sub-menu li {
  margin: 0;
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li:last-child, .nav-side .menu > li.mega-menu-wrapper .sub-menu li:last-child {
  margin-bottom: 0;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a {
  position: relative;
  display: block;
  width: 100%;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a .title, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a .title {
  display: block;
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  transition: 0.3s all ease;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a .description, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a .description {
  display: block;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.71;
  color: var(--color-black);
  font-weight: 400;
  transition: 0.3s all ease;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a .icon, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a .icon svg path, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a .icon svg path {
  transition: 0.3s all ease;
  fill: var(--color-black);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a:hover .title, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a:hover .title {
  color: var(--color-green);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a:hover .description, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a:hover .description {
  color: var(--color-black);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a:hover .icon, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a:hover .icon {
  transform: translateY(-50%) translateX(15px);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li a:hover .icon svg path, .nav-side .menu > li.mega-menu-wrapper .sub-menu li a:hover .icon svg path {
  fill: var(--color-green);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li.current_page_item > a, .nav-side .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current_page_item > a, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current-menu-item > a {
  color: var(--color-dark);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li.current_page_item > a .sub-menu-toggle svg path, .nav-side .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a .sub-menu-toggle svg path, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current_page_item > a .sub-menu-toggle svg path, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current-menu-item > a .sub-menu-toggle svg path {
  stroke: var(--color-dark);
}
.nav-side .menu > li.menu-item-has-children .sub-menu li.current_page_item > a span:before, .nav-side .menu > li.menu-item-has-children .sub-menu li.current-menu-item > a span:before, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current_page_item > a span:before, .nav-side .menu > li.mega-menu-wrapper .sub-menu li.current-menu-item > a span:before {
  width: 100%;
  left: 0;
}
.nav-side .menu > li.active > a > .sub-menu-toggle {
  transform: rotate(180deg);
}

form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form.dark .form-field input {
  background-color: #f3f3f3;
}
.form.dark .form-field textarea {
  background-color: #f3f3f3;
}
.form.dark .form-field .choices__inner {
  background-color: #f3f3f3;
}
.form .form-row {
  display: flex;
  justify-content: space-between;
}
.form .form-row .form-field {
  width: calc(50% - var(--gap-size) / 2);
}
@media (max-width: 991px) {
  .form .form-row .form-field {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .form .form-row {
    flex-direction: column;
  }
}
.form .form-title {
  display: block;
  margin-bottom: 20px;
}
.form .form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 28px;
}
.form .form-field.hidden {
  display: none;
}
@media (max-width: 991px) {
  .form .form-field {
    margin-bottom: 18px;
  }
}
.form .form-field label:not(.form-field), .form .form-field .label {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 5px;
}
.form .form-field label:not(.form-field) i, .form .form-field .label i {
  font-size: 90%;
}
@media (max-width: 767px) {
  .form .form-field label:not(.form-field), .form .form-field .label {
    font-size: 16px;
  }
}
.form .form-field input {
  font-family: var(--font-primary);
  font-size: 16px;
  height: 45px;
  background-color: var(--color-white);
  border: 1px solid #C2C2C2;
  color: var(--color-black);
  padding: 0 15px;
  display: block;
  width: 100%;
}
.form .form-field input::-moz-placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field input:-ms-input-placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field input::placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field input:focus {
  border-color: var(--color-green);
}
.form .form-field input:focus::-moz-placeholder {
  color: #8a8a8a;
}
.form .form-field input:focus:-ms-input-placeholder {
  color: #8a8a8a;
}
.form .form-field input:focus::placeholder {
  color: #8a8a8a;
}
@media (max-width: 767px) {
  .form .form-field input {
    height: 40px;
  }
}
.form .form-field textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: var(--font-primary);
  color: var(--color-black);
  min-height: 180px;
  height: 180px;
  max-height: 450px;
  background-color: var(--color-white);
  padding: 15px;
  resize: vertical;
  border: 1px solid #C2C2C2;
}
.form .form-field textarea::-moz-placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field textarea:-ms-input-placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field textarea::placeholder {
  font-family: var(--font-primary);
  color: #2D2D2D;
  font-size: 16px;
}
.form .form-field textarea:focus {
  border-color: var(--color-green);
}
.form .form-field textarea:focus::-moz-placeholder {
  color: #8a8a8a;
}
.form .form-field textarea:focus:-ms-input-placeholder {
  color: #8a8a8a;
}
.form .form-field textarea:focus::placeholder {
  color: #8a8a8a;
}
@media (max-width: 767px) {
  .form .form-field textarea {
    min-height: 100px;
  }
}
.form .form-field .choices .choices__inner {
  font-size: 16px;
  font-family: var(--font-primary);
  background-color: var(--color-white);
  border: 1px solid #C2C2C2;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form .form-field .choices .choices__inner .choices__list--single {
  padding-left: 15px;
}
.form .form-field .choices .choices__inner .choices__list--single .choices__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 96%;
  display: block;
}
@media (max-width: 767px) {
  .form .form-field .choices .choices__inner {
    height: 40px;
  }
}
.form .form-field .choices .choices__list--dropdown,
.form .form-field .choices .choices__list[aria-expanded] {
  z-index: 25;
  border: 1px solid #C2C2C2;
}
.form .form-field .choices .choices__list--dropdown .choices__item--selectable,
.form .form-field .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0;
  border-bottom: 1px solid #C2C2C2;
  word-break: normal;
}
.form .form-field .choices .choices__list--dropdown .choices__item--selectable.is-selected,
.form .form-field .choices .choices__list[aria-expanded] .choices__item--selectable.is-selected {
  background-color: var(--color-green);
  color: var(--color-white);
}
.form .form-field .choices .choices__list--dropdown .choices__item--selectable:after,
.form .form-field .choices .choices__list[aria-expanded] .choices__item--selectable:after {
  display: none;
}
.form .form-field .choices.is-open .choices__inner {
  border-color: var(--color-green);
}
.form .form-field .checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  overflow: hidden;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}
.form .form-field .checkbox .wpcf7-list-item {
  margin: 0;
  padding: 0;
  display: block;
}
.form .form-field .checkbox .wpcf7-list-item-label {
  font-size: 0;
  display: none;
}
.form .form-field .checkbox .wpcf7-not-valid-tip {
  display: none;
}
.form .form-field .checkbox .wpcf7-form-control-wrap {
  position: static;
}
.form .form-field .checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
}
.form .form-field .checkbox input + .state {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  opacity: 0;
}
.form .form-field .checkbox input + .state svg {
  max-width: 70%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.form .form-field .checkbox input + .state svg path {
  fill: var(--color-green-2);
}
.form .form-field .checkbox input.active + .state, .form .form-field .checkbox input:checked + .state {
  opacity: 1;
}
.form .form-field .checkbox-group {
  display: flex;
}
.form .form-field .checkbox-group p {
  display: flex;
}
.form .form-field .checkbox-group .checkbox-label {
  margin-bottom: 0;
  margin-left: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 16px;
  max-width: 410px;
  font-weight: 400;
  transform: translateY(-5px);
}
@media (max-width: 420px) {
  .form .form-field .checkbox-group .checkbox-label {
    font-size: 12px;
  }
}
.form .form-field .checkbox-group .wpcf7-list-item-label {
  display: none;
}
.form .form-field .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form .form-field .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 25px;
}
.form .form-field .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  cursor: pointer;
}
.form .form-field .wpcf7-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  accent-color: var(--color-green);
  margin-right: 6px;
}
.form .form-field .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form .form-field .wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 25px;
}
.form .form-field .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form .form-field .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.form .form-field .wpcf7-radio .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  accent-color: var(--color-green);
  margin-right: 8px;
  cursor: pointer;
  transform: translateY(1px);
}
.form .form-field .checkbox-group.custom .input-wrap {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: relative;
}
.form .form-field .checkbox-group.custom .input-wrap label {
  margin: 0;
}
.form .form-field .checkbox-group.custom .input-wrap .state {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
.form .form-field .checkbox-group.custom .input-wrap .state svg {
  max-width: 70%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.form .form-field .checkbox-group.custom .input-wrap .state svg path {
  fill: var(--color-green-2);
}
.form .form-field .checkbox-group.custom .input-wrap.active .state {
  opacity: 1;
}
.form .form-field .checkbox-group.custom .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form .form-field .checkbox-group.custom .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  overflow: hidden;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}
.form .form-field .checkbox-group.custom .wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  cursor: pointer;
  opacity: 0;
}
.form .form-field .checkbox-group.custom .checkbox-label {
  transform: translateY(-3px);
}
.form .form-field .native-checkbox .wpcf7-list-item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.form .form-field .native-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
  margin-bottom: 0;
}
.form .form-field .native-checkbox .wpcf7-list-item input:checked:after {
  opacity: 1;
}
.form .form-field .native-checkbox .wpcf7-list-item input:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}
.form .form-field .native-checkbox .wpcf7-list-item input:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-size: 66% 71%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0iIzgyQkMwMCIgc3Ryb2tlLXdpZHRoPSIwIiB2aWV3Qm94PSIwIDAgMTYgMTYiIGhlaWdodD0iMWVtIiB3aWR0aD0iMWVtIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTEzLjQ4NSAxLjQzMWExLjQ3MyAxLjQ3MyAwIDAgMSAyLjEwNCAyLjA2MmwtNy44NCA5LjgwMWExLjQ3MyAxLjQ3MyAwIDAgMS0yLjEyLjA0TC40MzEgOC4xMzhhMS40NzMgMS40NzMgMCAwIDEgMi4wODQtMi4wODNsNC4xMTEgNC4xMTIgNi44Mi04LjY5YS40ODYuNDg2IDAgMCAxIC4wNC0uMDQ1eiI+PC9wYXRoPgo8L3N2Zz4=);
  z-index: 15;
  opacity: 0;
  transition: 0.3s all ease;
}
.form .form-field .native-checkbox .wpcf7-list-item-label {
  margin-bottom: 0;
  margin-left: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 16px;
  max-width: 410px;
  font-weight: 400;
}
@media (max-width: 420px) {
  .form .form-field .native-checkbox .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.form .form-field .wpcf7-form-control-wrap {
  position: relative;
}
.form .form-field .wpcf7-not-valid-tip {
  display: none;
}
.form .form-field br {
  display: none;
}
.form .form-field br.display {
  display: block;
}
.form .form-row--submit {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media (max-width: 991px) {
  .form .form-row--submit {
    justify-content: center;
    padding-left: 42px;
  }
}
.form .form-row--submit .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  -webkit-animation: spin infinite 1s linear;
          animation: spin infinite 1s linear;
  opacity: 0;
  transition: 0.3s all ease;
}
.form .form-row--submit .loader.active {
  opacity: 1;
}
.form .form-row--submit .loader svg {
  height: 24px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.form .form-row--submit .loader svg path {
  fill: var(--color-green);
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .wpcf7 form .wpcf7-response-output {
  min-height: 23px;
  margin: 0;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  .form .wpcf7 form .wpcf7-response-output {
    text-align: center;
  }
}

.footer {
  background-color: var(--color-green);
  padding-top: 75px;
  padding-bottom: 40px;
  min-height: 500px;
  position: relative;
}
.footer .container {
  max-width: 1130px;
  position: relative;
  z-index: 15;
}
.footer .top-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
}
.footer .top-triangle svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .bot-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
}
.footer .bot-triangle svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.footer .footer-top .widget {
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
}
.footer .footer-top .widget__title {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-white);
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--color-green-2);
  margin-bottom: 10px;
}
.footer .footer-top .widget .links li {
  margin-bottom: 7px;
}
.footer .footer-top .widget .links li a {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
  transition: 0.3s all ease;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.footer .footer-top .widget .links li a:hover {
  -webkit-text-decoration-color: var(--color-white);
          text-decoration-color: var(--color-white);
}
.footer .footer-top .widget-socials .footer-logo img {
  height: 46px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-top .widget-socials .socials {
  margin-top: 32px;
}
.footer .footer-top .widget-socials .socials__label {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-white);
}
.footer .footer-top .widget-socials .socials__list {
  margin-top: 15px;
  display: flex;
}
.footer .footer-top .widget-socials .socials__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
}
.footer .footer-top .widget-socials .socials__list a svg {
  max-width: 24px;
  height: 24px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-top .widget-socials .socials__list a svg path {
  fill: var(--color-white);
}
.footer .footer-top .widget-address {
  width: 215px;
}
.footer .footer-top .widget-address .widget__address {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-white);
  max-width: 160px;
}
.footer .footer-top .widget-address .address-link {
  margin-top: 15px;
}
.footer .footer-top .widget-address .address-link .caption {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer .footer-top .widget-address .phone-link {
  margin-top: 25px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: 0.3s all ease;
}
.footer .footer-top .widget-address .phone-link:hover {
  -webkit-text-decoration-color: var(--color-white);
          text-decoration-color: var(--color-white);
}
.footer .footer-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 70px;
}
.footer .footer-center .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .footer-center .logos a {
  font-size: 0;
  margin-right: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .footer-center .logos a:last-child {
  margin-right: 0;
}
.footer .footer-center .logos a[href="#"] {
  cursor: default;
}
.footer .footer-center .logos a img {
  height: 53px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-bot {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-bot .copyright {
  margin-right: 7.5px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.56;
  color: var(--color-white);
}
.footer .footer-bot a {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.56;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--color-white);
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media (max-width: 1366px) {
  .footer .top-triangle {
    width: 9%;
  }
  .footer .bot-triangle {
    width: 9%;
  }
}
@media (max-width: 991px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-top .widget {
    width: calc(50% - 30px);
    margin-bottom: 45px;
  }
  .footer .footer-center {
    justify-content: center;
    margin-top: 30px;
  }
  .footer .footer-center .logos {
    justify-content: center;
  }
  .footer .footer-center .logos a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-center .logos a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .footer .footer-top .widget {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .footer .footer-top .widget {
    max-width: 240px;
  }
  .footer .footer-top .widget:last-child {
    margin-bottom: 0;
  }
  .footer .footer-center {
    margin-top: 30px;
  }
  .footer .footer-bot {
    margin-top: 35px;
    flex-direction: column;
  }
  .footer .footer-bot .copyright {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.swal2-container .swal2-title {
  color: var(--color-black);
  font-family: var(--font-primary);
}
.swal2-container .swal2-html-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--color-black);
}
.swal2-container .swal2-styled {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  min-width: 120px;
  background: var(--color-green) !important;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: 0.3s all ease;
}
.swal2-container .swal2-styled:hover {
  background: var(--color-green-hover) !important;
}
.swal2-container .swal2-styled:focus {
  box-shadow: none !important;
}

.edit-post-visual-editor, .post-content, .section-text, .text-section, .text-content {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  font-weight: 400;
}
@media (max-width: 767px) {
  .edit-post-visual-editor, .post-content, .section-text, .text-section, .text-content {
    font-size: 15px;
  }
}
.edit-post-visual-editor p, .post-content p, .section-text p, .text-section p, .text-content p {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-family: var(--font-primary);
  margin-bottom: 1.2rem;
}
.edit-post-visual-editor p:last-child, .post-content p:last-child, .section-text p:last-child, .text-section p:last-child, .text-content p:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor a, .post-content a, .section-text a, .text-section a, .text-content a {
  color: var(--color-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.edit-post-visual-editor ol, .post-content ol, .section-text ol, .text-section ol, .text-content ol {
  padding-left: 30px;
  margin-bottom: 1.2rem;
}
.edit-post-visual-editor ol:last-child, .post-content ol:last-child, .section-text ol:last-child, .text-section ol:last-child, .text-content ol:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor ol li, .post-content ol li, .section-text ol li, .text-section ol li, .text-content ol li {
  margin-bottom: 5px;
}
.edit-post-visual-editor ol li:last-child, .post-content ol li:last-child, .section-text ol li:last-child, .text-section ol li:last-child, .text-content ol li:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor ul, .post-content ul, .section-text ul, .text-section ul, .text-content ul {
  margin-bottom: 1.2rem;
  padding-left: 25px;
}
.edit-post-visual-editor ul:last-child, .post-content ul:last-child, .section-text ul:last-child, .text-section ul:last-child, .text-content ul:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor ul li, .post-content ul li, .section-text ul li, .text-section ul li, .text-content ul li {
  margin-bottom: 8px;
  padding-left: 5px;
  list-style-type: none;
  position: relative;
}
.edit-post-visual-editor ul li::before, .post-content ul li::before, .section-text ul li::before, .text-section ul li::before, .text-content ul li::before {
  position: absolute;
  left: -25px;
  top: 7px;
  display: block;
  content: "";
  color: var(--accent-color);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI3IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDIyNyAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xOF85MDgpIj4KPHBhdGggZD0iTTIyNyAxNTMuOTRMMjI3IDk3LjM1OTlMLTQuMzE4MjVlLTA2IDE5Ni4xNUwtNi42NTk0M2UtMDYgMjQ5LjcxTDEuMTA5OTkgMjUyLjI1TDIyNyAxNTMuOTRaIiBmaWxsPSIjMDk4NTAwIi8+CjxwYXRoIGQ9Ik0yMjcgOTguMzVMMSAtOS44Nzg3N2UtMDZMMC45OTk5OTggNTYuNThMMjI2LjAxIDE1NC41TDIyNyAxNTIuMjNMMjI3IDk4LjM1WiIgZmlsbD0iIzgyQkMwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4XzkwOCI+CjxyZWN0IHdpZHRoPSIyNTIuMjUiIGhlaWdodD0iMjI3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI3KSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
body.single-post .edit-post-visual-editor ul li::before, .post-type-post .edit-post-visual-editor ul li::before, body.single-post .post-content ul li::before, .post-type-post .post-content ul li::before, body.single-post .section-text ul li::before, .post-type-post .section-text ul li::before, body.single-post .text-section ul li::before, .post-type-post .text-section ul li::before, body.single-post .text-content ul li::before, .post-type-post .text-content ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI3IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDIyNyAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xOF85MDkpIj4KPHBhdGggZD0iTTIyNyAxNTMuOTRMMjI3IDk3LjM1OTlMLTQuMzE4MjVlLTA2IDE5Ni4xNUwtNi42NTk0M2UtMDYgMjQ5LjcxTDEuMTA5OTkgMjUyLjI1TDIyNyAxNTMuOTRaIiBmaWxsPSIjMjczNDhCIi8+CjxwYXRoIGQ9Ik0yMjcgOTguMzVMMSAtOS44Nzg3N2UtMDZMMC45OTk5OTggNTYuNThMMjI2LjAxIDE1NC41TDIyNyAxNTIuMjNMMjI3IDk4LjM1WiIgZmlsbD0iIzM4NzRCOSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4XzkwOSI+CjxyZWN0IHdpZHRoPSIyNTIuMjUiIGhlaWdodD0iMjI3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI3KSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
body.single-events .edit-post-visual-editor ul li::before, .post-type-events .edit-post-visual-editor ul li::before, body.single-events .post-content ul li::before, .post-type-events .post-content ul li::before, body.single-events .section-text ul li::before, .post-type-events .section-text ul li::before, body.single-events .text-section ul li::before, .post-type-events .text-section ul li::before, body.single-events .text-content ul li::before, .post-type-events .text-content ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI3IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDIyNyAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MjBfNTM1ODQpIj4KPHBhdGggZD0iTTIyNyAxNTMuOTRMMjI3IDk3LjM1OTlMLTQuMzE4MjVlLTA2IDE5Ni4xNUwtNi42NTk0M2UtMDYgMjQ5LjcxTDEuMTA5OTkgMjUyLjI1TDIyNyAxNTMuOTRaIiBmaWxsPSIjRTM1RTAwIi8+CjxwYXRoIGQ9Ik0yMjcgOTguMzVMMSAtOS44Nzg3N2UtMDZMMC45OTk5OTggNTYuNThMMjI2LjAxIDE1NC41TDIyNyAxNTIuMjNMMjI3IDk4LjM1WiIgZmlsbD0iI0YxODgwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYyMF81MzU4NCI+CjxyZWN0IHdpZHRoPSIyNTIuMjUiIGhlaWdodD0iMjI3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI3KSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.edit-post-visual-editor ul li:last-child, .post-content ul li:last-child, .section-text ul li:last-child, .text-section ul li:last-child, .text-content ul li:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6,
.edit-post-visual-editor .h1, .edit-post-visual-editor .h2, .edit-post-visual-editor .h3, .edit-post-visual-editor .h4, .edit-post-visual-editor .h5, .edit-post-visual-editor .h6, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.post-content .h1, .post-content .h2, .post-content .h3, .post-content .h4, .post-content .h5, .post-content .h6, .section-text h1, .section-text h2, .section-text h3, .section-text h4, .section-text h5, .section-text h6,
.section-text .h1, .section-text .h2, .section-text .h3, .section-text .h4, .section-text .h5, .section-text .h6, .text-section h1, .text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6,
.text-section .h1, .text-section .h2, .text-section .h3, .text-section .h4, .text-section .h5, .text-section .h6, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6,
.text-content .h1, .text-content .h2, .text-content .h3, .text-content .h4, .text-content .h5, .text-content .h6 {
  margin-bottom: 1rem;
  margin-top: 1.4rem;
}
.edit-post-visual-editor h1:last-child, .edit-post-visual-editor h2:last-child, .edit-post-visual-editor h3:last-child, .edit-post-visual-editor h4:last-child, .edit-post-visual-editor h5:last-child, .edit-post-visual-editor h6:last-child,
.edit-post-visual-editor .h1:last-child, .edit-post-visual-editor .h2:last-child, .edit-post-visual-editor .h3:last-child, .edit-post-visual-editor .h4:last-child, .edit-post-visual-editor .h5:last-child, .edit-post-visual-editor .h6:last-child, .post-content h1:last-child, .post-content h2:last-child, .post-content h3:last-child, .post-content h4:last-child, .post-content h5:last-child, .post-content h6:last-child,
.post-content .h1:last-child, .post-content .h2:last-child, .post-content .h3:last-child, .post-content .h4:last-child, .post-content .h5:last-child, .post-content .h6:last-child, .section-text h1:last-child, .section-text h2:last-child, .section-text h3:last-child, .section-text h4:last-child, .section-text h5:last-child, .section-text h6:last-child,
.section-text .h1:last-child, .section-text .h2:last-child, .section-text .h3:last-child, .section-text .h4:last-child, .section-text .h5:last-child, .section-text .h6:last-child, .text-section h1:last-child, .text-section h2:last-child, .text-section h3:last-child, .text-section h4:last-child, .text-section h5:last-child, .text-section h6:last-child,
.text-section .h1:last-child, .text-section .h2:last-child, .text-section .h3:last-child, .text-section .h4:last-child, .text-section .h5:last-child, .text-section .h6:last-child, .text-content h1:last-child, .text-content h2:last-child, .text-content h3:last-child, .text-content h4:last-child, .text-content h5:last-child, .text-content h6:last-child,
.text-content .h1:last-child, .text-content .h2:last-child, .text-content .h3:last-child, .text-content .h4:last-child, .text-content .h5:last-child, .text-content .h6:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor h1:first-child, .edit-post-visual-editor h2:first-child, .edit-post-visual-editor h3:first-child, .edit-post-visual-editor h4:first-child, .edit-post-visual-editor h5:first-child, .edit-post-visual-editor h6:first-child,
.edit-post-visual-editor .h1:first-child, .edit-post-visual-editor .h2:first-child, .edit-post-visual-editor .h3:first-child, .edit-post-visual-editor .h4:first-child, .edit-post-visual-editor .h5:first-child, .edit-post-visual-editor .h6:first-child, .post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child,
.post-content .h1:first-child, .post-content .h2:first-child, .post-content .h3:first-child, .post-content .h4:first-child, .post-content .h5:first-child, .post-content .h6:first-child, .section-text h1:first-child, .section-text h2:first-child, .section-text h3:first-child, .section-text h4:first-child, .section-text h5:first-child, .section-text h6:first-child,
.section-text .h1:first-child, .section-text .h2:first-child, .section-text .h3:first-child, .section-text .h4:first-child, .section-text .h5:first-child, .section-text .h6:first-child, .text-section h1:first-child, .text-section h2:first-child, .text-section h3:first-child, .text-section h4:first-child, .text-section h5:first-child, .text-section h6:first-child,
.text-section .h1:first-child, .text-section .h2:first-child, .text-section .h3:first-child, .text-section .h4:first-child, .text-section .h5:first-child, .text-section .h6:first-child, .text-content h1:first-child, .text-content h2:first-child, .text-content h3:first-child, .text-content h4:first-child, .text-content h5:first-child, .text-content h6:first-child,
.text-content .h1:first-child, .text-content .h2:first-child, .text-content .h3:first-child, .text-content .h4:first-child, .text-content .h5:first-child, .text-content .h6:first-child {
  margin-top: 0;
}
.edit-post-visual-editor blockquote, .post-content blockquote, .section-text blockquote, .text-section blockquote, .text-content blockquote {
  margin: 50px 0;
  padding-left: 30px;
  border-left: 5px solid var(--color-green);
  font-family: var(--font-primary);
  font-size: 22px;
  line-height: 1.55;
  font-style: italic;
  font-weight: 500;
  color: var(--color-green);
}
@media (max-width: 1199px) {
  .edit-post-visual-editor blockquote, .post-content blockquote, .section-text blockquote, .text-section blockquote, .text-content blockquote {
    margin: 35px 0;
    font-size: 18px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .edit-post-visual-editor blockquote, .post-content blockquote, .section-text blockquote, .text-section blockquote, .text-content blockquote {
    margin: 30px 0;
    font-size: 16px;
    padding-left: 15px;
  }
}
.edit-post-visual-editor .wp-block-cover, .post-content .wp-block-cover, .section-text .wp-block-cover, .text-section .wp-block-cover, .text-content .wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
.edit-post-visual-editor .wp-block-cover.alignfull, .post-content .wp-block-cover.alignfull, .section-text .wp-block-cover.alignfull, .text-section .wp-block-cover.alignfull, .text-content .wp-block-cover.alignfull {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1366px) {
  .edit-post-visual-editor .wp-block-cover.alignfull, .post-content .wp-block-cover.alignfull, .section-text .wp-block-cover.alignfull, .text-section .wp-block-cover.alignfull, .text-content .wp-block-cover.alignfull {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .edit-post-visual-editor .wp-block-cover.alignfull, .post-content .wp-block-cover.alignfull, .section-text .wp-block-cover.alignfull, .text-section .wp-block-cover.alignfull, .text-content .wp-block-cover.alignfull {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.edit-post-visual-editor .wp-block-cover.alignfull .wp-block-cover__image-background, .post-content .wp-block-cover.alignfull .wp-block-cover__image-background, .section-text .wp-block-cover.alignfull .wp-block-cover__image-background, .text-section .wp-block-cover.alignfull .wp-block-cover__image-background, .text-content .wp-block-cover.alignfull .wp-block-cover__image-background {
  width: 100vw;
}
.edit-post-visual-editor .wp-block-image.alignwide, .post-content .wp-block-image.alignwide, .section-text .wp-block-image.alignwide, .text-section .wp-block-image.alignwide, .text-content .wp-block-image.alignwide {
  width: 150%;
  max-width: unset;
  margin-left: -25%;
}
.edit-post-visual-editor .wp-block-image, .post-content .wp-block-image, .section-text .wp-block-image, .text-section .wp-block-image, .text-content .wp-block-image {
  margin-bottom: 1.2rem;
}
.edit-post-visual-editor .wp-block-image figcaption, .post-content .wp-block-image figcaption, .section-text .wp-block-image figcaption, .text-section .wp-block-image figcaption, .text-content .wp-block-image figcaption {
  padding-top: 8px;
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 2;
  color: var(--color-black);
}
.edit-post-visual-editor .wp-block-image:last-child, .post-content .wp-block-image:last-child, .section-text .wp-block-image:last-child, .text-section .wp-block-image:last-child, .text-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .block-button, .post-content .block-button, .section-text .block-button, .text-section .block-button, .text-content .block-button {
  margin-top: 15px;
  margin-bottom: 1.2rem;
}
.edit-post-visual-editor .block-button a, .post-content .block-button a, .section-text .block-button a, .text-section .block-button a, .text-content .block-button a {
  text-decoration: none !important;
}
.edit-post-visual-editor .block-button:first-child, .post-content .block-button:first-child, .section-text .block-button:first-child, .text-section .block-button:first-child, .text-content .block-button:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .block-button:last-child, .post-content .block-button:last-child, .section-text .block-button:last-child, .text-section .block-button:last-child, .text-content .block-button:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .wp-block-embed, .post-content .wp-block-embed, .section-text .wp-block-embed, .text-section .wp-block-embed, .text-content .wp-block-embed {
  margin: 35px 0;
}
.edit-post-visual-editor .wp-block-embed:last-child, .post-content .wp-block-embed:last-child, .section-text .wp-block-embed:last-child, .text-section .wp-block-embed:last-child, .text-content .wp-block-embed:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .wp-block-embed__wrapper, .post-content .wp-block-embed__wrapper, .section-text .wp-block-embed__wrapper, .text-section .wp-block-embed__wrapper, .text-content .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
}
.edit-post-visual-editor .wp-block-embed__wrapper:after, .post-content .wp-block-embed__wrapper:after, .section-text .wp-block-embed__wrapper:after, .text-section .wp-block-embed__wrapper:after, .text-content .wp-block-embed__wrapper:after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.edit-post-visual-editor .wp-block-embed__wrapper iframe, .post-content .wp-block-embed__wrapper iframe, .section-text .wp-block-embed__wrapper iframe, .text-section .wp-block-embed__wrapper iframe, .text-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.edit-post-visual-editor .wp-block-button, .post-content .wp-block-button, .section-text .wp-block-button, .text-section .wp-block-button, .text-content .wp-block-button {
  padding: 0;
}
.edit-post-visual-editor .wp-block-button .wp-element-button, .post-content .wp-block-button .wp-element-button, .section-text .wp-block-button .wp-element-button, .text-section .wp-block-button .wp-element-button, .text-content .wp-block-button .wp-element-button {
  padding: 0 15px;
  --height: 38px;
  cursor: pointer;
  display: inline-flex;
  min-width: 175px;
  height: var(--height);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-white);
  font-weight: 500;
  background-color: var(--color-green);
  transition: 0.3s all ease;
  border-radius: 0;
  text-decoration: none;
}
.edit-post-visual-editor .wp-block-button .wp-element-button:hover, .post-content .wp-block-button .wp-element-button:hover, .section-text .wp-block-button .wp-element-button:hover, .text-section .wp-block-button .wp-element-button:hover, .text-content .wp-block-button .wp-element-button:hover {
  background-color: var(--color-green-2);
}

.section-split-images-header {
  --tilt-percent: 29%;
  height: 563px;
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-split-images-header:after {
  width: calc(59% + 6px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: var(--color-white);
  content: "";
  -webkit-clip-path: polygon(var(--tilt-percent) 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(var(--tilt-percent) 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 5;
}
.section-split-images-header .left-img {
  position: absolute;
  width: 58%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-split-images-header .left-img:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s all ease;
}
.section-split-images-header .left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-split-images-header .right-img {
  position: absolute;
  width: 59%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  -webkit-clip-path: polygon(var(--tilt-percent) 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(var(--tilt-percent) 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-split-images-header .right-img:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s all ease;
}
.section-split-images-header .right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-split-images-header .container {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.section-split-images-header .container .content {
  width: 100%;
  max-width: 400px;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  transform: translateY(15px);
}
.section-split-images-header .container .content.content-left {
  margin-left: 85px;
}
.section-split-images-header .container .content.content-right {
  margin-right: 85px;
}
.section-split-images-header.left-active .left-img:before {
  opacity: 1;
}
.section-split-images-header.left-active .container .content.content-left {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.section-split-images-header.right-active .right-img:before {
  opacity: 1;
}
.section-split-images-header.right-active .container .content.content-right {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.section-split-images-header .section-title {
  color: var(--color-white);
  margin-bottom: 13px;
}
.section-split-images-header .section-text {
  color: var(--color-white);
}
.section-split-images-header .btn-link {
  margin-top: 30px;
}
@media (min-width: 3440px) {
  .section-split-images-header {
    --tilt-percent: 7.5%;
  }
  .section-split-images-header .right-img {
    width: 52%;
  }
  .section-split-images-header:after {
    width: calc(52% + 6px);
  }
}
@media (min-width: 2440px) {
  .section-split-images-header {
    --tilt-percent: 13%;
  }
  .section-split-images-header .right-img {
    width: 54%;
  }
  .section-split-images-header:after {
    width: calc(54% + 6px);
  }
}
@media (max-width: 1366px) {
  .section-split-images-header {
    height: 500px;
  }
  .section-split-images-header .container .content {
    margin-left: 35px;
  }
}
@media (max-width: 1199px) {
  .section-split-images-header {
    height: 480px;
  }
  .section-split-images-header .container .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .section-split-images-header {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .section-split-images-header:after {
    display: none;
  }
  .section-split-images-header .left-img {
    width: 100%;
    position: relative;
    padding-bottom: 38%;
    padding-top: 0;
  }
  .section-split-images-header .left-img:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 5;
    opacity: 0.9;
  }
  .section-split-images-header .left-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .section-split-images-header .left-img .section-title {
    position: absolute;
    z-index: 15;
    width: 70%;
    bottom: var(--gap-size);
    left: var(--gap-size);
    margin-bottom: 0;
    font-size: 24px;
  }
  .section-split-images-header .left-img .link {
    top: 0;
    right: 0;
    bottom: 0;
    width: 26%;
    position: absolute;
    height: 100%;
    background-color: var(--color-green-2);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
    padding-left: 7%;
    z-index: 15;
  }
  .section-split-images-header .left-img .link svg {
    width: 28px;
    height: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-split-images-header .left-img .link svg path {
    fill: var(--color-white);
  }
  .section-split-images-header .right-img {
    width: 100%;
    position: relative;
    -webkit-clip-path: none;
            clip-path: none;
    padding-bottom: 38%;
    padding-top: 0;
  }
  .section-split-images-header .right-img:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 5;
    opacity: 0.9;
  }
  .section-split-images-header .right-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .section-split-images-header .right-img .section-title {
    position: absolute;
    z-index: 15;
    width: 70%;
    bottom: var(--gap-size);
    right: var(--gap-size);
    margin-bottom: 0;
    font-size: 24px;
    text-align: right;
  }
  .section-split-images-header .right-img .link {
    top: 0;
    left: 0;
    bottom: 0;
    width: 26%;
    position: absolute;
    height: 100%;
    background-color: var(--color-green-2);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 46% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 46% 100%, 0% 100%);
    padding-right: 7%;
    z-index: 15;
  }
  .section-split-images-header .right-img .link svg {
    width: 28px;
    height: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-split-images-header .right-img .link svg path {
    fill: var(--color-white);
  }
  .section-split-images-header .container {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-split-images-header .left-img {
    padding-bottom: 45%;
  }
  .section-split-images-header .right-img {
    padding-bottom: 45%;
  }
}

.section-benefits {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-benefits .section-title {
  text-align: center;
  font-weight: 400;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section-benefits .section-title strong {
  font-weight: bold;
}
.section-benefits .benefits-grid {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: -60px;
}
.section-benefits .benefits-grid .grid-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.section-benefits .benefits-grid .grid-item__icon {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 26px;
}
.section-benefits .benefits-grid .grid-item__icon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-benefits .benefits-grid .grid-item__caption {
  line-height: 1.14;
  font-weight: bold;
  color: var(--color-black);
  max-width: 250px;
}
@media (max-width: 1366px) {
  .section-benefits {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-benefits .benefits-grid {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    margin-bottom: -25px;
  }
  .section-benefits .benefits-grid .grid-item {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: flex;
  }
  .section-benefits .benefits-grid .grid-item__icon {
    width: 50px;
    margin-right: 15px;
  }
  .section-benefits .benefits-grid .grid-item__caption {
    font-size: 20px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .section-benefits {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-benefits .benefits-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-benefits .benefits-grid .grid-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-benefits .benefits-grid .grid-item__icon {
    margin-left: auto;
    margin-right: auto;
    width: 75px;
  }
  .section-benefits .benefits-grid .grid-item__caption {
    margin-top: 10px;
    font-size: 22px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .section-benefits .benefits-grid {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-bottom: -60px;
  }
  .section-benefits .benefits-grid .grid-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .section-benefits .benefits-grid .grid-item__icon {
    width: auto;
    height: 90px;
    margin-bottom: 15px;
  }
  .section-benefits .benefits-grid .grid-item__caption {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.25;
  }
}

.section-video-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.section-video-cta .container {
  position: relative;
}
.section-video-cta .video-wrap {
  position: relative;
  height: 595px;
}
.section-video-cta .attachment-full {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 595px;
  width: 100%;
  max-width: 1055px;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.section-video-cta .video, .section-video-cta video, .section-video-cta iframe {
  position: absolute;
  top: 0;
  z-index: 14;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
  max-width: 1055px;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.section-video-cta .content-block {
  position: absolute;
  z-index: 15;
  right: var(--gap-size);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-green);
  color: var(--color-white);
  width: 500px;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.section-video-cta .content-block .section-title {
  margin-bottom: 25px;
  color: var(--color-white);
}
.section-video-cta .content-block .content {
  color: var(--color-white);
}
.section-video-cta .content-block__actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-video-cta .content-block__actions .btn-cta {
  min-width: 140px;
  margin-right: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-video-cta .content-block__actions .video-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-video-cta .content-block__actions .video-link .icon {
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
}
.section-video-cta .content-block__actions .video-link .icon svg {
  height: 16px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-video-cta .content-block__actions .video-link .caption {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.56;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
  color: var(--color-white);
}
@media (max-width: 1366px) {
  .section-video-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-video-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-video-cta iframe {
    display: none;
  }
  .section-video-cta .attachment-full {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-video-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .section-video-cta {
    position: relative;
  }
  .section-video-cta .container {
    position: static;
  }
  .section-video-cta .video, .section-video-cta video, .section-video-cta iframe, .section-video-cta .attachment-full {
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: calc(var(--gap-size) * -1);
    margin-right: calc(var(--gap-size) * -1);
    width: calc(100% + var(--gap-size) * 2);
    -webkit-clip-path: none;
            clip-path: none;
  }
  .section-video-cta .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-video-cta .video-wrap video, .section-video-cta .video-wrap iframe, .section-video-cta .video-wrap .video, .section-video-cta .video-wrap .attachment-full {
    display: none;
  }
  .section-video-cta .video-wrap .attachment-full {
    display: block;
  }
  .section-video-cta .content-block {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 16;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.jquery-modal {
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
}

.video-modal {
  padding: 0;
  border-radius: 0;
  display: none;
  width: 1024px;
  max-width: calc(100% - var(--gap-size));
}
.video-modal .iframe-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 */
  position: relative;
}
.video-modal .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.section-achievements {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .section-achievements {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-achievements {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-achievements {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-achievements .achievements-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-achievements .achievements-grid__item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.section-achievements .achievements-grid__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 10px;
}
.section-achievements .achievements-grid__item-icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  width: auto;
}
.section-achievements .achievements-grid__item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.11;
  font-weight: bold;
  color: var(--color-green-2);
  margin-bottom: 8px;
}
.section-achievements .achievements-grid__item-title {
  max-width: 265px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: var(--color-dark);
}
@media (max-width: 660px) {
  .section-achievements .achievements-grid__item {
    width: 50%;
    margin-bottom: 35px;
  }
  .section-achievements .achievements-grid__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .section-achievements .achievements-grid__item {
    margin-bottom: 60px;
    width: 100%;
  }
}

.section-startups-corporates-investors {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-startups-corporates-investors .blocks-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.section-startups-corporates-investors .blocks-grid .block-item {
  --accent-color: var(--color-green);
  width: calc(33.3333333333% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  border: 1px solid var(--accent-color);
  padding-top: 35px;
  padding-left: 37px;
  padding-bottom: 35px;
  padding-right: 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--accent-color);
}
.section-startups-corporates-investors .blocks-grid .block-item.corporate-block {
  --accent-color: var(--color-blue);
}
.section-startups-corporates-investors .blocks-grid .block-item.investors-block {
  --accent-color: var(--color-orange);
}
.section-startups-corporates-investors .blocks-grid .block-item__caption {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-startups-corporates-investors .blocks-grid .block-item__title {
  color: var(--accent-color);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.13;
}
.section-startups-corporates-investors .blocks-grid .block-item .btn-wrap {
  margin-top: 50px;
}
@media (max-width: 1366px) {
  .section-startups-corporates-investors {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .section-startups-corporates-investors .blocks-grid {
    justify-content: center;
  }
  .section-startups-corporates-investors .blocks-grid .block-item {
    width: calc(50% - 24px);
    margin-bottom: 24px;
  }
  .section-startups-corporates-investors .blocks-grid .block-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-startups-corporates-investors {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-startups-corporates-investors {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-startups-corporates-investors .blocks-grid .block-item {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 24px);
  }
}

.section-cases {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-cases .cases-slider__wrap {
  margin-top: 20px;
}
.section-cases .cases-slider .case-item {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.section-cases .cases-slider .case-item:after {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.section-cases .cases-slider .case-item__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  will-change: transform, transition;
}
.section-cases .cases-slider .case-item__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
}
.section-cases .cases-slider .case-item .content {
  height: 100%;
  position: relative;
  z-index: 15;
  display: flex;
  align-items: flex-end;
  padding-left: 100px;
  padding-right: 40px;
  padding-bottom: 85px;
  color: var(--color-white);
}
.section-cases .cases-slider .case-item .content .case-title {
  color: var(--color-white);
}
.section-cases .cases-slider .case-item .content .case-excerpt {
  color: var(--color-white);
}
.section-cases .cases-slider .case-item .col-left {
  max-width: 615px;
}
.section-cases .cases-slider .case-item .col-left .case-title {
  margin-bottom: 25px;
  max-width: 350px;
}
.section-cases .cases-slider .case-item .col-right {
  padding-left: 90px;
}
.section-cases .cases-slider .case-item.swiper-slide-active {
  z-index: 10;
}
.section-cases .cases-slider__tabs {
  position: relative;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  margin-left: 100px;
  transform: translateY(-50%);
}
.section-cases .cases-slider__tabs .tab-item {
  height: 40px;
  background-color: var(--color-green-2);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: var(--color-white);
  cursor: pointer;
  transform: skewX(-25deg);
  position: relative;
  margin: 0 -1px;
}
.section-cases .cases-slider__tabs .tab-item:before {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  height: 100%;
  display: block;
  content: "";
  opacity: 0;
  z-index: 6;
  width: calc(100% + 2px);
  transition: 0.3s all ease;
}
.section-cases .cases-slider__tabs .tab-item span {
  transform: skewX(25deg);
  position: relative;
  z-index: 10;
}
.section-cases .cases-slider__tabs .tab-item:after {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  background-color: var(--color-white);
  z-index: 5;
  transition: 0.3s all ease;
}
.section-cases .cases-slider__tabs .tab-item.active:before {
  background-color: var(--color-green);
  opacity: 1;
}
.section-cases .cases-slider__tabs .tab-item:hover:before {
  background-color: var(--color-green);
  opacity: 1;
}
.section-cases .cases-slider__tabs .tab-item:last-child:after {
  display: none;
}
.section-cases .cases-slider-pagination {
  display: none;
}
@media (max-width: 1366px) {
  .section-cases {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .section-cases .cases-slider .case-item {
    height: 480px;
  }
  .section-cases .cases-slider .case-item .content {
    padding-bottom: 65px;
    padding-left: 50px;
  }
  .section-cases .cases-slider__tabs {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .section-cases {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-cases .cases-slider .case-item {
    display: flex;
    align-items: flex-end;
  }
  .section-cases .cases-slider .case-item .content {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 90px;
  }
  .section-cases .cases-slider .case-item .content .col-right {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-cases {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 660px) {
  .section-cases .cases-slider__tabs {
    display: none;
  }
  .section-cases .cases-slider-pagination {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-cases .cases-slider-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: block;
    transform: skewX(-25deg);
    background-color: var(--color-green-2);
    opacity: 1;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
    transition: 0.3s all ease;
  }
  .section-cases .cases-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-green);
  }
  .section-cases .cases-slider .case-item .content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
  }
}

.section-news-events {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F9F9F9;
}
.section-news-events .posts-grid {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.section-news-events .posts-grid .col-left {
  width: 50%;
  padding-right: calc(var(--gap-size) / 2);
  display: flex;
}
.section-news-events .posts-grid .col-right {
  width: 50%;
  padding-left: calc(var(--gap-size) / 2);
  display: flex;
  flex-direction: column;
}
.section-news-events .posts-grid .post-large {
  background-color: var(--color-white);
  --accent-color: var(--color-blue);
}
.section-news-events .posts-grid .post-large.events {
  --accent-color: var(--color-orange);
}
.section-news-events .posts-grid .post-large__thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.section-news-events .posts-grid .post-large__thumbnail:after {
  display: block;
  content: "";
  padding-bottom: 50%;
}
.section-news-events .posts-grid .post-large__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
}
.section-news-events .posts-grid .post-large__thumbnail:hover img {
  transform: scale(1.05) perspective(1px);
}
.section-news-events .posts-grid .post-large__info {
  padding-left: 55px;
  padding-right: 45px;
  padding-bottom: 37px;
  padding-top: 25px;
  position: relative;
}
.section-news-events .posts-grid .post-large__info .date {
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-black);
  margin-bottom: 15px;
  display: block;
}
.section-news-events .posts-grid .post-large__info .title {
  margin-bottom: 15px;
}
.section-news-events .posts-grid .post-large__info .title a {
  transition: 0.3s all ease;
}
.section-news-events .posts-grid .post-large__info .title a:hover {
  color: var(--accent-color);
}
.section-news-events .posts-grid .post-large__info .tag {
  position: absolute;
  top: 0;
  left: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 95px;
  padding-left: 15px;
  padding-right: 25px;
  text-align: center;
  background-color: var(--accent-color);
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.section-news-events .posts-grid .post-large__info .permalink {
  margin-top: 25px;
}
.section-news-events .posts-grid .post-small {
  margin-bottom: var(--gap-size);
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
  --accent-color: var(--color-blue);
  flex: 1;
}
.section-news-events .posts-grid .post-small:first-child:last-child {
  max-height: calc(50% - 24px);
}
.section-news-events .posts-grid .post-small:last-child {
  margin-bottom: 0;
}
.section-news-events .posts-grid .post-small.events {
  --accent-color: var(--color-orange);
}
.section-news-events .posts-grid .post-small__thumbnail {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.section-news-events .posts-grid .post-small__thumbnail:after {
  display: block;
  content: "";
  padding-bottom: 58%;
}
.section-news-events .posts-grid .post-small__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
}
.section-news-events .posts-grid .post-small__thumbnail .tag {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 95px;
  padding-left: 15px;
  padding-right: 25px;
  text-align: center;
  background-color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  padding-bottom: 2px;
}
.section-news-events .posts-grid .post-small__thumbnail:hover img {
  transform: scale(1.05) perspective(1px);
}
.section-news-events .posts-grid .post-small__info {
  width: 50%;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-news-events .posts-grid .post-small__info .date {
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-black);
  margin-bottom: 10px;
  display: block;
}
.section-news-events .posts-grid .post-small__info .title {
  margin-bottom: 15px;
}
.section-news-events .posts-grid .post-small__info .title a {
  transition: 0.3s all ease;
}
.section-news-events .posts-grid .post-small__info .title a:hover {
  color: var(--accent-color);
}
.section-news-events .posts-grid .post-small__info .permalink {
  margin-top: 15px;
  margin-bottom: 8px;
  transition: 0.3s all ease;
}
.section-news-events .posts-grid .post-small__info .permalink:hover {
  color: var(--accent-color);
}
.section-news-events .buttons-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-news-events .buttons-wrap .col {
  flex: 1;
}
.section-news-events .buttons-wrap .col:first-child {
  display: flex;
  justify-content: flex-end;
}
.section-news-events .buttons-wrap .col:last-child {
  display: flex;
  justify-content: flex-start;
}
.section-news-events .buttons-wrap .btn {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .section-news-events .posts-grid .col-left {
    width: 45%;
  }
  .section-news-events .posts-grid .col-right {
    width: 55%;
  }
  .section-news-events .posts-grid .post-large__info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-news-events .posts-grid .post-large__info .tag {
    left: 30px;
  }
  .section-news-events .posts-grid .post-small__thumbnail {
    width: 35%;
  }
  .section-news-events .posts-grid .post-small__info {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .section-news-events .posts-grid {
    flex-wrap: wrap;
  }
  .section-news-events .posts-grid .col-left {
    width: 100%;
    padding: 0;
  }
  .section-news-events .posts-grid .col-right {
    padding: 0;
    margin-top: var(--gap-size);
    width: 100%;
  }
  .section-news-events .buttons-wrap .col {
    flex: none;
    width: auto;
  }
}
@media (max-width: 565px) {
  .section-news-events .posts-grid .post-large__info {
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .section-news-events .posts-grid .post-large__info .tag {
    left: 20px;
  }
  .section-news-events .posts-grid .post-small {
    display: flex;
    flex-direction: column;
  }
  .section-news-events .posts-grid .post-small__thumbnail {
    width: 100%;
  }
  .section-news-events .posts-grid .post-small__info {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .section-news-events .buttons-wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .section-news-events .buttons-wrap .col {
    width: 100%;
  }
  .section-news-events .buttons-wrap .col .btn {
    min-width: 180px;
  }
  .section-news-events .buttons-wrap .col:first-child, .section-news-events .buttons-wrap .col:last-child {
    justify-content: center;
  }
}

.section-marquee {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .section-marquee {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-marquee {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-marquee {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-marquee .section-title {
  text-align: center;
  margin-bottom: 18px;
}
.section-marquee .section-subtitle {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--color-black);
}
.section-marquee .marquee {
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-top: 40px;
}
.section-marquee .marquee .marquee-inner {
  display: flex;
  align-items: center;
}
.section-marquee .marquee .js-marquee-wrapper {
  display: flex;
  align-items: center;
}
.section-marquee .marquee .js-marquee {
  display: flex;
  align-items: center;
}
.section-marquee .marquee .img-wrap {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
.section-marquee .marquee .img-wrap img, .section-marquee .marquee .img-wrap svg {
  max-height: 100px;
  min-height: 45px;
  width: auto;
  max-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-marquee .marquee::before, .section-marquee .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 10;
}
.section-marquee .marquee::before {
  left: 0;
  background-image: linear-gradient(to right, var(--color-white), rgba(255, 255, 255, 0.015));
}
.section-marquee .marquee::after {
  right: 0;
  background-image: linear-gradient(to left, var(--color-white), rgba(255, 255, 255, 0.015));
}
@media (min-width: 1200px) {
  .section-marquee .marquee {
    margin-left: 0;
    margin-right: 0;
  }
  .section-marquee .marquee::before, .section-marquee .marquee::after {
    width: 4rem;
  }
}
@media (max-width: 991px) {
  .section-marquee .marquee {
    height: 60px;
    margin-top: 30px;
  }
  .section-marquee .marquee .img-wrap {
    height: 60px;
    margin: 0 15px;
  }
  .section-marquee .marquee .img-wrap img, .section-marquee .marquee .img-wrap svg {
    max-height: 50px;
    min-height: 35px;
  }
}
.section-marquee .btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.section-newsletter {
  background-color: var(--color-grey);
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-newsletter .section-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -38px;
}
.section-newsletter .col-left {
  max-width: 415px;
  margin-right: 8.5%;
  padding-bottom: 38px;
}
.section-newsletter .col-left .section-title {
  color: var(--color-green);
}
.section-newsletter .col-right {
  width: 600px;
}
@media (max-width: 1366px) {
  .section-newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-newsletter .col-left {
    margin-right: 50px;
    max-width: 365px;
  }
}
@media (max-width: 1199px) {
  .section-newsletter .col-left {
    width: 42%;
    max-width: unset;
  }
  .section-newsletter .col-right {
    width: 62%;
  }
}
@media (max-width: 991px) {
  .section-newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-newsletter .section-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section-newsletter .col-left {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .section-newsletter .col-left .section-title {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-newsletter .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-newsletter .col-left .section-title {
    max-width: 100%;
  }
}

.section-page-header {
  min-height: 590px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  overflow-x: hidden;
}
.section-page-header .bg {
  width: 80%;
  height: 100%;
  position: absolute;
}
.section-page-header .bg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-page-header:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 5;
}
.section-page-header .figure {
  display: flex;
  justify-content: flex-start;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 10;
}
.section-page-header .figure:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%);
  display: block;
  content: "";
  background-color: var(--color-green-2);
  max-width: 565px;
  height: 100%;
  width: 100%;
}
.section-page-header .figure:after {
  display: block;
  content: "";
  background-color: var(--color-green-2);
  position: relative;
  height: 100%;
  width: 100%;
  left: -1px;
}
.section-page-header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 15;
}
.section-page-header .col-left {
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
  padding-right: 30px;
}
.section-page-header .col-left .caption {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 30px;
  line-height: 1.15;
  color: var(--color-white);
  z-index: 15;
  max-width: 580px;
}
.section-page-header .col-right {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.section-page-header .col-right .content-block__wrap .notice {
  padding-top: 15px;
  font-family: var(--font-primary);
  font-size: 18px;
  color: var(--color-white);
}
.section-page-header .col-right .content-block {
  width: 505px;
  background-color: var(--color-green);
  padding-left: 30px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 45px;
}
.section-page-header .col-right .content-block .page-title {
  color: var(--color-white);
  margin-bottom: 18px;
}
.section-page-header .col-right .content-block .page-title:last-child {
  margin-bottom: 0;
}
.section-page-header .col-right .content-block .section-text {
  color: var(--color-white);
}
.section-page-header .col-right .content-block .btns-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.section-page-header .col-right .content-block .btns-wrap .btn-cta {
  margin-right: 28px;
}
.section-page-header .col-right .content-block .btns-wrap .link {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--color-white);
  text-underline-offset: 2px;
}
.section-page-header + .content-block-mobile {
  display: none;
}
@media (max-width: 1366px) {
  .section-page-header {
    min-height: 550px;
  }
}
@media (max-width: 1199px) {
  .section-page-header {
    min-height: 480px;
  }
  .section-page-header .bg {
    width: 100%;
  }
  .section-page-header .bg img {
    width: 100%;
  }
  .section-page-header .col-left {
    padding-bottom: 60px;
  }
  .section-page-header .col-right {
    padding-bottom: 60px;
    align-items: flex-end;
  }
  .section-page-header .figure {
    right: -1%;
    width: 30%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  }
}
@media (max-width: 991px) {
  .section-page-header {
    min-height: 400px;
  }
  .section-page-header .container {
    flex-wrap: wrap;
  }
  .section-page-header .container .col-left {
    width: 100%;
  }
  .section-page-header .container .col-right {
    display: none;
  }
  .section-page-header + .content-block-mobile {
    display: block;
    background-color: var(--color-green);
    padding: 45px 0;
  }
  .section-page-header + .content-block-mobile .page-title {
    color: var(--color-white);
    margin-bottom: 18px;
  }
  .section-page-header + .content-block-mobile .section-text {
    color: var(--color-white);
  }
  .section-page-header + .content-block-mobile .btns-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .section-page-header + .content-block-mobile .btns-wrap .btn-cta {
    margin-right: 28px;
  }
  .section-page-header + .content-block-mobile .btns-wrap .link {
    margin-top: 15px;
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: var(--color-white);
    text-underline-offset: 2px;
  }
  .section-page-header + .content-block-mobile .notice {
    padding-top: 25px;
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--color-white);
  }
}
@media (max-width: 660px) {
  .section-page-header {
    min-height: 320px;
  }
  .section-page-header .figure {
    width: 15%;
  }
  .section-page-header .bg img {
    width: 100%;
  }
  .section-page-header .container .col-left {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 0;
  }
}

.section-about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-about .section-subtitle {
  margin-bottom: 100px;
  display: block;
  text-align: center;
  font-weight: 400;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section-about .section-subtitle strong, .section-about .section-subtitle b {
  font-weight: 600;
}
.section-about .section-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: calc(var(--gap-size) * -1);
  margin-right: calc(var(--gap-size) * -1);
}
.section-about .section-row .col {
  padding-left: var(--gap-size);
  padding-right: var(--gap-size);
}
.section-about .section-row .col-left {
  width: 50%;
}
.section-about .section-row .col-left img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-about .section-row .col-left .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.section-about .section-row .col-left .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .section-row .col-right {
  width: 50%;
}
.section-about .section-row .col-right .section-title {
  margin-bottom: 20px;
}
.section-about .section-row[data-image-position=right] {
  flex-direction: row-reverse;
}
@media (max-width: 1366px) {
  .section-about {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-about .section-subtitle {
    margin-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .section-about .section-row {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .section-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-about .section-row {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .section-about .section-row .col-left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .section-about .section-row .col-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: var(--gap-size);
  }
  .section-about .section-subtitle {
    margin-bottom: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-about .section-subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 565px) {
  .section-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-about .section-subtitle {
    margin-bottom: 40px;
  }
}

.section-goals .section-title {
  max-width: 560px;
}
.section-goals .images-grid {
  margin-top: 50px;
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(7, 1fr);
}
.section-goals .images-grid .img-wrap {
  width: 100%;
}
@media (max-width: 1366px) {
  .section-goals .images-grid {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .section-goals .images-grid {
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .section-goals .images-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 565px) {
  .section-goals .images-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.section-team {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1366px) {
  .section-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-team .section-title {
  margin-bottom: 20px;
}
.section-team .section-subtitle {
  max-width: 705px;
}
.section-team .team-grid {
  margin-top: 30px;
}
.section-team .team-grid-wrap .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--gap-size);
}
.section-team .team-grid-wrap .team-grid .team-item {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background-color: var(--color-green);
}
.section-team .team-grid-wrap .team-grid .team-item .team-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}
.section-team .team-grid-wrap .team-grid .team-item__inner {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section-team .team-grid-wrap .team-grid .team-item .photo {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section-team .team-grid-wrap .team-grid .team-item .photo:after {
  display: block;
  content: "";
  padding-bottom: 125%;
}
.section-team .team-grid-wrap .team-grid .team-item .photo img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.3s all ease;
  transform: scale(1) perspective(0) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 5;
}
.section-team .team-grid-wrap .team-grid .team-item .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 15;
}
.section-team .team-grid-wrap .team-grid .team-item .info .name {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.32;
  color: var(--color-white);
}
.section-team .team-grid-wrap .team-grid .team-item .info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
}
.section-team .team-grid-wrap .team-grid .team-item:hover .photo img {
  transform: scale(1.05) perspective(0) translateZ(0);
}
@media (max-width: 1199px) {
  .section-team .team-grid-wrap .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .section-team .team-grid-wrap .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-team .team-grid-wrap .team-grid {
    grid-gap: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-team .team-grid-wrap .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-team .team-grid-wrap .team-grid .team-item .photo:after {
    padding-bottom: 100%;
  }
}

.section-mentors {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1366px) {
  .section-mentors {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-mentors {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-mentors {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-mentors .section-title {
  margin-bottom: 30px;
}
.section-mentors .section-subtitle {
  max-width: 705px;
}
.section-mentors .team-grid {
  margin-top: 30px;
}
.section-mentors .form-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 35;
}
.section-mentors .form-filters .form-field {
  width: auto;
  margin-bottom: var(--gap-size);
  margin-right: var(--gap-size);
}
.section-mentors .form-filters .search {
  width: calc(25% - var(--gap-size) / 2);
  max-width: 287.5px;
}
.section-mentors .form-filters .taxonomy {
  min-width: 220px;
}
.section-mentors .form-filters .search-input-wrap {
  margin: 0 !important;
  position: relative;
}
.section-mentors .form-filters .search-input-wrap input {
  padding-right: 45px;
}
.section-mentors .form-filters .search-input-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.section-mentors .form-filters .btn-reset-filter {
  height: 45px;
}
.section-mentors .form-filters .btn-reset-filter .caption {
  height: 100%;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .section-mentors .form-filters {
    width: calc(100% + var(--gap-size));
    margin-left: calc(var(--gap-size) / -2);
    margin-right: calc(var(--gap-size) / -2);
  }
  .section-mentors .form-filters .search, .section-mentors .form-filters .form-field {
    width: calc(50% - var(--gap-size));
    max-width: unset;
    margin-left: calc(var(--gap-size) / 2);
    margin-right: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-mentors .form-filters .search, .section-mentors .form-filters .form-field {
    width: calc(100% - var(--gap-size));
  }
}
.section-mentors .mentors-grid-wrap .result-not-found {
  margin-top: 20px;
  display: none;
}
.section-mentors .mentors-grid-wrap .result-not-found.active {
  display: block;
}
.section-mentors .mentors-grid-wrap .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--gap-size);
}
.section-mentors .mentors-grid-wrap .team-grid .team-item {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background-color: var(--color-green);
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .team-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 20;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item__inner {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .photo {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .photo:after {
  display: block;
  content: "";
  padding-bottom: 125%;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .photo img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.3s all ease;
  transform: scale(1) perspective(0) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 5;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 15;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .info .name {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.32;
  color: var(--color-white);
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
}
.section-mentors .mentors-grid-wrap .team-grid .team-item .filters {
  display: none;
}
.section-mentors .mentors-grid-wrap .team-grid .team-item:hover .photo img {
  transform: scale(1.05) perspective(0) translateZ(0);
}
.section-mentors .mentors-grid-wrap .pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-green);
  font-weight: 500;
  margin-left: 8px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev:hover .icon {
  transform: translateY(1px) translateX(-5px);
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev.disabled .icon {
  display: none;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-green);
  font-weight: 500;
  margin-right: 8px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next:hover .icon {
  transform: translateY(1px) translateX(5px);
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
  transition: none;
  visibility: hidden;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next.disabled .icon {
  display: none;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0 20px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skew(-25deg);
  margin: 0 4px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination li .page {
  transform: skew(25deg);
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green) !important;
  cursor: pointer;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  min-width: 32px;
  height: 32px;
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination li:hover {
  color: var(--color-green) !important;
  background-color: var(--color-grey);
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination li.active {
  background: var(--color-green);
}
.section-mentors .mentors-grid-wrap .pagination-wrap .pagination li.active .page {
  color: var(--color-white) !important;
}
@media (max-width: 1199px) {
  .section-mentors .mentors-grid-wrap .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .section-mentors .mentors-grid-wrap .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-mentors .mentors-grid-wrap .team-grid {
    grid-gap: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-mentors .mentors-grid-wrap .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-mentors .mentors-grid-wrap .team-grid .team-item .photo:after {
    padding-bottom: 100%;
  }
}
@media (max-width: 420px) {
  .section-mentors .mentors-grid-wrap .pagination-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-mentors .mentors-grid-wrap .pagination-wrap .pagination {
    width: 100%;
    order: 0;
    margin-bottom: 25px;
  }
  .section-mentors .mentors-grid-wrap .pagination-wrap .pagination li .page {
    font-size: 20px;
    min-width: 34px;
    height: 34px;
  }
  .section-mentors .mentors-grid-wrap .pagination-wrap .pagination-prev {
    order: 1;
    margin-right: 25px;
  }
  .section-mentors .mentors-grid-wrap .pagination-wrap .pagination-next {
    order: 2;
    margin-left: 25px;
  }
}

.section-community {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-community .section-title {
  margin-bottom: 14px;
}
.section-community .section-subtitle {
  max-width: 660px;
}
.section-community .community-stats {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  margin-left: calc(var(--gap-size) * -1);
  margin-right: calc(var(--gap-size) * -1);
}
.section-community .community-stats__col {
  max-width: 290px;
  margin-left: var(--gap-size);
  margin-right: var(--gap-size);
}
.section-community .community-stats__col .number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-community .community-stats__col .btn-wrap {
  margin-bottom: 8px;
  margin-top: 10px;
}
.section-community .community-stats__col .btn-wrap .caption {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .section-community {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .section-community .community-stats {
    margin-left: calc(var(--gap-size) / 2 * -1);
    margin-right: calc(var(--gap-size) / 2 * -1);
  }
  .section-community .community-stats__col {
    margin-left: calc(var(--gap-size) / 2);
    margin-right: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 991px) {
  .section-community {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-community .community-stats {
    margin-left: calc(var(--gap-size) * -1);
    margin-right: calc(var(--gap-size) * -1);
    flex-wrap: wrap;
  }
  .section-community .community-stats__col {
    width: 50%;
    margin-left: calc(var(--gap-size));
    margin-right: calc(var(--gap-size));
    margin-bottom: calc(var(--gap-size) * 1.5);
  }
}
@media (max-width: 767px) {
  .section-community {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-community .community-stats {
    max-width: 680px;
  }
}
@media (max-width: 680px) {
  .section-community .community-stats {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-community .community-stats__col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-community .community-stats__col:last-child {
    margin-bottom: 0;
  }
}

.section-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .section-contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .section-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding-top: 60px;
  }
}
.section-contact .section-title {
  margin-bottom: 35px;
}
.section-contact .section-row {
  display: flex;
  justify-content: space-between;
}
.section-contact .section-row .col-left {
  width: 50%;
}
.section-contact .section-row .col-right {
  width: 40%;
}
.section-contact .contact-info .contact-block {
  margin-bottom: 40px;
}
.section-contact .contact-info .contact-block:last-child {
  margin-bottom: 0;
}
.section-contact .contact-info .address {
  margin-bottom: 15px;
  font-size: 20px;
  font-style: normal;
}
@media (max-width: 991px) {
  .section-contact .contact-info .address {
    font-size: 18px;
  }
}
@media (max-width: 565px) {
  .section-contact .contact-info .address {
    font-size: 16px;
  }
}
.section-contact .contact-info .phone {
  font-size: 20px;
  font-style: normal;
  transition: 0.3s all ease;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.section-contact .contact-info .phone:hover {
  -webkit-text-decoration-color: var(--color-green);
          text-decoration-color: var(--color-green);
  color: var(--color-green);
}
@media (max-width: 991px) {
  .section-contact .contact-info .phone {
    font-size: 18px;
  }
}
@media (max-width: 565px) {
  .section-contact .contact-info .phone {
    font-size: 16px;
  }
}
.section-contact .contact-info__title {
  color: var(--color-green);
  margin-bottom: 15px;
}
.section-contact .contact-info__desc {
  width: 100%;
  max-width: 450px;
}
.section-contact .contact-info .btn {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .section-contact .section-row .col-right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .section-contact .contact-info {
    margin-top: 40px;
  }
  .section-contact .section-row {
    flex-wrap: wrap;
  }
  .section-contact .section-row .col-left {
    width: 100%;
  }
  .section-contact .section-row .col-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-contact .contact-info .btn .caption {
    font-size: 15px;
  }
}

.section-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--color-grey);
  overflow: hidden;
  min-height: 600px;
  display: flex;
}
@media (max-width: 1366px) {
  .section-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-faq {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-faq[data-padding-size=small] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-faq[data-padding-size=small] .section-title {
  margin-bottom: 20px;
}
.section-faq .section-title {
  position: relative;
  z-index: 15;
  margin-bottom: 40px;
  max-width: 45%;
}
@media (max-width: 1199px) {
  .section-faq .section-title {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .section-faq .section-title {
    max-width: 100%;
  }
}
.section-faq .bg-img img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  max-width: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 68%;
  max-height: 100%;
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .section-faq .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 60%;
    max-height: 515px;
  }
}
@media (max-width: 991px) {
  .section-faq .bg-img img {
    display: none;
  }
}
.section-faq .section-row {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  width: calc(100% + var(--gap-size) * 2);
  margin-left: calc(var(--gap-size) * -1);
  margin-right: calc(var(--gap-size) * -1);
}
.section-faq .section-row .col {
  width: 50%;
  padding-right: var(--gap-size);
  padding-left: var(--gap-size);
}
@media (max-width: 991px) {
  .section-faq .section-row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section-faq .section-row .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .section-faq .section-row .col-right {
    margin-top: calc(var(--gap-size) * 2);
  }
}
.section-faq .accordion {
  position: relative;
  z-index: 2;
}
.section-faq .accordion .accordion-item {
  border-bottom: 1px solid #C4C4C4;
  background-color: var(--color-white);
}
.section-faq .accordion .accordion-item:last-child {
  border-bottom: none;
}
.section-faq .accordion .accordion-item .accordion-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 62px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
}
.section-faq .accordion .accordion-item .accordion-item__header .question {
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 15px;
  line-height: 1.2;
}
.section-faq .accordion .accordion-item .accordion-item__header .icon {
  min-width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-faq .accordion .accordion-item .accordion-item__body {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 16px;
  display: none;
}
.section-faq .accordion .accordion-item.active .accordion-item__header .question {
  color: var(--color-green);
}
.section-faq .accordion .accordion-item.active .accordion-item__header .icon {
  transform: rotate(90deg);
}
.section-faq .accordion .accordion-item.active .accordion-item__header .icon svg path {
  fill: var(--color-green);
}
@media (max-width: 660px) {
  .section-faq .accordion .accordion-item .accordion-item__header {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 50px;
  }
  .section-faq .accordion .accordion-item .accordion-item__header .question {
    font-size: 16px;
  }
  .section-faq .accordion .accordion-item .accordion-item__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section-faq .cta-block {
  margin-top: 50px;
  width: calc(50% - var(--gap-size));
  background-color: var(--color-white);
}
.section-faq .cta-block .cta-block__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
}
.section-faq .cta-block .title {
  color: var(--color-green);
  margin-bottom: 10px;
}
.section-faq .cta-block .btn-wrap {
  margin-top: 15px;
}
.section-faq .cta-block .btn-wrap .btn {
  min-width: 135px;
}
@media (max-width: 1199px) {
  .section-faq .cta-block {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-faq .cta-block .cta-block__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-faq .download-btn {
  margin-top: 50px;
}

.section-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .section-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-content .section-title {
  margin-bottom: 20px;
}
.section-content .section-row {
  display: flex;
  justify-content: space-between;
  margin-left: -35px;
  margin-right: -35px;
}
.section-content .section-row .col {
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}
.section-content .section-row .col .col-title {
  margin-bottom: 20px;
}
.section-content .btn-wrap {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .section-content .section-row {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .section-content .section-row .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .section-content .section-row .col-right {
    margin-top: calc(var(--gap-size) * 2);
  }
}

.section-testimonials {
  padding-top: 145px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .section-testimonials {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-testimonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-testimonials .section-title-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
.section-testimonials .section-title-wrap .section-title {
  margin-bottom: 10px;
  max-width: 700px;
}
.section-testimonials .feedback-slider-wrapper {
  position: relative;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.section-testimonials .feedback-slider-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-grey);
  transform: skewX(-24deg);
}
.section-testimonials .feedback-slider-wrapper .feedback-slider-el {
  display: block;
  position: absolute;
  bottom: 0;
  left: -15%;
  height: 120%;
  z-index: 15;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider-el-2 {
  position: absolute;
  top: -20%;
  left: 21.2%;
  z-index: 0;
  height: 20%;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider {
  position: relative;
  min-height: 525px;
  display: flex;
  align-items: center;
  padding-left: 12%;
  padding-top: 6%;
  padding-bottom: 60px;
  padding-right: 40px;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-wrapper {
  align-items: center;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-logo {
  margin-top: 25px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-logo img {
  position: absolute;
  max-width: 90%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content {
  max-width: 570px;
  padding-left: 32px;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .feedback-quote {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .feedback-quote:before {
  content: "“";
  display: inline;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .feedback-quote:after {
  content: "”";
  display: inline;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-photo {
  margin-right: 15px;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-photo img {
  border-radius: 50%;
  width: 65px;
  min-width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-info .name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .navigation {
  position: absolute;
  right: 13%;
  bottom: 30px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: end;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .navigation .feedback-slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-green);
  transition: 0.3s all ease;
  transform: skewX(-24deg);
  cursor: pointer;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .navigation .feedback-slider-button svg {
  transform: skewX(24deg);
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .navigation .feedback-slider-button-prev {
  margin-right: 10px;
}
.section-testimonials .feedback-slider-wrapper .feedback-slider .navigation .feedback-slider-button:hover {
  background-color: var(--color-green-hover);
}
@media (max-width: 1366px) {
  .section-testimonials .feedback-slider-wrapper .feedback-slider-el {
    left: -20%;
    height: 115%;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider-el-2 {
    top: -15%;
    left: 12.6%;
    height: 23%;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider {
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  .section-testimonials .feedback-slider-wrapper .feedback-slider-el {
    height: 110%;
    left: -25%;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider-el-2 {
    top: -10%;
    left: 9.6%;
    height: 23%;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .section-testimonials .section-title-wrap {
    justify-content: center;
    padding: 0;
    margin-bottom: var(--gap-size);
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider-el, .section-testimonials .feedback-slider-wrapper .feedback-slider-el-2 {
    display: none;
  }
  .section-testimonials .feedback-slider-wrapper:after {
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider {
    min-height: unset;
    padding-left: var(--gap-size);
    padding-right: var(--gap-size);
    padding-top: calc(var(--gap-size) * 2);
    padding-bottom: calc(var(--gap-size) * 5);
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-logo {
    margin-top: 0;
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .feedback-quote {
    font-size: 22px;
  }
}
@media (max-width: 660px) {
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-logo {
    margin-left: 0;
    margin-bottom: var(--gap-size);
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content {
    width: 100%;
    padding-left: 0;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author {
    margin-top: calc(var(--gap-size) * 1.5);
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .navigation {
    justify-content: flex-start;
    left: var(--gap-size);
    bottom: var(--gap-size);
  }
}
@media (max-width: 565px) {
  .section-testimonials .feedback-slider-wrapper .feedback-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .navigation {
    left: 0;
    right: 0;
    justify-content: center;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-logo {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .feedback-quote {
    font-size: 20px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-photo {
    margin-right: 12px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-photo img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-info .name {
    font-size: 18px;
  }
  .section-testimonials .feedback-slider-wrapper .feedback-slider .swiper-slide .slide-content .author .author-info .position {
    font-size: 14px;
  }
}

.section-cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-grey);
}
.section-cta .section-title {
  max-width: 600px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-cta .section-title {
    max-width: 100%;
  }
}
.section-cta .cta-block {
  width: 100%;
  max-width: 600px;
  background-color: var(--color-white);
}
.section-cta .cta-block .cta-block__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.section-cta .cta-block .photo {
  margin-right: 30px;
}
.section-cta .cta-block .photo img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-cta .cta-block .title {
  color: var(--color-green);
  margin-bottom: 4px;
}
.section-cta .cta-block .btn-wrap {
  margin-top: 15px;
}
.section-cta .cta-block .btn-wrap .btn {
  min-width: 135px;
}
@media (max-width: 1199px) {
  .section-cta .cta-block {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-cta .cta-block .cta-block__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 565px) {
  .section-cta .cta-block .photo {
    margin-bottom: 15px;
  }
  .section-cta .cta-block .cta-block__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.section-course-info {
  background-color: var(--color-green);
  padding: 20px 0;
}
.section-course-info .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-course-info .grid .grid-item {
  flex: 1;
  min-width: 25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  margin: 15px 0;
}
.section-course-info .grid .grid-item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.section-course-info .grid .grid-item__subtitle {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .section-course-info .grid .grid-item {
    min-width: 50%;
  }
}
@media (max-width: 565px) {
  .section-course-info .grid .grid-item {
    min-width: 100%;
  }
}

.section-image {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .section-image {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .section-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .section-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-image .section-title {
  margin-bottom: 30px;
}
.section-image .img-wrap {
  display: block;
  width: 100%;
}
.section-image .img-wrap img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-startups {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1366px) {
  .section-startups {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-startups {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-startups {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-startups .section-title {
  margin-bottom: 30px;
}
.section-startups .startups-grid {
  margin-top: 30px;
}
.section-startups .form-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 35;
}
.section-startups .form-filters .form-field {
  width: auto;
  margin-bottom: 15px;
  margin-right: var(--gap-size);
}
.section-startups .form-filters .search {
  width: calc(25% - var(--gap-size) / 2);
  max-width: 287.5px;
}
.section-startups .form-filters .taxonomy {
  min-width: 220px;
}
.section-startups .form-filters .search-input-wrap {
  margin: 0 !important;
  position: relative;
}
.section-startups .form-filters .search-input-wrap input {
  padding-right: 45px;
}
.section-startups .form-filters .search-input-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.section-startups .form-filters .btn-reset-filter {
  height: 45px;
}
.section-startups .form-filters .btn-reset-filter .caption {
  height: 100%;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .section-startups .form-filters {
    width: calc(100% + var(--gap-size));
    margin-left: calc(var(--gap-size) / -2);
    margin-right: calc(var(--gap-size) / -2);
  }
  .section-startups .form-filters .search, .section-startups .form-filters .form-field {
    width: calc(50% - var(--gap-size));
    max-width: unset;
    margin-left: calc(var(--gap-size) / 2);
    margin-right: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-startups .form-filters .search, .section-startups .form-filters .form-field {
    width: calc(100% - var(--gap-size));
  }
}
.section-startups .startups-grid-wrap .result-not-found {
  margin-top: 20px;
  display: none;
}
.section-startups .startups-grid-wrap .result-not-found.active {
  display: block;
}
.section-startups .startups-grid-wrap .startups-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--gap-size);
  grid-row-gap: 40px;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background-color: var(--color-grey);
  display: block;
  padding: 30px;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .logo:after {
  display: block;
  content: "";
  padding-bottom: 88%;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .logo img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .tag {
  background-color: var(--color-green);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  left: 0;
  padding-left: 15px;
  padding-right: 25px;
  min-height: 32px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .title {
  margin-top: 15px;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .overlay {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
  transition: 0.3s all ease;
  padding: var(--gap-size);
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .overlay .overlay-title {
  font-size: 20px;
  color: var(--color-green);
  font-weight: 600;
  margin-bottom: 15px;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .overlay .description {
  margin-bottom: 10px;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .overlay .overlay-arrow {
  margin-top: 15px;
  display: flex;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .startups-item-link {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item:hover .overlay {
  opacity: 1;
}
.section-startups .startups-grid-wrap .startups-grid .startup-item .filters {
  display: none;
}
.section-startups .startups-grid-wrap .pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-green);
  font-weight: 500;
  margin-left: 8px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev:hover .icon {
  transform: translateY(1px) translateX(-5px);
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-prev.disabled .icon {
  display: none;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--color-green);
  font-weight: 500;
  margin-right: 8px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next:hover .icon {
  transform: translateY(1px) translateX(5px);
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination-next.disabled .icon {
  display: none;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0 20px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skew(-25deg);
  margin: 0 4px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination li .page {
  transform: skew(25deg);
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green) !important;
  cursor: pointer;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  min-width: 32px;
  height: 32px;
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination li:hover {
  color: var(--color-green) !important;
  background-color: var(--color-grey);
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination li.active {
  background: var(--color-green);
}
.section-startups .startups-grid-wrap .pagination-wrap .pagination li.active .page {
  color: var(--color-white) !important;
}
@media (max-width: 1199px) {
  .section-startups .startups-grid-wrap .startups-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .section-startups .startups-grid-wrap .startups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-startups .startups-grid-wrap .startups-grid {
    grid-gap: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-startups .startups-grid-wrap .startups-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-startups .startups-grid-wrap .startups-grid .startup-item .photo:after {
    padding-bottom: 100%;
  }
}
@media (max-width: 420px) {
  .section-startups .startups-grid-wrap .pagination-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-startups .startups-grid-wrap .pagination-wrap .pagination {
    width: 100%;
    order: 0;
    margin-bottom: 25px;
  }
  .section-startups .startups-grid-wrap .pagination-wrap .pagination li .page {
    font-size: 20px;
    min-width: 34px;
    height: 34px;
  }
  .section-startups .startups-grid-wrap .pagination-wrap .pagination-prev {
    order: 1;
    margin-right: 25px;
  }
  .section-startups .startups-grid-wrap .pagination-wrap .pagination-next {
    order: 2;
    margin-left: 25px;
  }
}

.section-partners {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1366px) {
  .section-partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-partners {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-partners .section-title {
  margin-bottom: 30px;
}
.section-partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--gap-size);
  grid-row-gap: 40px;
  margin-top: 25px;
}
.section-partners .partners-grid .partner-item {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background-color: var(--color-grey);
  display: block;
  padding: 30px;
}
.section-partners .partners-grid .partner-item .logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
}
.section-partners .partners-grid .partner-item .logo:after {
  display: block;
  content: "";
  padding-bottom: 88%;
}
.section-partners .partners-grid .partner-item .logo img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-partners .partners-grid .partner-item .tag {
  background-color: var(--color-green);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  left: 0;
  padding-left: 15px;
  padding-right: 25px;
  min-height: 32px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.section-partners .partners-grid .partner-item .title {
  margin-top: 15px;
}
.section-partners .partners-grid .partner-item .overlay {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
  transition: 0.3s all ease;
  padding: var(--gap-size);
}
.section-partners .partners-grid .partner-item .overlay .overlay-title {
  font-size: 20px;
  color: var(--color-green);
  font-weight: 600;
  margin-bottom: 15px;
}
.section-partners .partners-grid .partner-item .overlay .description {
  margin-bottom: 10px;
}
.section-partners .partners-grid .partner-item .overlay .overlay-arrow {
  margin-top: 15px;
  display: flex;
}
.section-partners .partners-grid .partner-item .partner-item-link {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.section-partners .partners-grid .partner-item:hover .overlay {
  opacity: 1;
}
.section-partners .partners-grid .partner-item .filters {
  display: none;
}
@media (max-width: 1199px) {
  .section-partners .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .section-partners .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-partners .partners-grid {
    grid-gap: calc(var(--gap-size) / 2);
  }
}
@media (max-width: 565px) {
  .section-partners .partners-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-partners .partners-grid .startup-item .photo:after {
    padding-bottom: 100%;
  }
}
.section-partners .cta-block {
  margin-top: 40px;
}
.section-partners .cta-block__title {
  margin-bottom: 10px;
}
.section-partners .cta-block__subtitle {
  margin-bottom: 15px;
}

.section-gutenberg {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .section-gutenberg {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-gutenberg {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section-gutenberg {
    padding-bottom: 60px;
  }
}
.section-gutenberg .post-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.section-contact-form {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1366px) {
  .section-contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-contact-form .section-title {
  text-align: center;
}
.section-contact-form .form-wrap {
  margin-top: 45px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.page-404 {
  background-color: var(--color-grey);
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-404 .section-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404 .section-row .col-left {
  padding-right: 65px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.page-404 .section-row .col-right {
  width: 100%;
  max-width: 540px;
}
.page-404 .section-row .col-right .page-title {
  font-family: var(--font-primary);
  font-size: 120px;
  line-height: 1;
  color: var(--color-green);
  font-weight: bold;
  margin-bottom: 20px;
}
.page-404 .section-row .col-right .page-subtitle {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-black);
  margin-bottom: 20px;
}
.page-404 .section-row .col-right .page-caption {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 1199px) {
  .page-404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .page-404 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-404 .section-row {
    flex-direction: column;
  }
  .page-404 .section-row .col-left {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }
  .page-404 .section-row .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding-top: 45px;
  }
  .page-404 .section-row .col-left {
    margin-bottom: 20px;
  }
  .page-404 .section-row .col-right .page-title {
    font-size: 80px;
  }
  .page-404 .section-row .col-right .page-subtitle {
    font-size: 18px;
  }
}

.page-template-member {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .page-template-member {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .page-template-member {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-member {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .page-template-member {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-member .back-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-member .back-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: 0.3s all ease;
}
.page-template-member .back-btn .icon svg {
  height: 12px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-member .back-btn .icon svg path {
  fill: var(--color-green);
}
.page-template-member .back-btn__text {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-green);
}
.page-template-member .back-btn:hover .icon {
  transform: translateX(-5px);
}
.page-template-member .section-member {
  padding-top: 40px;
}
.page-template-member .section-member .section-row {
  display: flex;
  justify-content: space-between;
}
.page-template-member .section-member .section-row .col-left {
  width: 50%;
  padding-right: var(--gap-size);
}
.page-template-member .section-member .section-row .col-left .member-content {
  max-width: 545px;
}
.page-template-member .section-member .section-row .col-left .member__name {
  color: var(--color-green);
}
.page-template-member .section-member .section-row .col-left .member__position {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
.page-template-member .section-member .section-row .col-left .biography {
  margin-top: 30px;
}
.page-template-member .section-member .section-row .col-left .btn-wrap {
  margin-top: 35px;
}
.page-template-member .section-member .section-row .col-right {
  width: 40%;
}
.page-template-member .section-member .section-row .col-right .member-img {
  position: relative;
  background-color: var(--color-grey);
  padding: 25px;
  max-width: 288px;
}
@media (max-width: 1199px) {
  .page-template-member .section-member .section-row {
    justify-content: flex-start;
  }
  .page-template-member .section-member .section-row .col-left {
    width: 60%;
  }
  .page-template-member .section-member .section-row .col-right {
    padding-left: var(--gap-size);
    width: auto;
  }
}
@media (max-width: 991px) {
  .page-template-member .section-member .section-row .col-left {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-template-member .section-member {
    padding-top: 30px;
  }
  .page-template-member .section-member .section-row {
    flex-direction: column;
  }
  .page-template-member .section-member .section-row .col-left {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .page-template-member .section-member .section-row .col-left .member-content {
    max-width: 100%;
  }
  .page-template-member .section-member .section-row .col-right {
    width: 100%;
    padding: 0;
    margin-bottom: var(--gap-size);
    margin-top: calc(var(--gap-size) * 1.5);
  }
  .page-template-member .section-member .section-row .col-right .member-img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 15px;
  }
}
.page-template-member .section-contact-team {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .page-template-member .section-contact-team {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .page-template-member .section-contact-team {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-member .section-contact-team {
    padding-top: 60px;
  }
}
@media (max-width: 565px) {
  .page-template-member .section-contact-team {
    padding-top: 40px;
  }
}
.page-template-member .section-contact-team .form-wrap {
  max-width: 600px;
}
.page-template-member .section-contact-team .form-wrap .section-title {
  margin-bottom: 25px;
}

.page-template-news {
  padding-top: 100px;
  padding-bottom: 100px;
  --accent-color: var(--color-blue);
}
@media (max-width: 1366px) {
  .page-template-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-template-news .layout-news-grid {
  margin-top: 40px;
}

.layout-news-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}
.layout-news-grid .post {
  width: calc(33.3333333333% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--color-grey);
  border-right: 2px solid var(--color-grey);
  border-bottom: 2px solid var(--color-grey);
}
.layout-news-grid .post .post-thumbnail {
  width: calc(100% + 4px);
  max-width: calc(100% + 4px);
  left: -2px;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
}
.layout-news-grid .post .post-thumbnail:after {
  padding-bottom: 50%;
  display: block;
  content: "";
}
.layout-news-grid .post .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 5;
  transform: scale(1) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
}
.layout-news-grid .post .post-thumbnail .permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.layout-news-grid .post .post-thumbnail:hover img {
  transform: scale(1.05) perspective(1px);
}
.layout-news-grid .post .post-info {
  padding-top: 15px;
  padding-left: var(--gap-size);
  padding-right: var(--gap-size);
  padding-bottom: var(--gap-size);
  display: block;
}
.layout-news-grid .post .post-info .post-meta {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
}
.layout-news-grid .post .post-info .post-meta .date {
  display: flex;
  align-items: center;
}
.layout-news-grid .post .post-info .post-meta .date:after {
  display: block;
  content: "|";
  margin-left: 8px;
  transform: translateY(-1px);
}
.layout-news-grid .post .post-info .post-meta .time {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.layout-news-grid .post .post-info .post-meta .time .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
.layout-news-grid .post .post-info .post-meta .time .icon svg {
  height: 12px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-news-grid .post .post-title {
  transition: 0.3s all ease;
}
.layout-news-grid .post .post-title:hover {
  color: var(--accent-color);
}
@media (max-width: 1199px) {
  .layout-news-grid .post {
    width: calc(50% - 24px);
  }
  .layout-news-grid .post .post-info {
    padding-top: var(--gap-size);
  }
}
@media (max-width: 660px) {
  .layout-news-grid .post {
    width: calc(100% - 24px);
  }
  .layout-news-grid .post .post-info {
    padding-top: var(--gap-size);
  }
}

.layout-news-events .form-search {
  display: flex;
  align-items: center;
  max-width: 390px;
  position: relative;
  margin-top: 30px;
}
.layout-news-events .form-search .form-field {
  margin: 0;
  height: 40px;
}
.layout-news-events .form-search .form-field input {
  height: 40px;
  border: none;
  font-weight: 500;
}
.layout-news-events .form-search .btn-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 15;
}
.layout-news-events .form-search .btn-submit svg path {
  fill: var(--accent-color);
}
.layout-news-events .pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-news-events .pagination-wrap .pagination-prev a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-news-events .pagination-wrap .pagination-prev a .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--accent-color);
  font-weight: 500;
  margin-left: 8px;
}
.layout-news-events .pagination-wrap .pagination-prev a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.layout-news-events .pagination-wrap .pagination-prev a .icon svg path {
  fill: var(--accent-color);
}
.layout-news-events .pagination-wrap .pagination-prev a:hover .icon {
  transform: translateY(1px) translateX(-5px);
}
.layout-news-events .pagination-wrap .pagination-prev a.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.layout-news-events .pagination-wrap .pagination-next a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-news-events .pagination-wrap .pagination-next a .caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--accent-color);
  font-weight: 500;
  margin-right: 8px;
}
.layout-news-events .pagination-wrap .pagination-next a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);
  transition: 0.3s all ease;
}
.layout-news-events .pagination-wrap .pagination-next a .icon svg path {
  fill: var(--accent-color);
}
.layout-news-events .pagination-wrap .pagination-next a:hover .icon {
  transform: translateY(1px) translateX(5px);
}
.layout-news-events .pagination-wrap .pagination-next a.disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.layout-news-events .pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
  list-style: none;
}
.layout-news-events .pagination-wrap .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skew(-25deg);
  margin: 0 4px;
  list-style: none;
}
.layout-news-events .pagination-wrap .pagination .page-numbers .page {
  transform: skew(25deg);
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color) !important;
  cursor: pointer;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  min-width: 32px;
  height: 32px;
}
.layout-news-events .pagination-wrap .pagination .page-numbers:hover {
  color: var(--accent-color) !important;
  background-color: var(--color-grey);
}
.layout-news-events .pagination-wrap .pagination .page-numbers.current {
  background: var(--accent-color);
}
.layout-news-events .pagination-wrap .pagination .page-numbers.current .page {
  color: var(--color-white) !important;
}
.layout-news-events .pagination-wrap .pagination .page-numbers.dots {
  pointer-events: none;
}
@media (max-width: 420px) {
  .layout-news-events .pagination-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .layout-news-events .pagination-wrap .pagination {
    width: 100%;
    order: 0;
    margin-bottom: 25px;
  }
  .layout-news-events .pagination-wrap .pagination .page-wrap .page {
    font-size: 20px;
    min-width: 34px;
    height: 34px;
  }
  .layout-news-events .pagination-wrap .pagination-prev {
    order: 1;
    margin-right: 25px;
  }
  .layout-news-events .pagination-wrap .pagination-next {
    order: 2;
    margin-left: 25px;
  }
}

.page-template-events {
  padding-top: 100px;
  padding-bottom: 100px;
  --accent-color: var(--color-orange);
}
@media (max-width: 1366px) {
  .page-template-events {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-events {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-events {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-template-events .layout-events-grid {
  margin-top: 40px;
}

.layout-events-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}
.layout-events-grid .event {
  width: calc(33.3333333333% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--color-grey);
  border-right: 2px solid var(--color-grey);
  border-bottom: 2px solid var(--color-grey);
}
.layout-events-grid .event .event-thumbnail {
  width: calc(100% + 4px);
  max-width: calc(100% + 4px);
  left: -2px;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: var(--accent-color);
}
.layout-events-grid .event .event-thumbnail:after {
  padding-bottom: 50%;
  display: block;
  content: "";
}
.layout-events-grid .event .event-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 5;
  transform: scale(1) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.3s all ease;
}
.layout-events-grid .event .event-thumbnail .permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.layout-events-grid .event .event-thumbnail .type {
  position: absolute;
  left: 0;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 95px;
  padding-left: 15px;
  padding-right: 25px;
  text-align: center;
  background-color: var(--color-orange-2);
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  padding-bottom: 2px;
}
.layout-events-grid .event .event-thumbnail:hover img {
  transform: scale(1.05) perspective(1px);
}
.layout-events-grid .event .event-info {
  padding-top: 15px;
  padding-left: var(--gap-size);
  padding-right: var(--gap-size);
  padding-bottom: 18px;
  display: block;
}
.layout-events-grid .event .event-title {
  transition: 0.3s all ease;
}
.layout-events-grid .event .event-title:hover {
  color: var(--accent-color);
}
.layout-events-grid .event .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.layout-events-grid .event .location {
  margin-top: 10px;
}
.layout-events-grid .event .featuring {
  margin-top: 13px;
}
.layout-events-grid .event .time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .layout-events-grid .event {
    width: calc(50% - 24px);
  }
  .layout-events-grid .event .post-info {
    padding-top: var(--gap-size);
  }
}
@media (max-width: 660px) {
  .layout-events-grid .event {
    width: calc(100% - 24px);
  }
  .layout-events-grid .event .post-info {
    padding-top: var(--gap-size);
  }
}

.page-template-search {
  padding-top: 100px;
  padding-bottom: 100px;
  --accent-color: var(--color-green);
}
@media (max-width: 1366px) {
  .page-template-search {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-search {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-search {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-template-search .search-result-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.page-template-search .search-result-row .col-left {
  width: 100%;
  padding-right: var(--gap-size);
}
.page-template-search .search-result-row .col-left .search-result {
  background-color: var(--color-grey);
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 70px;
}
.page-template-search .search-result-row .col-left .search-result .search-result__caption {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.11;
  color: var(--color-black);
}
.page-template-search .search-result-row .col-left .search-result .search-result-list {
  margin-top: 40px;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post {
  margin-bottom: 40px;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post:last-child {
  margin-bottom: 0;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post .post-type {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post .post-type .value {
  text-transform: capitalize;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post .post-title {
  margin-bottom: 8px;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post .post-title a {
  transition: 0.3s all ease;
}
.page-template-search .search-result-row .col-left .search-result .search-result-list .post .post-title a:hover {
  color: var(--accent-color);
}
.page-template-search .search-result-row .col-right {
  min-width: 200px;
  width: 200px;
}
.page-template-search .search-result-row .col-right .contact-info__title {
  margin-bottom: 15px;
}
.page-template-search .search-result-row .col-right .contact-info .phone-wrap {
  font-size: 20px;
}
.page-template-search .search-result-row .col-right .contact-info .phone-wrap a {
  transition: 0.3s all ease;
}
.page-template-search .search-result-row .col-right .contact-info .phone-wrap a:hover {
  color: var(--color-green);
}
.page-template-search .search-result-row .col-right .contact-info .btn-wrap {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-template-search .search-result-row {
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .page-template-search .search-result-row .col-left {
    width: 100%;
    padding: 0;
  }
  .page-template-search .search-result-row .col-right {
    margin-top: 80px;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .page-template-search .search-result-row .col-left .search-result {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-search .pagination-wrap {
  justify-content: flex-start;
  margin-top: 50px;
}
@media (max-width: 420px) {
  .page-template-search .pagination-wrap {
    justify-content: center;
  }
}

.single-post-template {
  --accent-color: var(--color-blue);
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .single-post-template {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .single-post-template {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-post-template {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .single-post-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-post-template .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.single-post-template .back-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 2px;
  transition: 0.3s all ease;
}
.single-post-template .back-btn .icon svg {
  min-height: 10px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post-template .back-btn .icon svg path {
  fill: var(--accent-color);
}
.single-post-template .back-btn .caption {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-color);
}
.single-post-template .back-btn:hover .icon {
  transform: translateX(-5px);
}
.single-post-template .post-title {
  margin-top: 22px;
  max-width: 800px;
  color: var(--color-dark-grey);
}
.single-post-template .page-row {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.single-post-template .page-row .col-left {
  width: calc(100% - 350px);
  padding-right: 68px;
}
.single-post-template .page-row .col-right {
  width: 350px;
  min-width: 350px;
}
@media (max-width: 1199px) {
  .single-post-template .page-row {
    flex-wrap: wrap;
  }
  .single-post-template .page-row .col-left {
    width: 100%;
    padding-right: 1px;
  }
  .single-post-template .page-row .col-right {
    width: auto;
    min-width: unset;
    margin-top: 45px;
  }
}
.single-post-template .post-thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.single-post-template .post-thumbnail .section-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.single-post-template .post-thumbnail .section-row .left-part {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-post-template .post-thumbnail .section-row .left-part .meta-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}
.single-post-template .post-thumbnail .section-row .left-part .meta-item:last-child:after {
  display: none;
}
.single-post-template .post-thumbnail .section-row .left-part .meta-item:after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: var(--color-black);
}
.single-post-template .post-thumbnail .section-row .left-part .meta-item.time .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
.single-post-template .post-thumbnail .section-row .left-part .meta-item.time .icon svg {
  height: 12px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post-template .post-thumbnail .section-row .right-part {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-post-template .post-thumbnail .section-row .right-part .img-caption {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 2;
  text-align: right;
  color: var(--color-black);
}
@media (max-width: 480px) {
  .single-post-template .post-thumbnail .section-row {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-post-template .post-thumbnail .section-row .right-part {
    width: 100%;
  }
}
.single-post-template .share-block {
  margin-top: 45px;
}
.single-post-template .share-block__list {
  padding-left: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}
.single-post-template .share-block__list li {
  margin-right: 10px;
}
.single-post-template .share-block__list li:last-child {
  margin-right: 0;
}
.single-post-template .share-block__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 35px;
  padding: 0 10px;
  background-color: var(--accent-color);
  transform: skewX(-24deg);
  margin-right: 10px;
  transition: 0.3s all ease;
}
.single-post-template .share-block__list li a:hover {
  background-color: var(--color-blue-2);
}
.single-post-template .share-block__list li a:last-child {
  margin-right: 0;
}
.single-post-template .share-block__list li a svg {
  transform: skewX(24deg);
}
.single-post-template .author {
  background-color: var(--color-grey);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-post-template .author {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-post-template .author .author-photo-wrap {
  position: relative;
}
.single-post-template .author .author-photo-wrap:after {
  padding-bottom: 68%;
  display: block;
  content: "";
}
.single-post-template .author .author-photo-wrap img {
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -10px;
     object-position: center -10px;
  display: block;
  width: 100%;
  max-width: 250px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: 10;
}
.single-post-template .author .author-photo-wrap .el-1 {
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: 0;
  width: auto;
  height: calc(100% + 30px);
  z-index: 15;
}
.single-post-template .author .author-photo-wrap .el-1 path {
  fill: #3874B9;
}
@media (max-width: 767px) {
  .single-post-template .author .author-photo-wrap .el-1 {
    left: -20px;
  }
}
.single-post-template .author .author-photo-wrap .el-2 {
  position: absolute;
  top: -30px;
  left: 9%;
  width: auto;
  height: calc(100% + 30px);
  z-index: 5;
}
.single-post-template .author .author-photo-wrap .el-2 path {
  fill: #27348B;
}
@media (max-width: 767px) {
  .single-post-template .author .author-photo-wrap .el-2 {
    left: 12%;
  }
}
.single-post-template .author .name {
  margin-top: 12px;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.single-post-template .author .position {
  margin-bottom: 16px;
  font-weight: 500;
}
.single-post-template .author .position:last-child {
  margin-bottom: 0;
}
.single-post-template .author .description {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .single-post-template .author {
    width: 100%;
  }
  .single-post-template .author .author-photo-wrap {
    max-width: 320px;
  }
  .single-post-template .author .description {
    max-width: 480px;
  }
}
.single-post-template .post-content {
  max-width: 710px;
}

.section-related-posts {
  --accent-color: var(--color-blue);
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .section-related-posts {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-related-posts {
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .section-related-posts {
    padding-bottom: 40px;
  }
}
.section-related-posts .section-title {
  margin-bottom: 30px;
}

.single-events-template {
  --accent-color: var(--color-orange);
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .single-events-template {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .single-events-template {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-events-template {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .single-events-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-events-template .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.single-events-template .back-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 2px;
  transition: 0.3s all ease;
}
.single-events-template .back-btn .icon svg {
  min-height: 10px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-events-template .back-btn .icon svg path {
  fill: var(--accent-color);
}
.single-events-template .back-btn .caption {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-color);
}
.single-events-template .back-btn:hover .icon {
  transform: translateX(-5px);
}
.single-events-template .post-title {
  margin-top: 22px;
  max-width: 800px;
  color: var(--color-dark-grey);
}
.single-events-template .page-row {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.single-events-template .page-row .col-left {
  width: calc(100% - var(--gap-size));
  padding-right: var(--gap-size);
}
.single-events-template .page-row .col-right {
  width: 390px;
  min-width: 390px;
}
@media (max-width: 1199px) {
  .single-events-template .page-row {
    flex-wrap: wrap;
  }
  .single-events-template .page-row .col-left {
    width: 100%;
    padding-right: 1px;
  }
  .single-events-template .page-row .col-right {
    width: 100%;
    min-width: unset;
    margin-top: 45px;
  }
}
.single-events-template .post-thumbnail {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.single-events-template .post-thumbnail .type {
  position: absolute;
  left: 0;
  z-index: 20;
  pointer-events: none;
  top: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 95px;
  padding-left: 15px;
  padding-right: 25px;
  text-align: center;
  background-color: var(--color-orange);
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  text-transform: capitalize;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  padding-bottom: 2px;
}
.single-events-template .post-thumbnail .section-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
}
.single-events-template .post-thumbnail .section-row .right-part {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-events-template .post-thumbnail .section-row .right-part .img-caption {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 2;
  text-align: right;
  color: var(--color-black);
}
@media (max-width: 480px) {
  .single-events-template .post-thumbnail .section-row {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-events-template .post-thumbnail .section-row .right-part {
    width: 100%;
  }
}
.single-events-template .share-block {
  margin-top: 45px;
}
.single-events-template .share-block__list {
  padding-left: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}
.single-events-template .share-block__list li {
  margin-right: 10px;
}
.single-events-template .share-block__list li:last-child {
  margin-right: 0;
}
.single-events-template .share-block__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 35px;
  padding: 0 10px;
  background-color: var(--accent-color);
  transform: skewX(-24deg);
  margin-right: 10px;
  transition: 0.3s all ease;
}
.single-events-template .share-block__list li a:hover {
  background-color: var(--color-orange-2);
}
.single-events-template .share-block__list li a:last-child {
  margin-right: 0;
}
.single-events-template .share-block__list li a svg {
  transform: skewX(24deg);
}
.single-events-template .event-info {
  background-color: var(--color-grey);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-events-template .event-info {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-events-template .event-info .event-photo-wrap {
  position: relative;
}
.single-events-template .event-info .event-photo-wrap:after {
  padding-bottom: 68%;
  display: block;
  content: "";
}
.single-events-template .event-info .event-photo-wrap img {
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
  width: 100%;
  max-width: 290px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: 10;
}
@media (max-width: 767px) {
  .single-events-template .event-info .event-photo-wrap img {
    left: -20px;
    max-width: 265px;
  }
}
.single-events-template .event-info .event-photo-wrap .el-1 {
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: 0;
  width: auto;
  height: calc(100% + 30px);
  z-index: 15;
}
.single-events-template .event-info .event-photo-wrap .el-1 path {
  fill: var(--color-orange-2);
}
@media (max-width: 767px) {
  .single-events-template .event-info .event-photo-wrap .el-1 {
    left: -20px;
  }
}
.single-events-template .event-info .event-photo-wrap .el-2 {
  position: absolute;
  top: -30px;
  left: 9%;
  width: auto;
  height: calc(100% + 30px);
  z-index: 5;
}
.single-events-template .event-info .event-photo-wrap .el-2 path {
  fill: var(--color-orange);
}
@media (max-width: 767px) {
  .single-events-template .event-info .event-photo-wrap .el-2 {
    left: 12%;
  }
}
.single-events-template .event-info__inner {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-events-template .event-info .event-title {
  color: var(--accent-color);
  margin-bottom: 5px;
}
.single-events-template .event-info .event-date {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
.single-events-template .event-info .location {
  font-size: 15px;
  font-style: normal;
  margin: 3px 0;
  display: block;
}
.single-events-template .event-info .event-price {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-black);
  font-weight: bold;
  margin-top: 20px;
}
.single-events-template .event-info .btn-cta {
  margin-top: 26px;
}
@media (max-width: 1199px) {
  .single-events-template .event-info {
    width: 100%;
  }
  .single-events-template .event-info .event-photo-wrap {
    max-width: 320px;
  }
}
.single-events-template .discount {
  background-color: var(--color-grey);
  margin-top: 25px;
  padding-left: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-events-template .discount__caption {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-black);
  margin-right: 10px;
  white-space: nowrap;
}
.single-events-template .discount__code {
  height: 30px;
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #6A6A6A;
  padding-left: 20px;
  padding-right: 20px;
}
.single-events-template .discount .discount-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.single-events-template .discount .btn-copy-discount {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-orange);
  transition: 0.3s all ease;
}
.single-events-template .discount .btn-copy-discount:hover {
  background-color: var(--color-orange-2);
}
@media (max-width: 480px) {
  .single-events-template .discount {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-events-template .discount .discount-row {
    margin-top: 10px;
  }
}
.single-events-template .post-content {
  max-width: 710px;
}

.section-upcoming-events {
  --accent-color: var(--color-orange);
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .section-upcoming-events {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-upcoming-events {
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .section-upcoming-events {
    padding-bottom: 40px;
  }
}
.section-upcoming-events .section-title {
  margin-bottom: 30px;
}

.template-wrapper {
  overflow-x: hidden;
  max-width: var(--maxW);
  background-color: var(--color-white);
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .template-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .template-wrapper {
    padding-top: 72px;
  }
}

.page-template-builder {
  overflow-x: hidden;
  max-width: var(--maxW);
  display: block;
}

.acf-section[data-pt="0"] {
  padding-top: 0;
}
.acf-section[data-pb="0"] {
  padding-bottom: 0;
}
/*# sourceMappingURL=styles.css.map */
