/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}
html.no-scroll {
  overflow: hidden;
}
html.no-scroll body {
  overflow: hidden;
}

@media print {
  @page {
    margin: 0;
  }
}
@media print {
  .otgs-development-site-front-end {
    display: none;
  }
}

@media print {
  html {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #242731;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
  background: -webkit-radial-gradient(at -50% -50%, #F5F5FC, transparent);
  background: -o-radial-gradient(at -50% -50%, #F5F5FC, transparent);
  background: radial-gradient(at -50% -50%, #F5F5FC, transparent);
}
@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 601px) {
  body {
    font-size: 1.5rem;
  }
}
body::before {
  opacity: 0;
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: rgba(23, 17, 13, 0.1);
}
body.admin-bar {
  min-height: calc(100vh - 32px);
}
body.fade-out::before {
  opacity: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

input,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

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

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

hr {
  display: block;
  border: none;
  width: 100%;
  margin: 0;
  height: 0.1rem;
  background-color: #17110d;
}

#wpadminbar {
  position: fixed;
}

main.main {
  padding: 78px 0 0;
}
@media (min-width: 901px) {
  main.main {
    padding: 142px 0 0;
  }
}
main.main--no-padding {
  padding: 0;
}

.wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hidden {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.block-subtitle {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  margin-top: 4rem;
}

.block-title {
  display: inline-block;
  position: relative;
}
@media (min-width: 901px) {
  .block-title {
    margin: 0 0 40px;
  }
}
@media (max-width: 600px) {
  .block-title {
    font-weight: 300;
  }
}
.block-title--small::after {
  height: 3.5rem;
  width: 18rem;
}
.block-title--large::after {
  width: 32rem;
  height: 3.5rem;
  margin-top: 5.7rem;
}

.block-desc {
  line-height: 1.5;
}

.post-list {
  margin: 3.5rem 0 0;
}
.post-list__highlight {
  margin: 0 0 6.4rem;
}
.post-list__items {
  margin: 3rem 0 0;
}

.color-facebook {
  background-color: #1877f2;
}
.color-instagram {
  background-color: #f00075;
}
.color-whatsapp {
  background-color: #25d366;
}
.color-linkedin {
  background-color: #0076b2;
}
.color-twitter {
  background-color: #55acee;
}
.color-chat {
  background-color: #2dc100;
}
.color-youtube {
  background-color: #fd3432;
}
.color-airbnb {
  background-color: #ff5a5f;
}
.color-booking {
  background-color: #0c3b7c;
}
.color-tiktok {
  background-color: black;
}
.color-bolt {
  background-color: #2eb875;
}
.color-wolt {
  background-color: #009de0;
}
.color-getify {
  background-color: #f44336;
}
.color-etsy {
  background-color: #f45800;
}

.add-to-favourites svg {
  width: 25px;
  fill: rgba(0, 0, 0, 0.3);
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.add-to-favourites svg path {
  stroke: #fff;
}
.add-to-favourites:hover svg {
  fill: rgba(255, 255, 255, 0.3);
}
.add-to-favourites.active svg {
  fill: #fff;
}
.add-to-favourites.active svg:hover {
  fill: rgba(255, 255, 255, 0.3);
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: #000;
}

.text-black-half-opaic {
  color: #000;
  opacity: 0.5;
}

.flexbox,
.flexbox-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox.nowrap,
.flexbox-full.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexbox.v-c,
.flexbox-full.v-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox.v-e,
.flexbox-full.v-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flexbox.h-c,
.flexbox-full.h-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox.h-sb,
.flexbox-full.h-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox.h-e,
.flexbox-full.h-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexbox {
  margin: 0 -1.3rem;
}
.flexbox > .col {
  padding: 0 1.3rem 2.6rem;
}
.flexbox--medium > .col {
  padding: 0 1.3rem 1.5rem;
}
.flexbox--small > .col {
  padding: 0 0.5rem 1rem;
}

.flexbox-full {
  margin: 0;
}
.flexbox-full > .col {
  padding: 0;
}

.col.m-left {
  margin-left: auto;
}
.col.m-right {
  margin-right: auto;
}
.col.m-auto {
  margin: 0 auto;
}
.col-5 {
  width: 5%;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-85 {
  width: 85%;
}
.col-90 {
  width: 90%;
}
.col-95 {
  width: 95%;
}
.col-100 {
  width: 100%;
}
.col-33 {
  width: 33.33%;
}
.col-66 {
  width: 66.66%;
}
.col-full {
  width: 100%;
}
.col-none {
  display: none;
}
@media (max-width: 1200px) {
  .col-l-5 {
    width: 5%;
  }
  .col-l-10 {
    width: 10%;
  }
  .col-l-15 {
    width: 15%;
  }
  .col-l-20 {
    width: 20%;
  }
  .col-l-25 {
    width: 25%;
  }
  .col-l-30 {
    width: 30%;
  }
  .col-l-35 {
    width: 35%;
  }
  .col-l-40 {
    width: 40%;
  }
  .col-l-45 {
    width: 45%;
  }
  .col-l-50 {
    width: 50%;
  }
  .col-l-55 {
    width: 55%;
  }
  .col-l-60 {
    width: 60%;
  }
  .col-l-65 {
    width: 65%;
  }
  .col-l-70 {
    width: 70%;
  }
  .col-l-75 {
    width: 75%;
  }
  .col-l-80 {
    width: 80%;
  }
  .col-l-85 {
    width: 85%;
  }
  .col-l-90 {
    width: 90%;
  }
  .col-l-95 {
    width: 95%;
  }
  .col-l-100 {
    width: 100%;
  }
  .col-l-33 {
    width: 33.33%;
  }
  .col-l-66 {
    width: 66.66%;
  }
  .col-l-full {
    width: 100%;
  }
  .col-l-none {
    display: none;
  }
}
@media (max-width: 900px) {
  .col-m-5 {
    width: 5%;
  }
  .col-m-10 {
    width: 10%;
  }
  .col-m-15 {
    width: 15%;
  }
  .col-m-20 {
    width: 20%;
  }
  .col-m-25 {
    width: 25%;
  }
  .col-m-30 {
    width: 30%;
  }
  .col-m-35 {
    width: 35%;
  }
  .col-m-40 {
    width: 40%;
  }
  .col-m-45 {
    width: 45%;
  }
  .col-m-50 {
    width: 50%;
  }
  .col-m-55 {
    width: 55%;
  }
  .col-m-60 {
    width: 60%;
  }
  .col-m-65 {
    width: 65%;
  }
  .col-m-70 {
    width: 70%;
  }
  .col-m-75 {
    width: 75%;
  }
  .col-m-80 {
    width: 80%;
  }
  .col-m-85 {
    width: 85%;
  }
  .col-m-90 {
    width: 90%;
  }
  .col-m-95 {
    width: 95%;
  }
  .col-m-100 {
    width: 100%;
  }
  .col-m-33 {
    width: 33.33%;
  }
  .col-m-66 {
    width: 66.66%;
  }
  .col-m-full {
    width: 100%;
  }
  .col-m-none {
    display: none;
  }
}
@media (max-width: 600px) {
  .col-s-5 {
    width: 5%;
  }
  .col-s-10 {
    width: 10%;
  }
  .col-s-15 {
    width: 15%;
  }
  .col-s-20 {
    width: 20%;
  }
  .col-s-25 {
    width: 25%;
  }
  .col-s-30 {
    width: 30%;
  }
  .col-s-35 {
    width: 35%;
  }
  .col-s-40 {
    width: 40%;
  }
  .col-s-45 {
    width: 45%;
  }
  .col-s-50 {
    width: 50%;
  }
  .col-s-55 {
    width: 55%;
  }
  .col-s-60 {
    width: 60%;
  }
  .col-s-65 {
    width: 65%;
  }
  .col-s-70 {
    width: 70%;
  }
  .col-s-75 {
    width: 75%;
  }
  .col-s-80 {
    width: 80%;
  }
  .col-s-85 {
    width: 85%;
  }
  .col-s-90 {
    width: 90%;
  }
  .col-s-95 {
    width: 95%;
  }
  .col-s-100 {
    width: 100%;
  }
  .col-s-33 {
    width: 33.33%;
  }
  .col-s-66 {
    width: 66.66%;
  }
  .col-s-full {
    width: 100%;
  }
  .col-s-none {
    display: none;
  }
}

@media (min-width: 901px) {
  .col-border-bottom {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

h1 {
  margin: 0;
  font-size: inherit;
  letter-spacing: normal;
}

@media (max-width: 600px) {
  .h1 {
    font-size: 5rem;
  }
}
@media (min-width: 601px) {
  .h1 {
    font-size: 7rem;
  }
}

h2 {
  margin: 0;
  font-size: inherit;
  letter-spacing: normal;
}

@media (max-width: 600px) {
  .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 601px) {
  .h2 {
    font-size: 5.7rem;
  }
}

h3 {
  margin: 0;
  font-size: inherit;
  letter-spacing: normal;
}

@media (max-width: 600px) {
  .h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 601px) {
  .h3 {
    font-size: 2.9rem;
  }
}

h4 {
  margin: 0;
  font-size: inherit;
  letter-spacing: normal;
}

@media (max-width: 600px) {
  .h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 601px) {
  .h4 {
    font-size: 1.8rem;
  }
}

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

.h1 {
  font-weight: 700;
}

.h2 {
  font-weight: 700;
}

.h3 {
  font-weight: 700;
}

.h4 {
  font-weight: 700;
}

.entry-content {
  line-height: 1.7;
  padding: 50px 0 0;
}
@media (max-width: 600px) {
  .entry-content {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .entry-content {
    font-size: 1.8rem;
  }
}
.entry-content h1 {
  margin: 0 0 2rem;
}
.entry-content h2 {
  margin: 0 0 2rem;
}
.entry-content h3 {
  margin: 0 0 2rem;
}
.entry-content h4 {
  margin: 0 0 2rem;
}
.entry-content h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.8rem;
}
@media (max-width: 600px) {
  .entry-content h2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}
.entry-content h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 600px) {
  .entry-content h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.entry-content a {
  color: #2CB1DB;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content p {
  letter-spacing: normal;
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
}
.entry-content .text-higlight {
  font-size: 2.3rem;
}
.entry-content .text-small-title {
  font-size: 1.6rem;
  color: #575963;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .entry-content .text-small-title {
    font-size: 1rem;
  }
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 10px;
}
.entry-content ul li,
.entry-content ol li {
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
}
.entry-content ul li::before,
.entry-content ol li::before {
  display: inline-block;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}
.entry-content ol {
  counter-reset: li-counter;
}
.entry-content ol li::before {
  content: counter(li-counter);
  counter-increment: li-counter;
  width: 40px;
  padding-left: 10px;
  font-size: 1.6rem;
}

.wp-block-image {
  margin: 15px 0;
}
.wp-block-image figure {
  margin: 0;
}
.wp-block-image figure.aligncenter img {
  margin: 0 auto;
}
.wp-block-image figure.alignright img {
  margin-left: auto;
}

.wp-block-table {
  margin: 0;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #efeff1;
}
.wp-block-table.is-style-stripes tr:nth-child(1) {
  background-color: #dedee3;
}
.wp-block-table table {
  width: 100%;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn--link {
  text-decoration: underline;
}
.btn--full {
  width: 100%;
  text-align: center;
}

.btn-solid {
  padding: 2rem 1.5rem;
  border-radius: 5rem;
  background-color: #4A9EA6;
}
.btn-solid--medium {
  padding: 1rem 1.5rem;
}
.btn-solid--large {
  padding: 2rem 2.5rem;
}
.btn-solid:hover {
  background-color: #208892;
}
.btn-solid--dark {
  background-color: #208892;
}
.btn-solid--dark:hover {
  background-color: #4A9EA6;
}
.btn-solid--black {
  color: #fff;
  background-color: #0b0e16;
}
.btn-solid--black:hover {
  background-color: #0b0e16;
}

.btn-underline {
  text-decoration: underline;
}
.btn-underline:hover {
  text-decoration: none;
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-icon.btn--full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-icon svg {
  height: 16px;
}
.btn-icon--left span {
  margin-left: 10px;
}
.btn-icon--right span {
  margin-right: 10px;
}
.btn-icon--both span {
  margin: 0 10px;
}

.btn-all .text {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}
@media (max-width: 600px) {
  .btn-all .text {
    font-size: 1.5rem;
    text-decoration: none;
  }
}
.btn-all path {
  fill: #000000;
}

.btn-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  padding: 15px 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline--small {
  padding: 0.6rem 1.5rem;
  border-radius: 1.5rem;
}

.header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.admin-bar .header {
  top: 32px;
}
.header--light {
  color: #fff;
}
.header_open {
  background-color: #fff;
}
@media (min-width: 1101px) {
  .header_open {
    background-color: transparent;
  }
}
@media print {
  .header {
    display: none;
  }
}

.header-desktop {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 1100px) {
  .header-desktop {
    display: none;
  }
}
.header--scrolled .header-desktop {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.header--scrolled.header--light .header-desktop {
  background-color: #000000;
}
.header-desktop .container {
  border-bottom: 1px solid #d8d8d9;
}
.header-desktop .sub-menu {
  display: none;
}
.header-desktop .menu-item__toggle-submenu {
  display: none;
}

.header-top {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .appearance {
  margin-left: 1.5rem;
}
.header-top__left, .header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__right {
  margin-left: auto;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 142px;
  font-size: 1.8rem;
}
.header-main .header-menu {
  margin: 0 0 0 130px;
}
.header-main .header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main .header-menu .menu-item {
  margin: 0;
}
.header-main .header-menu .menu-item a {
  display: block;
  position: relative;
  height: 46px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 700;
}
.header-main .header-menu .menu-item a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 89px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#007883), to(#4A9EA6));
  background: -webkit-linear-gradient(left, #007883 0%, #4A9EA6 100%);
  background: -o-linear-gradient(left, #007883 0%, #4A9EA6 100%);
  background: linear-gradient(90deg, #007883 0%, #4A9EA6 100%);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header-main .header-menu .menu-item a:hover::after {
  opacity: 1;
}
.header-main .header-menu .menu-item.current-menu-item a::after {
  opacity: 1;
}
.header-main .header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 72px 0 auto;
}

.header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 17px 0 0;
}
.header-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px dashed #b8bbc5;
}
.header-btn__icon svg {
  width: 14px;
}

.btn-favourites svg path {
  stroke: #000;
}

.header-mobile-menu {
  overflow-y: auto;
  position: fixed;
  z-index: 109;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 78px);
  background-color: #fff;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media print {
  .header-mobile-menu {
    display: none;
  }
}
@media (min-width: 1101px) {
  .header-mobile-menu {
    display: none;
  }
}
.header-mobile-menu.open {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}
.header-mobile-menu__inner {
  padding: 30px 0 0;
}
.header-mobile-menu .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-mobile-menu .header-menu {
  font-size: 2rem;
  text-align: center;
}
.header-mobile-menu .header-menu .menu-item {
  margin: 0 0 30px;
}
.header-mobile-menu .header-menu .menu-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile-menu .header-menu .menu-item a {
  padding: 10px;
  color: #000;
  font-weight: 700;
}
.header-mobile-menu .header-menu .menu-item a::after {
  right: 0;
}
.header-mobile-menu .header-menu .menu-item.current-menu-item a {
  color: #208892;
}
.header-mobile-menu .header-menu .menu-item.current-menu-item a::after {
  opacity: 1;
}
.header-mobile-menu .header-menu .menu-item__toggle-submenu {
  width: 11px;
  height: 7px;
}
.header-mobile-menu .header-menu .menu-item__toggle-submenu.active {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-mobile-menu .header-menu .sub-menu {
  display: none;
  padding: 30px 0 0;
}
.header-mobile-menu .header-menu .sub-menu a {
  color: #b3b3b3;
  font-weight: 400;
}
.header-mobile-menu .header-menu .sub-menu a.current-menu-item {
  color: #10808a;
}

@media (min-width: 1101px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d9;
}
.header-mobile--scrolled {
  background-color: #f7f5ee;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
.header-mobile .header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}
.burger__inner {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  opacity: 0.4;
}
.burger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.burger__line:nth-child(1) {
  top: 0;
}
.burger__line:nth-child(2) {
  top: 49%;
}
.burger__line:nth-child(3) {
  top: 99%;
}
.burger.active .burger__line:nth-child(1), .burger.active .burger__line:nth-child(3) {
  top: 50%;
  left: 50%;
}
.burger.active .burger__line:nth-child(1) {
  -webkit-transform: translate(-50%) rotate(45deg);
       -o-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
.burger.active .burger__line:nth-child(2) {
  width: 0;
}
.burger.active .burger__line:nth-child(3) {
  -webkit-transform: translate(-50%) rotate(-45deg);
       -o-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

.header-megamenu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 1.8rem;
  padding: 4rem 0 6rem;
  background-color: #f7f5ee;
  visibility: hidden;
  -webkit-transform: translateY(-100vh);
       -o-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 900px) {
  .header-megamenu {
    display: none;
  }
}
.header--light .header-megamenu {
  background-color: #000000;
}
.header-megamenu--open {
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.header-megamenu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
}
.header-megamenu__left {
  width: 35%;
  padding-left: 10rem;
  padding-right: 2.5rem;
}
.header-megamenu__right {
  width: 65%;
}
.header-megamenu__title {
  font-weight: 600;
  margin: 0 0 2.5rem;
}
.header-megamenu .menu-item {
  margin: 0 0 2.5rem;
}
.header-megamenu .activity-item {
  min-height: 46rem;
  padding-bottom: 0;
}

.appearance {
  position: relative;
}
.appearance__toggle {
  color: inherit;
  padding: 1.2rem 1.5rem;
  border-radius: 3rem;
}
.appearance__toggle span svg {
  width: 1.5rem;
}
.appearance__toggle svg {
  color: inherit;
  fill: currentColor;
}
.appearance__box {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6rem;
  padding: 1.5rem 0;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.appearance.open .appearance__box {
  pointer-events: all;
  opacity: 1;
  margin-top: 1rem;
  visibility: visible;
}
.appearance hr {
  margin: 2rem 0;
  background-color: #e6e7ea;
}
.appearance__group {
  padding: 0 2rem;
}

.appearance-btn {
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 4rem;
}
.appearance-btn svg {
  width: 1.5rem;
  margin: 0 auto;
}
.appearance-btn--contrast {
  border: 0.1rem solid #17110d;
}

.lang-switch {
  position: relative;
  z-index: 10;
  border-radius: 50px;
  border: 1px dashed #b8bbc5;
}
.lang-switch__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  color: inherit;
  padding: 0 20px;
  font-weight: 500;
}
.lang-switch span {
  margin: 0;
}
.lang-switch span.lang-switch__text {
  margin: 0 10px;
  font-size: 1.4rem;
}
.lang-switch__svg {
  fill: none;
}
.lang-switch__svg--globe svg {
  width: 16px;
  height: 16px;
}
.lang-switch__svg--arrow {
  padding: 2px 0 0;
}
.lang-switch__svg--arrow svg {
  width: 11px;
  height: 7px;
}
.lang-switch__box {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.lang-switch.open .lang-switch__box {
  pointer-events: all;
  opacity: 1;
  margin-top: 1rem;
  visibility: visible;
}
.lang-switch li {
  margin: 5px 0;
  text-align: center;
}
.lang-switch li a {
  color: #242731;
}

.search-wrap {
  position: relative;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 1101px) {
  .search-form {
    display: none;
  }
}
.search-form__input {
  padding: 15px 30px;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: none;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.search-form__submit {
  color: #242731;
  font-weight: 500;
  background-color: #4A9EA6;
  padding: 18px 45px;
}

.header .search-form {
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1101px) {
  .header .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .search-form.open {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
@media (min-width: 901px) {
  .header .search-form.open .search-form__input {
    width: 45vw;
  }
}
.header .search-form__input {
  width: 300px;
  padding-right: 205px;
}
.header .search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
}

.footer {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}
@media print {
  .footer {
    display: none;
  }
}
.footer .flexbox {
  margin: 0;
}
.footer .flexbox .col {
  padding: 0;
}
.footer .flexbox .col.thin {
  margin: 0 0 15px;
  padding: 0;
}
.footer .flexbox .col.image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media (min-width: 901px) {
  .footer .flexbox .col.image-container {
    display: block;
    padding: 0 24px 0 0;
  }
}
.footer .flexbox .col.image-container img {
  width: auto;
  height: 37px;
}
@media (min-width: 901px) {
  .footer .flexbox .col.image-container img {
    height: 50px;
  }
}
@media (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer .col-spacer {
  display: none;
  margin: 0;
}
@media (max-width: 900px) {
  .footer .col-spacer {
    display: block;
  }
}
.footer .col-spacer.thin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.footer .col-spacer .spacer {
  height: 1px;
  width: 100%;
  background-color: #d8d8d9;
}
@media (max-width: 900px) {
  .footer {
    font-size: 1.2rem;
  }
}
.footer .top-box {
  padding: 50px 0 0;
}
@media (min-width: 901px) {
  .footer .top-box {
    border-bottom: 1px solid #d8d8d9;
    padding: 50px 0;
  }
}
.footer .top-box .image-container img {
  width: 100%;
  height: auto;
}
.footer .top-box .col-spacer {
  margin: 40px 0;
}
.footer .top-box .black-text-container {
  margin: 0 0 16px;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 901px) {
  .footer .top-box .black-text-container {
    margin: 0;
    padding: 0 40px 0 26px;
  }
}
.footer .top-box .grey-text-container {
  margin: 0 0 40px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 901px) {
  .footer .top-box .grey-text-container {
    margin: 0;
  }
}
.footer .bottom-box {
  padding: 0;
}
@media (min-width: 901px) {
  .footer .bottom-box {
    padding: 20px 0;
  }
}
@media (min-width: 901px) {
  .footer .col.left-link {
    padding: 0 30px 0 0;
  }
}
.footer .col.left-link a {
  color: #000;
  opacity: 0.5;
  line-height: 25px;
  font-size: 1.4rem;
}
.footer .col.left-link a:hover {
  text-decoration: underline;
}
.footer .col.social-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 20px;
}
@media (min-width: 901px) {
  .footer .col.social-link-container {
    padding: 0;
  }
}
.footer .col.social-link-container a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}
.footer .col.social-link-container a svg {
  width: 25px;
  height: 25px;
}
.footer .col.social-link-container a svg path {
  fill: #b8bbc5;
}
.footer .col.social-link-container a svg:hover path {
  fill: #000;
}
.footer .developer-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 3rem;
}
@media (max-width: 900px) {
  .footer .developer-link-container {
    margin-left: 0;
  }
}
.footer .developer-link-container img {
  height: 25px;
  width: auto;
  float: right;
}

.activity-item {
  overflow: hidden;
  position: relative;
  height: 384px;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.6rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.activity-item .flexbox .col {
  padding-bottom: 0;
}
.activity-item__num {
  font-weight: 700;
  margin-right: 1rem;
}
.activity-item__type {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  padding: 0 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.4rem;
}
.activity-item .add-to-favourites {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 20px;
}
.activity-item__link {
  display: block;
}
.activity-item__bg {
  position: absolute;
  inset: 0;
}
.activity-item__bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(11, 14, 22, 0.0517)), to(rgba(11, 14, 22, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(11, 14, 22, 0.0517) 15%, rgba(11, 14, 22, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(11, 14, 22, 0.0517) 15%, rgba(11, 14, 22, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(11, 14, 22, 0.0517) 15%, rgba(11, 14, 22, 0.8) 100%);
}
.activity-item__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 1;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 14, 22, 0)), color-stop(14.9%, rgba(11, 14, 22, 0.0517)), to(rgba(11, 14, 22, 0.8)));
  background: -webkit-linear-gradient(top, rgba(11, 14, 22, 0) 0%, rgba(11, 14, 22, 0.0517) 14.9%, rgba(11, 14, 22, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(11, 14, 22, 0) 0%, rgba(11, 14, 22, 0.0517) 14.9%, rgba(11, 14, 22, 0.8) 100%);
  background: linear-gradient(180deg, rgba(11, 14, 22, 0) 0%, rgba(11, 14, 22, 0.0517) 14.9%, rgba(11, 14, 22, 0.8) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__tag {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  background-color: #208892;
  -webkit-box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.activity-item__tag svg {
  margin-left: 1.2rem;
  display: none;
}
.activity-item__header {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  padding: 20px 20px 20px 42px;
}
.activity-item__header__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__header__inv-rad {
  position: absolute;
  background-color: transparent;
  width: 10px;
  height: 10px;
  top: -10px;
  -webkit-box-shadow: 0 5px 0 0 #fff;
          box-shadow: 0 5px 0 0 #fff;
}
.activity-item__header__inv-rad-l {
  left: -1px;
  border-bottom-left-radius: 10px;
}
.activity-item__header__inv-rad-r {
  right: -1px;
  border-bottom-right-radius: 10px;
}
.activity-item__line {
  position: absolute;
  display: block;
  top: 20px;
  bottom: 30px;
  left: 20px;
  width: 5px;
  background-color: #208892;
}
.activity-item__title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__title {
  padding: 0 0 17px;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__location span {
  padding: 0 0 0 5px;
}
.activity-item__location svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__info {
  opacity: 0;
  position: absolute;
  inset: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(11, 14, 22, 0.5);
}
.activity-item__info-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
}
.activity-item__info-view {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.activity-item__info-view svg {
  width: 2rem;
}
.activity-item__info-text {
  height: 100%;
  overflow: hidden;
  -webkit-transition-delay: 0.2;
       -o-transition-delay: 0.2;
          transition-delay: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 1rem;
}
.activity-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: #208892;
  margin-left: auto;
}
.activity-item__icon svg {
  width: 1.8rem;
}
.activity-item__footer {
  visibility: hidden;
  position: absolute;
  bottom: -100px;
  padding: 15px 0 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.activity-item__learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
}
.activity-item__learn-more span {
  padding: 0 9px 0 0;
}
.activity-item:hover .activity-item__header__bg {
  height: 70px;
}
.activity-item:hover .activity-item__overlay {
  opacity: 1;
  bottom: 70px;
}
.activity-item:hover .activity-item__title-wrap {
  padding: 0 0 65px;
}
.activity-item:hover .activity-item__title {
  color: #fff;
}
.activity-item:hover .activity-item__location {
  color: #fff;
}
.activity-item:hover .activity-item__location svg path {
  stroke: #fff;
}
.activity-item:hover .activity-item__info {
  opacity: 1;
}
.activity-item:hover .activity-item__tag {
  padding: 2rem 2.5rem;
}
.activity-item:hover .activity-item__tag svg {
  display: block;
}
.activity-item:hover .activity-item__info-view, .activity-item:hover .activity-item__info-text {
  margin-top: 0;
}
.activity-item:hover .activity-item__footer {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
.activity-item--highlighted {
  overflow: visible;
}
.activity-item--highlighted img {
  border-radius: 0.5rem;
}
.activity-item--highlighted .activity-item__bg::before {
  content: none;
}
.activity-item--highlighted .activity-item__tag {
  top: -1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  width: 16rem;
  text-align: center;
}
@media (max-width: 600px) {
  .activity-item--highlighted .activity-item__tag {
    left: 1rem;
  }
}
.activity-item--highlighted .activity-item__tag p {
  width: 100%;
}
.activity-item--explore .activity-item__header__bg {
  display: none;
}
.activity-item--explore .activity-item__title-wrap {
  padding: 0;
  margin: 0;
}
.activity-item--explore .activity-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 72px;
  margin: 0 0 17px;
  padding: 0;
  color: #fff;
}
.activity-item--explore .activity-item__location {
  padding: 0;
  color: #fff;
}
.activity-item--explore .activity-item__location svg path {
  stroke: #fff;
}
.activity-item--explore .activity-item__excerpt {
  overflow: hidden;
  max-height: 110px;
  margin: 0 20px 10px 0;
  color: #fff;
}
.activity-item--explore .activity-item__learn-more {
  color: #fff;
}
.activity-item--explore .activity-item__learn-more svg {
  fill: #fff;
}
.activity-item--explore:hover .activity-item__overlay {
  bottom: 0;
}
.activity-item--explore:hover .activity-item__title-wrap {
  margin: 0 0 160px;
  padding: 0;
}
.activity-item--news {
  overflow: visible;
  margin-top: 2rem;
}
.activity-item--news .activity-item__info-inner::before {
  content: "";
  display: block;
  width: 0.4rem;
  position: absolute;
  bottom: 3rem;
  background-color: #208892;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.activity-item--news:hover .activity-item__info-inner::before {
  top: 0;
}
.activity-item--news:hover .activity-item__title {
  color: transparent;
}
.activity-item--news:hover .activity-item__title::before {
  top: 0;
}
.activity-item--news .activity-item__tag {
  top: -1rem;
}
.activity-item--news .activity-item__tag-date {
  font-size: 3.7rem;
  font-weight: 500;
}
.activity-item--news .activity-item__tag-month {
  font-weight: 500;
  margin-top: 0.8rem;
}
.activity-item--news .activity-item__tag p {
  text-align: center;
}
.activity-item--news .activity-item__tag p span {
  display: block;
}
.activity-item--news .activity-item__title {
  position: relative;
  padding-left: 1.4rem;
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.activity-item--news .activity-item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #208892;
  width: 0.4rem;
}
.activity-item--news .activity-item__info-text {
  margin-left: 1rem;
  margin-right: 1rem;
}
.activity-item--event {
  overflow: visible;
  margin-top: 2rem;
}
.activity-item--event:hover .activity-item__title {
  color: transparent;
}
.activity-item--event .activity-item__tag {
  top: -1rem;
}
.activity-item--event .activity-item__tag-date {
  font-size: 3.7rem;
  font-weight: 500;
}
.activity-item--event .activity-item__tag-month {
  font-weight: 500;
  margin-top: 0.8rem;
}
.activity-item--event .activity-item__tag p {
  text-align: center;
}
.activity-item--event .activity-item__tag p span {
  display: block;
}
.activity-item--event .activity-item__title {
  position: relative;
  padding-left: 1.5rem;
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  width: 100%;
  margin-bottom: 2rem;
}
.activity-item--event .activity-item__title::before {
  display: none;
}
.activity-item--event .activity-item__title-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #208892;
  color: #242731;
}
.activity-item--event .activity-item__icon {
  margin-left: auto;
}
.activity-item--accommodation .activity-item__line {
  background-color: #956494;
}
.activity-item--restaurant .activity-item__line {
  background-color: #88C13E;
}
.activity-item--artisan .activity-item__line {
  background-color: #E76D4F;
}

/*# sourceMappingURL=main.css.map*/