/*!
 Theme Name: Numo
 */
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.m-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.h-no-child-margins > :first-child {
  margin-top: 0 !important;
}
.h-no-child-margins > :last-child {
  margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
header {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header .desktop-menu ul li {
  margin-right: 30px;
}
header .desktop-menu ul li a {
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
header .desktop-menu ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background-color: #ff2c5f;
  transition: 0.3s;
}
header .desktop-menu ul li a:hover::after {
  width: calc(100% + 14px);
}
header .desktop-menu ul li.current-menu-item.page_item a {
  color: #ff2c5f !important;
}
header .desktop-menu ul li.current-menu-item.page_item a::after {
  width: calc(100% + 14px);
}
header .top-menu {
  margin-top: -18px;
  margin-bottom: 28px;
}
header .top-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  column-gap: 17px;
}
header .top-menu ul li {
  list-style: none;
  padding: 0;
}
header .top-menu ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #6b6b6b !important;
  transition: all 120ms;
}
header .top-menu ul li a:hover {
  color: #daa800 !important;
}
header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap__logo {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  color: #daa800;
  font-family: "Seravek Bold", sans-serif;
  position: relative;
  z-index: 1011;
}
header .header-wrap__logo img {
  width: 195px;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  header .header-wrap__top-menu {
    display: none;
  }
}
header .header-wrap__menu {
  display: flex;
  align-items: center;
}
header .header-wrap__menu .button {
  font-size: 15px;
}
@media (max-width: 767px) {
  header .header-wrap__logo {
    font-size: 10px;
  }
  header .header-wrap__logo img {
    width: 105px;
  }
}
header .desktop-registration {
  height: 45px;
  padding: 10px 30px;
}
header .language-selector {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header .language-selector a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}
header .language-selector .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .language-selector .dropdown-menu a {
  display: inline-block;
  padding: 0 10px;
}
header .mobile-menu {
  display: none;
  z-index: 1012;
}
header .mobile-menu .is-opened {
  display: none;
}
@media (max-width: 1199px) {
  header .desktop-menu, header .desktop-registration {
    display: none;
  }
  header .language-selector {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
  header .mobile-menu {
    margin-left: 15px;
    display: block;
  }
}
.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  background: white;
  display: none;
}
.overlay-menu__inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(71, 196, 213, 0.15), white 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay-menu__inner .mobile-registration {
  height: 45px;
  font-size: 15px;
  padding: 10px 30px;
  margin-top: 80px;
}
.overlay-menu__inner .mobile-menu {
  margin: auto 0;
  padding-top: 80px;
}
.overlay-menu__inner .mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.overlay-menu__inner .mobile-menu ul li:not(:last-child) {
  margin-bottom: 30px;
}
.overlay-menu__inner .mobile-menu ul li a {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.overlay-menu__inner .extra-menu {
  background: #ecf5f8;
  width: 100%;
  padding: 40px 0;
}
.overlay-menu__inner .extra-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  row-gap: 15px;
  flex-direction: column;
  text-align: center;
}
.overlay-menu__inner .extra-menu ul li {
  list-style: none;
  padding: 0;
}
.overlay-menu__inner .extra-menu ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #6b6b6b !important;
  transition: all 120ms;
}
.overlay-menu__inner .extra-menu ul li a:hover {
  color: #daa800 !important;
}
body:not(.home) header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
footer {
  background-color: white;
}
footer .footer-wrap {
  margin-bottom: 80px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  footer .footer-wrap {
    margin-bottom: 40px;
    padding-top: 60px;
  }
}
footer .footer-wrap h3 {
  font-size: 20px;
  color: #3db5ca;
  margin-top: 10px;
  margin-bottom: 35px;
}
footer .footer-wrap__address {
  font-size: 15px;
}
footer .footer-wrap__logo {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  color: #daa800;
  font-family: "Seravek Bold", sans-serif;
  margin-bottom: 15px;
}
footer .footer-wrap__logo img {
  width: 135px;
  margin-bottom: 2px;
}
footer .footer-wrap__links {
  margin-top: -18px;
}
footer .footer-wrap__links img {
  width: 45px;
}
footer .footer-wrap__links img:first-child {
  margin-right: 15px;
}
footer .footer-wrap__newsletter {
  padding: 0 80px 0 0 !important;
}
footer .footer-wrap__newsletter input {
  margin-bottom: 5px;
}
footer .footer-wrap__newsletter input, footer .footer-wrap__newsletter button {
  max-width: 400px;
  height: 45px;
}
footer .footer-wrap p {
  font-size: 15px;
}
footer .footer-wrap p:last-child {
  margin-bottom: 0;
}
footer .footer-wrap__advertisers ul {
  padding: 0;
  margin: 0;
}
footer .footer-wrap__advertisers ul li {
  list-style: none;
  padding: 0;
}
footer .footer-wrap__download-links {
  display: flex;
  flex-direction: column;
}
footer .footer-wrap__download-links img {
  width: 125px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  footer .footer-wrap h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  footer .footer-wrap__address, footer .footer-wrap__contact, footer .footer-wrap__newsletter, footer .footer-wrap__advertisers {
    margin-bottom: 40px;
  }
  footer .footer-wrap__newsletter {
    padding: 15px !important;
  }
}
footer .copyright-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .copyright-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copyright-wrap span {
  margin-right: 30px;
}
footer .copyright-wrap__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .copyright-wrap {
    flex-wrap: wrap;
  }
  footer .copyright-wrap__text {
    flex-wrap: wrap;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
footer ul.menu {
  display: flex;
}
footer ul.menu li {
  margin-right: 30px;
}
footer ul.menu li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background-color: #ff2c5f;
  transition: 0.3s;
}
footer ul.menu li a:hover::after {
  width: calc(100% + 14px);
}
@media (max-width: 1199px) {
  footer ul.menu {
    margin: 15px 0;
    flex-wrap: wrap;
  }
  footer ul.menu li {
    margin-bottom: 5px;
  }
}
.modal-content {
  border: none;
  border-radius: 0;
  position: relative;
}
.modal-content--download {
  border-radius: 25px;
}
.modal-content .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.modal-content .modal-close svg {
  transition: 0.3s;
  transform-origin: 50%;
  fill: #daa800;
}
.modal-content .modal-close--white svg {
  fill: white;
}
.modal-content .modal-close:hover svg {
  transform: rotateZ(90deg);
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body .loading {
  padding: 30px;
  width: 120px;
  display: block;
  margin: auto;
}
.modal-content .modal-body__inner {
  padding: 60px;
}
@media (max-width: 767px) {
  .modal-content .modal-body__inner {
    padding: 40px 20px;
  }
}
.modal-content .modal-body__inner--download {
  padding: 35px;
}
.modal-content .modal-body__image {
  width: 100%;
  height: 330px;
  background-color: #d4d4d4;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .modal-content .modal-body__image {
    height: 220px;
  }
}
.modal-content .modal-body__title {
  font-size: 35px;
  font-family: "Seravek Bold", sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal-content .modal-body__title {
    font-size: 25px;
  }
}
.modal-content .modal-body__content {
  font-size: 16px;
  font-weight: 300;
}
.modal-content .modal-body__content p:last-child {
  margin-bottom: 0;
}
.modal-content .modal-body__footer {
  padding: 30px 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-content .modal-body__footer p, .modal-content .modal-body__footer span {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-content .modal-body__footer {
    padding: 30px 20px;
  }
}
.modal-content .modal-body__actions {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-content .modal-body__actions {
    padding: 40px 0;
  }
}
.modal-content .modal-body .form-inquiry h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal-content .modal-body .form-inquiry h3 {
    font-size: 25px;
  }
}
.modal-content .modal-body .form-inquiry label {
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-content .modal-body .form-inquiry__inner p {
  margin-bottom: 10px;
}
.modal-dialog {
  max-width: 700px;
}
@media (max-width: 991px) {
  .modal-download__image {
    margin-bottom: 30px;
  }
}
.modal-download__title {
  margin-bottom: 25px;
}
.modal-download__list {
  margin-bottom: 15px;
}
.modal-download__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  row-gap: 7px;
  flex-direction: column;
}
.modal-download__list ul li {
  list-style: none;
  padding: 0 0 0 25px;
  position: relative;
}
.modal-download__list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('../images/svg/pin-blue.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Objects
 --------------------------------------------------------------*/
.button, .wpcf7-form-control.wpcf7-submit {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  box-shadow: none;
  border-radius: 40px;
  border: 2px solid #daa800;
  padding: 13px 35px;
  background-color: #daa800;
  transition: 0.3s;
  display: inline-block;
}
.button:visited, .wpcf7-form-control.wpcf7-submit:visited, .button:focus, .wpcf7-form-control.wpcf7-submit:focus {
  color: white;
}
.button:hover, .wpcf7-form-control.wpcf7-submit:hover {
  border: 2px solid #ff2c5f;
  background-color: #ff2c5f;
  color: white;
}
.button--full-width, .wpcf7-form-control.wpcf7-submit--full-width {
  width: 100%;
}
.button--outlined, .wpcf7-form-control.wpcf7-submit--outlined {
  color: #daa800;
  background-color: transparent;
}
.button--outlined:visited, .wpcf7-form-control.wpcf7-submit--outlined:visited, .button--outlined:focus, .wpcf7-form-control.wpcf7-submit--outlined:focus {
  color: #daa800;
}
.button--outlined:hover, .wpcf7-form-control.wpcf7-submit--outlined:hover {
  color: #ff2c5f;
  border-color: #ff2c5f;
  background-color: transparent;
}
.button--swiper, .wpcf7-form-control.wpcf7-submit--swiper {
  padding: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  border: none !important;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  z-index: 1000;
  transition: 0.3s;
  transform: scale(1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.button--swiper:hover, .wpcf7-form-control.wpcf7-submit--swiper:hover {
  background-color: white;
  transform: scale(1.03);
}
.button--rotatesvg180, .wpcf7-form-control.wpcf7-submit--rotatesvg180 {
  left: auto;
  right: 0;
}
.button--rotatesvg180 svg, .wpcf7-form-control.wpcf7-submit--rotatesvg180 svg {
  transform: rotateZ(180deg);
}
.pins-wrap {
  z-index: 0;
  position: relative;
  display: inline-block;
}
.pins-wrap .pin-wrap {
  position: absolute;
}
.pins-wrap .pin-wrap svg {
  width: 100%;
  height: 100%;
}
.pins-wrap .pin-wrap:nth-child(1) svg {
  fill: #4fbe62;
}
.pins-wrap .pin-wrap:nth-child(2) svg {
  fill: #fb46a2;
}
.pins-wrap .pin-wrap:nth-child(3) svg {
  fill: #f3ab30;
}
.pins-wrap .pin-wrap:nth-child(4) svg {
  fill: #cdcb3d;
}
.pins-wrap .pin-wrap:nth-child(5) svg {
  fill: #ff3d60;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
input[type="email"], input[type="text"], textarea {
  border-radius: 40px;
  border: 2px solid #daa800;
  padding: 10px 25px;
  font-size: 15px;
  width: 100%;
}
input[type="email"].error, input[type="text"].error, textarea.error {
  border-color: red;
}
.form-message {
  font-size: 13px;
}
.wpcf7-response-output {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.wpcf7-list-item {
  margin: 0 !important;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #444;
}
html {
  scroll-behavior: smooth !important;
}
h1, h2, h3, h4 {
  font-family: "Seravek Bold", sans-serif;
  font-weight: 900;
}
h1 {
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
h2 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
h3 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
h3.small {
  font-size: 35px;
}
@media (max-width: 991px) {
  h3.small {
    font-size: 30px;
  }
}
* {
  outline: none !important;
}
p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 25px;
}
p.margin-big {
  margin-bottom: 50px;
}
a:hover {
  text-decoration: none;
}
a:not(.button), a:not(.button):focus, a:not(.button):visited {
  color: #daa800;
  transition: 0.3s;
}
a:not(.button):hover, a:not(.button):focus:hover, a:not(.button):visited:hover {
  color: #ff2c5f;
}
strong {
  font-weight: 900;
}
@media (min-width: 1450px) {
  .container--wide {
    max-width: 1364px;
    width: 1364px;
  }
}
@media (min-width: 1200px) {
  .container--narrow {
    max-width: 1000px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post, .page {
  margin: 0;
}
.text--narrow {
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
body.is-menu-opened {
  overflow: hidden;
}
body.is-menu-opened .mobile-menu .is-opened {
  display: inline;
}
body.is-menu-opened .mobile-menu .is-opened svg {
  fill: #daa800;
}
body.is-menu-opened .mobile-menu .is-closed {
  display: none;
}
.default-page {
  background: linear-gradient(rgba(71, 196, 213, 0.15), white 70%);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .default-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.default-page h1 {
  font-size: 35px;
  margin-bottom: 30px;
}
.default-page h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
.default-page h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.default-page p, .default-page ul, .default-page li {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.7;
}
.default-page table {
  border: 1px solid #e5e5e5;
}
.default-page table th {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.default-page table td {
  font-size: 13px;
}
.default-page table th, .default-page table td {
  padding: 10px;
}
.default-page table tbody tr:nth-child(odd) {
  background-color: #f1fafc;
}
.default-page table tbody tr:nth-child(even) {
  background-color: white;
}
.app-links-title {
  margin-bottom: 15px;
  font-weight: 700;
}
.app-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.app-links--align-center {
  justify-content: center;
}
.grecaptcha-badge {
  display: none !important;
}
body.home {
  background-color: rgba(61, 181, 202, 0.05);
}
body.home h1 {
  color: #3db5ca;
}
body.home main h3 {
  color: white;
  text-align: center;
}
body.home section {
  overflow: hidden;
}
body.home .pins-wrap {
  z-index: 1;
  position: relative;
}
body.home .pins-wrap .pin-wrap {
  z-index: -1;
}
body.home .pins-wrap .pin-wrap:nth-child(1) {
  left: -11%;
  top: 10%;
  width: 110px;
}
body.home .pins-wrap .pin-wrap:nth-child(2) {
  left: -12%;
  top: 50%;
  width: 51px;
}
body.home .pins-wrap .pin-wrap:nth-child(3) {
  left: -10%;
  top: 80%;
  width: 40px;
}
body.home .pins-wrap .pin-wrap:nth-child(4) {
  right: -10%;
  top: 25%;
}
body.home .pins-wrap .pin-wrap:nth-child(5) {
  right: 20%;
  bottom: -10%;
  width: 31px;
}
body.home .intro {
  padding-top: 80px;
  padding-bottom: 120px;
}
body.home .intro__content {
  padding-right: 30px;
}
@media (max-width: 991px) {
  body.home .intro__content {
    order: 1;
  }
}
body.home .intro .phones-wrap {
  margin-left: 30px;
}
@media (max-width: 991px) {
  body.home .intro .phones-wrap {
    order: 0;
    margin-left: 0px;
    margin-bottom: calc(7% + 40px);
  }
}
body.home .intro .phone-intro {
  filter: drop-shadow(30px 20px 40px rgba(0, 0, 0, 0.13));
}
body.home .intro .phone-intro--top {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -7%;
  height: 114%;
}
body.home .intro .phone-intro--left, body.home .intro .phone-intro--right {
  width: 50%;
  height: auto;
}
body.home .intro .pins-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .intro .download-links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -20px;
}
body.home .intro .download-links a {
  display: inline-block;
}
body.home .intro .download-links a:first-child {
  margin-right: 5px;
}
body.home .intro .download-links a:last-child {
  margin-left: 5px;
}
@media (max-width: 991px) {
  body.home .intro {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  body.home .intro .download-links {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
body.home .explore {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #eef9f1;
  position: relative;
  z-index: 1;
  overflow: visible;
}
body.home .explore__category {
  padding: 40px;
  border-radius: 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: "Seravek Bold", sans-serif;
  font-weight: bold;
  color: white;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
body.home .explore__category span {
  z-index: 1;
}
body.home .explore__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
body.home .explore .counters {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(245, 66, 102, 0.3);
  border-bottom: 1px solid rgba(245, 66, 102, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
body.home .explore .counters__inner {
  display: flex;
}
body.home .explore .counters__single {
  color: #3db5ca;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .explore .counters__single:nth-child(2) {
  margin: 0 50px;
}
body.home .explore .counters__number {
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
}
body.home .explore .counters__text {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.home .explore {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.home .explore__content, body.home .explore .counters {
    order: 1;
  }
  body.home .explore__categories .col-6 {
    padding: 0 7px;
  }
  body.home .explore__category {
    font-size: 17px;
    padding: 20px 10px;
  }
  body.home .explore .counters__single:nth-child(2) {
    margin: 0 25px;
  }
  body.home .explore .counters__number {
    font-size: 30px;
  }
  body.home .explore .counters__text {
    font-size: 13px;
  }
}
body.home .preview {
  background-color: #3bba5b;
  padding-top: 120px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
body.home .preview .container {
  position: relative;
  z-index: 9;
}
body.home .preview .swiper-parent {
  display: flex;
}
@media (max-width: 1199px) {
  body.home .preview .swiper-parent {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  body.home .preview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.home .preview .swiper-container--images {
  flex: none;
  width: 268px;
  height: 531px;
  margin-left: calc(50% - 134px);
  border-radius: 45px;
  overflow: hidden;
  padding: 2px;
}
body.home .preview .swiper-container--content {
  flex: 1 1 auto;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  body.home .preview .swiper-container--content {
    padding-left: 0px;
    flex: none;
    margin-left: calc(50% - 119px);
    width: calc(50% + 119px);
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
body.home .preview .app-screen--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  body.home .preview .app-screen--content {
    padding-left: 0px;
  }
}
body.home .preview .app-screen__row {
  color: white;
  font-weight: bold;
  font-family: "Seravek Bold", sans-serif;
  font-size: 15px;
}
body.home .preview .app-screen__text {
  color: white;
}
body.home .preview .app-screen__text--big {
  font-weight: bold;
  font-family: "Seravek Bold", sans-serif;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body.home .preview .app-screen__text--big {
    font-size: 30px;
  }
}
body.home .preview .app-screen__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
body.home .preview .swiper-actions {
  display: flex;
  align-items: center;
  padding-left: 30px;
  position: absolute;
  bottom: 50px;
}
body.home .preview .swiper-actions button, body.home .preview .swiper-actions .swiper-pagination {
  position: initial;
}
body.home .preview .swiper-actions .swiper-pagination {
  margin: 0 20px;
}
body.home .preview .swiper-actions .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
@media (max-width: 1199px) {
  body.home .preview .swiper-actions {
    padding-left: 0px;
    bottom: 10px;
  }
}
body.home .preview .phone-border {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  position: absolute;
  top: 1px;
  height: calc(100% - 2px);
  width: 268px;
  height: 531px;
  transform: translate(-50%, 0);
}
body.home .preview .phone-border:nth-child(1) {
  left: calc(50% - 268px - 60px);
}
body.home .preview .phone-border:nth-child(2) {
  left: calc(50% + 268px + 60px);
}
body.home .preview .phone-border:nth-child(3) {
  left: calc(50% + 268px + 268px + 120px);
}
@media (max-width: 767px) {
  body.home .preview .phone-border:nth-child(1) {
    left: calc(50% - 268px - 30px);
  }
  body.home .preview .phone-border:nth-child(2) {
    left: calc(50% + 268px + 30px);
  }
  body.home .preview .phone-border:nth-child(3) {
    left: calc(50% + 268px + 268px + 60px);
  }
}
body.home .forest {
  width: 100%;
  position: absolute;
  bottom: -181px;
  background-size: 110% 110%;
  background-repeat: no-repeat;
  background-position: 70% bottom;
}
body.home .forest--front {
  height: 34.5vw;
  min-height: 450px;
}
body.home .forest--back {
  height: 30.27vw;
  min-height: 400px;
}
body.home .overlap-shape:after {
  content: url("../images/svg/overlap-shape.svg");
  position: absolute;
  height: 55px;
  bottom: 2px;
  transform: translate(-50%, 100%);
  left: 50%;
}
body.home .testimonials {
  background-color: #a10e9f;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  body.home .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.home .testimonials .swiper-container {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body.home .testimonials .swiper-container {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  body.home .testimonials .container {
    overflow: hidden;
  }
}
body.home .testimonial {
  align-items: center;
}
body.home .testimonial__image-wrap {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.home .testimonial__image-wrap {
    padding-right: 0px;
  }
}
body.home .testimonial__image {
  height: 100%;
  border-bottom-right-radius: 90px;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
body.home .testimonial__text {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}
body.home .testimonial__text--big {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
body.home .testimonial__text--small {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.home .testimonial__text {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.home .button--swiper {
    top: calc(50vw - 35px);
    left: -15px;
  }
  body.home .button--swiper.button--rotatesvg180 {
    left: auto;
    right: -15px;
  }
}
body.home .swiper-pagination {
  bottom: 0px;
}
body.home .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}
body.home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
body.home .sponsors {
  background-color: #f54266;
  padding-top: 120px;
  padding-bottom: 80px;
}
body.home .sponsors img {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  body.home .sponsors {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
body.home .about {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #012558;
}
@media (max-width: 1199px) {
  body.home .about {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
body.home .about__fadeout-logo {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.home .about__fadeout-logo {
    background-position: 50% 35%;
    background-size: 150% auto;
    margin-bottom: 40px;
  }
}
body.home .about__image-mask {
  min-height: 440px;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("../images/image-mask.png");
  mask-image: url("../images/image-mask.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
}
body.home .about__text {
  padding-left: 60px;
  padding-top: 50px;
  color: white;
}
body.home .about__text h3 {
  text-align: left;
}
body.home .about__text p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  body.home .about__text {
    padding-left: 0px;
    padding-top: 40px;
  }
}
body.home .member-column:nth-child(odd) {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.home .member-column:nth-child(odd) {
    padding-right: 0px;
  }
}
body.home .member-column:nth-child(even) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  body.home .member-column:nth-child(even) {
    padding-left: 0px;
  }
}
body.home .member {
  margin-bottom: 60px;
  border-radius: 150px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 30px;
}
@media (max-width: 767px) {
  body.home .member {
    padding: 10px;
    border-radius: 100px;
    margin-bottom: 40px;
  }
}
body.home .member__image-wrap {
  overflow: hidden;
  flex: none;
}
body.home .member__image-wrap img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  body.home .member__image-wrap img {
    width: 100px;
    height: 100px;
  }
}
body.home .member__info {
  color: white;
  font-size: 15px;
  margin-left: 30px;
}
body.home .member__info--big {
  font-size: 24px;
  font-weight: 900;
}
body.home .member__info--normal {
  margin-bottom: 20px;
}
body.home .member__info--link {
  line-height: 1.9;
  font-weight: 900;
  word-break: break-all;
}
body.home .member__info--link svg {
  margin-right: 5px;
  fill: #daa800;
  transition: 0.3s;
}
body.home .member__info--link a:hover svg {
  fill: #ff2c5f;
}
@media (max-width: 767px) {
  body.home .member__info {
    padding-top: 0px;
    font-size: 13px;
    margin-left: 10px;
  }
  body.home .member__info--big {
    font-size: 18px;
  }
  body.home .member__info--normal {
    margin-bottom: 10px;
  }
}
body.home .outro {
  background-color: rgba(61, 181, 202, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
}
body.home .outro .pins-wrap .pin-wrap:nth-child(1) {
  left: -12%;
  top: 9%;
  width: 50px;
}
body.home .outro .pins-wrap .pin-wrap:nth-child(2) {
  left: -16%;
  top: 30%;
  width: 61px;
}
body.home .outro .pins-wrap .pin-wrap:nth-child(3) {
  left: -15%;
  top: 75%;
  width: 40px;
}
body.home .outro .pins-wrap .pin-wrap:nth-child(4) {
  left: auto;
  right: -20%;
  top: 15%;
}
body.home .outro .pins-wrap .pin-wrap:nth-child(5) {
  left: 105%;
  top: 89%;
  width: 21px;
}
body.home .outro h3 {
  z-index: 1;
  text-align: left;
  color: #444;
}
body.home .outro__row {
  align-items: center;
}
body.home .outro__phone {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
body.home .outro__phone img {
  filter: drop-shadow(30px 20px 30px rgba(0, 0, 0, 0.1));
  max-width: 250px;
  height: auto;
}
@media (max-width: 767px) {
  body.home .outro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.home .outro__phone {
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.parallax {
  width: 100%;
  height: 674px;
  position: absolute;
  bottom: -300px;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
.parallax--behind {
  bottom: -150px;
  height: 712px;
}
.parallax img {
  width: 100%;
}
.cloud {
  position: absolute;
}
.cloud svg {
  width: 247px;
  fill: #5dc577;
}
.cloud--behind {
  left: 40%;
  bottom: 100px;
}
.cloud--front-left {
  left: 16%;
  bottom: 200px;
}
.cloud--front-right {
  right: -5%;
  bottom: 160px;
}
.cloud--front-right svg {
  width: 310px;
}
.cloud--left {
  left: 0%;
  top: 0px;
}
.cloud--left svg {
  fill: white;
}
.cloud--right {
  right: 0%;
  top: 30%;
}
.cloud--right svg {
  fill: white;
}
@media (max-width: 991px) {
  .cloud svg {
    width: 150px;
  }
  .cloud--behind {
    left: -5%;
    bottom: 100px;
  }
  .cloud--front-left {
    left: 60%;
    bottom: 200px;
  }
  .cloud--front-right {
    right: -500%;
    bottom: 160px;
  }
}
/*--------------------------------------------------------------
 # Posts
 --------------------------------------------------------------*/
.archive-page {
  background: linear-gradient(rgba(71, 196, 213, 0.15), white 70%);
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .archive-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.archive-page h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .archive-page h2 {
    font-size: 30px;
  }
}
.archive-page .text--narrow {
  line-height: 1.5;
  margin-bottom: 30px;
}
.archive-page p {
  font-size: 18px;
  font-weight: 400;
}
.archive-page .post-single {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.archive-page .post-single::before, .archive-page .post-single::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.549) 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  z-index: 100;
}
.archive-page .post-single::after {
  opacity: 0;
  transition: all 300ms;
}
.archive-page .post-single:hover {
  cursor: pointer;
}
.archive-page .post-single:hover::before {
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.549) 100%) 0% 0% no-repeat padding-box;
}
.archive-page .post-single:hover::after {
  opacity: 0.6;
}
.archive-page .post-single > * {
  position: relative;
  z-index: 200;
}
.archive-page .post-single__icon-trees {
  position: absolute;
  top: 15px;
  right: 15px;
}
.archive-page .post-single__icon-trees svg {
  width: 20px;
  height: auto;
}
.archive-page .post-single__title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Seravek Bold", sans-serif;
  line-height: 1.4;
  color: white;
}
.archive-page .post-single__location {
  margin-top: 5px;
  font-weight: 300;
  font-size: 15px;
  color: white;
}
.archive-page .post-single__location-icon {
  width: 10px;
  height: 13px;
  margin-top: -4px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .archive-page .post-single {
    height: 100%;
    min-height: 170px;
  }
}
.archive-page .actions-wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.archive-page .actions-wrap--centered {
  text-align: center;
}
@media (max-width: 767px) {
  .archive-page .actions-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.cta-download {
  align-items: center;
  margin-top: 30px;
}
.cta-download__text {
  position: relative;
  font-family: "Seravek Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.cta-download .pins-wrap {
  z-index: 1;
  position: relative;
}
.cta-download .pins-wrap .pin-wrap {
  z-index: -1;
}
.cta-download .pins-wrap .pin-wrap:nth-child(1) {
  left: 30%;
  top: -70px;
  width: 30px;
}
.cta-download .pins-wrap .pin-wrap:nth-child(2) {
  left: 60%;
  top: -50px;
  width: 35px;
}
.cta-download .pins-wrap .pin-wrap:nth-child(3) {
  left: 80%;
  top: -65px;
  width: 45px;
}
.cta-download .pins-wrap .pin-wrap:nth-child(4) {
  right: 50%;
  top: 20px;
  width: 65px;
}
.cta-download .pins-wrap .pin-wrap:nth-child(5) {
  right: 20%;
  bottom: -40%;
  width: 31px;
}
@media (max-width: 767px) {
  .cta-download .pins-wrap .pin-wrap:nth-child(1) {
    left: 10%;
    top: 40px;
  }
  .cta-download .pins-wrap .pin-wrap:nth-child(2) {
    left: 50%;
    top: -20px;
    width: 35px;
  }
  .cta-download .pins-wrap .pin-wrap:nth-child(3) {
    left: 80%;
    top: 15px;
  }
  .cta-download .pins-wrap .pin-wrap:nth-child(4) {
    right: 50%;
    top: 70px;
  }
  .cta-download .pins-wrap .pin-wrap:nth-child(5) {
    right: 20%;
    bottom: -70px;
    width: 31px;
  }
}
@media (max-width: 767px) {
  .cta-download {
    margin-top: 0px;
  }
  .cta-download__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .cta-download__button-wrap {
    z-index: 2;
    text-align: center;
  }
}
.row-list {
  margin-bottom: 30px;
}
.row-list__single {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .row-list__single {
    margin-bottom: 20px;
  }
}
.o-archive-page-events {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .o-archive-page-events {
    padding-bottom: 40px;
  }
}
.o-archive-page-events__title {
  text-align: left !important;
  padding-left: 47px;
  margin-bottom: 25px !important;
}
@media (max-width: 1199px) {
  .o-archive-page-events__title {
    padding-left: 0;
  }
}
.o-archive-page-events__slider-wrap .swiper-slide > * {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .o-archive-page-events__slider-wrap .swiper-slide > * {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .o-archive-page-events__slider-wrap .swiper-slide {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .o-archive-page-events__slider-wrap .swiper-slide {
    width: calc(100% - 20px);
  }
}
.o-archive-page-events__slider-wrap .swiper-button-prev, .o-archive-page-events__slider-wrap .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #daa800;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 200ms;
}
.o-archive-page-events__slider-wrap .swiper-button-prev::after, .o-archive-page-events__slider-wrap .swiper-button-next::after {
  color: #fff;
  font-size: 12px;
}
.o-archive-page-events__slider-wrap .swiper-button-prev:hover, .o-archive-page-events__slider-wrap .swiper-button-next:hover {
  background: #3db5ca;
}
@media (max-width: 991px) {
  .o-archive-page-events__slider-wrap .swiper-button-prev, .o-archive-page-events__slider-wrap .swiper-button-next {
    display: none;
  }
}
.o-archive-page-events__slider-wrap .swiper-button-prev {
  left: -60px;
}
@media (max-width: 1199px) {
  .o-archive-page-events__slider-wrap .swiper-button-prev {
    left: -40px;
  }
}
.o-archive-page-events__slider-wrap .swiper-button-next {
  right: -60px;
  padding-left: 2px;
}
@media (max-width: 1199px) {
  .o-archive-page-events__slider-wrap .swiper-button-next {
    right: -40px;
  }
}
.o-archive-page-events__slider-wrap .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
@media (max-width: 991px) {
  .o-archive-page-events__slider-wrap .swiper-pagination {
    display: none;
  }
}
.o-archive-page-events__slider-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #daa800;
  background: none;
  transition: all 120ms;
  opacity: 1;
  margin: 0;
}
.o-archive-page-events__slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #daa800;
}
.o-archive-page-events__slider {
  position: relative;
}
/*--------------------------------------------------------------
 # Templates
 --------------------------------------------------------------*/
.t-news {
  background: linear-gradient(rgba(71, 196, 213, 0.15), white 70%);
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .t-news {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.t-news > .container {
  position: relative;
}
@media (min-width: 992px) {
  .t-news .cloud--left {
    left: -140px;
  }
}
.t-news__title {
  text-align: center;
  font-size: 45px;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .t-news__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.t-news__categories {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .t-news__categories {
    margin-bottom: 30px;
  }
}
.t-news__posts {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .t-news__posts {
    margin-bottom: 40px;
  }
}
.t-news__cta {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.t-news-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 6px;
}
@media (max-width: 767px) {
  .t-news-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .t-news-categories {
    grid-template-columns: 1fr;
  }
}
.t-news-categories-item {
  background: transparent;
  transition: all 120ms !important;
  padding: 3px;
  position: relative;
  border-radius: 60px;
}
@media (min-width: 992px) {
  .t-news-categories-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  .t-news-categories-item:hover .t-news-categories-item__inner {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}
.t-news-categories-item.is-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.t-news-categories-item.is-active .t-news-categories-item__inner {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.t-news-categories-item__background {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  border-radius: 60px;
}
.t-news-categories-item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  text-align: center;
  line-height: 1.2;
  min-height: 60px;
  color: #fff !important;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  position: relative;
  z-index: 200;
  transition: all 120ms;
}
.t-news-posts {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.t-news-posts-item {
  background: #fff;
  display: flex;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 220px;
}
.t-news-posts-item:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .t-news-posts-item {
    flex-direction: column;
  }
}
.t-news-posts-item__image {
  width: 220px;
  flex: 0 0 220px;
  border-radius: 15px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(54, 191, 209, 0.15);
}
@media (max-width: 767px) {
  .t-news-posts-item__image {
    width: 100%;
    flex: 0 0 auto;
    height: 220px;
  }
}
.t-news-posts-item__image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-news-posts-item__text {
  padding: 25px 30px;
}
.t-news-posts-item__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}
.t-news-posts-item__location {
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  padding-left: 12px;
  margin-top: 7px;
}
.t-news-posts-item__location img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: auto;
}
.t-news-posts-item__excerpt {
  margin-top: 20px;
}
.t-news-posts-item__excerpt * {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.t-news-cta {
  text-align: center;
  position: relative;
}
.t-news-cta__background {
  position: absolute;
  left: 50%;
  top: -70px;
  width: 268px;
  height: 223px;
  background-image: url('../images/pins-background.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 100;
}
.t-news-cta__inner {
  position: relative;
  z-index: 200;
}
.t-news-cta__title {
  color: #3db5ca;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.t-news-cta__text {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
 # Woocommerce
 --------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */