@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

ul {
  list-style: none
}

button,
input,
select,
textarea {
  margin: 0
}

html,
* {
  box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0;
  text-align: left
}

.reveal-on-enter {
  opacity: 0
}

button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 0
}

button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  border: none
}

button:focus,
button:active {
  background-color: inherit;
  color: inherit
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

fieldset {
  margin-bottom: 10px
}

label {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  display: block
}

input[type="radio"] {
  vertical-align: text-bottom
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline
}

input[type="submit"] {
  cursor: pointer
}

input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0
}

select {
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  transition: background 0.22s ease-out, border 0.22s ease-out, color 0.22s ease-out;
  background: #fff;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  font-size: 14px;
  border: 1px solid #4C4C4C;
  width: 100%;
  color: #0E4449;
  box-sizing: border-box;
  font-family: "Flama", Helvetica, Arial, sans-serif
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #B3C943;
  color: #4C4C4C
}

input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
input[type="file"].error,
textarea.error,
select.error {
  border: 1px solid #4C4C4C;
  color: #4C4C4C
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled,
textarea:disabled,
select:disabled {
  border: 1px solid #ccc;
  color: #ccc;
  pointer-events: none
}

input[type="text"]:disabled:focus,
input[type="password"]:disabled:focus,
input[type="datetime"]:disabled:focus,
input[type="datetime-local"]:disabled:focus,
input[type="date"]:disabled:focus,
input[type="month"]:disabled:focus,
input[type="time"]:disabled:focus,
input[type="week"]:disabled:focus,
input[type="number"]:disabled:focus,
input[type="email"]:disabled:focus,
input[type="url"]:disabled:focus,
input[type="search"]:disabled:focus,
input[type="tel"]:disabled:focus,
input[type="color"]:disabled:focus,
input[type="file"]:disabled:focus,
textarea:disabled:focus,
select:disabled:focus {
  border: 1px solid #ccc;
  color: #ccc
}

textarea,
textarea:focus {
  width: 100%;
  padding: 15px;
  min-height: 150px;
  line-height: 1.64;
  overflow: auto
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #ccc;
  font-size: 12px
}

.form__select-container {
  position: relative
}

.form__select-container:after {
  font-family: "icons";
  position: absolute;
  right: 16px;
  bottom: 17px;
  color: #B3C943;
  display: block;
  content: "\f102";
  font-size: 7px
}

.form__select {
  border-radius: 2px
}

.form__select--icon {
  padding-left: 45px
}

.form__row {
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .form__row {
    margin-bottom: 0
  }
}

.form__label {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #0E4449;
  letter-spacing: 0;
  margin-bottom: 8px
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100vw
}

body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #4C4C4C;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.64;
  background-color: #fff;
  font-size: 16px
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px
  }
}

body.sticky-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch
}

body.sticky-footer main {
  flex-grow: 1
}

body.triggered {
  position: fixed
}

@media only screen and (min-width: 1024px) {
  body.triggered {
    position: relative
  }
}

body.no-scroll {
  overflow: hidden
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

a {
  transition: color 0.22s ease-out;
  text-decoration: none
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot?7e4a8841ac340884ee6dae620d5041c5?#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff2?7e4a8841ac340884ee6dae620d5041c5") format("woff2"), url("../fonts/icons/icons.woff?7e4a8841ac340884ee6dae620d5041c5") format("woff"), url("../fonts/icons/icons.ttf?7e4a8841ac340884ee6dae620d5041c5") format("truetype"), url("../fonts/icons/icons.svg?7e4a8841ac340884ee6dae620d5041c5#icons") format("svg")
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-agriculture:before,
.tags__tag--agriculture:before {
  content: "\f101"
}

.icon-arrow-down:before {
  content: "\f102"
}

.icon-brexit-loan:before {
  content: "\f103"
}

.icon-check:before,
.inner__article ul.checked li:before,
.form__input--correct+.form__icon:before,
.list--checked li:before {
  content: "\f104"
}

.icon-clear:before,
.tags__tag--clear:before {
  content: "\f105"
}

.icon-close-square:before {
  content: "\f106"
}

.icon-close-thin:before {
  content: "\f107"
}

.icon-close:before,
.form__input--error+.form__icon:before {
  content: "\f108"
}

.icon-confirmation:before {
  content: "\f109"
}

.icon-covid-19:before {
  content: "\f10a"
}

.icon-doc:before {
  content: "\f10b"
}

.icon-download:before {
  content: "\f10c"
}

.icon-email:before {
  content: "\f10d"
}

.icon-error:before {
  content: "\f10e"
}

.icon-expand:before {
  content: "\f10f"
}

.icon-facebook:before {
  content: "\f110"
}

.icon-fgls:before {
  content: "\f111"
}

.icon-filter-editing:before {
  content: "\f112"
}

.icon-filter-sorting:before {
  content: "\f113"
}

.icon-graphic:before {
  content: "\f114"
}

.icon-hamburger:before {
  content: "\f115"
}

.icon-instagram:before {
  content: "\f116"
}

.icon-invoice:before {
  content: "\f117"
}

.icon-leasing:before {
  content: "\f118"
}

.icon-left-arrow:before {
  content: "\f119"
}

.icon-linkedin:before {
  content: "\f11a"
}

.icon-loan:before,
.tags__tag--loan:before {
  content: "\f11b"
}

.icon-login:before {
  content: "\f11c"
}

.icon-more:before {
  content: "\f11d"
}

.icon-phone:before {
  content: "\f11e"
}

.icon-pin:before {
  content: "\f11f"
}

.icon-plus:before {
  content: "\f120"
}

.icon-quote:before,
.blockquote-container:before,
.inner blockquote:before {
  content: "\f121"
}

.icon-right-arrow:before {
  content: "\f122"
}

.icon-search-result:before {
  content: "\f123"
}

.icon-search:before {
  content: "\f124"
}

.icon-sharing:before {
  content: "\f125"
}

.icon-sme-credit:before {
  content: "\f126"
}

.icon-spark:before {
  content: "\f127"
}

.icon-stick:before {
  content: "\f128"
}

.icon-tooltip:before {
  content: "\f129"
}

.icon-triangle:before {
  content: "\f12a"
}

.icon-twitter:before {
  content: "\f12b"
}

.icon-wizard:before {
  content: "\f12c"
}

.icon-youtube:before {
  content: "\f12d"
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.h1,
.inner h1,
.h2,
.inner h2,
.h3,
.inner h3,
.h4,
.inner h4,
.h5,
.inner h5,
.h6,
.inner h6 {
  margin-top: 0;
  line-height: 1.15;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  color: #4C4C4C;
  letter-spacing: 0
}

.h1,
.inner h1 {
  font-size: 30px
}

@media only screen and (min-width: 768px) {

  .h1,
  .inner h1 {
    font-size: 50px
  }
}

@media only screen and (min-width: 1024px) {

  .h1,
  .inner h1 {
    font-size: 62px
  }
}

.h2,
.inner h2 {
  font-size: 32px
}

@media only screen and (min-width: 1024px) {

  .h2,
  .inner h2 {
    font-size: 42px;
    line-height: 1.33
  }
}

.h3,
.inner h3 {
  font-size: 24px
}

@media only screen and (min-width: 1024px) {

  .h3,
  .inner h3 {
    font-size: 32px
  }
}

.h4,
.inner h4 {
  font-size: 21px
}

.h4--no-margin-bottom {
  margin-bottom: 0 !important
}

.h5,
.inner h5 {
  font-size: 18px
}

@media only screen and (min-width: 1024px) {

  .h5,
  .inner h5 {
    font-size: 19px
  }
}

.h6,
.inner h6 {
  letter-spacing: -0.32px;
  font-size: 16px
}

@media only screen and (min-width: 1024px) {

  .h6,
  .inner h6 {
    font-size: 18px
  }
}

.p,
.inner p,
.ul,
.inner__article ul,
.ol,
.inner__article ol,
.pre,
.inner__article pre,
.blockquote,
.inner__article blockquote {
  margin-bottom: 20px
}

.hr,
.inner__article hr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
  width: 100%;
  margin: 20px 0
}

.strong,
.inner__article strong {
  font-weight: 700
}

.em,
.inner__article em {
  font-style: italic
}

.p,
.inner p {
  font-family: "Flama", Helvetica, Arial, sans-serif
}

.caption,
.inner__article caption {
  font-size: 0.8rem
}

.skin {
  background: #F7F7F7;
  padding: 10px;
  margin-bottom: 20px
}

.fifty-fifty {
  width: 100%;
  position: relative;
  z-index: 0
}

@media only screen and (min-width: 768px) {
  .fifty-fifty {
    display: flex;
    margin: 0 -20px;
    width: calc(100% + 40px);
    align-items: flex-start;
    justify-content: center
  }

  .fifty-fifty--vertically-centered {
    align-items: center
  }

  .fifty-fifty--stretched {
    align-items: stretch
  }
}

.fifty-fifty__child {
  min-width: 0;
  width: 100%;
  margin: 0;
  position: relative
}

@media only screen and (min-width: 1024px) {
  .fifty-fifty__child {
    width: 50%;
    margin: 20px
  }
}

.fifty-fifty__child--flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.fifty-fifty__child--full-height {
  height: 100%
}

.fifty-fifty__child--no-margin {
  margin: 0
}

@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--no-margin {
    margin: 0
  }

  .fifty-fifty__child--no-margin:last-of-type {
    margin: 0
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--margin-left {
    margin: 0 0 0 20px
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--margin-right {
    margin: 0 20px 0 0
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--margin-right:last-of-type {
    margin: 0 20px 0 0
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--small-margin {
    margin: 10px
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--no-margin-right {
    margin-right: 0
  }
}

.fifty-fifty__child--min-height {
  height: 350px
}

.fifty-fifty__child--hidden-mobile {
  display: none
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--hidden-mobile {
    display: block
  }
}

.fifty-fifty__child--no-margin-top {
  margin-top: 0
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--increased {
    width: 50%
  }
}

@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--increased {
    width: 53%
  }
}

@media only screen and (min-width: 768px) {
  .fifty-fifty__child--decreased {
    width: 50%
  }
}

@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--decreased {
    width: 49%
  }
}

.footer {
  display: block;
  background: #F7F7F7;
  padding: 0 0 20px 0;
  margin-top: 50px
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 65px;
    border-top: 1px solid #ECEEF1
  }
}

@media only screen and (min-width: 1024px) {
  .footer {
    padding: 0 0 25px 0;
    margin-top: 80px
  }
}

.footer--inner {
  margin-top: 0;
  position: relative;
  z-index: 1
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  position: relative
}

@media only screen and (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row
  }
}

.footer__left {
  order: 2;
  position: relative
}

@media only screen and (min-width: 768px) {
  .footer__left {
    padding-top: 70px;
    order: 1;
    width: 280px;
    padding-right: 30px;
    border-right: 1px solid #ECEEF1
  }
}

@media only screen and (min-width: 1024px) {
  .footer__left {
    padding-right: 65px
  }
}

.footer__right {
  order: 1
}

@media only screen and (min-width: 768px) {
  .footer__right {
    padding-top: 70px;
    order: 2;
    flex: 1;
    padding-left: 30px
  }
}

@media only screen and (min-width: 1024px) {
  .footer__right {
    padding-left: 65px
  }
}

.footer__logo {
  margin-bottom: 50px;
  display: none
}

@media only screen and (min-width: 768px) {
  .footer__logo {
    display: block
  }
}

.footer__logo-mobile {
  display: block;
  margin-bottom: 20px;
  margin-top: 35px
}

@media only screen and (min-width: 768px) {
  .footer__logo-mobile {
    display: none
  }
}

.footer__logos {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECEEF1
}

.footer__logos-title {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #707070;
  line-height: 24px;
  margin-bottom: 8px
}

.footer__logos-list {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
  .footer__logos-list {
    justify-content: flex-start
  }
}

.footer__logos-list-item {
  margin-right: 40px;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .footer__logos-list-item {
    margin-right: 30px;
    margin-bottom: 0
  }
}

.footer-links-icon {
  color: #B3C943;
  font-size: 6px;
  align-self: center
}

.footer__links {
  width: 100%
}

@media only screen and (min-width: 1024px) {
  .footer__links {
    width: 80%;
    display: flex;
    justify-content: space-between
  }
}

.footer__links-title {
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0E4449;
  letter-spacing: 1.39px;
  padding: 16px 0
}

@media only screen and (min-width: 1024px) {
  .footer__links-title {
    display: block;
    padding-bottom: 0;
    margin-bottom: 5px
  }
}

.footer__links-item {
  list-style-type: none
}

.footer__links-link {
  letter-spacing: 0;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4C4C4C;
  line-height: 24px;
  margin-bottom: 7px
}

.footer__links-link:hover {
  text-decoration: underline
}

.footer__links-icon {
  font-size: 12px
}

.footer__links-group {
  border-bottom: 1px solid #ECEEF1
}

@media only screen and (min-width: 1024px) {
  .footer__links-group {
    border-bottom: 0
  }
}

.footer__links-group:last-of-type {
  border-bottom: none
}

.footer__accordion-content {
  overflow: hidden;
  transition: 0.3s max-height ease;
  max-height: 0
}

@media only screen and (min-width: 1024px) {
  .footer__accordion-content {
    max-height: 1000px !important
  }
}

.footer__copyright {
  margin-top: 20px
}

@media only screen and (min-width: 768px) {
  .footer__copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 0
  }
}

.footer__copyright-text,
.footer__copyright-by-kooba,
.footer__copyright-link {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #707070;
  line-height: 22px
}

@media only screen and (min-width: 480px) {
  .footer__copyright-text {
    margin-right: 30px
  }
}

@media only screen and (min-width: 1024px) {
  .footer__copyright-text {
    margin-right: 0
  }
}

@media only screen and (min-width: 1024px) {
  .footer__copyright-link:hover {
    color: #0E4449;
    text-decoration: underline
  }
}

.footer__reg-num {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #707070;
  line-height: 24px
}

.footer__address {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4C4C4C;
  line-height: 20px;
  font-style: normal;
  margin-top: 25px;
  border-bottom: 1px solid #ECEEF1;
  padding-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .footer__address {
    padding-bottom: 55px
  }
}

.footer__desc {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4C4C4C;
  line-height: 21px
}

.footer__bottom {
  margin-top: 20px
}

@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    margin-top: 0
  }
}

@media only screen and (min-width: 768px) {
  .footer__bottom-left {
    width: 280px;
    padding-right: 30px
  }
}

@media only screen and (min-width: 1024px) {
  .footer__bottom-left {
    padding-right: 65px
  }
}

@media only screen and (min-width: 768px) {
  .footer__bottom-right {
    padding-left: 30px;
    flex: 1
  }
}

@media only screen and (min-width: 1024px) {
  .footer__bottom-right {
    padding-left: 65px
  }
}

.footer__shape {
  position: absolute
}

.footer__shape--desktop {
  display: none;
  right: 0
}

.footer__shape--desktop .footer__shape-img {
  width: 100%;
  display: block
}

@media only screen and (min-width: 768px) {
  .footer__shape--desktop {
    display: block;
    width: 320px;
    top: -47px
  }
}

@media only screen and (min-width: 1024px) {
  .footer__shape--desktop {
    width: 435px;
    top: -66px
  }
}

.footer__shape--mobile {
  top: -44px;
  left: 0
}

.footer__shape--mobile .footer__shape-img {
  width: 290px
}

@media only screen and (min-width: 768px) {
  .footer__shape--mobile {
    display: none
  }
}

.header {
  display: block;
  width: 100%;
  z-index: 3;
  padding: 10px 0 8px 0
}

.header--background {
  position: absolute
}

@media only screen and (min-width: 1024px) {
  .header--background .header__nav {
    background: #fff
  }
}

.header__background {
  width: 30vw;
  height: 100%;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: -1;
  display: none
}

.header__background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 45px
}

@media only screen and (min-width: 1024px) {
  .header__background {
    display: flex
  }
}

.header__row {
  width: 100%
}

.header__row--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

@media only screen and (min-width: 1024px) {
  .header__row--flex {
    flex-wrap: nowrap
  }
}

.header__logo {
  width: 190px;
  height: auto
}

@media only screen and (min-width: 480px) {
  .header__logo {
    width: 260px
  }
}

@media only screen and (min-width: 1024px) {
  .header__logo {
    margin-right: 10px;
    flex: 0 0 260px;
    height: auto
  }
}

.header__slice {
  display: none
}

@media only screen and (min-width: 1024px) {
  .header__slice {
    order: 2;
    display: flex;
    width: 126px;
    border-top: 111px solid #fff;
    border-left: 126px solid transparent;
    height: 0
  }
}

.header__nav {
  width: 100%;
  display: none
}

@media only screen and (min-width: 1024px) {
  .header__nav {
    display: block
  }
}

@media only screen and (min-width: 1024px) {
  .header__hamburger {
    display: none
  }
}

.header__general-nav {
  display: none;
  justify-content: flex-end
}

@media only screen and (min-width: 1024px) {
  .header__general-nav {
    display: flex
  }
}

.header__general-nav-list {
  display: flex
}

@media only screen and (min-width: 1024px) {
  .header__general-nav-list {
    justify-content: space-between;
    width: 100%
  }
}

@media only screen and (min-width: 1200px) {
  .header__general-nav-list {
    display: flex;
    width: auto;
    justify-content: flex-end
  }
}

.header__general-nav-item-link {
  background: none;
  padding: 3px 0 15px 0;
  position: relative;
  font-weight: 600;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0E4449;
  letter-spacing: 1.39px;
  text-align: center;
  display: flex;
  cursor: default
}

.header__general-nav-item-link:active {
  color: #0E4449
}

.header__general-nav-item-link:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0E4449;
  transform: scaleX(0);
  transform-origin: left
}

.header__general-nav-item-link--clickable {
  cursor: pointer
}

.header__general-nav-item-icon {
  font-size: 6px;
  color: #B3C943;
  align-self: center;
  margin-left: 5px;
  display: block;
  transition: 0.22s ease-out
}

.header__general-nav-item {
  display: inline-flex;
  font-weight: 700;
  align-self: center
}

.header__general-nav-item-link {
  text-transform: uppercase
}

.header__general-nav-item:last-child {
  padding-right: 0
}

.header__general-nav-item:hover .header__general-nav-item-link:after {
  transform: scaleX(1);
  transition: 0.22s ease-out;
  transition-property: transform
}

.header__general-nav-item:hover .header__general-nav-item-icon {
  transform: rotate(-180deg)
}

@media only screen and (min-width: 1200px) {
  .header__general-nav-item {
    padding-right: 23px
  }
}

.header__general-nav-item--relative {
  position: relative
}

.header__search-icon {
  color: #c36;
  background: transparent;
  font-size: 18px;
  transition: 0.22s ease-out
}

.header__search-icon:hover {
  transform: scale(1.12)
}

.header__search-icon:before {
  color: #c36
}

.header__search-btn {
  background: transparent;
  position: relative;
  cursor: pointer
}

.page-strip {
  width: 100%;
  position: relative;
  padding: 32px 0
}

@media only screen and (min-width: 768px) {
  .page-strip {
    padding: 55px 0
  }
}

.page-strip--reduced-top-padding-mobile {
  padding-top: 7px
}

@media only screen and (min-width: 768px) {
  .page-strip--reduced-top-padding-mobile {
    padding-top: 32px
  }
}

.page-strip--reduced-bottom-padding-mobile {
  padding-bottom: 7px
}

@media only screen and (min-width: 768px) {
  .page-strip--reduced-bottom-padding-mobile {
    padding-bottom: 32px
  }
}

.page-strip--extended-top-padding {
  padding-top: 65px
}

@media only screen and (min-width: 768px) {
  .page-strip--extended-top-padding {
    padding-top: 110px
  }
}

.page-strip--extended-bottom-padding {
  padding-bottom: 65px
}

@media only screen and (min-width: 768px) {
  .page-strip--extended-bottom-padding {
    padding-bottom: 110px
  }
}

@media only screen and (min-width: 1024px) {
  .page-strip--extended-bottom-padding {
    padding-bottom: 170px
  }
}

.page-strip--reduced-bottom-padding {
  padding-bottom: 25px
}

.page-strip--no-bottom-padding {
  padding-bottom: 0
}

@media only screen and (min-width: 768px) {
  .page-strip--no-bottom-padding {
    padding-bottom: 0
  }
}

.page-strip--no-top-padding {
  padding-top: 0
}

@media only screen and (min-width: 768px) {
  .page-strip--no-top-padding {
    padding-top: 0
  }
}

.page-strip--has-section-divide {
  margin-top: 80px
}

.page-strip--primary {
  background-color: #0E4449
}

.page-strip--secondary {
  background-color: #B3C943
}

.page-strip--tertiary {
  background-color: #643358;
  color: #fff
}

.page-strip--on-top {
  z-index: 2
}

.page-strip--background {
  z-index: -1
}

.page-strip--with-bg-shape {
  position: relative
}

@media only screen and (min-width: 768px) {
  .page-strip--with-bg-shape {
    padding-top: 100px
  }
}

.page-strip--with-bg-shape:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shapes/page-strip-shape-full.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1
}

.page-strip__title {
  color: #0E4449;
  margin-bottom: 22px
}

@media only screen and (min-width: 1024px) {
  .page-strip__title {
    margin-bottom: 30px
  }
}

.page-strip__title--reduced-margin-bottom {
  margin-bottom: 15px
}

@media only screen and (min-width: 1024px) {
  .page-strip__title--extended-margin-bottom {
    margin-bottom: 78px
  }
}

@media only screen and (min-width: 768px) {
  .page-strip__title--padding-right {
    padding-right: 70px
  }
}

.page-strip__text {
  line-height: 1.5;
  max-width: 383px
}

@media only screen and (min-width: 768px) {
  .page-strip__text {
    max-width: 345px
  }
}

@media only screen and (min-width: 1024px) {
  .page-strip__text {
    max-width: 383px
  }
}

.page-strip__box {
  position: relative
}

@media only screen and (min-width: 768px) {
  .page-strip__box--pushed-right {
    left: 15px;
    max-width: calc(100% - 15px)
  }
}

@media only screen and (min-width: 1024px) {
  .page-strip__box--pushed-right {
    left: 55px;
    max-width: calc(100% - 55px)
  }
}

@media only screen and (min-width: 1440px) {
  .page-strip__box--pushed-down {
    top: 37px
  }
}

.page-strip__shape {
  position: absolute;
  top: -76%;
  left: 0;
  z-index: -1
}

.page-strip__shape--top-right {
  top: -31%;
  left: calc((100vw - 1160px) / 2);
  width: calc(100vw - calc((100vw - 1160px) / 2))
}

.page-strip__shape--top-left {
  top: 200px;
  left: 0;
  width: auto
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 15px
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 25px;
    overflow: visible
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 30px
  }
}

.wrapper--relative {
  position: relative
}

.wrapper--full-width {
  max-width: none;
  padding: 0
}

.wrapper--reduced {
  max-width: 1060px
}

.wrapper--extended {
  max-width: 1220px
}

.wrapper--big {
  max-width: 1240px
}

.wrapper--large {
  max-width: 1280px
}

.wrapper--xlarge {
  max-width: 1370px
}

.wrapper--flex {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width: 768px) {
  .wrapper--flex {
    flex-direction: row
  }
}

.wrapper--flex-column-reverse-mobile {
  display: flex;
  flex-direction: column-reverse
}

@media only screen and (min-width: 768px) {
  .wrapper--flex-column-reverse-mobile {
    display: block
  }
}

.wrapper--wrap {
  flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
  .wrapper__column {
    margin-right: 10px;
    flex: 0 0 370px
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__column {
    flex: 0 0 470px
  }
}

@media only screen and (min-width: 768px) {
  .wrapper__column--slider {
    position: relative;
    margin-right: 0;
    flex: auto;
    width: 50%
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__column--slider {
    min-width: calc(50% + 30px)
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__column--slider {
    min-width: 1180px
  }
}

@media only screen and (min-width: 768px) {
  .wrapper__column--one-third-from-tablet {
    margin: 0 4px;
    flex: 0.32;
    width: calc(33% - 4px)
  }

  .wrapper__column--one-third-from-tablet:first-child {
    margin-left: 0
  }

  .wrapper__column--one-third-from-tablet:nth-child(2) {
    margin: 0 4px
  }

  .wrapper__column--one-third-from-tablet:last-child {
    margin-right: 0
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__column--one-third-from-tablet {
    margin: 0 10px;
    width: calc(33% - 10px);
    flex: initial
  }

  .wrapper__column--one-third-from-tablet:first-child {
    margin-left: 0
  }

  .wrapper__column--one-third-from-tablet:nth-child(2) {
    margin: 0 10px
  }

  .wrapper__column--one-third-from-tablet:last-child {
    margin-right: 0
  }
}

@media only screen and (min-width: 768px) {
  .wrapper__column--one-third {
    margin: 0 10px;
    flex: auto;
    width: calc(50% - 10px)
  }

  .wrapper__column--one-third:first-child {
    margin-left: 0
  }

  .wrapper__column--one-third:nth-child(2) {
    margin-right: 0
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__column--one-third {
    margin: 0 auto;
    flex: auto;
    width: calc(33% - 4px)
  }

  .wrapper__column--one-third:first-child {
    margin-left: 0
  }

  .wrapper__column--one-third:nth-child(2) {
    margin: 0 4px
  }

  .wrapper__column--one-third:last-child {
    margin-right: 0
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__column--one-third {
    width: calc(33% - 8px)
  }
}

@media only screen and (min-width: 768px) {
  .wrapper__column--flex-tablet {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__column--flex-tablet {
    flex-direction: column;
    margin: 0 auto;
    flex: auto;
    width: calc(33% - 4px)
  }

  .wrapper__column--flex-tablet:first-child {
    margin-left: 0
  }

  .wrapper__column--flex-tablet:last-child {
    margin-right: 0
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__column--flex-tablet {
    width: calc(33% - 8px)
  }

  .wrapper__column--flex-tablet:first-child {
    margin-left: 0
  }

  .wrapper__column--flex-tablet:last-child {
    margin-right: 0
  }
}

.wrapper__queue {
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .wrapper__queue {
    width: calc(50% - 20px);
    margin: 0 auto 20px
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper__queue {
    width: calc(33% - 5px);
    margin: 0 5px 10px
  }

  .wrapper__queue:nth-child(3n+1) {
    margin-left: 0
  }

  .wrapper__queue:nth-child(3n+3) {
    margin-right: 0
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper__queue {
    width: calc(33% - 10px);
    margin: 0 10px 20px
  }
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 102px;
  background: #F7F7F7;
  z-index: 4;
  overflow: hidden;
  transition: 0.4s opacity ease;
  transition-delay: 0.4s max-height;
  max-height: 0;
  opacity: 0;
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (min-width: 1024px) {
  .mega-menu {
    display: block
  }
}

.mega-menu__inner {
  display: flex
}

.mega-menu__icon-i {
  color: #B3C943
}

.mega-menu__left {
  background: #0E4449;
  flex: 1 0 270px
}

.mega-menu__left-inner {
  margin-left: auto;
  margin-right: 50px;
  padding: 43px 0 20px 30px;
  display: flex;
  justify-content: space-between
}

.mega-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.mega-menu__item {
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
  max-width: 45%;
  display: flex
}

.mega-menu__item-icon {
  width: 15%;
  max-width: 23px
}

.mega-menu__item-icon-i {
  color: #B3C943;
  position: relative;
  top: 5px
}

.mega-menu__item-desc {
  padding-left: 0;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #4C4C4C;
  line-height: 18px;
  margin-top: 7px
}

.mega-menu__item-link {
  margin-left: 17px
}

.mega-menu__right {
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 43px 43px 65px 43px;
  flex: 1 1 800px
}

.mega-menu__desc {
  margin-left: 12px
}

.mega-menu__desc-title {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 12px
}

.mega-menu__desc-text {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px
}

.mega-menu__desc-link {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #B3C943;
  margin-top: 20px;
  display: block
}

.mega-menu__desc-link-icon {
  color: #fff;
  font-size: 12px;
  margin-left: 8px
}

.mega-menu__navigation {
  width: auto;
  flex-grow: 1;
  flex-basis: 0
}

.mega-menu__link {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0E4449;
  line-height: 24px;
  margin-bottom: 7px;
  position: relative
}

.mega-menu__link:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0E4449;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.22s ease-out;
  transition-property: transform
}

.mega-menu__link:hover:after {
  transform: scaleX(1)
}

@media only screen and (min-width: 1024px) {
  .mega-menu--reduced {
    left: 0;
    width: auto;
    transform: none;
    max-width: 235px;
    min-width: 170px;
    top: calc(100% + 7px)
  }

  .mega-menu--reduced .mega-menu__right {
    padding: 20px;
    margin: 0
  }

  .mega-menu--reduced .mega-menu__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px
  }

  .mega-menu--reduced .mega-menu__item:last-of-type {
    margin-bottom: 0
  }

  .mega-menu--reduced .mega-menu__item-link {
    margin-left: 0
  }

  .mega-menu--reduced .mega-menu__list {
    flex-wrap: nowrap;
    flex-direction: column
  }

  .mega-menu--reduced .mega-menu__item-icon {
    display: none
  }

  .mega-menu--reduced .mega-menu__item-desc {
    display: none
  }
}

.top-nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: flex-end
}

@media only screen and (min-width: 1024px) {
  .top-nav {
    display: block;
    border: 0;
    margin: 0;
    justify-content: flex-end
  }
}

.top-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px
}

@media only screen and (min-width: 1024px) {
  .top-nav__inner {
    margin-right: 0;
    justify-content: flex-end
  }
}

.top-nav__list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 45px;
  overflow: visible;
  flex-wrap: wrap;
  width: 200px
}

.top-nav__item {
  align-self: center;
  margin-right: 30px
}

.top-nav__item:last-of-type {
  margin-right: 0
}

.top-nav__link-icon {
  color: #0E4449;
  font-size: 12px;
  transition: 0.22s ease-out;
  display: block
}

.top-nav__link-icon:hover {
  color: #166c74;
  transform: scale(1.12)
}

.top-nav__action {
  display: flex
}

.top-nav__action-cta,
.top-nav__action-icon {
  color: #007E73;
  align-self: center
}

.top-nav__action-cta {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.39px;
  text-transform: uppercase;
  margin-right: 8px
}

@media only screen and (min-width: 1024px) {
  .top-nav__action-cta:hover .top-nav__action-text {
    text-decoration: underline
  }
}

.top-nav__action-cta:first-of-type:after {
  padding-left: 8px;
  content: '/'
}

.top-nav__action-icon {
  position: relative;
  top: 1px;
  margin-right: 8px
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  z-index: 6;
  background: #fff;
  transition: 0.4s opacity ease;
  opacity: 0;
  visibility: hidden
}

.mobile-menu__bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

.mobile-menu__wrapper {
  position: relative;
  right: 25px;
  top: 50px;
  z-index: 5
}

.mobile-menu__header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 45px;
  position: absolute;
  height: 45px;
  width: 100%;
  right: 2px;
  top: -32px
}

@media only screen and (min-width: 480px) {
  .mobile-menu__header {
    top: -26px
  }
}

.mobile-menu__search {
  margin-right: 49px;
  cursor: pointer
}

.mobile-menu__search-icon {
  color: #c36;
  font-size: 21px
}

@media only screen and (min-width: 1024px) {
  .mobile-menu__search-icon {
    font-size: 25px
  }
}

.mobile-menu__close {
  background: none;
  padding: 0
}

.mobile-menu__close-icon {
  font-size: 24px;
  color: #007E73
}

.mobile-menu__shape {
  position: relative;
  top: 40px
}

.mobile-menu__shape-img {
  width: 100%
}

.mobile-menu__discover,
.mobile-menu__login {
  width: 100%;
  display: block;
  text-align: center
}

.mobile-menu__discover {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  background: #0E4449;
  transition: 0.22s ease-out;
  padding: 22px 0
}

.mobile-menu__discover:hover {
  background: #072427
}

.mobile-menu__discover-icon {
  color: #B3C943;
  margin-right: 6px
}

.mobile-menu__login {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  padding: 20px 0;
  font-size: 13px;
  color: #007E73;
  letter-spacing: 1.39px;
  background: #fff;
  text-transform: uppercase;
  transition: 0.22s ease-out;
  display: flex;
  align-items: center;
  justify-content: center
}

.mobile-menu__login a {
  color: #007E73
}

.mobile-menu__login:hover {
  background: #ebebeb
}

.mobile-menu__login-icon {
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 1px
}

.mobile-menu__main-navs {
  height: calc(100vh - (45px + 20vw));
  overflow: auto;
  background: #007E73;
  margin-top: 20px;
  position: relative;
  padding-bottom: 180px
}

.mobile-menu__main-navs::-webkit-scrollbar {
  display: none
}

.mobile-menu__slide {
  transform: none;
  transition: 0.5s transform ease
}

.mobile-menu__slide--expanded {
  transform: translateX(-100%)
}

@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none
  }
}

.mobile-menu--expanded {
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width: 1024px) {
  .mobile-menu--expanded {
    opacity: 0;
    visibility: hidden
  }
}

.mobile-menu__general-nav {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  align-self: flex-start;
  position: relative
}

.mobile-menu__general-nav-sublink {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.39px;
  text-transform: uppercase
}

@media only screen and (min-width: 768px) {
  .mobile-menu__general-nav-sublink {
    font-size: 18px
  }
}

.mobile-menu__general-nav-subitem {
  margin-bottom: 11px
}

.mobile-menu__general-nav-subitem--level:before {
  content: '-';
  color: #B3C943;
  margin-right: 5px
}

.mobile-menu__general-nav-list {
  width: 100%
}

.mobile-menu__general-nav-item,
.mobile-menu__general-nav-trigger {
  padding: 18px 30px;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.mobile-menu__general-nav-item.accordion__trigger--expanded .mobile-menu__general-nav-down,
.mobile-menu__general-nav-trigger.accordion__trigger--expanded .mobile-menu__general-nav-down {
  transform: rotate(180deg)
}

.mobile-menu__general-nav-link {
  padding: 0;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.39px;
  text-align: center;
  cursor: default
}

@media only screen and (min-width: 768px) {
  .mobile-menu__general-nav-link {
    font-size: 18px
  }
}

.mobile-menu__general-nav-link:active {
  color: #fff
}

.mobile-menu__general-nav-arrow {
  pointer-events: none;
  font-size: 8px;
  color: #B3C943;
  display: inline-block;
  float: right;
  transition: 0.22s ease-out
}

.mobile-menu__general-nav-arrow--open {
  transform: rotate(-180deg)
}

.mobile-menu__general-nav-back {
  color: #fff;
  transform: rotate(90deg);
  font-size: 10px
}

.mobile-menu__general-nav-down {
  color: #fff;
  transform: none;
  font-size: 10px
}

.mobile-menu__general-nav-sublist {
  display: none;
  margin-top: 23px
}

.mobile-menu__general-nav-sublist--active {
  display: block
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.inner--last-on-page {
  margin-bottom: 60px
}

@media only screen and (min-width: 768px) {
  .inner--last-on-page {
    margin-bottom: 80px
  }
}

.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6 {
  color: #0E4449;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500
}

@media only screen and (min-width: 1024px) {

  .inner h1,
  .inner h2,
  .inner h3,
  .inner h4,
  .inner h5,
  .inner h6 {
    margin-bottom: 35px;
    margin-top: 35px
  }
}

.inner h3.blockquote__text {
  color: #0E4449;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 17px
}

@media only screen and (min-width: 1024px) {
  .inner h3.blockquote__text {
    font-size: 32px;
    margin-bottom: 25px
  }
}

.inner h6.highlighted {
  position: relative;
  color: #0E4449;
  padding-bottom: 13px;
  margin-bottom: 13px
}

@media only screen and (min-width: 768px) {
  .inner h6.highlighted {
    padding-bottom: 21px;
    margin-bottom: 20px
  }
}

.inner h6.highlighted:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #B3C943;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100px
}

.inner h6.card__text {
  font-size: 18px
}

.inner p {
  margin-bottom: 25px
}

@media only screen and (min-width: 1024px) {
  .inner p {
    margin-bottom: 35px
  }
}

.inner p.avatar__title,
.inner p.avatar__text {
  margin-bottom: 0
}

.inner p.avatar__text {
  font-size: 12px
}

@media only screen and (min-width: 1024px) {
  .inner p.avatar__text {
    font-size: 14px
  }
}

.inner p.avatar__title {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px
}

@media only screen and (min-width: 1024px) {
  .inner p.avatar__title {
    font-size: 16px
  }
}

.inner p a {
  color: #4C4C4C;
  font-weight: 700;
  position: relative;
  transition: 0.22s ease-out;
  padding-bottom: 4px;
  border-bottom: 1px solid #B3C943
}

.inner p a i {
  font-weight: 400
}

.inner p a:hover {
  color: #007E73
}

.inner__article ul {
  list-style: none;
  margin-bottom: 36px;
  padding-left: 20px
}

@media only screen and (min-width: 1024px) {
  .inner__article ul {
    margin-bottom: 35px
  }
}

.inner__article ul>li {
  position: relative;
  margin-bottom: 4px
}

@media only screen and (min-width: 1024px) {
  .inner__article ul>li {
    padding-left: 17px
  }
}

.inner__article ul>li:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #0E4449;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: -20px;
  top: 11px
}

.inner__article ul>li a {
  color: #4C4C4C;
  font-weight: 700;
  position: relative;
  transition: 0.22s ease-out;
  padding-bottom: 4px;
  border-bottom: 1px solid #B3C943
}

.inner__article ul>li a i {
  font-weight: 400
}

.inner__article ul>li a:hover {
  color: #007E73
}

@media only screen and (min-width: 1024px) {
  .inner__article ul.checked {
    margin-bottom: 6px
  }
}

.inner__article ul.checked li:before {
  color: #0E4449;
  font-family: icons;
  font-size: 11px;
  top: 8px;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0
}

.inner__article ol {
  list-style: none;
  counter-reset: li;
  padding-left: 15px
}

@media only screen and (min-width: 1024px) {
  .inner__article ol {
    margin-bottom: 54px
  }
}

.inner__article ol>li {
  counter-increment: li;
  padding-left: 20px;
  margin-bottom: 4px
}

.inner__article ol>li:before {
  content: counter(li) ".";
  color: #0E4449;
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-left: -35px;
  padding-right: 37px
}

.inner__article ol>li a {
  color: #4C4C4C;
  font-weight: 700;
  position: relative;
  transition: 0.22s ease-out;
  padding-bottom: 4px;
  border-bottom: 1px solid #B3C943
}

.inner__article ol>li a i {
  font-weight: 400
}

.inner__article ol>li a:hover {
  color: #007E73
}

.inner__article address p {
  font-style: normal;
  margin-bottom: 0
}

.inner__ctas {
  text-align: center
}

@media only screen and (min-width: 768px) {
  .inner__ctas {
    display: flex;
    justify-content: center
  }
}

@media only screen and (min-width: 1024px) {
  .inner__ctas {
    padding-top: 30px
  }
}

.inner__ctas-cta {
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .inner__ctas-cta {
    align-self: center;
    margin-right: 30px
  }
}

.inner__intro {
  font-size: 18px;
  line-height: 30px;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #0E4449
}

@media only screen and (min-width: 768px) {
  .inner__intro {
    font-size: 24px;
    line-height: 36px
  }
}

.inner__article {
  max-width: 780px;
  margin: 50px auto 0 auto;
  padding: 0 20px
}

@media only screen and (min-width: 1024px) {
  .inner__article {
    padding: 0
  }
}

.inner__figure {
  position: relative;
  left: -20px;
  width: calc(100% + 40px)
}

@media only screen and (min-width: 768px) {
  .inner__figure {
    left: 0;
    width: auto
  }
}

.inner__figure-img {
  border-radius: 6px;
  max-width: 100%;
  width: 100%
}

.inner__figure-caption {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 24px;
  font-style: italic;
  padding: 0 20px
}

@media only screen and (min-width: 768px) {
  .inner__figure-caption {
    padding: 0
  }
}

.paging-info {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  max-width: 192px;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.paging-info--has-arrows {
  display: flex
}

.paging-info:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  text-align: center;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgba(142, 142, 149, 0.1);
  margin: 0 auto;
  top: 14px;
  z-index: 2
}

.paging-info__current-slide,
.paging-info__total-slides {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-size: 1rem
}

.paging-info__current-slide {
  color: #4C4C4C;
  letter-spacing: 0
}

.paging-info__total-slides {
  color: #4C4C4C;
  letter-spacing: 0
}

.paging-info__arrow {
  position: relative;
  bottom: 0
}

.cards-slider {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
  .cards-slider {
    left: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
  }
}

@media only screen and (min-width: 1024px) {
  .cards-slider {
    margin-top: 63px
  }
}

@media only screen and (min-width: 768px) {
  .cards-slider--spaced-between {
    justify-content: space-between
  }
}

@media only screen and (min-width: 768px) {
  .cards-slider--spaced-between .cards-slider__slide {
    margin: 0 0 30px 0
  }
}

.cards-slider .slick-track {
  padding-top: 15px
}

.cards-slider--no-margin-top .slick-track {
  padding-bottom: 15px
}

@media only screen and (min-width: 1024px) {
  .cards-slider--no-margin-top .slick-track {
    padding-bottom: 0
  }
}

@media only screen and (min-width: 1024px) {
  .cards-slider--no-margin-top {
    margin-top: 0
  }
}

.cards-slider--hidden-devices {
  display: none
}

@media only screen and (min-width: 1024px) {
  .cards-slider--hidden-devices {
    display: block
  }
}

@media only screen and (min-width: 768px) {
  .cards-slider--hidden-tablet {
    display: none !important
  }
}

.cards-slider__slide {
  margin: 0 15px
}

@media only screen and (min-width: 768px) {
  .cards-slider__slide {
    width: calc(33% - 15px)
  }
}

@media only screen and (min-width: 768px) {
  .cards-slider__slide--small {
    width: calc(25% - 15px)
  }
}

.cards-slider__arrows {
  width: 121px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

@media only screen and (min-width: 768px) {
  .cards-slider__arrows {
    display: none
  }
}

.logos-slider {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 27px
}

@media only screen and (min-width: 768px) {
  .logos-slider {
    left: auto;
    width: auto;
    margin-bottom: 0
  }
}

.logos-slider--with-line {
  position: relative;
  padding-bottom: 7px
}

@media only screen and (min-width: 768px) {
  .logos-slider--with-line {
    padding-bottom: 40px
  }
}

.logos-slider--with-line:after {
  display: block;
  content: '';
  height: 1px;
  bottom: 0;
  background-color: rgba(14, 68, 73, 0.1);
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (min-width: 1024px) {
  .logos-slider--with-line:after {
    width: 71%
  }
}

.logos-slider__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media only screen and (min-width: 1024px) {
  .logos-slider__slide {
    margin: 0 40px
  }
}

.logos-slider__logo {
  height: auto;
  width: auto;
  min-height: 40px;
  max-height: 100%;
  max-width: 100%
}

.logos-slider__arrows {
  width: 121px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

@media only screen and (min-width: 768px) {
  .logos-slider__arrows {
    width: 50px;
    margin: 0
  }
}

.logos-slider .slick-track {
  display: flex
}

@media only screen and (min-width: 1024px) {

  .logos-slider .slick-list:before,
  .logos-slider .slick-list:after {
    position: absolute;
    display: block;
    content: '';
    width: 200px;
    height: 100%;
    bottom: 0;
    z-index: 1
  }

  .logos-slider .slick-list:before {
    left: 0;
    background: linear-gradient(to right, white 13%, rgba(255, 255, 255, 0) 60%)
  }

  .logos-slider .slick-list:after {
    right: 0;
    background: linear-gradient(to left, white 13%, rgba(255, 255, 255, 0) 60%)
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.arrow:hover .arrow__icon {
  color: #B3C943
}

.arrow--left {
  margin-right: 6px
}

.arrow--right {
  margin-left: 6px
}

.arrow__icon {
  color: #0E4449;
  transition: 0.22s ease-out;
  font-size: 16px
}

@media only screen and (min-width: 768px) {
  .arrow__icon {
    font-size: 11px
  }
}

@media only screen and (min-width: 768px) {
  .arrow__icon--medium {
    font-size: 13px
  }
}

.blocks-slider {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  padding-top: 24px
}

@media only screen and (min-width: 376px) {
  .blocks-slider {
    left: auto;
    width: auto;
    max-width: 376px;
    margin: 0 auto
  }
}

@media only screen and (min-width: 768px) {
  .blocks-slider {
    max-width: none;
    padding-top: 0
  }
}

.blocks-slider .slick-track {
  padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
  .blocks-slider .slick-track {
    display: flex;
    padding-left: 10px;
    padding-bottom: 20px
  }
}

.blocks-slider__slide {
  margin: 0 15px
}

@media only screen and (min-width: 768px) {
  .blocks-slider__slide {
    margin: 0 20px 0 0
  }
}

@media only screen and (min-width: 1024px) {
  .blocks-slider__slide {
    margin: 0 10px
  }
}

.blocks-slider__arrows {
  width: 121px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

@media only screen and (min-width: 768px) {
  .blocks-slider__arrows {
    position: absolute;
    width: 47px;
    left: -70px;
    top: 12px
  }
}

@media only screen and (min-width: 1024px) {
  .blocks-slider__arrows {
    top: 18px
  }
}

.blockquotes-slider {
  margin-top: 70px;
  margin-bottom: 70px
}

@media only screen and (min-width: 768px) {
  .blockquotes-slider {
    margin-top: 0;
    margin-bottom: 92px
  }
}

.blockquotes-slider .slick-active .blockquote--in-slider * {
  opacity: 1;
  transform: none
}

.blockquotes-slider__arrows {
  position: absolute;
  width: 127px;
  height: 70px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-evenly;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  left: 20px;
  bottom: -39px;
  transition: 0.5s ease
}

@media only screen and (min-width: 1024px) {
  .blockquotes-slider__arrows:hover {
    transform: scale(1.05)
  }
}

@media only screen and (min-width: 768px) {
  .blockquotes-slider__arrows {
    left: 65px;
    bottom: -37px
  }
}

.slider-timer {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #B3C943;
  height: 3px;
  margin: 0 auto;
  overflow: visible
}

.slider-timer__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0E4449;
  animation: progressBar forwards 4s linear
}

@keyframes progressBar {
  from {
    width: 0
  }

  to {
    width: calc(100% + 2px)
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.tab-navigation {
  display: none;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  top: -30px;
  max-width: 980px;
  margin: 0 auto
}

@media only screen and (min-width: 1024px) {
  .tab-navigation {
    display: flex
  }
}

.tab-navigation--mobile {
  display: flex;
  justify-content: flex-start;
  top: 0;
  max-width: none;
  margin-bottom: 15px
}

.tab-navigation--extra-margin-bottom {
  margin-bottom: 18px
}

@media only screen and (min-width: 768px) {
  .tab-navigation--extra-margin-bottom {
    padding-top: 39px;
    margin-bottom: 15px
  }
}

@media only screen and (min-width: 1024px) {
  .tab-navigation--extra-margin-bottom {
    margin-bottom: 0
  }
}

.tab-navigation--limited-width {
  max-width: 1024px
}

.tab-navigation__item {
  position: relative;
  flex: 1 0 50%;
  border-right: 1px solid #F7F7F7;
  margin-bottom: 0;
  padding-left: 0
}

.tab-navigation__item--plain {
  border: none;
  flex: inherit;
  margin-right: 26px
}

.tab-navigation__item:before {
  display: none
}

.tab-navigation__item:first-of-type .tab-navigation__button {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.tab-navigation__item:last-of-type .tab-navigation__button {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.tab-navigation__item.active .tab-navigation__button {
  background: #B3C943;
  color: #0E4449;
  border-right: none;
  border-left: none
}

.tab-navigation__item.active .tab-navigation__button:focus {
  outline: none
}

.tab-navigation__item.active .tab-navigation__link {
  color: #B3C943;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif
}

.tab-navigation__item.active .tab-navigation__link:after {
  width: 100%
}

.tab-navigation__button {
  display: block;
  position: relative;
  transition: background-color 0.22s ease-out;
  outline: none;
  font-size: 14px;
  width: 100%;
  letter-spacing: 0.7px;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: linear-gradient(-180deg, #207980 0%, #0E4449 100%);
  color: #fff;
  padding: 18px 110px
}

.tab-navigation__link {
  position: relative;
  background: transparent;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 14px;
  padding-bottom: 7px;
  transition: 0.22s ease-out;
  font-family: "Flama", Helvetica, Arial, sans-serif
}

.tab-navigation__link:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #B3C943;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  transition: 0.22s ease-out
}

.tab-panels {
  position: relative;
  max-width: 980px;
  overflow: hidden;
  margin: 0 auto
}

.tab-panels--overflow-visible {
  overflow: visible
}

.tab-panels--no-margin-top .tab-panels__panel {
  margin-top: 0
}

.tab-panels--no-max-width {
  max-width: none
}

.tab-panels--no-padding-bottom-mobile .tab-panels__panel {
  padding-bottom: 0
}

@media only screen and (min-width: 768px) {
  .tab-panels--no-padding-bottom-mobile .tab-panels__panel {
    padding-bottom: 30px
  }
}

.tab-panels__panel {
  transition: opacity 0.22s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  padding-bottom: 30px
}

@media only screen and (min-width: 1024px) {
  .tab-panels__panel {
    margin-top: 25px
  }
}

.tab-panels__panel.active {
  transition-delay: 120ms;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
  position: relative
}

.tabbed-content {
  padding: 0 20px
}

.tabbed-content--inner {
  margin-top: 80px;
  background-color: #F7F7F7
}

.tabbed-content--merged {
  margin-top: 0;
  padding-top: 80px
}

.tabbed-content--merged:after {
  content: '';
  background-color: #F7F7F7;
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  left: 0
}

@media only screen and (min-width: 1024px) {
  .tabbed-content__tab-select {
    display: none
  }
}

.tabbed-content--no-padding-mobile {
  padding: 0
}

@media only screen and (min-width: 768px) {
  .tabbed-content--no-padding-mobile {
    padding: 0 20px
  }
}

.tab-select {
  position: relative;
  top: -30px
}

.tab-select__select {
  background-color: #B3C943;
  border-radius: 6px;
  color: #0E4449;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  border: none;
  font-weight: 700;
  text-align-last: center;
  padding-right: 29px
}

.tab-select__select--hidden {
  display: none
}

.tab-select__arrow {
  position: absolute;
  font-size: 8px;
  top: 19px;
  right: calc(50% - 125px);
  color: #0E4449
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.button {
  transition: background 0.22s ease-out, color 0.22s ease-out, border 0.22s ease-out;
  height: 52px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 117px;
  font-size: 16px;
  border-radius: 2px;
  padding: 0 32px;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .button {
    width: auto
  }
}

.button--with-icon {
  justify-content: space-between
}

.button__icon {
  font-size: 12px
}

.button__icon--large {
  font-size: 24px
}

.button--primary,
.button--secondary,
.button--tertiary {
  background-color: #B3C943;
  color: #0E4449
}

.button--primary:hover,
.button--secondary:hover,
.button--tertiary:hover {
  background-color: #0E4449;
  color: #B3C943
}

.button--primary:active,
.button--secondary:active,
.button--tertiary:active {
  background-color: #fff;
  border: 1px solid #B3C943
}

.button--primary:disabled,
.button--secondary:disabled,
.button--tertiary:disabled {
  background-color: #DEDDDE;
  color: #4C4C4C;
  cursor: default
}

.button--secondary:hover,
.button--tertiary:hover {
  background: #fff;
  color: #0E4449
}

.button--secondary:active,
.button--tertiary:active {
  color: #fff
}

.button--secondary:disabled,
.button--tertiary:disabled {
  background-color: rgba(14, 68, 73, 0.7);
  color: rgba(255, 255, 255, 0.7)
}

.button--tertiary:hover {
  border: 1px solid #B3C943
}

.button--dark {
  background: linear-gradient(-180deg, #207980 0%, #0E4449 100%);
  color: #fff
}

.button--ghost {
  background: transparent;
  border: 1px solid #fff;
  color: #fff
}

.button--ghost:hover {
  background: #fff;
  color: #4C4C4C
}

.button--disabled {
  background-color: #DEDDDE;
  color: #4C4C4C;
  cursor: default
}

.button--square {
  background: #B3C943;
  color: #fff;
  width: 104px;
  height: 104px;
  font-size: 24px
}

.button--square:hover {
  background: #95a930
}

.button--medium {
  min-width: 225px
}

.button--fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: 0.22s ease-out;
  transition-delay: 0.3s
}

.button--fixed.is-hidden {
  bottom: -52px
}

@media only screen and (min-width: 768px) {
  .button--fixed {
    display: none
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.box {
  position: relative;
  display: flex;
  align-items: center;
  left: -15px;
  width: calc(100% + 30px);
  overflow: hidden;
  padding: 50px 35px;
  min-height: 210px
}

@media only screen and (min-width: 1024px) {
  .box:hover:before {
    opacity: 0
  }

  .box:hover .box__link {
    color: #fff
  }

  .box:hover .box__figure {
    opacity: 0;
    transform: scale(1.1)
  }

  .box:hover .box__figure--hover {
    opacity: 1;
    transform: scale(1)
  }
}

.box:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.85) 50%, transparent 90%);
  transition: 0.22s ease-out
}

@media only screen and (min-width: 1024px) {
  .box:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.85) 17%, transparent 54%)
  }
}

@media only screen and (min-width: 768px) {
  .box {
    left: auto;
    width: auto;
    padding: 50px 55px
  }
}

@media only screen and (min-width: 1024px) {
  .box {
    display: block;
    min-height: 385px
  }
}

@media only screen and (min-width: 1200px) {
  .box {
    width: 500px
  }
}

.box--pushed-down {
  margin-top: 39px
}

@media only screen and (min-width: 768px) {
  .box--pushed-down {
    margin-top: 53px
  }
}

@media only screen and (min-width: 768px) {
  .box--extended-pushed-down {
    margin-top: 127px
  }
}

@media only screen and (min-width: 1024px) {
  .box:hover .box__link {
    padding-left: 20px
  }

  .box:hover .box__link .link__icon--left {
    right: calc(100% - 12px);
    opacity: 1
  }

  .box:hover .box__link .link__icon--right {
    opacity: 0
  }
}

.box__figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s
}

.box__figure--hover {
  z-index: -2;
  transform: scale(1.1);
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s
}

.box__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:right 60%";
  object-fit: cover;
  -o-object-position: right 60%;
  object-position: right 60%
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.link {
  position: relative;
  display: inline-block;
  color: #0E4449;
  transition: 0.22s ease-out;
  align-self: flex-start;
  padding-right: 15px
}

@media only screen and (min-width: 1024px) {
  .link:hover {
    padding-left: 20px
  }

  .link:hover .link__icon--left {
    right: calc(100% - 12px);
    opacity: 1
  }

  .link:hover .link__icon--right {
    opacity: 0
  }
}

.link__icon {
  color: #B3C943;
  font-size: 11px;
  width: 12px;
  height: 1.2em;
  transition: 0.22s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.link__icon--left {
  opacity: 0;
  position: absolute;
  right: 100%
}

.link__icon--right {
  position: absolute;
  left: calc(100% - 7px)
}

.link--alt {
  color: #007E73
}

.link--alt .link__icon {
  color: #B3C943
}

@media only screen and (min-width: 1024px) {
  .link--right:hover {
    margin-right: -20px
  }
}

.link--light {
  color: #B3C943;
  font-weight: 400
}

.link--light .link__icon {
  color: #fff
}

.link--white {
  color: #fff;
  font-weight: 400;
  font-size: 16px
}

.link--white .link__icon {
  color: #B3C943
}

.link--max-width {
  max-width: 105px;
  line-height: 20px
}

@media only screen and (min-width: 768px) {
  .link--max-width {
    right: auto
  }
}

.link--max-width .link__icon--right {
  left: auto;
  right: -18px
}

@media only screen and (min-width: 768px) {
  .link--max-width .link__icon--right {
    right: auto;
    left: 100%
  }
}

@media only screen and (min-width: 1024px) {
  .link--max-width:hover {
    max-width: 114px
  }
}

.link--aligned-right {
  text-align: right;
  right: 11px
}

.search-popup {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #0E4449;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  overflow: scroll
}

@media only screen and (min-width: 1200px) {
  .search-popup {
    justify-content: center;
    align-items: center;
    padding-top: 150px
  }
}

.search-popup__wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding: 0 15px
}

.search-popup__input[type="search"] {
  font-family: inherit;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding-bottom: 20px;
  padding-top: 15px;
  color: #fff;
  letter-spacing: 0;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  font-size: 35px;
  -webkit-appearance: textfield
}

@media only screen and (min-width: 768px) {
  .search-popup__input[type="search"] {
    font-size: 56px;
    line-height: 62px
  }
}

.search-popup__input[type="search"]::-webkit-input-placeholder {
  opacity: 0.6;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 35px
}

.search-popup__input[type="search"]:-ms-input-placeholder {
  opacity: 0.6;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 35px
}

.search-popup__input[type="search"]::-ms-input-placeholder {
  opacity: 0.6;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 35px
}

.search-popup__input[type="search"]::placeholder {
  opacity: 0.6;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 35px
}

@media only screen and (min-width: 768px) {
  .search-popup__input[type="search"]::-webkit-input-placeholder {
    font-size: 56px;
    line-height: 62px
  }

  .search-popup__input[type="search"]:-ms-input-placeholder {
    font-size: 56px;
    line-height: 62px
  }

  .search-popup__input[type="search"]::-ms-input-placeholder {
    font-size: 56px;
    line-height: 62px
  }

  .search-popup__input[type="search"]::placeholder {
    font-size: 56px;
    line-height: 62px
  }
}

.search-popup__input[type="search"]:focus {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none
}

.search-popup__info {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 10px;
  margin-right: 32px
}

.search-popup__tags {
  margin-top: 20px;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .search-popup__tags {
    margin-top: 0;
    margin-bottom: 0
  }
}

.search-popup__tags-list {
  text-align: left
}

.search-popup__tags-header {
  width: 100%;
  justify-content: space-between;
  display: flex
}

.search-popup__tags-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 40px;
  align-self: center
}

.search-popup__tags-cta {
  align-self: center;
  display: none
}

@media only screen and (min-width: 768px) {
  .search-popup__tags-cta {
    display: block
  }
}

.search-popup__tag {
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .search-popup__tag {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 1024px) {
  .search-popup__tag {
    display: inline
  }
}

.search-popup__tag-link {
  display: inline-block;
  color: #fff;
  padding: 6px 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 768px) {
  .search-popup__tag-link {
    padding: 9px 25px
  }
}

@media only screen and (min-width: 1024px) {
  .search-popup__tag-link:hover {
    background: #B3C943;
    border-color: #B3C943
  }
}

.search-popup__links {
  margin-top: 90px
}

@media only screen and (min-width: 768px) {
  .search-popup__links {
    justify-content: space-between;
    display: flex
  }
}

.search-popup__links-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.67px;
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff
}

.search-popup__col {
  text-align: left
}

@media only screen and (min-width: 768px) {
  .search-popup__col {
    width: 45%
  }
}

.search-popup__item {
  margin-bottom: 18px
}

.search-popup__item-link {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px
}

@media only screen and (min-width: 1024px) {
  .search-popup__item-link:hover {
    color: #B3C943
  }
}

.search-popup__shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: block
}

.search-popup__shape-img {
  height: auto;
  max-width: 100%;
  width: 2050px;
  min-height: 100%
}

.search-popup__close {
  font-size: 20px;
  position: absolute;
  top: 50px;
  color: #fff;
  right: 30px;
  background: transparent;
  display: block;
  outline: none
}

@media only screen and (min-width: 1024px) {
  .search-popup__close {
    right: calc(50% - 500px);
    top: 50px
  }
}

@media only screen and (min-width: 1200px) {
  .search-popup__close {
    right: calc(50% - 600px)
  }
}

.search-popup .tag--selected {
  background: #643358;
  border: 1px solid #643358;
  color: #000
}

.search-popup .tag--selected:before {
  content: "x";
  margin-right: 5px;
  font-size: 7px;
  border-radius: 100%;
  background-color: #000;
  padding: 3px;
  position: relative;
  top: -1px;
  color: #fff
}

.search-popup {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s
}

.search-popup--open {
  pointer-events: auto;
  opacity: 1
}

.search-popup--open:before,
.search-popup--open:after {
  transform: translate3d(0, 0, 0)
}

.search-popup--open,
.search-popup__close {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}

.search-popup__close {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s
}

.search-popup__form {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.35s, transform 0.75s
}

.search-popup__tag {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: opacity 0.5s, transform 0.5s
}

.search-popup__links {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.75s, transform 0.95s
}

.search-popup--open .search-popup__form {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.25s
}

.search-popup--open .search-popup__tag {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.search-popup--open .search-popup__tag:first-of-type {
  transition-delay: 0.25s
}

.search-popup--open .search-popup__tag:nth-of-type(2) {
  transition-delay: 0.35s
}

.search-popup--open .search-popup__tag:nth-of-type(3) {
  transition-delay: 0.45s
}

.search-popup--open .search-popup__tag:nth-of-type(4) {
  transition-delay: 0.55s
}

.search-popup--open .search-popup__tag:nth-of-type(5) {
  transition-delay: 0.65s
}

.search-popup--open .search-popup__tag:nth-of-type(6) {
  transition-delay: 0.75s
}

.search-popup--open .search-popup__tag:nth-of-type(7) {
  transition-delay: 0.85s
}

.search-popup--open .search-popup__tag:nth-of-type(8) {
  transition-delay: 0.95s
}

.search-popup--open .search-popup__tag:nth-of-type(9) {
  transition-delay: 1.05s
}

.search-popup--open .search-popup__tag:nth-of-type(10) {
  transition-delay: 1.15s
}

.search-popup--open .search-popup__tag:nth-of-type(11) {
  transition-delay: 1.25s
}

.search-popup--open .search-popup__links {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.55s
}

.hamburger {
  padding: 20px 0 21px 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background: transparent;
  position: relative;
  right: 10px;
  top: -7px
}

.hamburger:hover {
  opacity: .7
}

.hamburger__inner {
  transition: background-color 0s 0.13s linear;
  display: block;
  background-color: #007E73;
  width: 32px;
  height: 2px;
  position: relative;
  margin: -1px 0
}

.hamburger__inner::before,
.hamburger__inner::after {
  width: 32px;
  height: 2px;
  background-color: #007E73;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease
}

.hamburger__inner--light {
  background-color: #fff
}

.hamburger__inner--light::before,
.hamburger__inner--light::after {
  background-color: #fff
}

.hamburger__inner::before,
.hamburger__inner::after {
  content: "";
  display: block
}

.hamburger__inner::after {
  top: 11px;
  transition: background-color 0.13s, top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger__inner--active {
  transition-delay: 0.22s;
  background-color: transparent
}

.hamburger__inner--active::before {
  top: 4px;
  transition: background-color 0.13s 0.22s, top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
  background-color: #fff
}

.hamburger__inner--active::after {
  top: -4px;
  right: -3px;
  transition: background-color 0.13s 0.22s, right 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
  background-color: #fff
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.22s ease-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 35px 25px
}

@media only screen and (min-width: 1024px) {
  .card {
    background: transparent;
    box-shadow: none;
    padding: 27px 35px 35px
  }
}

@media only screen and (min-width: 1024px) {
  .card:hover {
    background-color: #0E4449
  }

  .card:hover .card__title,
  .card:hover .card__text {
    color: #fff
  }

  .card:hover .card__link {
    opacity: 1;
    padding-left: 20px
  }

  .card:hover .card__link .link__icon--left {
    right: calc(100% - 12px);
    opacity: 1
  }

  .card:hover .card__link .link__icon--right {
    opacity: 0
  }

  .card:hover .card__link--inverted {
    color: #fff
  }

  .card:hover .card__link--inverted:hover {
    padding-right: 0
  }
}

.card--hidden-mobile {
  display: none
}

@media only screen and (min-width: 768px) {
  .card--hidden-mobile {
    display: flex
  }
}

.card--spaced-evenly {
  justify-content: space-evenly
}

.card--with-shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.card--min-height {
  min-height: 300px
}

@media only screen and (min-width: 768px) {
  .card--min-height .card__title {
    font-size: 40px
  }
}

@media only screen and (min-width: 1024px) {
  .card--min-height .card__title {
    font-size: 50px
  }
}

@media only screen and (min-width: 1200px) {
  .card--min-height .card__title {
    font-size: 62px
  }
}

.card--light .card__icon,
.card--primary .card__icon {
  position: relative;
  color: #fff;
  top: -200px;
  transition: 0.22s ease-out
}

.card--light .card__title,
.card--primary .card__title {
  font-weight: 500;
  color: #007E73;
  transition: 0.22s ease-out
}

.card--light .card__text,
.card--primary .card__text {
  font-weight: normal;
  color: #0E4449
}

@media only screen and (min-width: 1024px) {

  .card--light:hover .card__icon,
  .card--primary:hover .card__icon {
    top: 0
  }

  .card--light:hover .card__title,
  .card--primary:hover .card__title {
    font-size: 0
  }
}

.card--light {
  background-color: #fff
}

@media only screen and (min-width: 1024px) {
  .card--light:hover {
    background-color: #007E73
  }
}

.card--wizard {
  background-color: #0E4449;
  box-shadow: none
}

.card--wizard .card__title,
.card--wizard .card__text {
  color: #fff
}

.card--wizard .card__text {
  display: none
}

@media only screen and (min-width: 1024px) {
  .card--wizard .card__text {
    display: block
  }
}

.card--wizard .card__link {
  opacity: 1;
  color: #B3C943
}

.card--wizard .card__link .link__icon {
  color: #fff;
  transition-delay: 0s
}

@media only screen and (min-width: 1024px) {
  .card--wizard:hover .card__icon--wizard {
    animation: 1s sparkly infinite
  }

  .card--wizard:hover .card__icon--wizard:nth-child(2) {
    animation-delay: 0.3s
  }

  .card--wizard:hover .card__icon--wizard:nth-child(3) {
    animation-delay: 0.5s
  }
}

.card__icon {
  color: #B3C943;
  font-size: 24px;
  margin-bottom: 3px
}

.card__icon--medium {
  font-size: 28px
}

.card__icon--big {
  font-size: 32px
}

.card__icon--wizard {
  position: absolute;
  transition: 0.22s ease-out;
  top: -5px;
  left: -8px;
  transform-origin: center;
  transform: scale(1.8)
}

.card__icon--wizard:nth-child(2) {
  transform: scale(1.2);
  top: -7px;
  left: 11px
}

.card__icon--wizard:nth-child(3) {
  transform: scale(1.2);
  top: 8px;
  left: 12px
}

.card__icon-wizard-container {
  position: relative
}

.card__title {
  color: #0E4449;
  margin-bottom: 15px;
  max-width: 100%
}

.card__text {
  color: #4C4C4C;
  line-height: 1.5;
  margin-bottom: 17px;
  font-size: 18px;
  max-width: 100%
}

.card__text--small {
  font-size: 16px
}

.card__link {
  color: #007E73
}

@media only screen and (min-width: 1024px) {
  .card__link {
    color: #B3C943;
    opacity: 0
  }
}

@media only screen and (min-width: 1024px) {
  .card__link .link__icon {
    color: #fff;
    transition-delay: .35s
  }
}

.card__link--inverted {
  margin-bottom: 10px
}

.card__link--inverted:last-of-type {
  margin-bottom: 0
}

.card__body {
  display: flex;
  flex-direction: column;
  width: 100%
}

.card__body .card__icon {
  height: 42px
}

@media only screen and (min-width: 768px) {
  .card__body .card__title {
    display: block;
    min-height: 48px
  }
}

.skewy {
  display: none
}

@media only screen and (min-width: 768px) {
  .skewy {
    display: block
  }
}

.skewy:before {
  position: absolute;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-image: url("../img/shapes/back-shape.svg");
  top: -17px;
  right: 0;
  width: 333px;
  height: 233px
}

@media only screen and (min-width: 768px) {
  .skewy:before {
    top: calc(-6% + 7px)
  }
}

@media only screen and (min-width: 1024px) {
  .skewy:before {
    top: -29px;
    height: 333px
  }
}

@media only screen and (min-width: 1200px) {
  .skewy:before {
    top: -35px
  }
}

@media only screen and (min-width: 1440px) {
  .skewy:before {
    top: -42px
  }
}

.skewy--with-shape {
  height: 305px;
  width: 100%
}

@media only screen and (min-width: 1440px) {
  .skewy--with-shape {
    height: auto
  }
}

.skewy--with-shape:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("../img/shapes/map-shape-mobile.svg");
  top: -17px;
  right: 0;
  width: 100px;
  height: 100px;
  background-size: cover
}

@media only screen and (min-width: 768px) {
  .skewy--with-shape:before {
    background-image: url("../img/shapes/map-shape.svg");
    width: 200px;
    height: 200px;
    top: -38px
  }
}

@media only screen and (min-width: 1024px) {
  .skewy--with-shape:before {
    top: -22px;
    width: 331px;
    height: 233px
  }
}

@media only screen and (min-width: 1200px) {
  .skewy--with-shape:before {
    top: -29px
  }
}

.skewy--collapsed-top {
  position: relative
}

@media only screen and (min-width: 1440px) {
  .skewy--collapsed-top {
    top: -31px
  }
}

.skewy--on-mobile {
  display: block;
  max-width: 320px
}

@media only screen and (min-width: 768px) {
  .skewy--on-mobile {
    max-width: none
  }
}

.skewy__container {
  position: absolute;
  transform: skew(0deg, -8deg);
  border-radius: 10px;
  overflow: hidden;
  top: 90px;
  right: 0;
  width: 384px;
  height: 200px;
  max-width: 320px
}

@media only screen and (min-width: 768px) {
  .skewy__container {
    max-width: none
  }
}

@media only screen and (min-width: 1024px) {
  .skewy__container {
    width: 555px;
    height: 298px
  }
}

@media only screen and (min-width: 1200px) {
  .skewy__container {
    width: 631px
  }
}

@media only screen and (min-width: 1440px) {
  .skewy__container {
    width: 731px
  }
}

.skewy__container--big {
  top: 18px;
  height: 300px;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .skewy__container--big {
    height: 405px
  }
}

@media only screen and (min-width: 1024px) {
  .skewy__container--big {
    top: 62px;
    height: 500px;
    max-width: 727px
  }

  .skewy__container--big .skewy__inner-container {
    height: 500px;
    width: 100%
  }
}

@media only screen and (min-width: 1200px) {
  .skewy__container--big {
    height: 595px
  }

  .skewy__container--big .skewy__inner-container {
    height: 600px
  }
}

@media only screen and (min-width: 1440px) {
  .skewy__container--big .skewy__inner-container {
    height: 610px
  }
}

.skewy__inner-container {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transform: skew(0deg, 8deg);
  top: -40px;
  height: 310px;
  width: 100%;
  max-width: 320px;
  left: 0
}

@media only screen and (min-width: 768px) {
  .skewy__inner-container {
    left: auto;
    max-width: none;
    right: 0;
    height: 365px
  }
}

@media only screen and (min-width: 1024px) {
  .skewy__inner-container {
    top: -90px;
    height: 608px;
    width: 600px
  }
}

.skewy__image {
  position: absolute;
  top: 50%;
  transform: skew(0deg, 8deg) translateY(-50%)
}

.skewy__image--plain {
  transform: scale(1.1);
  top: 0
}

@media only screen and (min-width: 768px) {
  .skewy__image--plain {
    transform: none
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.block {
  display: flex;
  flex-direction: column;
  height: 100%
}

.block--height-auto {
  height: auto;
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .block--height-auto {
    width: calc(50% - 10px);
    margin-bottom: 0
  }
}

@media only screen and (min-width: 1024px) {
  .block--height-auto {
    width: auto
  }
}

.block--inverted {
  flex-direction: column-reverse;
  height: auto;
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .block--inverted {
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .block--inverted {
    margin-bottom: 0
  }
}

.block--inverted .block__header {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  height: 170px
}

@media only screen and (min-width: 768px) {
  .block--inverted .block__header {
    height: 261px
  }
}

.block--inverted .block__body {
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  min-height: 273px;
  padding: 23px 20px 25px 20px
}

@media only screen and (min-width: 768px) {
  .block--inverted .block__body {
    padding: 35px 35px 25px 32px
  }
}

.block--no-max-width-tablet {
  margin: 0 auto 12px
}

@media only screen and (min-width: 768px) {
  .block--no-max-width-tablet {
    margin: 0;
    max-width: none
  }
}

@media only screen and (min-width: 1024px) {
  .block--no-max-width-tablet {
    max-width: 376px
  }
}

.block--tall {
  margin-bottom: 20px
}

@media only screen and (min-width: 1024px) {
  .block--tall {
    margin-bottom: 0
  }
}

.block--tall .block__header {
  display: none
}

.block--tall .block__header--first-block {
  display: block
}

@media only screen and (min-width: 768px) {
  .block--tall .block__header {
    display: block;
    height: 200px
  }
}

@media only screen and (min-width: 1024px) {
  .block--tall .block__header {
    height: 264px
  }
}

@media only screen and (min-width: 1024px) {
  .block--tall .block__body {
    min-height: 271px
  }
}

.block--tall-no-margin-bottom {
  margin-bottom: 0
}

.block--no-margin-bottom-mobile {
  margin-bottom: 0
}

.block--margin-bottom-mobile {
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .block--margin-bottom-mobile {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 768px) {
  .block--full-height {
    height: 100%
  }

  .block--full-height .block__header {
    min-height: 250px
  }

  .block--full-height .block__body {
    height: 100%
  }
}

.block__header {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.block__header:hover .block__button:after {
  animation: border-pulse 1.85s infinite
}

.block__header--link .block__image {
  transition: 0.22s ease-out
}

@media only screen and (min-width: 1024px) {
  .block__header--link:hover .block__image {
    transform: scale(1.1)
  }
}

.block__image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0
}

.block__button {
  border-radius: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (min-width: 1024px) {
  .block__button {
    width: 112px;
    height: 112px
  }
}

.block__button:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 50%;
  width: 112px;
  height: 112px;
  border: 1px solid white;
  animation: border-pulse-reverse 1.85s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.block__button-icon {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 52%
}

.block__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  min-height: 156px;
  padding: 25px 20px 35px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  flex: 1
}

@media only screen and (min-width: 768px) {
  .block__body {
    padding: 25px 27px 35px 27px
  }
}

.block__body>div {
  max-width: 100%
}

.block__body--total-border-radius {
  border-radius: 6px
}

.block__body--min-height {
  min-height: 249px;
  padding: 22px 20px 35px 20px
}

@media only screen and (min-width: 768px) {
  .block__body--min-height {
    padding: 25px 27px 35px 27px
  }
}

@media only screen and (min-width: 1024px) {
  .block__body--min-height {
    padding: 25px 27px 30px 27px
  }
}

@media only screen and (min-width: 1200px) {
  .block__body--min-height {
    padding: 25px 27px 35px 27px
  }
}

.block__title {
  color: #0E4449;
  max-width: 100%
}

.block__title--link {
  display: block
}

@media only screen and (min-width: 1024px) {
  .block__title--link:hover {
    color: #007E73
  }
}

.block__desc {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 2px
}

.block__desc--cherry .block__desc-icon {
  color: #c36
}

.block__desc--cherry.block__desc--with-line:before {
  background-color: rgba(204, 51, 102, 0.3)
}

.block__desc--with-line {
  position: relative;
  padding-left: 24px
}

.block__desc--with-line:before {
  position: absolute;
  display: block;
  content: '';
  height: 16px;
  width: 1px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.block__desc--padding-bottom {
  padding-bottom: 2px
}

.block__desc-icon {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle
}

.block__flex-strip {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px
}

.block__flex-strip--spaced-between {
  justify-content: space-between
}

.block__flex-strip--padding-right {
  padding-right: 20px
}

@media only screen and (min-width: 768px) {
  .block__flex-strip--padding-right-tablet {
    padding-right: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .block__flex-strip--padding-right-tablet {
    padding-right: 0
  }
}

.block__flex-strip--no-margin-bottom {
  margin-bottom: 0
}

.block__lightbox-button {
  position: relative
}

.block__lightbox-button:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1)
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.pill {
  display: block;
  border-radius: 15px;
  min-width: 82px;
  padding: 3px 10px 3px 10px
}

@media only screen and (min-width: 768px) {
  .pill {
    padding: 3px 11px 3px 11px
  }
}

.pill--primary {
  background-color: rgba(14, 68, 73, 0.05)
}

.pill--primary .pill__text {
  color: #0E4449
}

.pill--primary .pill__text:before {
  background-color: #0E4449
}

.pill--cherry {
  background-color: rgba(204, 51, 102, 0.05)
}

.pill--cherry .pill__text {
  color: #c36
}

.pill--cherry .pill__text:before {
  background-color: #c36
}

.pill--sky {
  background-color: rgba(0, 153, 199, 0.05)
}

.pill--sky .pill__text {
  color: #0099C7
}

.pill--sky .pill__text:before {
  background-color: #0099C7
}

.pill--eggplant {
  background-color: rgba(100, 51, 88, 0.05)
}

.pill--eggplant .pill__text {
  color: #643358
}

.pill--eggplant .pill__text:before {
  background-color: #643358
}

.pill__text {
  position: relative;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 19px
}

.pill__text:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.hero-banner {
  position: relative;
  z-index: 1
}

.hero-banner__shape {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  z-index: 1
}

@media only screen and (min-width: 768px) {
  .hero-banner__shape {
    left: 0;
    right: calc(50% - 50px)
  }
}

@media only screen and (min-width: 1440px) {
  .hero-banner__shape {
    bottom: -1px
  }
}

.hero-banner__shape--pushed-down {
  left: 0;
  right: auto;
  width: calc(100% + 2px)
}

@media only screen and (min-width: 1024px) {
  .hero-banner__shape--pushed-down {
    bottom: -20%
  }
}

@media only screen and (min-width: 1440px) {
  .hero-banner__shape--pushed-down {
    bottom: -30%
  }
}

.hero-banner__shape--hidden-mobile {
  display: none
}

@media only screen and (min-width: 1024px) {
  .hero-banner__shape--hidden-mobile {
    display: block
  }
}

.hero-banner__shape-img {
  width: 100%
}

.hero-banner__shape-img--xlarge {
  display: none
}

@media only screen and (min-width: 1440px) {
  .hero-banner__shape-img {
    display: none;
    bottom: -1px
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner__shape-img--desktop {
    display: block
  }
}

@media only screen and (min-width: 1440px) {
  .hero-banner__shape-img--xlarge {
    display: block
  }
}

.hero-banner__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (min-width: 768px) {
  .hero-banner__wrapper {
    padding-right: 30px
  }
}

.hero-banner__content {
  max-width: 670px;
  position: relative
}

.hero-banner__content--small {
  max-width: 491px
}

@media only screen and (min-width: 768px) {
  .hero-banner__content--small {
    padding-right: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner__content--small {
    padding-right: 0
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner__content--pushed-right {
    margin-left: auto
  }
}

.hero-banner__title {
  font-size: 38px;
  line-height: 42px;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .hero-banner__title {
    font-size: 54px;
    line-height: 62px
  }
}

.hero-banner__desc {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  color: #fff;
  max-width: 450px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px
}

@media only screen and (min-width: 768px) {
  .hero-banner__desc {
    font-size: 24px;
    line-height: 36px
  }
}

.hero-banner__top {
  min-height: 525px;
  padding-top: 50px;
  position: relative
}

@media only screen and (min-width: 768px) {
  .hero-banner__top {
    height: 761px;
    padding-top: 111px
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner__top {
    padding-top: 140px
  }
}

@media only screen and (min-width: 1440px) {
  .hero-banner__top {
    padding-top: 170px
  }
}

.hero-banner__top--with-shape {
  padding-top: 27px
}

@media only screen and (min-width: 1024px) {
  .hero-banner__top--with-shape {
    padding-top: 103px;
    padding-bottom: 10vw
  }
}

.hero-banner__top--height-auto {
  height: auto
}

@media only screen and (min-width: 768px) {
  .hero-banner__top--extra-padding-bottom {
    padding-bottom: 150px
  }
}

.hero-banner__image {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.hero-banner__image-picture {
  display: flex;
  height: 100%
}

.hero-banner__overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0
}



.hero-banner__overlay-image {
  width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover
}

.hero-banner__ctas {
  text-align: center
}

@media only screen and (min-width: 768px) {
  .hero-banner__ctas {
    text-align: left;
    display: flex
  }
}

.hero-banner__cta {
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .hero-banner__cta {
    align-self: center;
    margin-right: 30px
  }
}

.hero-banner--dark {
  background: #0E4449
}

.hero-banner--dark * {
  color: white
}

.hero-banner--inner,
.hero-banner--calendar {
  background: #0E4449
}

.hero-banner--inner .hero-banner__top,
.hero-banner--calendar .hero-banner__top {
  min-height: 0
}

@media screen and (max-width: 768px) {

  .hero-banner--inner .hero-banner__top,
  .hero-banner--calendar .hero-banner__top {
    padding-bottom: 60px
  }
}

@media only screen and (min-width: 768px) {

  .hero-banner--inner .hero-banner__top,
  .hero-banner--calendar .hero-banner__top {
    min-height: 520px
  }
}

@media only screen and (min-width: 1024px) {

  .hero-banner--inner .hero-banner__top,
  .hero-banner--calendar .hero-banner__top {
    padding-top: 85px
  }
}

.hero-banner--inner .hero-banner__shape,
.hero-banner--calendar .hero-banner__shape {
  bottom: -1px
}

.hero-banner--inner .hero-banner__shape-img,
.hero-banner--calendar .hero-banner__shape-img {
  width: 100%
}

.hero-banner--inner .hero-banner__shape-img--xlarge,
.hero-banner--calendar .hero-banner__shape-img--xlarge {
  display: block
}

@media only screen and (min-width: 1440px) {

  .hero-banner--inner .hero-banner__shape-img--xlarge,
  .hero-banner--calendar .hero-banner__shape-img--xlarge {
    display: block
  }
}

@media only screen and (min-width: 768px) {

  .hero-banner--inner .hero-banner__shape,
  .hero-banner--calendar .hero-banner__shape {
    left: 0;
    right: 0
  }
}

.hero-banner--inner .hero-banner__info,
.hero-banner--calendar .hero-banner__info {
  display: flex;
  margin-top: 40px
}

.hero-banner--inner .hero-banner__info-date,
.hero-banner--inner .hero-banner__info-category,
.hero-banner--calendar .hero-banner__info-date,
.hero-banner--calendar .hero-banner__info-category {
  align-self: center
}

.hero-banner--inner .hero-banner__info-date,
.hero-banner--calendar .hero-banner__info-date {
  color: #fff;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px
}

.hero-banner--inner .hero-banner__info-category,
.hero-banner--calendar .hero-banner__info-category {
  background: #fff;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #0E4449;
  padding: 8px 11px;
  border-radius: 25px;
  margin-right: 17px
}

.hero-banner--inner .hero-banner__info-category:before,
.hero-banner--calendar .hero-banner__info-category:before {
  content: '⬤';
  margin-right: 7px
}

.hero-banner__intro {
  display: none
}

@media only screen and (min-width: 1024px) {
  .hero-banner__intro {
    display: block
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner__intro {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 34px
  }
}

.hero-banner--calendar {
  background: transparent
}

.hero-banner--calendar .hero-banner__top {
  padding-bottom: 0
}

.hero-banner--calendar .hero-banner__shape {
  padding-bottom: 0;
  top: 0;
  left: 0;
  height: 400px;
  background: #0E4449;
  z-index: -1
}

.hero-banner--calendar .hero-banner__shape-img {
  display: none
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .hero-banner--calendar .hero-banner__top {
    min-height: 410px
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner--calendar {
    margin-bottom: 80px;
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    transition-property: margin-bottom;
    background: #0E4449
  }

  .hero-banner--calendar .hero-banner__top {
    padding-bottom: 150px
  }

  .hero-banner--calendar .hero-banner__shape {
    padding-bottom: 0;
    top: auto;
    height: auto;
    background: transparent;
    z-index: 0
  }

  .hero-banner--calendar .hero-banner__shape-img {
    display: block
  }

  .hero-banner--calendar.expanded {
    margin-bottom: 520px
  }
}

.hero-banner__subtitle {
  line-height: 1.41em
}

@media only screen and (min-width: 1024px) {
  .hero-banner__subtitle {
    margin-bottom: 10px
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.accordion__icon-swap:last-of-type {
  display: none
}

.accordion__icon {
  transition: 0.2s ease
}

@media only screen and (min-width: 1024px) {
  .accordion__icon {
    display: none
  }
}

.accordion__trigger:focus {
  outline: 1px solid rgb(184, 187, 184)!important;
}

.accordion__trigger--expanded .accordion__icon-swap:first-of-type {
  display: none
}

.accordion__trigger--expanded .accordion__icon-swap:last-of-type {
  display: block
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.22s ease-out;
  transition-property: max-height
}

.accordion__content-inner {
  margin-top: 6px;
  padding-bottom: 20px
}

.accordion--inner {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
  transition: 0.5s ease;
  position: relative
}

@media only screen and (min-width: 1024px) {
  .accordion--inner:hover .accordion__trigger-label {
    border-color: #B3C943
  }
}

.accordion--inner:after {
  content: "";
  background: #8E8E95;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.1s linear;
  pointer-events: none
}

.accordion--inner:active:after {
  padding: 0;
  margin: 0;
  opacity: 0.1;
  transition: 0s
}

.accordion--inner .accordion__content {
  transition: 0.22s ease-out;
  transition-property: max-height;
  max-width: 605px;
  padding-left: 20px;
  padding-right: 20px
}

@media only screen and (min-width: 768px) {
  .accordion--inner .accordion__content {
    padding-left: 35px
  }
}

@media only screen and (min-width: 1024px) {
  .accordion--inner .accordion__content {
    padding-left: 50px
  }
}

@media only screen and (min-width: 1200px) {
  .accordion--inner .accordion__content {
    padding-left: 90px
  }
}

.accordion--inner .accordion__content-inner {
  margin-top: 15px;
  padding-bottom: 20px
}

.accordion--inner .accordion__content-inner p {
  margin-bottom: 20px
}

.accordion--inner .accordion__content a:not(.link) {
  color: #4C4C4C;
  font-weight: 700;
  position: relative;
  transition: 0.22s ease-out;
  padding-bottom: 4px;
  border-bottom: 1px solid #B3C943
}

.accordion--inner .accordion__content a:not(.link) i {
  font-weight: 400
}

.accordion--inner .accordion__content a:not(.link):hover {
  color: #007E73
}

.accordion--inner .accordion__trigger {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #0E4449;
  background: transparent;
  letter-spacing: -0.32px;
  line-height: 30px;
  position: relative;
  padding: 35px 55px 35px 20px
}

@media only screen and (min-width: 768px) {
  .accordion--inner .accordion__trigger {
    padding: 35px 140px 35px 35px
  }
}

@media only screen and (min-width: 1024px) {
  .accordion--inner .accordion__trigger {
    padding-left: 90px
  }
}

.accordion--inner .accordion__trigger-label {
  border-bottom: 1px solid transparent;
  transition: 0.22s ease-out
}

.accordion--inner .accordion__trigger:active,
.accordion--inner .accordion__trigger:focus {
  color: #0E4449
}

.accordion--inner .accordion__trigger-icon {
  display: none;
  color: #B3C943
}

@media only screen and (min-width: 1024px) {
  .accordion--inner .accordion__trigger-icon {
    display: block;
    left: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }
}

.accordion--inner .accordion__trigger:focus {
  outline: 0
}

.accordion--inner .accordion__trigger--expanded .accordion__icon-i {
  transform: translateY(-4px) rotate(135deg);
  color: #B3C943
}

.accordion--inner .accordion__trigger--expanded .accordion__trigger-icon {
  color: #0E4449
}

.accordion--inner .accordion__trigger--expanded .accordion__trigger-label {
  border-color: #B3C943;
  font-weight: bold
}

.accordion--inner .accordion__icon {
  transition: 0.2s ease;
  position: absolute;
  display: flex;
  top: 2px;
  right: 20px;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
  .accordion--inner .accordion__icon {
    width: auto;
    height: auto
  }
}

.accordion--inner .accordion__icon-i,
.accordion--inner .accordion__icon-label {
  align-self: center
}

.accordion--inner .accordion__icon-i {
  display: block;
  color: #0E4449;
  font-size: 24px;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 768px) {
  .accordion--inner .accordion__icon-i {
    color: #B3C943;
    font-size: 20px
  }
}

.accordion--inner .accordion__icon-label {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #0E4449;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  top: -3px;
  display: none
}

@media only screen and (min-width: 768px) {
  .accordion--inner .accordion__icon-label {
    display: block
  }
}

@media only screen and (min-width: 1024px) {
  .accordion--inner .accordion__icon {
    right: 44px
  }
}

.accordion__icon-swap {
  display: none !important
}

.lightbox__container {
  position: relative
}

.lightbox__container:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("../img/shapes/footer-shape.svg");
  background-repeat: no-repeat;
  top: -44px;
  left: 0;
  width: 300px;
  height: 55px;
  z-index: -1;
  opacity: 0;
  transition: 0.22s ease-out;
  transition-delay: 0.35s
}

.lightbox__video {
  height: 350px
}

.lightbox__video-container {
  display: inline-block;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  height: 350px
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.steps {
  margin-top: 70px;
  margin-bottom: 50px
}

@media only screen and (min-width: 768px) {
  .steps {
    margin-top: 120px;
    margin-bottom: 50px
  }
}

.steps__wrapper {
  max-width: 780px;
  margin: 0 auto
}

@media only screen and (min-width: 1024px) {
  .steps__wrapper {
    max-width: 1180px
  }
}

@media only screen and (min-width: 1200px) {
  .steps__wrapper {
    padding: 0
  }
}

.steps__step {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 26px 20px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 1024px) {
  .steps__step:hover {
    background-color: #0E4449;
    padding-top: 5px
  }

  .steps__step:hover .steps__shape {
    display: block
  }

  .steps__step:hover .steps__title {
    color: #B3C943;
    margin-bottom: 10px;
    margin-top: 0
  }

  .steps__step:hover .steps__num {
    color: #fff;
    margin-bottom: 0
  }

  .steps__step:hover .steps__text {
    display: block;
    color: #fff
  }
}

@media only screen and (min-width: 1200px) {
  .steps__step:hover {
    padding-top: 25px
  }

  .steps__step:hover .steps__title {
    margin-top: 30px
  }

  .steps__step:hover .steps__num {
    color: #fff;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 12px
  }

  .steps__step:hover .steps__text {
    display: block;
    color: #fff
  }
}

@media only screen and (min-width: 768px) {
  .steps__step {
    max-width: 280px;
    margin: 20px
  }
}

@media only screen and (min-width: 1024px) {
  .steps__step {
    margin: 0;
    max-width: 230px;
    padding-top: 85px;
    height: 300px
  }
}

@media only screen and (min-width: 1200px) {
  .steps__step {
    max-width: 280px
  }
}

.steps__shape {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  width: 188px;
  z-index: -1;
  animation: scale-up 0.65s cubic-bezier(0.68, -0.55, 0.36, 1.05) both
}

.steps__num {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 54px;
  color: #0E4449;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 30px
}

@media only screen and (min-width: 1200px) {
  .steps__num {
    font-size: 72px;
    line-height: 24px
  }
}

.steps__icon {
  position: absolute;
  top: 30px;
  right: 40px;
  background: #fff
}

.steps__icon-i {
  font-size: 24px;
  color: #B3C943;
  align-self: center
}

@media only screen and (min-width: 1024px) {
  .steps__icon {
    width: 106px;
    height: 114px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    top: -55px;
    right: 26px
  }
}

.steps h3 {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #0E4449;
  line-height: 24px
}

.steps__text {
  display: none;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 768px) {
  .steps__wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
  }
}

@media only screen and (min-width: 1024px) {
  .steps__wrapper {
    justify-content: space-between
  }
}

.steps__cta {
  text-align: center;
  margin-top: 30px
}

.list-strips {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  padding-top: 15px;
  overflow: hidden
}

@media only screen and (min-width: 768px) {
  .list-strips {
    left: 0;
    width: auto;
    padding-top: 0;
    overflow: visible
  }
}

.list-strips--centered {
  margin: 0 auto
}

.list-strips--narrow {
  max-width: 780px
}

.list-strips__item {
  margin-bottom: 12px
}

@media only screen and (min-width: 768px) {
  .list-strips__item {
    margin-bottom: 20px
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.strip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 19px 15px 12px 15px;
  transition: 0.5s ease
}

@media only screen and (min-width: 768px) {
  .strip {
    flex-direction: row;
    padding: 25px 40px 20px 40px
  }
}

@media only screen and (min-width: 1024px) {
  .strip:hover {
    transform: scale(1.01)
  }
}

.strip:hover .strip__title-effect {
  border-color: #B3C943
}

.strip:hover .strip__icon {
  color: #B3C943
}

.strip__left {
  display: flex;
  align-items: center
}

.strip__right {
  display: none
}

@media only screen and (min-width: 768px) {
  .strip__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

.strip__bottom {
  display: flex;
  justify-content: space-between
}

@media only screen and (min-width: 768px) {
  .strip__bottom {
    display: none
  }
}

.strip__icon-container {
  display: none
}

@media only screen and (min-width: 768px) {
  .strip__icon-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 43px
  }
}

.strip__minitext {
  position: absolute;
  color: #fff;
  font-size: 8.992px;
  top: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.strip__icon {
  display: block;
  color: #007E73;
  font-size: 20px;
  transition: 0.22s ease-out
}

.strip__icon--big {
  height: 57px;
  font-size: 46px
}

.strip__desc {
  text-align: center;
  color: #707070;
  font-size: 12px
}

.strip__title {
  position: relative;
  display: inline;
  color: #0E4449;
  padding-bottom: 5px;
  max-width: 450px;
  font-weight: 500;
  line-height: 1.64;
  margin-bottom: 0
}

.strip__title-effect {
  border-bottom: 1px solid transparent;
  transition: 0.22s ease-out
}

.strip__text {
  text-transform: uppercase;
  color: #0E4449;
  font-size: 12px
}

.inner-nav {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 18px 0;
  border-top: 3px solid #B3C943
}

.inner-nav__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

@media only screen and (min-width: 768px) {
  .inner-nav__wrapper {
    align-items: center;
    flex-direction: row
  }
}

.inner-nav__left-heading {
  font-size: 16px;
  color: #0E4449;
  letter-spacing: -0.28px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .inner-nav__left-heading {
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 0
  }
}

@media only screen and (min-width: 1024px) {
  .inner-nav__left {
    flex: 1;
    padding-right: 10px
  }
}

.inner-nav__left-text {
  display: none
}

@media only screen and (min-width: 768px) {
  .inner-nav__left-text {
    display: block
  }
}

.inner-nav--sticky {
  transform: translateY(0)
}

.inner-nav__progress {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: #0E4449
}

.inner-nav__right .button {
  margin-bottom: 5px
}

@media only screen and (min-width: 1024px) {
  .inner-nav__right {
    display: flex;
    flex: 0 0 auto
  }

  .inner-nav__right .button {
    margin-left: 20px;
    margin-bottom: 0
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.blockquote,
.inner__article blockquote {
  padding: 51px 20px 34px
}

@media only screen and (min-width: 1024px) {

  .blockquote,
  .inner__article blockquote {
    padding: 60px 100px 52px
  }
}

.blockquote--in-slider * {
  opacity: 0;
  transition: 0.22s ease-out;
  transition-duration: 0.7s
}

.blockquote--in-slider .blockquote__text {
  transform: translateX(55px);
  transition-delay: 0.35s
}

.blockquote--in-slider .blockquote__avatar {
  transform: translateX(75px);
  transition-delay: 0.55s
}

.blockquote-container,
.inner blockquote {
  position: relative;
  background-color: #F8F8FA
}

.blockquote-container:before,
.inner blockquote:before {
  position: absolute;
  display: block;
  color: #B3C943;
  font-family: icons;
  top: -29px;
  left: -8px;
  width: 44px;
  font-size: 42px
}

@media only screen and (min-width: 1024px) {

  .blockquote-container:before,
  .inner blockquote:before {
    top: -51px;
    left: -26px;
    width: 89px;
    font-size: 84px
  }
}

.blockquote__text {
  color: #0E4449;
  font-style: italic;
  font-weight: normal;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 17px
}

@media only screen and (min-width: 1024px) {
  .blockquote__text {
    font-size: 32px;
    margin-bottom: 25px
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.avatar {
  display: flex;
  justify-content: flex-start
}

.avatar__image {
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px
}

.avatar__body {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.avatar__title,
.avatar__text {
  color: #0E4449;
  margin-bottom: 0
}

.avatar__title {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px
}

@media only screen and (min-width: 1024px) {
  .avatar__title {
    font-size: 16px
  }
}

.avatar__text {
  font-size: 12px
}

@media only screen and (min-width: 1024px) {
  .avatar__text {
    font-size: 14px
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.social {
  display: none
}

@media only screen and (min-width: 1024px) {
  .social {
    display: flex;
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    right: 42px;
    top: 0;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    float: right
  }
}

.social__box {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background-color: #B3C943;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 1024px) {
  .social__box {
    position: absolute;
    top: 0
  }
}

.social__box--button {
  background: #0E4449;
  display: none
}

@media only screen and (min-width: 1024px) {
  .social__box--button {
    display: block;
    z-index: 1;
    border-radius: 2px
  }

  .social__box--button.not-rounded {
    border-radius: 2px 2px 0 0
  }
}

.social__box--button .social__icon {
  font-size: 17px;
  width: 24px;
  margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .social__box:first-child:hover {
    background: #007E73
  }
}

@media only screen and (min-width: 1024px) {
  .social__box:nth-child(2).show {
    top: 42px
  }
}

.social__box:nth-child(3) {
  background-color: rgba(179, 201, 67, 0.9)
}

@media only screen and (min-width: 1024px) {
  .social__box:nth-child(3).show {
    top: 84px
  }
}

.social__box:nth-child(4) {
  background-color: rgba(179, 201, 67, 0.8)
}

@media only screen and (min-width: 1024px) {
  .social__box:nth-child(4).show {
    top: 126px
  }
}

.social__box:nth-child(5) {
  border-radius: 0 0 2px 2px;
  background-color: rgba(179, 201, 67, 0.7)
}

@media only screen and (min-width: 1024px) {
  .social__box:nth-child(5).show {
    top: 168px
  }
}

@media only screen and (min-width: 1024px) {
  .social__box:hover {
    background-color: #0E4449
  }
}

@media only screen and (min-width: 1024px) {
  .social__box--hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.22s ease-out;
    transition-delay: 0.2s
  }
}

.social__box--hidden.show {
  opacity: 1;
  visibility: visible;
  transform: none
}

.social__link {
  display: inline-block;
  width: 100%;
  height: 100%
}

.social__icon {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.form {
  padding: 25px 30px 30px;
  border-radius: 5px
}

.form--plain {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  border-radius: 0;
  padding: 21px 15px 30px
}

@media only screen and (min-width: 768px) {
  .form--plain {
    padding: 25px 30px 30px;
    left: 0;
    width: auto;
    border-radius: 5px
  }
}

@media only screen and (min-width: 768px) {
  .form--collapse-top-tablet {
    margin-top: -45px
  }
}

@media only screen and (min-width: 1440px) {
  .form--collapse-top-tablet {
    margin-top: -80px
  }
}

.form--light {
  background: #fff
}

@media only screen and (min-width: 1024px) {
  .form--limited-width {
    max-width: 500px
  }
}

@media only screen and (min-width: 1024px) {
  .form--pushed-right {
    margin-left: auto
  }
}

.form__label {
  color: #0E4449;
  font-size: 14px;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 10px
}

.form__input[type="text"],
.form__input[type="email"],
.form__textarea,
.form__select {
  color: #4C4C4C;
  padding: 0 20px;
  border-radius: 2px;
  border: 1px solid rgba(14, 68, 73, 0.5)
}

.form__input[type="text"]:hover,
.form__input[type="email"]:hover,
.form__textarea:hover,
.form__select:hover {
  border-color: #0E4449
}

.form__input[type="text"]:focus,
.form__input[type="email"]:focus,
.form__textarea:focus,
.form__select:focus {
  border-color: #0E4449
}

.form__input--correct {
  border-color: #07ACAF !important
}

.form__input--correct+.form__icon {
  display: block;
  color: #07ACAF;
  font-size: 12px
}

.form__input--error {
  border-color: #c36 !important
}

.form__input--error+.form__icon {
  display: block;
  color: #c36;
  font-size: 13px
}

.form__input-container {
  position: relative;
  margin-bottom: 23px
}

.form__select {
  position: relative;
  background: transparent;
  z-index: 1;
  padding-right: 40px
}

.form__select--icon {
  padding-left: 45px
}

.form__select-box {
  position: relative;
  margin-bottom: 23px
}

.form__textarea {
  padding: 12px 20px;
  min-height: 100px
}

.form__textarea:focus {
  padding: 12px 20px;
  min-height: 100px
}

.form__icon {
  display: none;
  position: absolute;
  content: '';
  top: 47px;
  right: 17px;
  width: 17px;
  height: 22px;
  font-style: normal;
  font-family: icons
}

.form__icon--carret {
  display: block;
  top: 53px;
  color: #B3C943;
  font-size: 5px
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.form__checkbox:checked~.form__checkmark {
  border-color: #0E4449;
  background-color: #07ACAF
}

.form__checkbox:checked~.form__checkmark:after {
  display: block
}

.form__checkbox-container {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #4C4C4C;
  font-size: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form__checkbox-container:hover .form__checkbox~.form__checkmark {
  border-color: #0E4449
}

.form__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #D1D4D8;
  transition: 0.22s ease-out
}

.form__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.22s ease-out
}

.form__button {
  color: #0E4449;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px
}

.form__button-container {
  display: flex;
  justify-content: center;
  margin-top: 31px
}

.form__captcha {
  display: none
}

.address-list {
  margin-bottom: 43px
}

@media only screen and (min-width: 768px) {
  .address-list {
    margin-bottom: 0
  }
}

.address-list__item {
  margin-bottom: 10px
}

.address-list__item:first-child .address-list__text {
  text-decoration: underline
}

.address-list__link {
  display: inline-flex;
  align-items: flex-start;
  color: #0E4449
}

@media only screen and (min-width: 768px) {
  .address-list__link {
    align-items: center
  }
}

.address-list__link:hover .address-list__text {
  color: #B3C943
}

.address-list__text {
  transition: 0.22s ease-out
}

.address-list__icon {
  margin-right: 17px;
  width: 22px;
  font-size: 18px;
  color: #B3C943
}

.address-list__icon--medium {
  font-size: 20px
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.list--extra-margins-mobile {
  margin-top: 30px;
  margin-bottom: 56px
}

@media only screen and (min-width: 768px) {
  .list--extra-margins-mobile {
    margin: 0
  }
}

.list--checked {
  list-style: none
}

.list--checked li {
  position: relative;
  margin-bottom: 21px;
  padding-left: 24px;
  line-height: 1.33
}

.list--checked li:before {
  position: absolute;
  font-family: icons;
  font-size: 10px;
  top: 5px;
  left: 0;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #B3C943
}

.listing-filter {
  display: block;
  margin-top: 35px;
  margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
  .listing-filter {
    margin-bottom: 50px
  }
}

@media only screen and (min-width: 1024px) {
  .listing-filter {
    margin-bottom: 60px
  }
}

.listing-filter__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .listing-filter__tags {
    margin-top: 40px;
    justify-content: initial
  }
}

.listing-filter__title {
  font-size: 38px;
  line-height: 42px;
  color: #0E4449;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .listing-filter__title {
    margin-bottom: 45px
  }
}

@media only screen and (min-width: 1024px) {
  .listing-filter__title {
    margin-bottom: 60px;
    font-size: 54px;
    line-height: 62px
  }
}

.listing-filter__form {
  padding: 0
}

@media only screen and (min-width: 768px) {
  .listing-filter__form {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch
  }
}

@media only screen and (min-width: 768px) {
  .listing-filter__form-row {
    flex: 1;
    margin-right: 30px;
    align-self: flex-end
  }

  .listing-filter__form-row:last-of-type {
    margin-right: 0
  }
}

.listing-filter__form-submit {
  width: 100%;
  -webkit-appearance: none
}

.listing-filter__form-search[type="search"] {
  border: none;
  border-bottom: 1px solid #0E4449;
  padding-left: 0;
  border-radius: 0;
  -webkit-appearance: none
}

@media only screen and (min-width: 768px) {

  .listing-filter__form-filter,
  .listing-filter__form-name {
    margin-bottom: 0
  }
}

.listing-filter__search {
  position: relative
}

.listing-filter__search-cta {
  position: absolute;
  right: 0;
  bottom: 7px;
  background: transparent
}

.listing-filter__search-cta-i {
  color: #c36
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.listing-featured {
  display: block;
  margin-bottom: 40px
}

@media only screen and (min-width: 1024px) {
  .listing-featured {
    margin-bottom: 60px
  }
}

.listing-featured--no-margin-bottom-mobile {
  margin-bottom: 0
}

@media only screen and (min-width: 1024px) {
  .listing-featured--no-margin-bottom-mobile {
    margin-bottom: 60px
  }
}

.listing-featured__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative
}

.listing-featured__text {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  padding: 26px 20px
}

@media only screen and (min-width: 1024px) {
  .listing-featured__text {
    min-height: 388px;
    padding: 55px;
    max-width: 622px
  }
}

.listing-featured__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.listing-featured__image {
  display: none;
  position: relative
}

.listing-featured__image-img {
  border-radius: 15px
}

.listing-featured__image-shape {
  position: absolute;
  top: -1px;
  right: -20px;
  width: 100%
}

@media only screen and (min-width: 1024px) {
  .listing-featured__image {
    display: block;
    z-index: -1;
    position: absolute;
    right: 0
  }
}

.listing-featured__author {
  display: flex;
  margin-bottom: 20px
}

.listing-featured__author-img {
  border-radius: 50%;
  margin-right: 18px
}

.listing-featured__author-name {
  font-weight: 700
}

.listing-featured__author-name,
.listing-featured__author-date {
  font-size: 13px;
  color: #0E4449;
  letter-spacing: 0;
  line-height: 20px
}

.listing-featured__author-read {
  margin-left: 20px
}

.listing-featured__title {
  font-size: 21px;
  color: #0E4449;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 1024px) {
  .listing-featured__title {
    font-size: 32px;
    line-height: 38px
  }
}

.map {
  width: 100%;
  height: 290px
}

@media only screen and (min-width: 1024px) {
  .map {
    height: 514px
  }
}

.map-container {
  overflow: hidden;
  border-radius: 6px;
  height: 290px;
  margin-top: 10px
}

@media only screen and (min-width: 768px) {
  .map-container {
    margin-top: 25px;
    width: 100%
  }
}

@media only screen and (min-width: 1024px) {
  .map-container {
    position: relative;
    margin-top: 76px;
    height: 500px
  }
}

@media only screen and (min-width: 1200px) {
  .map-container {
    height: 514px
  }
}

.search-results__wrapper {
  max-width: 980px
}

.search-results__header {
  margin-bottom: 15px
}

.search-results__header-title {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #0E4449;
  line-height: 56px
}

@media only screen and (min-width: 1024px) {
  .search-results__header-title {
    font-size: 42px
  }
}

.search-results__header-icon {
  color: #B3C943
}

.search-results__result {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 30px 20px;
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
  transition: 0.22s ease-out
}

@media only screen and (min-width: 768px) {
  .search-results__result {
    padding: 30px 50px
  }
}

@media only screen and (min-width: 1024px) {
  .search-results__result {
    padding: 30px 80px
  }
}

@media only screen and (min-width: 1200px) {
  .search-results__result {
    padding: 30px 100px
  }
}

.search-results__result-title {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #0E4449;
  line-height: 24px;
  margin-bottom: 20px
}

@media only screen and (min-width: 1024px) {
  .search-results__result-title {
    font-size: 32px;
    line-height: 48px
  }
}

.search-results__result-text {
  display: none;
  font-size: 16px;
  color: #0E4449;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px
}

@media only screen and (min-width: 768px) {
  .search-results__result-text {
    display: block
  }
}

.search-results__result:hover {
  background: #0E4449
}

.search-results__result:hover .search-results__result-title {
  color: #B3C943
}

.search-results__result:hover .search-results__result-text {
  color: #fff
}

.search-results__result:hover .search-results__result-link {
  color: #B3C943
}

.search-results__result:hover .search-results__result-link i {
  color: #fff
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.pagination {
  margin-top: 40px
}

.pagination__link {
  font-size: 22px;
  color: #0E4449;
  letter-spacing: 0;
  line-height: 24px
}

@media only screen and (min-width: 1024px) {
  .pagination__link:hover .pagination__item-icon {
    color: #B3C943
  }
}

.pagination__list {
  display: flex;
  justify-content: center
}

.pagination__item {
  margin: 0 20px
}

.pagination__item--active {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-weight: 700
}

.pagination__item--active .pagination__link {
  color: #B3C943
}

.pagination__item-icon {
  color: #0E4449;
  transition: 0.22s ease-out;
  display: block;
  font-size: 16px;
  position: relative;
  top: 2px
}

.pagination__item:hover .pagination__link {
  color: #B3C943
}

.pagination__item:hover-icon {
  color: #B3C943
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.tags {
  display: flex;
  flex-wrap: wrap
}

.tags__tag {
  font-family: "Flama", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #0E4449;
  margin-right: 15px;
  padding: 13px 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.22s ease-out;
  margin-bottom: 12px
}

.tags__tag,
.tags__tag:active,
.tags__tag:hover,
.tags__tag:visited {
  color: #fff
}

@media only screen and (min-width: 768px) {
  .tags__tag {
    margin-bottom: 0
  }
}

.tags__tag--hide {
  opacity: 0;
  transition: opacity 400ms
}

.tags__tag:before {
  font-family: icons;
  margin-right: 12px;
  color: #B3C943
}

.tags__tag:after {
  font-family: icons;
  content: "\f106";
  margin-left: 10px;
  position: relative;
  top: 1px
}

.tags__tag--icon-hidden-mobile:before {
  display: none
}

@media only screen and (min-width: 768px) {
  .tags__tag--icon-hidden-mobile:before {
    display: inline-block
  }
}

.tags__tag:last-of-type {
  margin-right: 0
}

.tags__tag:hover {
  background: #166c74
}

.tags__tag--clear {
  background: #B3C943;
  color: #0E4449;
  margin-left: 15px
}

.tags__tag--clear:before {
  color: #0E4449
}

.tags__tag--clear:after {
  display: none
}

.tags__tag--clear:hover {
  background: #8ea12e
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.cookie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s ease-in
}

.cookie.hidden,
.cookie--hidden {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  pointer-events: none
}

.cookie__box {
  position: relative;
  padding: 180px 20px 55px 20px;
  max-width: 609px;
  background-image: url("../img/shapes/cookie-shape.svg");
  background-repeat: no-repeat;
  background-position: right
}

@media only screen and (min-width: 768px) {
  .cookie__box {
    background-position: 0 0;
    background-position: initial;
    padding: 170px 55px 55px 55px
  }
}

.cookie__close {
  position: absolute;
  display: flex;
  align-items: center;
  color: #007E73;
  transition: 0.22s ease-out;
  top: 95px;
  right: 20px
}

@media only screen and (min-width: 768px) {
  .cookie__close {
    right: 55px
  }
}

@media only screen and (min-width: 1024px) {
  .cookie__close:hover {
    color: #B3C943
  }
}

.cookie__icon {
  color: #B3C943;
  height: 17px;
  margin-left: 12px;
  font-size: 13px
}

.cookie__title {
  color: #0E4449;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .cookie__title {
    font-size: 21px
  }
}

.cookie__text {
  margin-bottom: 15px;
  font-size: 13px
}

@media only screen and (min-width: 768px) {
  .cookie__text {
    font-size: 16px;
    margin-bottom: 30px
  }
}

.cookie__button {
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .cookie__button {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 768px) {
  .cookie__link {
    margin-left: 30px
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.announcement {
  position: relative;
  transition: 0.5s ease-out;
  margin: 32px 0 80px;
  z-index: 2
}

@media only screen and (min-width: 768px) {
  .announcement {
    margin: 55px 0 66px
  }
}

@media only screen and (min-width: 1024px) {
  .announcement {
    margin: 105px 0 66px
  }
}

.announcement--hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0
}

.announcement--yellow .announcement__body {
  background: #ff0
}

.announcement--green .announcement__body {
  background: #0E4449
}

.announcement--green .announcement__title,
.announcement--green .announcement__icon {
  color: #B3C943
}

.announcement--green .announcement__text,
.announcement--green .announcement__close {
  color: #fff
}

.announcement__body {
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 49px 20px 55px
}

@media only screen and (min-width: 768px) {
  .announcement__body {
    padding: 49px 57px 55px
  }
}

.announcement__close {
  position: absolute;
  display: flex;
  align-items: center;
  color: #0E4449;
  transition: 0.22s ease-out;
  top: 20px;
  right: 20px
}

@media only screen and (min-width: 768px) {
  .announcement__close {
    top: 51px;
    right: 57px
  }
}

@media only screen and (min-width: 1024px) {
  .announcement__close:hover {
    color: #B3C943
  }
}

.announcement__icon {
  color: #0E4449;
  height: 17px;
  margin-left: 12px;
  font-size: 13px
}

.announcement__title {
  color: #0E4449;
  margin-bottom: 18px
}

.announcement__text {
  font-size: 14px
}

.announcement__shape {
  position: absolute;
  right: 0;
  bottom: -43px;
  max-width: 232px
}

@media only screen and (min-width: 480px) {
  .announcement__shape {
    bottom: -57px;
    max-width: 100%
  }
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled].rbc-btn {
  cursor: not-allowed
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit
}

.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rbc-rtl {
  direction: rtl
}

.rbc-off-range {
  color: #999
}

.rbc-off-range-bg {
  background: #e6e6e6
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd
}

.rbc-header+.rbc-header {
  border-left: 1px solid #ddd
}

.rbc-rtl .rbc-header+.rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd
}

.rbc-header>a,
.rbc-header>a:active,
.rbc-header>a:visited {
  color: inherit;
  text-decoration: none
}

.rbc-row-content {
  position: relative;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4
}

.rbc-today {
  background-color: #EAF6FF
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px
}

.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center
}

.rbc-toolbar button {
  color: #373A3C;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap
}

.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #999fff;
  border-color: #adadad
}

.rbc-toolbar button:active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button.rbc-active:focus {
  color: #373A3C;
  background-color: #757dff;
  border-color: #8c8c8c
}

.rbc-toolbar button:focus {
  color: #373A3C;
  background-color: #999fff;
  border-color: #adadad
}

.rbc-toolbar button:hover {
  color: #373A3C;
  background-color: #999fff;
  border-color: #adadad
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap
}

.rbc-btn-group>button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rbc-btn-group>button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rbc-btn-group>button:not(:first-child):not(:last-child) {
  border-radius: 0
}

.rbc-btn-group button+button {
  margin-left: -1px
}

.rbc-rtl .rbc-btn-group button+button {
  margin-left: 0;
  margin-right: -1px
}

.rbc-btn-group+.rbc-btn-group,
.rbc-btn-group+button {
  margin-left: 10px
}

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174AD;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left
}

.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none
}

.rbc-event.rbc-selected {
  background-color: #265985
}

.rbc-event:focus {
  outline: 5px auto #3B99FC
}

.rbc-event-label {
  font-size: 80%
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5)
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.rbc-row {
  display: flex;
  flex-direction: row
}

.rbc-row-segment {
  padding: 0 1px 1px 1px
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1)
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  height: 100%
}

.rbc-month-header {
  display: flex;
  flex-direction: row
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%
}

.rbc-month-row+.rbc-month-row {
  border-top: 1px solid #ddd
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right
}

.rbc-date-cell.rbc-now {
  font-weight: bold
}

.rbc-date-cell>a,
.rbc-date-cell>a:active,
.rbc-date-cell>a:visited {
  color: inherit;
  text-decoration: none
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden
}

.rbc-day-bg {
  flex: 1 0 0%
}

.rbc-day-bg+.rbc-day-bg {
  border-left: 1px solid #ddd
}

.rbc-rtl .rbc-day-bg+.rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px
}

.rbc-overlay>*+* {
  margin-top: 1px
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto
}

.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr>td {
  padding: 5px 10px;
  vertical-align: top
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
  border-left: 1px solid #ddd
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
  border-left-width: 0;
  border-right: 1px solid #ddd
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr {
  border-top: 1px solid #ddd
}

.rbc-agenda-view table.rbc-agenda-table thead>tr>th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th {
  text-align: right
}

.rbc-agenda-time-cell {
  text-transform: lowercase
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' »'
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '« '
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap
}

.rbc-agenda-event-cell {
  width: 100%
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.rbc-time-column .rbc-timeslot-group {
  flex: 1
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none
}

.rbc-label {
  padding: 0 5px
}

.rbc-day-slot {
  position: relative
}

.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0
}

.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute
}

.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto
}

.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden
}

.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px
}

.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0px
}

.rbc-time-header-content+.rbc-time-header-content {
  margin-left: -1px
}

.rbc-time-slot {
  flex: 1 0 0
}

.rbc-time-slot.rbc-now {
  font-weight: bold
}

.rbc-day-header {
  text-align: center
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 75%;
  width: 100%;
  padding: 3px
}

.rbc-slot-selecting {
  cursor: move
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap
}

.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative
}

.rbc-time-view .rbc-allday-cell+.rbc-allday-cell {
  border-left: 1px solid #ddd
}

.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4
}

.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row
}

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd
}

.rbc-time-header>.rbc-row:first-child {
  border-bottom: 1px solid #ddd
}

.rbc-time-header>.rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd
}

.rbc-time-header-cell-single-day {
  display: none
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd
}

.rbc-time-header-content>.rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative
}

.rbc-time-content>.rbc-time-gutter {
  flex: none
}

.rbc-time-content>*+*>* {
  border-left: 1px solid #ddd
}

.rbc-rtl .rbc-time-content>*+*>* {
  border-left-width: 0;
  border-right: 1px solid #ddd
}

.rbc-time-content>.rbc-day-slot {
  width: 100%;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74AD31;
  pointer-events: none
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

.big-calendar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  transition-property: opacity;
  margin: 0 auto
}

@media only screen and (min-width: 1024px) {
  .big-calendar {
    position: absolute;
    top: 80px;
    z-index: 1;
    right: 30px;
    height: 730px;
    width: calc(100% - 60px);
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    transition-property: width, height;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px
  }
}

.big-calendar__inner {
  width: 100%;
  height: 100%
}

.big-calendar__extra {
  height: 0;
  overflow: hidden
}

.big-calendar__extra.expand {
  height: auto;
  overflow: visible
}

.big-calendar__filters {
  display: flex;
  opacity: 1;
  transition: .35s;
  transition-property: opacity;
  top: 0;
  z-index: 1
}

.big-calendar__filters label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 24px
}

@media only screen and (min-width: 1024px) {
  .big-calendar__filters label {
    font-size: 18px
  }
}

.big-calendar__filters label:last-child {
  margin-right: 0
}

.big-calendar__filters span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c36;
  transition: 0.4s;
  border-radius: 20px
}

.big-calendar__filters span.event {
  background-color: #c36
}

.big-calendar__filters span.webinar {
  background-color: #67009A
}

.big-calendar__filters span:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: #F1F1F1;
  transition: 0.4s;
  border-radius: 50%
}

.big-calendar__filters input {
  opacity: 0;
  width: 0;
  height: 0
}

.big-calendar__filters input:checked+span:before {
  transform: translateX(16px)
}

.big-calendar__filters div {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-right: 7px
}

@media only screen and (min-width: 1024px) {
  .big-calendar__filters {
    position: absolute;
    height: 88px;
    right: 135px
  }
}

.big-calendar__expand {
  display: none
}

@media only screen and (min-width: 1024px) {
  .big-calendar__expand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    right: 30px;
    font-size: 16px;
    line-height: 18px;
    top: 24px;
    background: transparent;
    color: #007E73;
    transform: translateY(10px);
    transition: transform 0.22s ease-out;
    height: 18px;
    overflow: hidden;
    padding: 0 2px 0 0
  }

  .big-calendar__expand .big-calendar__expand-inner {
    display: flex;
    align-items: center;
    transition: transform 0.22s ease-out;
    height: 18px;
    flex: 0 0 18px
  }

  .big-calendar__expand .big-calendar__expand-icon {
    font-size: 12px;
    line-height: 1em;
    display: inline-flex;
    margin-left: 12px;
    color: #B3C943;
    transform-origin: center center;
    transition: 0.2s ease;
    transition-property: transform;
    will-change: transform
  }

  .big-calendar__expand--close .big-calendar__expand-inner {
    transform: translateY(-18px)
  }

  .big-calendar__expand:hover .big-calendar__expand-icon {
    transform: scale(1.2)
  }

  .big-calendar__expand:focus {
    color: #007E73;
    outline: none
  }
}

.rbc-calendar {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .35s;
  transition-property: opacity
}

.rbc-toolbar {
  justify-content: flex-start;
  padding: 20px 30px;
  margin-bottom: 0
}

.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 0
}

.rbc-btn-group {
  display: flex
}

.rbc-btn-group button {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 16px;
  background: #0E4449;
  border: none;
  margin-right: 18px;
  position: relative;
  padding: 0
}

.rbc-btn-group button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url("../img/left-arrow.svg") center center no-repeat;
  background-size: contain
}

.rbc-btn-group button:first-child {
  display: none
}

.rbc-btn-group button:last-child:before {
  background-image: url("../img/right-arrow.svg")
}

.rbc-btn-group button:not(:first-child):not(:last-child),
.rbc-btn-group button:last-child:not(:first-child) {
  border-radius: 16px;
  background: #007E73
}

.rbc-toolbar-label {
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 48px;
  color: #0E4449
}

.rbc-month-view {
  border-top: 1px solid #D8D8D8
}

.rbc-month-header {
  border-bottom: 1px solid #D8D8D8
}

.rbc-header {
  border: none;
  font-weight: 400;
  padding: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #0E4449
}

.rbc-header+.rbc-header {
  border: none
}

.rbc-date-cell {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #4C4C4C;
  padding: 5px 12px
}

.rbc-date-cell.rbc-off-range {
  opacity: 0.3
}

.rbc-date-cell.rbc-now {
  font-weight: normal
}

.rbc-date-cell.rbc-now a {
  position: relative
}

.rbc-date-cell.rbc-now a:before {
  content: 'Today';
  color: #4C4C4C;
  opacity: 0.3;
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  top: 0;
  left: 23px
}

.rbc-day-bg {
  border-color: #ECEEF1
}

.rbc-day-bg.rbc-off-range-bg {
  background: #fff
}

.rbc-day-bg.rbc-today {
  background: #fff;
  position: relative
}

.rbc-row-segment {
  padding: 0 10px 4px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px
}

.rbc-event {
  padding: 7px 10px 7px 14px;
  border-radius: 3px;
  background-color: rgba(204, 51, 102, 0.1);
  color: #4C4C4C;
  position: relative
}

.rbc-event.rbc-selected {
  background-color: rgba(204, 51, 102, 0.1)
}

.rbc-event:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 6px;
  background-color: #c36;
  border-radius: 3px
}

.rbc-event.rbc-type-event {
  background-color: rgba(204, 51, 102, 0.1)
}

.rbc-event.rbc-type-event:before {
  background-color: #c36
}

.rbc-event.rbc-type-webinar {
  background-color: rgba(103, 0, 154, 0.1)
}

.rbc-event.rbc-type-webinar:before {
  background-color: #67009A
}

.rbc-show-more {
  color: #4C4C4C
}

.big-calendar--shrinking .rbc-calendar {
  opacity: 0
}

.big-calendar--shrinking .big-calendar__filters {
  opacity: 0;
  pointer-events: none
}

@media only screen and (min-width: 1024px) {
  .big-calendar--shrunk {
    width: 390px;
    height: 330px
  }
}

.big-calendar--shrunk .rbc-calendar {
  width: 320px;
  height: 300px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 0 auto 15px
}

@media only screen and (min-width: 1024px) {
  .big-calendar--shrunk .rbc-calendar {
    margin: 0;
    width: 390px;
    height: 330px;
    background: transparent;
    box-shadow: none;
    border-radius: 0
  }
}

@media only screen and (min-width: 1024px) {
  .big-calendar--shrunk .big-calendar__filters {
    opacity: 0;
    pointer-events: none
  }
}

.big-calendar--shrunk .big-calendar__expand {
  transform: translateY(0)
}

.big-calendar--shrunk .rbc-calendar {
  padding: 0 10px 15px
}

.big-calendar--shrunk .rbc-toolbar {
  padding: 15px
}

@media only screen and (min-width: 1024px) {
  .big-calendar--shrunk .rbc-toolbar {
    padding: 20px
  }
}

.big-calendar--shrunk .rbc-toolbar-label {
  font-size: 18px;
  line-height: 30px;
  padding: 0 7px
}

.big-calendar--shrunk .rbc-btn-group button {
  width: 22px;
  height: 22px;
  margin-right: 10px
}

.big-calendar--shrunk .rbc-btn-group button:before {
  width: 11px;
  height: 11px
}

.big-calendar--shrunk .rbc-header {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.big-calendar--shrunk .rbc-header span {
  display: block;
  visibility: hidden;
  font-size: 0;
  width: 15px;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif;
  text-align: center
}

.big-calendar--shrunk .rbc-header span:first-letter {
  visibility: visible;
  font-size: 16px
}

.big-calendar--shrunk .rbc-month-row,
.big-calendar--shrunk .rbc-row-bg {
  overflow: visible
}

.big-calendar--shrunk .rbc-date-cell {
  text-align: center
}

.big-calendar--shrunk .rbc-date-cell.rbc-now a {
  color: #0E4449
}

.big-calendar--shrunk .rbc-date-cell.rbc-now a:before {
  content: '';
  background: #B3C943;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 20px;
  z-index: -1
}

.big-calendar--shrunk .rbc-event {
  position: absolute;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 3px;
  transform: translate(18px, -4px);
  text-indent: -9999px;
  overflow: hidden
}

@media only screen and (min-width: 1024px) {
  .big-calendar--shrunk .rbc-event {
    transform: translate(23px, -4px)
  }
}

.big-calendar--shrunk .rbc-event:before {
  display: none
}

.big-calendar--shrunk .rbc-event.rbc-type-webinar,
.big-calendar--shrunk .rbc-event.rbc-type-event {
  background: #B3C943
}

.big-calendar--shrunk .rbc-event-content {
  display: none
}

.big-calendar--shrunk .rbc-row-segment {
  padding: 0;
  position: relative
}

.big-calendar--shrunk .rbc-month-header,
.big-calendar--shrunk .rbc-month-view,
.big-calendar--shrunk .rbc-day-bg,
.big-calendar--shrunk .rbc-month-row {
  border: none
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.calendar-list {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px
}

.calendar-list__item {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #D8D8D8;
  color: #4C4C4C
}

.calendar-list__date {
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0E4449;
  font-family: "Flama-Medium", Helvetica, Arial, sans-serif
}

.calendar-list__month {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase
}

.calendar-list__day {
  font-size: 16px;
  line-height: 16px
}

.calendar-list__event {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1em;
  background-color: rgba(204, 51, 102, 0.1);
  padding: 13px 17px;
  border-radius: 4px;
  position: relative;
  flex: 1
}

.calendar-list__event:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 6px;
  border-radius: 3px;
  background-color: #c36
}

.calendar-list__event--event {
  background-color: rgba(204, 51, 102, 0.1)
}

.calendar-list__event--event:before {
  background-color: #c36
}

.calendar-list__event--webinar {
  background-color: rgba(103, 0, 154, 0.1)
}

.calendar-list__event--webinar:before {
  background-color: #67009A
}

@media only screen and (min-width: 1024px) {
  .calendar-list {
    display: none
  }
}

@keyframes sparkly {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes border-pulse {
  from {
    width: 112px;
    height: 112px
  }

  to {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }
}

@keyframes border-pulse-reverse {
  0% {
    width: 264px;
    height: 264px;
    border-color: rgba(255, 255, 255, 0);

    @media only screen and (min-width: 1024px) {
      width: 422px;
      height: 422px
    }
  }

  100% {
    width: 112px;
    height: 112px
  }
}

@keyframes scale-up {
  0% {
    transform: scaleX(0.4);
    transform-origin: 100% 100%
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%
  }
}

@font-face {
  font-family: 'Flama-Light';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Light"), url("../fonts/Flama-Light.woff") format("woff")
}

@font-face {
  font-family: 'Flama Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Italic"), url("../fonts/Flama Italic.woff") format("woff")
}

@font-face {
  font-family: 'Flama';
  font-style: normal;
  font-weight: normal;
  src: local("Flama"), url("../fonts/Flama Regular.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Medium"), url("../fonts/Flama-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Flama-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Flama-Bold"), url("../fonts/Flama-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Flama Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Flama Bold Italic"), url("../fonts/Flama Bold Italic.woff") format("woff")
}

.wizard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s ease-in
}

.wizard.hidden,
.wizard--hidden {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  pointer-events: none
}

.wizard__container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff
}

.wizard__iframe {
  width: 100%;
  height: 100%
}

.wizard__close {
  position: absolute;
  display: flex;
  align-items: center;
  color: #007E73;
  transition: 0.22s ease-out;
  top: 95px;
  right: 20px
}

@media only screen and (min-width: 768px) {
  .wizard__close {
    right: 55px
  }
}

@media only screen and (min-width: 1024px) {
  .wizard__close:hover {
    color: #B3C943
  }
}

.wizard__icon {
  color: #B3C943;
  height: 17px;
  margin-left: 12px;
  font-size: 13px
}

.wizard__title {
  color: #0E4449;
  font-family: "Flama", Helvetica, Arial, sans-serif;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .wizard__title {
    font-size: 21px
  }
}

.wizard__text {
  margin-bottom: 15px;
  font-size: 13px
}

@media only screen and (min-width: 768px) {
  .wizard__text {
    font-size: 16px;
    margin-bottom: 30px
  }
}

.wizard__button {
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .wizard__button {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 768px) {
  .wizard__link {
    margin-left: 30px
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-prev,
.slick-next {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #0E4449;
  bottom: -80px;
  cursor: pointer;
  color: #fff
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #18747c
}

.slick-prev--mid,
.slick-next--mid {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2
}

.slick-prev--alt,
.slick-next--alt {
  background-color: #B3C943
}

.slick-prev--alt:hover,
.slick-next--alt:hover {
  background-color: #c6d773
}

.slick-prev--mid {
  left: 10px
}

.slick-next--mid {
  right: 10px
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity .4s ease;
  z-index: 1000;
  will-change: opacity
}

.basicLightbox--visible {
  opacity: 1
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform .4s ease;
  z-index: 1;
  will-change: transform
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child,
.basicLightbox__placeholder>iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%
}

.basicLightbox__placeholder>video:first-child:last-child,
.basicLightbox__placeholder>iframe:first-child:last-child {
  pointer-events: auto
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
  width: auto;
  height: auto
}

.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder,
.basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1)
}

.basicLightbox--visible .basicLightbox__placeholder .lightbox__container:before {
  opacity: 1
}

.cookie__box {
  padding-top: 150px;
}

.cookie__box p a {
  color: #B3C943;
}

.address-box {
  display: block;
  clear: both;
}

.address-push-left {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.address-push-right {
  display: inline-block;
}

.post-align {
  display: inline-block;
  float: left;
  width: 40px;
  margin-right: 5px;
}

.address-out {
  display: inline-block;
}

.inner__article table {
  margin-bottom: 30px;
}

.inner__article table td {
  padding-top: 30px;
  padding-right: 30px;
  vertical-align: top;
}

.inner__article table thead td {
  padding-top: 10px;
}

.eligibility-online-form .tip-top,
.eligibility-online-form a {
  color: #0E4449;
  font-weight: 600;
}

.h4.card__title,
.h4--no-margin-bottom {

  font-size: 21px !important;
}

.h6.card__text {

  font-size: 18px;
}


.hero-banner {
  position: relative;
  overflow: hidden;
  /* height: 75vh; */
  /* min-height: 500px; */
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-banner__overlay-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

.hero-banner__cta {
  text-align: left;
}

.hero-banner__cta .button {
  width: auto;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.hero-banner .hero-banner__content {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 620px) {
  .hero-banner .hero-banner__content {
    padding-left: 0;
    padding-right: 10px;
  }
}

/* @media only screen and (min-width: 768px) {
  .hero-banner__top {
    height: 615px;

  }
} */

.hero-banner__overlay--empty {
  background-color: #0E4449;
  /* Or any neutral fallback color */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-banner__overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  display: block;
  opacity: 1 !important;
  background-image: linear-gradient(to bottom right, rgba(6, 38, 41, 0.8), rgba(6, 38, 41, 0.3)) !important;


  z-index: 1
}

.hero-banner {
  position: relative;
}

.swiper.heroSwiper {
  position: relative;
  overflow: visible;
}

.swiper.heroSwiper .swiper-wrapper {
  overflow: visible;
}

.carousel-toggle {
  /* position: absolute;
  top: 0;
  right: 1rem; */
  z-index: 10;
  background: transparent;

  /* border: 1px solid #006C62;
  border-radius: 50%;
  width: 24px;
  height: 24px; */
  /* padding: 0.25rem 0.5rem;
  /* width: 90px; */
  /* gap: 0.5rem;*/
  /* display: flex;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-toggle .label-text {
  color: #fff;
}

/* .carousel-toggle:hover,
.carousel-toggle:focus {
  background: #006C62;
  outline: none;
} */

.carousel-toggle .icon {
  width: 24px !important;
  height: 24px !important;
  fill: #fff;
}

.swiper-pagination {
  bottom: 0 !important;
}

.hero-banner__top {
  position: relative;
  z-index: 2;
  /* height: 615px; */
  display: flex;
  align-items: center;
}

.hero-banner__content {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  /* max-width: 600px; */
}

.hero-banner__controls {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 2rem;
  padding-left: 25px;
}

@media only screen and (max-width: 620px) {
  .hero-banner__controls {
    padding-left: 0;
    /* padding-right: 15px; */
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  width: auto !important;
}

.carousel-toggle {
  position: relative;
  top: auto;
  right: auto;
}

.swiper.heroSwiper .swiper-wrapper {
  position: relative;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

#home-hero_hero-banner__top {
  padding-top: 0 !important;
}

.swiper-pagination-bullet {
  width: 24px !important;
  height: 24px !important;

}

.wrapper.wrapper--large.listing-featured__wrapper .listing-featured__image  {
  position: relative!important;
}

.wrapper.wrapper--large.listing-featured__wrapper .listing-featured__image .listing-featured__image-shape {
  right: 0;
}

.wrapper.wrapper--large.listing-featured__wrapper {
  position: relative;
  gap: 2rem;
}

.wrapper.wrapper--large.listing-featured__wrapper .listing-featured__text {
  max-width: 550px;
}

.wrapper.wrapper--large.listing-featured__wrapper .listing-featured__image .listing-featured__image-shape img.listing-featured__image-shape-img {
  width: 100%;
}