/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

iframe {
  border: 0;
}

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

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

/* Typography
  @mixin ===============================================*/
@font-face {
  font-family: AktivGrotesk;
  font-weight: 100;
  src: url("../fonts/AktivGrotesk-Hairline.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 200;
  src: url("../fonts/AktivGrotesk-Thin.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 300;
  src: url("../fonts/AktivGrotesk-Light.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 400;
  src: url("../fonts/AktivGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 500;
  src: url("../fonts/AktivGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 700;
  src: url("../fonts/AktivGrotesk-Bold.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 800;
  src: url("../fonts/AktivGrotesk-XBold.otf") format("opentype");
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 900;
  src: url("../fonts/AktivGrotesk-Black.otf") format("opentype");
}

/* Colors
  @mixin ===============================================*/
/* Misc
  @mixin ===============================================*/
html {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "AktivGrotesk", sans-serif;
}

body {
  color: #00235D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.color-navy-blue {
  color: #00235D;
}

.color-sky-blue {
  color: #01B1EA;
}

.color-white {
  color: #FFFFFF;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.section--padding-top {
  padding-top: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section--padding-top {
    padding-top: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--padding-top {
    padding-top: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--padding-top {
    padding-top: 43.75px;
  }
}

.section--padding-bottom {
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section--padding-bottom {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--padding-bottom {
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--padding-bottom {
    padding-bottom: 43.75px;
  }
}

/* The animation code */
@-webkit-keyframes shine {
  from {
    -webkit-transform: skewX(20deg) translateX(200%);
            transform: skewX(20deg) translateX(200%);
  }
  to {
    -webkit-transform: skewX(20deg) translateX(-200%);
            transform: skewX(20deg) translateX(-200%);
  }
}
@keyframes shine {
  from {
    -webkit-transform: skewX(20deg) translateX(200%);
            transform: skewX(20deg) translateX(200%);
  }
  to {
    -webkit-transform: skewX(20deg) translateX(-200%);
            transform: skewX(20deg) translateX(-200%);
  }
}

.padding-top-25 {
  padding-top: 12.5px;
}

@media screen and (min-width: 320px) {
  .padding-top-25 {
    padding-top: calc(0.02252252 * 100vw + 5.29279279px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-25 {
    padding-top: calc(0.01111111 * 100vw + 2.77777778px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-25 {
    padding-top: 25px;
  }
}

.padding-top-50 {
  padding-top: 25px;
}

@media screen and (min-width: 320px) {
  .padding-top-50 {
    padding-top: calc(0.04504505 * 100vw + 10.58558559px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-50 {
    padding-top: calc(0.02222222 * 100vw + 5.55555556px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-50 {
    padding-top: 50px;
  }
}

.padding-top-75 {
  padding-top: 37.5px;
}

@media screen and (min-width: 320px) {
  .padding-top-75 {
    padding-top: calc(0.06756757 * 100vw + 15.87837838px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-75 {
    padding-top: calc(0.03333333 * 100vw + 8.33333333px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-75 {
    padding-top: 75px;
  }
}

.padding-top-100 {
  padding-top: 50px;
}

@media screen and (min-width: 320px) {
  .padding-top-100 {
    padding-top: calc(0.09009009 * 100vw + 21.17117117px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-100 {
    padding-top: calc(0.04444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-100 {
    padding-top: 100px;
  }
}

.padding-top-150 {
  padding-top: 75px;
}

@media screen and (min-width: 320px) {
  .padding-top-150 {
    padding-top: calc(0.13513514 * 100vw + 31.75675676px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-150 {
    padding-top: calc(0.06666667 * 100vw + 16.66666667px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-150 {
    padding-top: 150px;
  }
}

.padding-top-200 {
  padding-top: 100px;
}

@media screen and (min-width: 320px) {
  .padding-top-200 {
    padding-top: calc(0.18018018 * 100vw + 42.34234234px);
  }
}

@media screen and (min-width: 875px) {
  .padding-top-200 {
    padding-top: calc(0.08888889 * 100vw + 22.22222222px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-top-200 {
    padding-top: 200px;
  }
}

.padding-bottom-25 {
  padding-bottom: 12.5px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-25 {
    padding-bottom: calc(0.02252252 * 100vw + 5.29279279px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-25 {
    padding-bottom: calc(0.01111111 * 100vw + 2.77777778px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-25 {
    padding-bottom: 25px;
  }
}

.padding-bottom-50 {
  padding-bottom: 25px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-50 {
    padding-bottom: calc(0.04504505 * 100vw + 10.58558559px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-50 {
    padding-bottom: calc(0.02222222 * 100vw + 5.55555556px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-50 {
    padding-bottom: 50px;
  }
}

.padding-bottom-75 {
  padding-bottom: 37.5px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-75 {
    padding-bottom: calc(0.06756757 * 100vw + 15.87837838px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-75 {
    padding-bottom: calc(0.03333333 * 100vw + 8.33333333px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-75 {
    padding-bottom: 75px;
  }
}

.padding-bottom-100 {
  padding-bottom: 50px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-100 {
    padding-bottom: calc(0.09009009 * 100vw + 21.17117117px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-100 {
    padding-bottom: calc(0.04444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-100 {
    padding-bottom: 100px;
  }
}

.padding-bottom-150 {
  padding-bottom: 75px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-150 {
    padding-bottom: calc(0.13513514 * 100vw + 31.75675676px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-150 {
    padding-bottom: calc(0.06666667 * 100vw + 16.66666667px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-150 {
    padding-bottom: 150px;
  }
}

.padding-bottom-200 {
  padding-bottom: 100px;
}

@media screen and (min-width: 320px) {
  .padding-bottom-200 {
    padding-bottom: calc(0.18018018 * 100vw + 42.34234234px);
  }
}

@media screen and (min-width: 875px) {
  .padding-bottom-200 {
    padding-bottom: calc(0.08888889 * 100vw + 22.22222222px);
  }
}

@media screen and (min-width: 2000px) {
  .padding-bottom-200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 874px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 875px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.button-group .button:not(:last-child) {
  margin-right: 1em;
}

.button {
  text-decoration: none !important;
}

.button.button--white {
  background-color: #FFFFFF;
  color: #00235D;
}

.button.button--white-outline {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.button.button--white-outline:before {
  color: #00235D;
}

.button.button--white-outline .button-overlay {
  background-color: #FFFFFF;
}

.button.button--sky-blue {
  background-color: #01B1EA;
  color: #FFFFFF;
}

.button.button--sky-blue-outline {
  color: #01B1EA;
  border: 2px solid #01B1EA;
}

.button.button--sky-blue-outline:before {
  color: #FFFFFF;
}

.button.button--sky-blue-outline .button-overlay {
  background-color: #01B1EA;
}

.button.button--navy-blue {
  background-color: #00235D;
  color: #FFFFFF;
}

.button.button--navy-blue-outline {
  color: #00235D;
  border: 2px solid #00235D;
}

.button.button--navy-blue-outline:before {
  color: #FFFFFF;
}

.button.button--navy-blue-outline .button-overlay {
  background-color: #00235D;
}

.button.button-share-group {
  display: none;
  border: 2px solid #00235D;
  padding: 0 0.5em;
}

.button.button-share-group a {
  color: #00235D;
  -webkit-transition: color ease 250ms;
  transition: color ease 250ms;
  padding: 0 0.5em;
  text-decoration: none;
}

.button.button-share-group a:hover {
  color: #01B1EA;
}

.button {
  font-size: 15px;
  line-height: 1.333333;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  padding: 0 1.5em;
  line-height: 2.4em;
  height: 2.4em;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 437.5px) {
  .button {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .button {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .button {
    font-size: 30px;
  }
}

.button:before {
  display: block;
  content: attr(data-text);
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(2em);
          transform: translateX(2em);
  -webkit-transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  z-index: 2;
}

.button .button-overlay {
  display: block;
  height: 2.4em;
  width: 150%;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(80%) skewX(20deg);
          transform: translateX(80%) skewX(20deg);
  -webkit-transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms, -webkit-transform ease-in 250ms;
}

.button .button-text {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: opacity ease-in 250ms, -webkit-transform ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms;
  transition: transform ease-in 250ms, opacity ease-in 250ms, -webkit-transform ease-in 250ms;
}

.button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.button:hover .button-overlay {
  opacity: 1;
  -webkit-transform: translateX(-15%) skewX(20deg);
          transform: translateX(-15%) skewX(20deg);
}

.button:hover .button-text {
  opacity: 0;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}

.container {
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 9.14285714px;
}

@media screen and (min-width: 320px) {
  .container {
    padding: 0 calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .container {
    padding: 0 calc(0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .container {
    padding: 0 150px;
  }
}

.container.no-padding {
  padding: 0;
}

.content .size-large {
  font-size: 29.25714286px;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 320px) {
  .content .size-large {
    font-size: calc(0.09142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .content .size-large {
    font-size: calc(0.04 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .content .size-large {
    font-size: 80px;
  }
}

.content .size-medium {
  font-size: 21px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .content .size-medium {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .content .size-medium {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .content .size-medium {
    font-size: 42px;
  }
}

.content .size-small {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .content .size-small {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .content .size-small {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .content .size-small {
    font-size: 30px;
  }
}

.content .size-smaller {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 656.25px) {
  .content .size-smaller {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  .content .size-smaller {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .content .size-smaller {
    font-size: 20px;
  }
}

.content .size-medium:not(:last-child) {
  margin-bottom: 1.333333em;
}

.content h1.size-large:not(:first-child), .content h2.size-large:not(:first-child), .content h3.size-large:not(:first-child), .content h4.size-large:not(:first-child), .content h5.size-large:not(:first-child), .content h6.size-large:not(:first-child) {
  margin-top: 0.5em;
}

.content h1.size-large:not(:last-child), .content h2.size-large:not(:last-child), .content h3.size-large:not(:last-child), .content h4.size-large:not(:last-child), .content h5.size-large:not(:last-child), .content h6.size-large:not(:last-child) {
  margin-bottom: 0.5em;
}

.content h1.size-medium:not(:first-child), .content h2.size-medium:not(:first-child), .content h3.size-medium:not(:first-child), .content h4.size-medium:not(:first-child), .content h5.size-medium:not(:first-child), .content h6.size-medium:not(:first-child) {
  margin-top: 1.785em;
}

.content h1.size-medium:not(:last-child), .content h2.size-medium:not(:last-child), .content h3.size-medium:not(:last-child), .content h4.size-medium:not(:last-child), .content h5.size-medium:not(:last-child), .content h6.size-medium:not(:last-child) {
  margin-bottom: 0.5em;
}

.content h1.size-small:not(:first-child), .content h2.size-small:not(:first-child), .content h3.size-small:not(:first-child), .content h4.size-small:not(:first-child), .content h5.size-small:not(:first-child), .content h6.size-small:not(:first-child) {
  margin-top: 0.5em;
}

.content h1.size-small:not(:last-child), .content h2.size-small:not(:last-child), .content h3.size-small:not(:last-child), .content h4.size-small:not(:last-child), .content h5.size-small:not(:last-child), .content h6.size-small:not(:last-child) {
  margin-bottom: 0.5em;
}

.content h1.size-smaller:not(:first-child), .content h2.size-smaller:not(:first-child), .content h3.size-smaller:not(:first-child), .content h4.size-smaller:not(:first-child), .content h5.size-smaller:not(:first-child), .content h6.size-smaller:not(:first-child) {
  margin-top: 0.5em;
}

.content h1.size-smaller:not(:last-child), .content h2.size-smaller:not(:last-child), .content h3.size-smaller:not(:last-child), .content h4.size-smaller:not(:last-child), .content h5.size-smaller:not(:last-child), .content h6.size-smaller:not(:last-child) {
  margin-bottom: 0.5em;
}

.content a {
  color: #00235D;
  text-decoration: underline;
}

.content p {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .content p {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .content p {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .content p {
    font-size: 30px;
  }
}

.content p:not(:last-child) {
  margin-bottom: 1.333333em;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 500;
}

.content ul {
  font-size: 15px;
  line-height: 1.333333;
  list-style: disc;
  padding-left: 1em;
}

@media screen and (min-width: 437.5px) {
  .content ul {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .content ul {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .content ul {
    font-size: 30px;
  }
}

.content ul:not(:last-child) {
  margin-bottom: 1.333333em;
}

form {
  background-color: #FFFFFF;
  padding: 18.28571429px;
  padding-top: 36.57142857px;
}

@media screen and (min-width: 320px) {
  form {
    padding: calc(0.05714286 * 100vw + 0px);
    padding-top: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  form {
    padding: calc(0.025 * 100vw + 0px);
    padding-top: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  form {
    padding: 50px;
    padding-top: 100px;
  }
}

form .content h3 {
  font-size: 21px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  form .content h3 {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  form .content h3 {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  form .content h3 {
    font-size: 42px;
  }
}

form .content p {
  margin-bottom: 1.5em !important;
}

form label {
  font-size: 15px;
  line-height: 1.333333;
  position: absolute;
  color: #A3A9B9;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 1.1em 0.5em 0;
  -webkit-transform: scale(1) translateY(0) translateX(0);
          transform: scale(1) translateY(0) translateX(0);
  -webkit-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  transition: transform ease 250ms;
  transition: transform ease 250ms, -webkit-transform ease 250ms;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media screen and (min-width: 437.5px) {
  form label {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  form label {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  form label {
    font-size: 30px;
  }
}

form label.small {
  -webkit-transform: scale(0.7) translateY(-0.1em) translateX(0.3em);
          transform: scale(0.7) translateY(-0.1em) translateX(0.3em);
}

form .fields br {
  display: none;
}

.field__input {
  position: relative;
  padding-bottom: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .field__input {
    padding-bottom: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .field__input {
    padding-bottom: calc(0.0125 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .field__input {
    padding-bottom: 25px;
  }
}

.field__input input {
  font-size: 15px;
  line-height: 1.333333;
  line-height: 1;
  background-color: transparent;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #00235D;
  width: 100%;
  padding: 1.3em 0 0.2em;
  text-indent: 0.5em;
  color: #00235D;
  position: relative;
}

@media screen and (min-width: 437.5px) {
  .field__input input {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .field__input input {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .field__input input {
    font-size: 30px;
  }
}

.field__input input:focus {
  outline: 0;
}

.field__textarea {
  position: relative;
}

.field__textarea textarea {
  font-size: 15px;
  line-height: 1.333333;
  background-color: transparent;
  border: 1px solid #00235D;
  width: 100%;
  padding: 1.3em 0.5em 0.3em;
  color: #00235D;
  position: relative;
}

@media screen and (min-width: 437.5px) {
  .field__textarea textarea {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .field__textarea textarea {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .field__textarea textarea {
    font-size: 30px;
  }
}

.field__textarea textarea:focus {
  outline: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 1.333333;
  color: #EC1B2E;
  font-weight: 500;
  padding-top: 0.5em;
}

@media screen and (min-width: 656.25px) {
  span.wpcf7-not-valid-tip {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  span.wpcf7-not-valid-tip {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  span.wpcf7-not-valid-tip {
    font-size: 20px;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked {
  font-size: 15px;
  line-height: 1.333333;
  padding: 1.25em 1em;
  margin: 0;
  border: 0;
  background-color: #EC1B2E;
  color: #FFFFFF;
  margin-top: 1em;
}

@media screen and (min-width: 656.25px) {
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-spam-blocked {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-spam-blocked {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-spam-blocked {
    font-size: 20px;
  }
}

div.wpcf7-mail-sent-ok {
  font-size: 15px;
  line-height: 1.333333;
  padding: 1.25em 1em;
  margin: 0;
  border: 0;
  background-color: #01B1EA;
  color: #FFFFFF;
  margin-top: 1em;
}

@media screen and (min-width: 656.25px) {
  div.wpcf7-mail-sent-ok {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  div.wpcf7-mail-sent-ok {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  div.wpcf7-mail-sent-ok {
    font-size: 20px;
  }
}

input[type="submit"] {
  font-size: 15px;
  line-height: 1.333333;
  cursor: pointer;
  line-height: 2.5;
  border: 0;
  margin-top: 3em;
  padding: 0 3em;
  background-color: #00235D;
  color: #FFFFFF;
  font-weight: 500;
}

@media screen and (min-width: 437.5px) {
  input[type="submit"] {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  input[type="submit"] {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  input[type="submit"] {
    font-size: 30px;
  }
}

input[type="submit"]:focus {
  outline: 0;
}

.wpcf7-form-control-wrap {
  padding-top: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .wpcf7-form-control-wrap {
    padding-top: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .wpcf7-form-control-wrap {
    padding-top: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .wpcf7-form-control-wrap {
    padding-top: 100px;
  }
}

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

input.flatpickr-input {
  border-radius: 0;
  height: 2.73em;
  -webkit-appearance: none;
}

.section.section--padding-top-25 {
  padding-top: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-25 {
    padding-top: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-25 {
    padding-top: calc(0.0125 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-25 {
    padding-top: 25px;
  }
}

.section.section--padding-top-50 {
  padding-top: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-50 {
    padding-top: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-50 {
    padding-top: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-50 {
    padding-top: 50px;
  }
}

.section.section--padding-top-75 {
  padding-top: 27.42857143px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-75 {
    padding-top: calc(0.08571429 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-75 {
    padding-top: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-75 {
    padding-top: 75px;
  }
}

.section.section--padding-top-100 {
  padding-top: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-100 {
    padding-top: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-100 {
    padding-top: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-100 {
    padding-top: 100px;
  }
}

.section.section--padding-top-150 {
  padding-top: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-150 {
    padding-top: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-150 {
    padding-top: calc(0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-150 {
    padding-top: 150px;
  }
}

.section.section--padding-top-200 {
  padding-top: 73.14285714px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-top-200 {
    padding-top: calc(0.22857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-top-200 {
    padding-top: calc(0.1 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-top-200 {
    padding-top: 200px;
  }
}

.section.section--padding-bottom-25 {
  padding-bottom: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-25 {
    padding-bottom: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-25 {
    padding-bottom: calc(0.0125 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-25 {
    padding-bottom: 25px;
  }
}

.section.section--padding-bottom-50 {
  padding-bottom: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-50 {
    padding-bottom: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-50 {
    padding-bottom: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-50 {
    padding-bottom: 50px;
  }
}

.section.section--padding-bottom-75 {
  padding-bottom: 27.42857143px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-75 {
    padding-bottom: calc(0.08571429 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-75 {
    padding-bottom: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-75 {
    padding-bottom: 75px;
  }
}

.section.section--padding-bottom-100 {
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-100 {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-100 {
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-100 {
    padding-bottom: 100px;
  }
}

.section.section--padding-bottom-150 {
  padding-bottom: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-150 {
    padding-bottom: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-150 {
    padding-bottom: calc(0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-150 {
    padding-bottom: 150px;
  }
}

.section.section--padding-bottom-200 {
  padding-bottom: 73.14285714px;
}

@media screen and (min-width: 320px) {
  .section.section--padding-bottom-200 {
    padding-bottom: calc(0.22857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section.section--padding-bottom-200 {
    padding-bottom: calc(0.1 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section.section--padding-bottom-200 {
    padding-bottom: 200px;
  }
}

.section.section--background-colour-white {
  background-color: #FFFFFF;
}

.section.section--background-colour-light-grey {
  background-color: #F4F4F4;
}

@media screen and (max-width: 319px) {
  .sections .section:last-child {
    padding-bottom: 219.42857143px !important;
  }
}

@media screen and (max-width: 874px) {
  .sections .section:last-child {
    padding-bottom: calc(0.68571429 * 100vw + 0px) !important;
  }
}

.page {
  overflow: hidden;
}

.template-default.page__content {
  background-color: #F4F4F4;
}

.accordion-menu {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .accordion-menu {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .accordion-menu {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .accordion-menu {
    font-size: 30px;
  }
}

.accordion-menu .menu {
  border-bottom: 1px solid #01B1EA;
}

.accordion-menu .menu {
  padding: 1em 0;
}

@media screen and (min-width: 875px) {
  .accordion-menu .menu {
    padding: 0;
  }
}

.accordion-menu .menu__header {
  position: relative;
}

.accordion-menu .menu__header .menu__link {
  font-weight: 500;
}

.accordion-menu .menu__opener {
  cursor: pointer;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.accordion-menu .menu__opener:before, .accordion-menu .menu__opener:after {
  background-color: #01B1EA;
  content: "";
  height: 2px;
  width: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform ease-out 250ms;
  transition: -webkit-transform ease-out 250ms;
  transition: transform ease-out 250ms;
  transition: transform ease-out 250ms, -webkit-transform ease-out 250ms;
}

.accordion-menu .menu__opener:before {
  -webkit-transform: translate(-83%, -40%) rotate(45deg);
          transform: translate(-83%, -40%) rotate(45deg);
}

.accordion-menu .menu__opener:after {
  -webkit-transform: translate(-17%, -40%) rotate(-45deg);
          transform: translate(-17%, -40%) rotate(-45deg);
}

.accordion-menu .menu__content {
  overflow: hidden;
  height: 0;
}

@media screen and (min-width: 875px) {
  .accordion-menu .menu__content {
    height: auto;
  }
}

.accordion-menu .menu__list {
  padding-top: 1em;
}

.accordion-menu .menu__link {
  color: #01B1EA;
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 655.25px) {
  .accordion-menu .menu__content .menu__link {
    line-height: 30px;
  }
}

.accordion-menu .menu.open .menu__opener:before {
  -webkit-transform: translate(-83%, -40%) rotate(-45deg);
          transform: translate(-83%, -40%) rotate(-45deg);
}

.accordion-menu .menu.open .menu__opener:after {
  -webkit-transform: translate(-17%, -40%) rotate(45deg);
          transform: translate(-17%, -40%) rotate(45deg);
}

.accordion-menu .menu.open .menu__content {
  height: auto;
}

.tabs {
  padding-top: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .tabs {
    padding-top: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .tabs {
    padding-top: calc(0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tabs {
    padding-top: 150px;
  }
}

.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F4F4F4;
  text-align: center;
  padding: 0.5em 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .tabs ul li {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .tabs ul li {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tabs ul li {
    font-size: 30px;
  }
}

.tabs ul li.is-active {
  background-color: #FFFFFF;
}

.tabs-content {
  background-color: #FFFFFF;
  padding: 18.28571429px;
  padding-top: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .tabs-content {
    padding: calc(0.05714286 * 100vw + 0px);
    padding-top: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .tabs-content {
    padding: calc(0.025 * 100vw + 0px);
    padding-top: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tabs-content {
    padding: 50px;
    padding-top: 100px;
  }
}

.tabs-content > ul > li {
  display: none;
}

.tabs-content > ul > li.is-active {
  display: block;
}

.tab-list {
  font-size: 15px;
  line-height: 1.333333;
  padding-top: 1em;
  padding-bottom: 2em;
}

@media screen and (min-width: 437.5px) {
  .tab-list {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .tab-list {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tab-list {
    font-size: 30px;
  }
}

.tab-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #00235D;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.tab-list ul li .key,
.tab-list ul li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-list ul li .value {
  text-align: right;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  line-height: 0;
}

.slick-list {
  position: relative;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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-dots {
  position: absolute;
  bottom: 2.3em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 0;
  font-size: 11px;
}

@media screen and (min-width: 320px) {
  .slick-dots {
    font-size: calc(0.01981982 * 100vw + 4.65765766px);
  }
}

@media screen and (min-width: 875px) {
  .slick-dots {
    font-size: calc(0.00977778 * 100vw + 2.44444444px);
  }
}

@media screen and (min-width: 2000px) {
  .slick-dots {
    font-size: 22px;
  }
}

.slick-dots li {
  display: inline-block;
  padding: 0 10px;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: block;
  text-indent: -20px;
  overflow: hidden;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.video-ratio {
  position: relative;
  width: 100%;
}

.video-ratio .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-ratio .vjs-poster {
  background-size: cover;
}

.video-ratio .vjs-big-play-button {
  color: transparent;
  background-color: #00235D;
  background-image: url(../../assets/images/play--white.png);
  background-size: cover;
  border-radius: 0;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 36.57142857px;
  width: 36.57142857px;
  margin: auto;
}

@media screen and (min-width: 320px) {
  .video-ratio .vjs-big-play-button {
    height: calc(0.11428571 * 100vw + 0px);
    width: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .video-ratio .vjs-big-play-button {
    height: calc(0.05 * 100vw + 0px);
    width: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .video-ratio .vjs-big-play-button {
    height: 100px;
    width: 100px;
  }
}

.video-ratio .vjs-big-play-button span {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1.25;
}

.video-ratio .video-js:hover .vjs-big-play-button {
  background-color: #01B1EA;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

@media screen and (min-width: 875px) {
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
}

.columns {
  display: block;
}

@media screen and (min-width: 875px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columns.flex-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.gap-12 {
  margin: -2.19428571px;
}

@media screen and (min-width: 320px) {
  .columns.gap-12 {
    margin: calc(-0.00685714 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-12 {
    margin: calc(-0.003 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-12 {
    margin: -6px;
  }
}

.columns.gap-12 .column {
  padding: 2.19428571px;
}

@media screen and (min-width: 320px) {
  .columns.gap-12 .column {
    padding: calc(0.00685714 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-12 .column {
    padding: calc(0.003 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-12 .column {
    padding: 6px;
  }
}

.columns.gap-75 {
  margin: -9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-75 {
    margin: calc(-0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-75 {
    margin: calc(-0.01875 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-75 {
    margin: -37.5px;
  }
}

.columns.gap-75 .column {
  padding: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-75 .column {
    padding: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-75 .column {
    padding: calc(0.01875 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-75 .column {
    padding: 37.5px;
  }
}

.columns.gap-100 {
  margin: -9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-100 {
    margin: calc(-0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-100 {
    margin: calc(-0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-100 {
    margin: -50px;
  }
}

.columns.gap-100 .column {
  padding: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-100 .column {
    padding: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-100 .column {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-100 .column {
    padding: 50px;
  }
}

.columns.gap-150 {
  margin: -18.28571429px -9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-150 {
    margin: calc(-0.05714286 * 100vw + 0px) calc(-0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-150 {
    margin: calc(-0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-150 {
    margin: -75px;
  }
}

.columns.gap-150 .column {
  padding: 18.28571429px 9.14285714px;
}

@media screen and (min-width: 320px) {
  .columns.gap-150 .column {
    padding: calc(0.05714286 * 100vw + 0px) calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .columns.gap-150 .column {
    padding: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .columns.gap-150 .column {
    padding: 75px;
  }
}

.page__header--absolute .logo {
  display: none;
}

.page__header--absolute .header--navy-blue .logo--navy-blue {
  display: block;
}

.page__header--absolute .header--navy-blue .menu__link {
  color: #FFFFFF;
}

.page__header--absolute .header--navy-blue .menu__item:last-child .menu__link {
  border: 2px solid #FFFFFF;
}

.page__header--absolute .header--navy-blue .header__opener {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page__header--absolute .header--sky-blue .logo--sky-blue {
  display: block;
}

.page__header--absolute .header--sky-blue .menu__link {
  color: #FFFFFF;
}

.page__header--absolute .header--sky-blue .menu__item:last-child .menu__link {
  border: 2px solid #FFFFFF;
}

.page__header--absolute .header--sky-blue .header__opener {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page__header--absolute .header--white .logo--white {
  display: block;
}

.page__header--absolute .header--white .menu__link {
  color: #00235D;
}

.page__header--absolute .header--white .menu__item:last-child .menu__link {
  border: 2px solid #00235D;
}

.page__header--absolute .header--white .header__opener {
  color: #00235D;
  border: 2px solid #00235D;
}

.page__header {
  padding: 43.88571429px 0;
}

@media screen and (min-width: 320px) {
  .page__header {
    padding: calc(0.13714286 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .page__header {
    padding: calc(0.075 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .page__header {
    padding: 150px 0;
  }
}

.page__header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__header .header__logo {
  height: 26.33142857px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 202.60571429px;
          flex: 0 0 202.60571429px;
  position: relative;
}

@media screen and (min-width: 320px) {
  .page__header .header__logo {
    height: calc(0.08228571 * 100vw + 0px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(0.63314286 * 100vw + 0px);
            flex: 0 0 calc(0.63314286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__header .header__logo {
    height: calc(0.036 * 100vw + 0px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(0.277 * 100vw + 0px);
            flex: 0 0 calc(0.277 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__header .header__logo {
    height: 72px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 554px;
            flex: 0 0 554px;
  }
}

.page__header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page__header .logo img {
  width: 100%;
  display: block;
}

.page__header .header__opener {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 0.7em;
  height: 2.4em;
  font-size: 15px;
  line-height: 1.333333;
  line-height: 2.4em;
}

@media screen and (min-width: 437.5px) {
  .page__header .header__opener {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .page__header .header__opener {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__header .header__opener {
    font-size: 30px;
  }
}

.page__header--absolute {
  min-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.page__header--absolute .header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__header--absolute .header__menu {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 875px) {
  .page__header--absolute .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page__header--absolute .header__menu .menu__list {
  display: none;
}

@media screen and (min-width: 875px) {
  .page__header--absolute .header__menu .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page__header--absolute .header__menu .menu__link {
  display: block;
  text-decoration: none;
  margin-left: 1em;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .page__header--absolute .header__menu .menu__link {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .page__header--absolute .header__menu .menu__link {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__header--absolute .header__menu .menu__link {
    font-size: 30px;
  }
}

.page__header--absolute .header__menu .menu__item:first-child {
  display: none;
}

.page__header--absolute .header__menu .menu__item:last-child .menu__link {
  padding: 0 0.7em;
  line-height: 2.4em;
  height: 2.4em;
  margin-top: -2px;
}

@media screen and (min-width: 875px) {
  .page__header--absolute .header__opener {
    display: none;
  }
}

.page__header--fixed {
  display: none;
}

.page__header--fixed.open {
  display: block;
}

@media screen and (min-width: 875px) {
  .page__header--fixed.open {
    display: none;
  }
}

.page__header--fixed {
  background-color: #FFFFFF;
  overflow-y: scroll;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 200;
}

.page__header--fixed .header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__header--fixed .header__opener {
  color: #00235D;
  border: 2px solid #00235D;
}

.page__header--fixed .header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 43.88571429px;
}

@media screen and (min-width: 320px) {
  .page__header--fixed .header__menu {
    padding-top: calc(0.13714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__header--fixed .header__menu {
    padding-top: 120px;
  }
}

.page__header--fixed .accordion-menu .menu:last-child {
  padding: 0;
  border-bottom: 0;
  padding-top: 3em;
}

.page__header--fixed .accordion-menu .menu:last-child .menu__link {
  background-color: #00235D;
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  height: 3em;
  line-height: 3em;
  text-align: center;
}

.page__header--fixed .accordion-menu .menu {
  border-color: #00235D;
}

.page__header--fixed .accordion-menu .menu__opener:before,
.page__header--fixed .accordion-menu .menu__opener:after {
  background-color: #00235D;
}

.page__header--fixed .accordion-menu .menu__link {
  color: #00235D;
}

.page__footer {
  background-color: #00235D;
}

.page__footer .accordion-menu {
  padding-top: 54.85714286px;
  padding-bottom: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .page__footer .accordion-menu {
    padding-top: calc(0.17142857 * 100vw + 0px);
    padding-bottom: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__footer .accordion-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(0.075 * 100vw + 0px);
    padding-bottom: calc(0.1 * 100vw + 0px);
  }
  .page__footer .accordion-menu .menu {
    border-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .page__footer .accordion-menu .menu__opener {
    display: none;
  }
}

@media screen and (min-width: 2000px) {
  .page__footer .accordion-menu {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

.page__footer .menu__link {
  -webkit-transition: color ease 250ms;
  transition: color ease 250ms;
}

.page__footer .menu__link:hover {
  color: #FFFFFF;
}

.footer-top {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#00235d), to(rgba(1, 177, 234, 0.5)));
  background: linear-gradient(to right, #00235d, rgba(1, 177, 234, 0.5));
}

.footer-random {
  position: relative;
}

.footer-random__image {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 80%;
}

@media screen and (min-width: 875px) {
  .footer-random__image {
    bottom: 0;
    right: 0;
    width: 38.23529412%;
  }
}

.footer-random__image img {
  display: block;
}

.footer-random__text {
  padding: 36.57142857px 0;
}

.footer-random__text br {
  display: none;
}

@media screen and (min-width: 320px) {
  .footer-random__text {
    padding: calc(0.11428571 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .footer-random__text {
    padding: calc(0.05 * 100vw + 0px) 0;
  }
  .footer-random__text br {
    display: inline;
  }
}

@media screen and (min-width: 2000px) {
  .footer-random__text {
    padding: 100px 0;
  }
}

.footer-middle {
  background-color: #00235D;
  position: relative;
}

.footer-bottom {
  background-color: #00235D;
  position: relative;
}

.footer-top__inner {
  position: relative;
}

.footer-top__inner .person {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 20%;
}

.footer-top__inner .person img {
  display: block;
}

.footer-top__inner .contact {
  font-size: 15px;
  line-height: 1.333333;
  color: #01B1EA;
  padding: 36.57142857px 0;
}

@media screen and (min-width: 437.5px) {
  .footer-top__inner .contact {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .footer-top__inner .contact {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .footer-top__inner .contact {
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) {
  .footer-top__inner .contact {
    padding: calc(0.11428571 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .footer-top__inner .contact {
    padding: calc(0.05 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .footer-top__inner .contact {
    padding: 100px 0;
  }
}

.footer-top__inner .contact .key {
  color: #FFFFFF;
  font-weight: 500;
}

.footer-bottom__inner {
  padding-bottom: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .footer-bottom__inner {
    padding-bottom: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .footer-bottom__inner {
    padding-bottom: calc(0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .footer-bottom__inner {
    padding-bottom: 150px;
  }
}

.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom__inner .footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.footer-bottom__inner .footer__affiliates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__logo--mobile img,
.footer__logo--desktop img {
  display: block;
}

.footer__logo--desktop img {
  position: absolute;
  bottom: 0;
}

.footer__logo--mobile {
  display: block;
  width: 112.64px;
}

@media screen and (min-width: 320px) {
  .footer__logo--mobile {
    width: calc(0.352 * 100vw + 0px);
  }
}

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

.footer__logo--desktop {
  display: none;
  height: 100%;
  position: relative;
  width: 242.375px;
}

@media screen and (min-width: 875px) {
  .footer__logo--desktop {
    display: block;
    width: calc(0.277 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .footer__logo--desktop {
    width: 554px;
  }
}

.footer__affiliates .affiliate {
  display: block;
  width: 68px;
  margin-left: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .footer__affiliates .affiliate {
    margin-left: calc(0.02857143 * 100vw + 0px);
    width: calc(0.15542857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .footer__affiliates .affiliate {
    margin-left: calc(0.0125 * 100vw + 0px);
    width: calc(0.068 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .footer__affiliates .affiliate {
    margin-left: 25px;
    width: 136px;
  }
}

.footer__affiliates .affiliate img {
  display: block;
}

.page__heading {
  padding-top: 156.52571429px;
  padding-bottom: 46.81142857px;
}

@media screen and (min-width: 320px) {
  .page__heading {
    padding-top: calc(0.48914286 * 100vw + 0px);
    padding-bottom: calc(0.14628571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__heading {
    padding-top: calc(0.214 * 100vw + 0px);
    padding-bottom: calc(0.064 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__heading {
    padding-top: 428px;
    padding-bottom: 128px;
  }
}

.page__heading .heading h1 {
  font-size: 29.25714286px;
  line-height: 1;
  font-weight: 300;
  font-weight: 300;
}

@media screen and (min-width: 320px) {
  .page__heading .heading h1 {
    font-size: calc(0.09142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__heading .heading h1 {
    font-size: calc(0.04 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__heading .heading h1 {
    font-size: 80px;
  }
}

.page__content.template-has-side {
  background-color: #F4F4F4;
  padding-top: 54.85714286px;
  padding-bottom: 182.85714286px;
}

@media screen and (min-width: 320px) {
  .page__content.template-has-side {
    padding-top: calc(0.17142857 * 100vw + 0px);
    padding-bottom: calc(0.57142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__content.template-has-side {
    padding-top: calc(0.075 * 100vw + 0px);
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__content.template-has-side {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.page__content.template-has-side .main {
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .page__content.template-has-side .main {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__content.template-has-side .main {
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__content.template-has-side .main {
    padding-bottom: 100px;
  }
}

.page__content.template-has-side .side {
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .page__content.template-has-side .side {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .page__content.template-has-side .side {
    margin-top: calc(-0.179 * 100vw + 0px);
    padding-left: calc(0.075 * 100vw + 0px);
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .page__content.template-has-side .side {
    margin-top: -358px;
    padding-left: 150px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 874px) {
  .page__content.template-has-side.product-detail {
    padding-top: 0;
  }
}

.section--banners .banners {
  max-width: 2000px;
  margin: 0 auto;
}

.section--banners .banners .banner {
  position: relative;
  overflow: hidden;
  padding-top: 129.37%;
}

@media screen and (min-width: 875px) {
  .section--banners .banners .banner {
    padding-top: 52.5%;
  }
}

.section--banners .banners .image--mobile,
.section--banners .banners .image--desktop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section--banners .banners .image--mobile {
  display: block;
}

@media screen and (min-width: 875px) {
  .section--banners .banners .image--mobile {
    display: none;
  }
}

.section--banners .banners .image--desktop {
  display: none;
}

@media screen and (min-width: 875px) {
  .section--banners .banners .image--desktop {
    display: block;
  }
}

.slick-slide.slick-active .image-layer.animate--diagonal {
  -webkit-animation: diagonal 750ms ease-out;
          animation: diagonal 750ms ease-out;
}

.slick-slide.slick-active .image-layer.animate--up {
  -webkit-animation: up 750ms ease;
          animation: up 750ms ease;
}

@-webkit-keyframes diagonal {
  from {
    -webkit-transform: translateY(10vw) translateX(-10vw);
            transform: translateY(10vw) translateX(-10vw);
  }
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@keyframes diagonal {
  from {
    -webkit-transform: translateY(10vw) translateX(-10vw);
            transform: translateY(10vw) translateX(-10vw);
  }
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  from {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.banner__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 70.21714286px;
  padding-bottom: 138.97142857px;
}

@media screen and (min-width: 320px) {
  .banner__text {
    padding-top: calc(0.21942857 * 100vw + 0px);
    padding-bottom: calc(0.43428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .banner__text {
    padding-top: calc(0.111 * 100vw + 0px);
    padding-bottom: calc(0.023 * 100vw + 0px);
    text-align: left;
  }
}

@media screen and (min-width: 2000px) {
  .banner__text {
    padding-top: 222px;
    padding-bottom: 46px;
  }
}

.banner__text .text {
  width: 100%;
}

.banner__text h1 {
  font-weight: 300 !important;
  margin-bottom: 0.5em !important;
}

.banner__text br {
  display: none;
}

@media screen and (min-width: 875px) {
  .banner__text br {
    display: inline;
  }
}

.banner__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: center center;
  margin: 0 -18.28571429px;
}

@media screen and (min-width: 320px) {
  .banner__background {
    margin: 0 calc(-0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .banner__background {
    margin: 0 calc(-0.075 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .banner__background {
    margin: 0 calc((100vw - 1700px) / -2);
  }
}

.section--banners.banners--navy-blue {
  background-color: #00235D;
}

.section--banners.banners--sky-blue {
  background-color: #01B1EA;
}

.section--banners.banners--white {
  background-color: #FFFFFF;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--breadcrumbs {
  padding-top: 36.57142857px;
  padding-bottom: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .section--breadcrumbs {
    padding-top: calc(0.11428571 * 100vw + 0px);
    padding-bottom: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs {
    padding: calc(0.075 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .section--breadcrumbs {
    padding: 150px 0;
  }
}

.section--breadcrumbs .breadcrumbs {
  display: block;
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.section--breadcrumbs .breadcrumbs .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .breadcrumbs .text {
    text-align: left;
  }
}

.section--breadcrumbs .breadcrumbs .text h3 {
  font-size: 21px;
  line-height: 1.333333;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 437.5px) {
  .section--breadcrumbs .breadcrumbs .text h3 {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .breadcrumbs .text h3 {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--breadcrumbs .breadcrumbs .text h3 {
    font-size: 42px;
  }
}

.section--breadcrumbs .breadcrumbs .list {
  margin-bottom: 54.85714286px;
}

@media screen and (min-width: 320px) {
  .section--breadcrumbs .breadcrumbs .list {
    margin-bottom: calc(0.17142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .breadcrumbs .list {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.section--breadcrumbs .crumbs {
  text-align: center;
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .crumbs {
    text-align: right;
  }
}

.section--breadcrumbs .crumbs .crumb {
  font-size: 15px;
  line-height: 1.333333;
  display: inline-block;
  color: #00235D;
  text-decoration: none;
}

@media screen and (min-width: 437.5px) {
  .section--breadcrumbs .crumbs .crumb {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .section--breadcrumbs .crumbs .crumb {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--breadcrumbs .crumbs .crumb {
    font-size: 30px;
  }
}

.section--breadcrumbs .crumbs .crumb:after {
  content: ">";
  display: inline-block;
  color: #A0A0A0;
  padding-left: 0.35em;
  padding-right: 0.1em;
}

.section--breadcrumbs .crumbs .crumb:last-child:after {
  display: none;
}

.section--image img {
  display: block;
}

.point {
  display: block;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 875px) {
  .point {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.point__title h3 {
  font-size: 21px;
  line-height: 1.333333;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (min-width: 437.5px) {
  .point__title h3 {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .point__title h3 {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .point__title h3 {
    font-size: 42px;
  }
}

.point__description {
  font-size: 15px;
  line-height: 1.333333;
  margin-bottom: 1em;
  line-height: 1.35;
}

@media screen and (min-width: 437.5px) {
  .point__description {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .point__description {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .point__description {
    font-size: 30px;
  }
}

.point__icon {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .point__icon {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .point__icon {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .point__icon {
    font-size: 30px;
  }
}

.point__icon img {
  display: block;
  width: 100%;
}

.point__icon--top {
  margin-bottom: 1em;
}

.point.text-colour--white .point__title,
.point.text-colour--white .point__description {
  color: #FFFFFF;
}

.point.text-colour--light-grey .point__title,
.point.text-colour--light-grey .point__description {
  color: #F4F4F4;
}

.point.text-colour--sky-blue .point__title,
.point.text-colour--sky-blue .point__description {
  color: #01B1EA;
}

.point.text-colour--navy-blue .point__title,
.point.text-colour--navy-blue .point__description {
  color: #00235D;
}

.point.background-colour--white {
  background-color: #FFFFFF;
}

.point.background-colour--light-grey {
  background-color: #F4F4F4;
}

.point.background-colour--sky-blue {
  background-color: #01B1EA;
}

.point.background-colour--navy-blue {
  background-color: #00235D;
}

.point.has-background {
  padding: 18.28571429px 0;
}

@media screen and (min-width: 320px) {
  .point.has-background {
    padding: calc(0.05714286 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .point.has-background {
    padding: calc(0.025 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .point.has-background {
    padding: 50px 0;
  }
}

@media screen and (min-width: 875px) {
  .section--text .text {
    width: 75%;
    margin: 0 auto;
  }
}

.section--tiles .heading {
  text-align: center;
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section--tiles .heading {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--tiles .heading {
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--tiles .heading {
    padding-bottom: 100px;
  }
}

.section--tiles .heading h3 {
  font-size: 21px;
  line-height: 1.333333;
  font-weight: 500;
}

@media screen and (min-width: 437.5px) {
  .section--tiles .heading h3 {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .section--tiles .heading h3 {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--tiles .heading h3 {
    font-size: 42px;
  }
}

@media screen and (min-width: 875px) {
  .section--tiles .tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 875px) {
  .section--tiles .tiles .tiles__left {
    padding-right: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--tiles .tiles .tiles__left {
    padding-right: 75px;
  }
}

@media screen and (min-width: 875px) {
  .section--tiles .tiles .tiles__right {
    padding-left: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--tiles .tiles .tiles__right {
    padding-left: 75px;
  }
}

@media screen and (min-width: 875px) {
  .tiles__left,
  .tiles__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.tiles__left {
  margin-bottom: 2.19428571px;
}

@media screen and (min-width: 320px) {
  .tiles__left {
    margin-bottom: calc(0.00685714 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .tiles__left {
    margin-bottom: 6px;
  }
}

.tile {
  display: block;
  padding-top: 100%;
  position: relative;
  font-size: 10.97142857px;
  line-height: 1.333333;
  line-height: 1.05;
}

@media screen and (min-width: 320px) {
  .tile {
    font-size: calc(0.03428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .tile {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tile {
    font-size: 30px;
  }
}

.tile__icon {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 27.42857143px;
}

@media screen and (min-width: 320px) {
  .tile__icon {
    width: calc(0.08571429 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .tile__icon {
    width: calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .tile__icon {
    width: 75px;
  }
}

.tile__icon img {
  display: block;
}

.tile__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
}

.tile__text h3 {
  font-weight: 500;
}

.tile.text-colour--white .tile__text {
  color: #FFFFFF;
}

.tile.text-colour--light-grey .tile__text {
  color: #F4F4F4;
}

.tile.text-colour--sky-blue .tile__text {
  color: #01B1EA;
}

.tile.text-colour--navy-blue .tile__text {
  color: #00235D;
}

.tile.background-colour--white {
  background-color: #FFFFFF;
}

.tile.background-colour--light-grey {
  background-color: #F4F4F4;
}

.tile.background-colour--sky-blue {
  background-color: #01B1EA;
}

.tile.background-colour--navy-blue {
  background-color: #00235D;
}

.slug-home .tiles .column {
  display: none;
}

@media screen and (min-width: 875px) {
  .slug-home .tiles .column {
    display: block;
  }
}

.slug-home .tiles .column:nth-child(1),
.slug-home .tiles .column:nth-child(2),
.slug-home .tiles .column:last-child {
  display: block;
}

.section--products {
  background-color: #F4F4F4;
  padding-top: 36.57142857px;
  padding-bottom: 73.14285714px;
}

@media screen and (min-width: 320px) {
  .section--products {
    padding-top: calc(0.11428571 * 100vw + 0px);
    padding-bottom: calc(0.22857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--products {
    padding-top: calc(0.05 * 100vw + 0px);
    padding-bottom: calc(0.1 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--products {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.product-list .product {
  position: relative;
  padding-top: 120%;
}

.product-list .product__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.product-list .product__background.background--sky-blue {
  background-color: #01B1EA;
}

.product-list .product__background.background--sky-blue-half {
  background-color: #66D1F2;
}

.product-list .product__background.background--sky-blue-quarter {
  background-color: #CCF0FB;
}

@media screen and (min-width: 875px) {
  .product-detail h1.detail__heading {
    display: none;
  }
}

.product-detail .detail__description {
  text-align: center;
}

@media screen and (min-width: 875px) {
  .product-detail .detail__description {
    text-align: left;
  }
}

.product-detail .detail__description p {
  font-size: 21px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .product-detail .detail__description p {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .product-detail .detail__description p {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product-detail .detail__description p {
    font-size: 42px;
  }
}

@media screen and (min-width: 875px) {
  .product-detail .detail__description {
    padding-right: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product-detail .detail__description {
    padding-right: 50px;
  }
}

.detail__images {
  padding: 9.14285714px 0;
}

@media screen and (min-width: 320px) {
  .detail__images {
    padding: calc(0.02857143 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .detail__images {
    padding: calc(0.0125 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .detail__images {
    padding: 25px 0;
  }
}

.detail__images .image:not(:last-child) {
  margin-bottom: 9.14285714px;
}

@media screen and (min-width: 320px) {
  .detail__images .image:not(:last-child) {
    margin-bottom: calc(0.02857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .detail__images .image:not(:last-child) {
    margin-bottom: calc(0.0125 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .detail__images .image:not(:last-child) {
    margin-bottom: 25px;
  }
}

.detail__images .image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 875px) {
  .detail__gallery--mobile {
    display: none;
  }
}

.detail__quote .quote {
  text-align: center;
  padding: 18.28571429px 9.14285714px 0;
}

@media screen and (min-width: 320px) {
  .detail__quote .quote {
    padding: calc(0.05714286 * 100vw + 0px) calc(0.02857143 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .detail__quote .quote {
    padding: calc(0.0625 * 100vw + 0px) calc(0.0125 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 2000px) {
  .detail__quote .quote {
    padding: 125px 25px 0;
  }
}

.detail__quote .quote__cite-name {
  font-size: 15px;
  line-height: 1.333333;
  line-height: 1.1;
}

@media screen and (min-width: 437.5px) {
  .detail__quote .quote__cite-name {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .detail__quote .quote__cite-name {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .detail__quote .quote__cite-name {
    font-size: 30px;
  }
}

.detail__quote .quote__cite-name span {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 656.25px) {
  .detail__quote .quote__cite-name span {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  .detail__quote .quote__cite-name span {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .detail__quote .quote__cite-name span {
    font-size: 20px;
  }
}

.detail__carousel {
  position: relative;
  padding-top: 114.10285714px;
}

@media screen and (min-width: 320px) {
  .detail__carousel {
    padding-top: calc(0.35657143 * 100vw + 0px);
  }
}

.detail__carousel .slide-ratio {
  padding-top: 88.57142857%;
  position: relative;
}

.detail__carousel .slide-ratio:before {
  content: "";
  background-color: #F4F4F4;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.detail__carousel .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail__carousel .slick-arrow {
  font-size: 15px;
  line-height: 1.333333;
  background-size: cover;
  background-color: #00235D;
  background-position: 50% 50%;
  border: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 100;
  -webkit-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
  height: 36.57142857px;
  width: 36.57142857px;
  margin: auto;
}

@media screen and (min-width: 437.5px) {
  .detail__carousel .slick-arrow {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .detail__carousel .slick-arrow {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .detail__carousel .slick-arrow {
    font-size: 30px;
  }
}

.detail__carousel .slick-arrow:focus {
  outline: 0;
}

.detail__carousel .slick-arrow:hover {
  background-color: #01B1EA;
}

@media screen and (min-width: 320px) {
  .detail__carousel .slick-arrow {
    height: calc(0.11428571 * 100vw + 0px);
    width: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .detail__carousel .slick-arrow {
    height: calc(0.05 * 100vw + 0px);
    width: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .detail__carousel .slick-arrow {
    height: 100px;
    width: 100px;
  }
}

.detail__carousel .slick-prev {
  background-image: url(../../assets/images/prev--white.png);
  left: 0;
}

.detail__carousel .slick-next {
  background-image: url(../../assets/images/next--white.png);
  right: 0;
}

.product-share {
  background-color: #FFFFFF;
  padding: 18.28571429px;
  margin-bottom: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .product-share {
    padding: calc(0.05714286 * 100vw + 0px);
    margin-bottom: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .product-share {
    padding: calc(0.025 * 100vw + 0px);
    margin-bottom: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product-share {
    padding: 50px;
    margin-bottom: 50px;
  }
}

.section--reviews {
  background-color: #FFFFFF;
  padding-top: 73.14285714px;
  padding-bottom: 73.14285714px;
}

@media screen and (min-width: 320px) {
  .section--reviews {
    padding-top: calc(0.22857143 * 100vw + 0px);
    padding-bottom: calc(0.22857143 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews {
    padding-top: calc(0.1 * 100vw + 0px);
    padding-bottom: calc(0.1 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.section--reviews .slick-slide:focus {
  outline: 0;
}

.section--reviews .reviews--desktop {
  display: none;
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews--desktop {
    display: block;
    margin: 0 calc(-0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .reviews--desktop {
    margin: 0 -75px;
  }
}

.section--reviews .reviews--desktop .review {
  padding: 0 27.42857143px;
}

@media screen and (min-width: 320px) {
  .section--reviews .reviews--desktop .review {
    padding: 0 calc(0.08571429 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews--desktop .review {
    padding: 0 calc(0.0375 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .reviews--desktop .review {
    padding: 0 75px;
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews--mobile {
    display: none;
  }
}

.section--reviews .reviews--mobile .review:not(:last-child) {
  padding-bottom: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .section--reviews .reviews--mobile .review:not(:last-child) {
    padding-bottom: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews--mobile .review:not(:last-child) {
    padding-bottom: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .reviews--mobile .review:not(:last-child) {
    padding-bottom: 50px;
  }
}

.section--reviews .review__panel {
  background-color: #F4F4F4;
  position: relative;
}

.section--reviews .review__panel .panel__ratio {
  padding-top: 77.41935484%;
}

.section--reviews .review__review {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 45.71428571px;
  padding-right: 54.85714286px;
  padding-bottom: 18.28571429px;
  padding-left: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .section--reviews .review__review {
    padding-top: calc(0.14285714 * 100vw + 0px);
    padding-right: calc(0.17142857 * 100vw + 0px);
    padding-bottom: calc(0.05714286 * 100vw + 0px);
    padding-left: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__review {
    padding-top: calc(0.0625 * 100vw + 0px);
    padding-right: calc(0.075 * 100vw + 0px);
    padding-bottom: calc(0.025 * 100vw + 0px);
    padding-left: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__review {
    padding-top: 125px;
    padding-right: 150px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

.section--reviews .review__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18.28571429px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  .section--reviews .review__meta {
    padding: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__meta {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__meta {
    padding: 50px;
  }
}

.section--reviews .review__meta .meta__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.57142857px;
          flex: 0 0 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section--reviews .review__meta .meta__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(0.11428571 * 100vw + 0px);
            flex: 0 0 calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__meta .meta__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(0.05 * 100vw + 0px);
            flex: 0 0 calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__meta .meta__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.section--reviews .review__meta .meta__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.31428571px;
}

@media screen and (min-width: 320px) {
  .section--reviews .review__meta .meta__text {
    padding-left: calc(0.02285714 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__meta .meta__text {
    padding-left: calc(0.01 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__meta .meta__text {
    padding-left: 20px;
  }
}

.section--reviews .review__reviewer {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .section--reviews .review__reviewer {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__reviewer {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__reviewer {
    font-size: 30px;
  }
}

.section--reviews .review__time {
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 656.25px) {
  .section--reviews .review__time {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .review__time {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .review__time {
    font-size: 20px;
  }
}

.section--reviews .review__stars {
  position: absolute;
  top: 0;
  left: 0;
}

.section--reviews .reviews-headings {
  text-align: center;
  padding-bottom: 36.57142857px;
}

@media screen and (min-width: 320px) {
  .section--reviews .reviews-headings {
    padding-bottom: calc(0.11428571 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews-headings {
    padding-bottom: calc(0.05 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .section--reviews .reviews-headings {
    padding-bottom: 100px;
  }
}

.section--reviews .reviews-headings h2 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews-headings h2 {
    margin-bottom: 0.5em !important;
  }
  .section--reviews .reviews-headings h2 br {
    display: none;
  }
}

.section--reviews .reviews-headings p {
  display: none;
}

@media screen and (min-width: 875px) {
  .section--reviews .reviews-headings p {
    display: block;
  }
}

.review__stars {
  padding: 18.28571429px;
  width: 109.71428571px;
}

@media screen and (min-width: 320px) {
  .review__stars {
    padding: calc(0.05714286 * 100vw + 0px);
    width: calc(0.34285714 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .review__stars {
    padding: calc(0.025 * 100vw + 0px);
    width: calc(0.15 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .review__stars {
    padding: 50px;
    width: 300px;
  }
}

.stars {
  width: 100%;
  position: relative;
}

.stars:after {
  content: "";
  display: block;
  background-color: #F4F4F4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.stars img {
  display: block;
  width: 100%;
}

.reviews {
  position: relative;
}

.reviews .slick-arrow {
  font-size: 15px;
  line-height: 1.333333;
  background-size: cover;
  background-color: transparent;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  height: 1.666666em;
  width: 1.666666em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

@media screen and (min-width: 437.5px) {
  .reviews .slick-arrow {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .reviews .slick-arrow {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .reviews .slick-arrow {
    font-size: 30px;
  }
}

.reviews .slick-arrow:focus {
  outline: 0;
}

.reviews .slick-prev {
  background-image: url(../../assets/images/prev.png);
  left: -0.8325em;
}

.reviews .slick-next {
  background-image: url(../../assets/images/next.png);
  right: -0.8325em;
}

.review__stars--1 .stars:after {
  width: 80%;
}

.review__stars--1-5 .stars:after {
  width: 71%;
}

.review__stars--2 .stars:after {
  width: 60%;
}

.review__stars--2-5 .stars:after {
  width: 50%;
}

.review__stars--3 .stars:after {
  width: 40%;
}

.review__stars--3-5 .stars:after {
  width: 29%;
}

.review__stars--4 .stars:after {
  width: 18%;
}

.review__stars--4-5 .stars:after {
  width: 8%;
}

.review__stars--5 .stars:after {
  width: 0%;
}

.reviews--mobile .reviews .review {
  display: none;
}

.reviews--mobile .reviews .review:nth-child(1), .reviews--mobile .reviews .review:nth-child(2) {
  display: block;
}

.reviews--mobile.show-all .reviews .review {
  display: block;
}

.reviews-show-all {
  text-align: center;
  padding-top: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .reviews-show-all {
    padding-top: calc(0.05714286 * 100vw + 0px);
  }
}

.slug-bookings .page__heading {
  padding-top: 256px;
  padding-bottom: 0;
}

@media screen and (min-width: 320px) {
  .slug-bookings .page__heading {
    padding-top: calc(0.8 * 100vw + 0px);
    padding-bottom: 0;
  }
}

@media screen and (min-width: 875px) {
  .slug-bookings .page__heading {
    padding-top: calc(0.214 * 100vw + 0px);
    padding-bottom: calc(0.064 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .slug-bookings .page__heading {
    padding-top: 428px;
    padding-bottom: 128px;
  }
}

.slug-bookings .page__heading h1 {
  display: none;
}

@media screen and (min-width: 875px) {
  .slug-bookings .page__heading h1 {
    display: block;
  }
}

.bookings-image {
  position: relative;
}

.bookings-image img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 102.4px;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .bookings-image img {
    bottom: calc(0.32 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-image img {
    bottom: 0;
    width: 50%;
  }
}

.bookings-title {
  padding: 36.57142857px 0;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .bookings-title {
    padding: calc(0.11428571 * 100vw + 0px) 0;
  }
}

.bookings-title h1 {
  font-size: 29.25714286px;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 320px) {
  .bookings-title h1 {
    font-size: calc(0.09142857 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-title h1 {
    font-size: calc(0.04 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-title h1 {
    font-size: 80px;
  }
}

.bookings-form-outer {
  padding-bottom: 219.42857143px;
}

@media screen and (min-width: 320px) {
  .bookings-form-outer {
    padding-bottom: calc(0.68571429 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-form-outer {
    padding-top: calc(0.075 * 100vw + 0px);
    padding-bottom: calc(0.1 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-form-outer {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

.bookings-form {
  background-color: #FFFFFF;
  padding: 18.28571429px 0;
}

@media screen and (min-width: 320px) {
  .bookings-form {
    padding: calc(0.05714286 * 100vw + 0px) 0;
  }
}

@media screen and (min-width: 875px) {
  .bookings-form {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-form {
    padding: 50px;
  }
}

.bookings-form form h3 {
  font-size: 15px;
  line-height: 1.333333;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (min-width: 437.5px) {
  .bookings-form form h3 {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-form form h3 {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-form form h3 {
    font-size: 30px;
  }
}

.bookings-form .intro {
  padding: 18.28571429px 18.28571429px 0 18.28571429px;
}

@media screen and (min-width: 320px) {
  .bookings-form .intro {
    padding: calc(0.05714286 * 100vw + 0px) calc(0.05714286 * 100vw + 0px) 0 calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-form .intro {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-form .intro {
    padding: 50px;
  }
}

.bookings-form .intro > h3 {
  font-size: 21px;
  line-height: 1.333333;
}

@media screen and (min-width: 437.5px) {
  .bookings-form .intro > h3 {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .bookings-form .intro > h3 {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .bookings-form .intro > h3 {
    font-size: 42px;
  }
}

.bookings-form .intro > h3 br {
  display: none;
}

@media screen and (min-width: 875px) {
  .bookings-form .intro > h3 br {
    display: inline;
  }
}

.accordion__item {
  border-bottom: 1px solid #00235D;
}

.accordion__header {
  font-size: 15px;
  line-height: 1.333333;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.8333333333em;
  padding-bottom: 0.8333333333em;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 437.5px) {
  .accordion__header {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .accordion__header {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .accordion__header {
    font-size: 30px;
  }
}

.accordion__header .header__opener {
  cursor: pointer;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0.8em;
  right: 0;
}

.accordion__header .header__opener:before, .accordion__header .header__opener:after {
  background-color: #00235D;
  content: "";
  height: 2px;
  width: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform ease-out 250ms;
  transition: -webkit-transform ease-out 250ms;
  transition: transform ease-out 250ms;
  transition: transform ease-out 250ms, -webkit-transform ease-out 250ms;
}

.accordion__header .header__opener:before {
  -webkit-transform: translate(-83%, -40%) rotate(45deg);
          transform: translate(-83%, -40%) rotate(45deg);
}

.accordion__header .header__opener:after {
  -webkit-transform: translate(-17%, -40%) rotate(-45deg);
          transform: translate(-17%, -40%) rotate(-45deg);
}

.accordion__item.open .header__opener:before {
  -webkit-transform: translate(-83%, -40%) rotate(-45deg);
          transform: translate(-83%, -40%) rotate(-45deg);
}

.accordion__item.open .header__opener:after {
  -webkit-transform: translate(-17%, -40%) rotate(45deg);
          transform: translate(-17%, -40%) rotate(45deg);
}

.accordion__content {
  font-size: 15px;
  line-height: 1.333333;
  display: none;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 437.5px) {
  .accordion__content {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .accordion__content {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .accordion__content {
    font-size: 30px;
  }
}

.card {
  display: block;
  background-color: #FFFFFF;
  text-decoration: none;
  height: 100%;
  position: relative;
}

.card__content,
.card__footer {
  padding: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .card__content,
  .card__footer {
    padding: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .card__content,
  .card__footer {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .card__content,
  .card__footer {
    padding: 50px;
  }
}

.has-card-footer {
  padding-bottom: 43.88571429px;
}

@media screen and (min-width: 320px) {
  .has-card-footer {
    padding-bottom: calc(0.13714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .has-card-footer {
    padding-bottom: calc(0.06 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .has-card-footer {
    padding-bottom: 120px;
  }
}

.card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__footer .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__footer .price div {
  font-size: 15px;
  line-height: 1.333333;
  font-weight: 500;
}

@media screen and (min-width: 437.5px) {
  .card__footer .price div {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .card__footer .price div {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .card__footer .price div {
    font-size: 30px;
  }
}

.card__image {
  display: block;
  position: relative;
}

.card__image img {
  display: block;
  width: 100%;
}

.card__title {
  font-size: 21px;
  line-height: 1.333333;
  color: #00235D;
  font-weight: 500;
}

@media screen and (min-width: 437.5px) {
  .card__title {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .card__title {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .card__title {
    font-size: 42px;
  }
}

.card__label {
  font-size: 15px;
  line-height: 1.333333;
  display: block;
  position: absolute;
  top: 18.28571429px;
  right: 18.28571429px;
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 437.5px) {
  .card__label {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .card__label {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .card__label {
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) {
  .card__label {
    top: calc(0.05714286 * 100vw + 0px);
    right: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .card__label {
    top: calc(0.025 * 100vw + 0px);
    right: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .card__label {
    top: 50px;
    right: 50px;
  }
}

.card__label span {
  white-space: nowrap;
  color: #00235D;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.card__content br {
  display: none;
}

@media screen and (min-width: 875px) {
  .card__content br {
    display: inline;
  }
}

.card__content .card__title {
  line-height: 1;
}

.card__content .card__title:not(:last-child) {
  margin-bottom: 0.5em;
}

.card.card--has-hover-effect {
  position: relative;
  overflow: hidden;
}

.card.card--has-hover-effect .card__image .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-2.5%);
          transform: translateY(-2.5%);
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}

.card.card--has-hover-effect .card__image .background.background--sky-blue {
  background-color: #01B1EA;
}

.card.card--has-hover-effect .card__image .background.background--sky-blue-half {
  background-color: #66D1F2;
}

.card.card--has-hover-effect .card__image .background.background--sky-blue-quarter {
  background-color: #CCF0FB;
}

.card.card--has-hover-effect .card__image .background.background--light-grey {
  background-color: #E9E9E9;
}

.card.card--has-hover-effect .card__image .shadow {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  -webkit-transition: -webkit-transform ease-out 500ms;
  transition: -webkit-transform ease-out 500ms;
  transition: transform ease-out 500ms;
  transition: transform ease-out 500ms, -webkit-transform ease-out 500ms;
}

.card.card--has-hover-effect .card__image .shadow:before {
  background: radial-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 66%);
  content: "";
  display: block;
  padding-top: 12.5%;
  display: block;
}

.card.card--has-hover-effect .card__image .shadow:after {
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 66%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: auto;
}

.card.card--has-hover-effect .card__image img {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}

.card.card--has-hover-effect:hover .card__image .background {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card.card--has-hover-effect:hover .card__image img {
  -webkit-transform: translateY(-2.5%);
          transform: translateY(-2.5%);
}

.card.card--has-hover-effect:hover .card__image .shadow {
  -webkit-transform: scaleX(0.8) scaleY(0.8);
          transform: scaleX(0.8) scaleY(0.8);
}

.product_cards .card {
  display: block;
  background-color: #FFFFFF;
  text-decoration: none;
  height: 100%;
  position: relative;
}

.product_cards .card__content,
.product_cards .card__footer {
  padding: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .product_cards .card__content,
  .product_cards .card__footer {
    padding: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .card__content,
  .product_cards .card__footer {
    padding: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .card__content,
  .product_cards .card__footer {
    padding: 50px;
  }
}

.product_cards .has-card-footer {
  padding-bottom: 43.88571429px;
}

@media screen and (min-width: 320px) {
  .product_cards .has-card-footer {
    padding-bottom: calc(0.13714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .has-card-footer {
    padding-bottom: calc(0.06 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .has-card-footer {
    padding-bottom: 120px;
  }
}

.product_cards .card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_cards .card__footer .price {
  color: #00235D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.product_cards .card__footer .price div {
  font-size: 15px;
  line-height: 1.333333;
  font-weight: 500;
}

@media screen and (min-width: 437.5px) {
  .product_cards .card__footer .price div {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .card__footer .price div {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .card__footer .price div {
    font-size: 30px;
  }
}

.product_cards .card__image {
  display: block;
  position: relative;
}

.product_cards .card__image img {
  display: block;
}

.product_cards .card__title {
  font-size: 21px;
  line-height: 1.333333;
  color: #00235D;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 437.5px) {
  .product_cards .card__title {
    font-size: calc(0.03783784 * 100vw + 8.89189189px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .card__title {
    font-size: calc(0.021 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .card__title {
    font-size: 42px;
  }
}

.product_cards .card__label {
  font-size: 15px;
  line-height: 1.333333;
  display: block;
  position: absolute;
  top: 18.28571429px;
  right: 18.28571429px;
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 437.5px) {
  .product_cards .card__label {
    font-size: calc(0.03063243 * 100vw + 3.19662162px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .card__label {
    font-size: calc(0.015 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .card__label {
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) {
  .product_cards .card__label {
    top: calc(0.05714286 * 100vw + 0px);
    right: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .product_cards .card__label {
    top: calc(0.025 * 100vw + 0px);
    right: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .product_cards .card__label {
    top: 50px;
    right: 50px;
  }
}

.product_cards .card__label span {
  white-space: nowrap;
  color: #00235D;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product_cards .card__content br {
  display: none;
}

@media screen and (min-width: 875px) {
  .product_cards .card__content br {
    display: inline;
  }
}

.product_cards .card__content .card__title {
  line-height: 1;
}

.product_cards .card__content .card__title:not(:last-child) {
  margin-bottom: 0.5em;
}

.product_cards .card.card--floating {
  position: relative;
  overflow: hidden;
}

.product_cards .card.card--floating .card__image .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-transition: height ease 500ms;
  transition: height ease 500ms;
}

.product_cards .card.card--floating .card__image .background.background--sky-blue {
  background-color: #01B1EA;
}

.product_cards .card.card--floating .card__image .background.background--sky-blue-half {
  background-color: #66D1F2;
}

.product_cards .card.card--floating .card__image .background.background--sky-blue-quarter {
  background-color: #CCF0FB;
}

.product_cards .card.card--floating .card__image .background.background--light-grey {
  background-color: #E9E9E9;
}

.product_cards .card.card--floating .card__image .shadow {
  bottom: 15%;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  -webkit-transition: -webkit-transform ease-out 500ms;
  transition: -webkit-transform ease-out 500ms;
  transition: transform ease-out 500ms;
  transition: transform ease-out 500ms, -webkit-transform ease-out 500ms;
}

.product_cards .card.card--floating .card__image .shadow:before {
  background: radial-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 66%);
  content: "";
  display: block;
  padding-top: 12.5%;
  display: block;
}

.product_cards .card.card--floating .card__image .shadow:after {
  background: radial-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 66%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: auto;
}

.product_cards .card.card--floating .card__image img {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}

.product_cards .card.card--floating .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product_cards .card.card--floating:hover .card__image .background {
  height: 52.5%;
}

.product_cards .card.card--floating:hover .card__image img {
  -webkit-transform: translateY(-2.5%);
          transform: translateY(-2.5%);
}

.product_cards .card.card--floating:hover .card__image .shadow {
  -webkit-transform: scaleX(0.8) scaleY(0.8);
          transform: scaleX(0.8) scaleY(0.8);
}

.main__list ul.list {
  list-style: none;
  padding: 0;
}

.main__list ul.list li {
  padding-top: 0.666666em;
  padding-bottom: 0.666666em;
  border-bottom: 1px solid #00235D;
  padding-left: 1.666666em;
  position: relative;
}

.main__list ul.list li:before {
  background-image: url("../img/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.1em;
  width: 1.1em;
  content: "";
  position: absolute;
  top: 0.666666em;
  left: 0;
}

@media screen and (max-width: 874px) {
  .main__text br {
    display: none;
  }
}

.side__map .map {
  background-color: #FFFFFF;
  padding-top: 88.714286%;
}

.side__images .images .image {
  padding-bottom: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .side__images .images .image {
    padding-bottom: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .side__images .images .image {
    padding-bottom: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .side__images .images .image {
    padding-bottom: 50px;
  }
}

.side__images .images .image img {
  display: block;
  width: 100%;
}

.side__images .images .image__caption {
  text-align: center;
  padding-top: 1.333em;
  font-size: 15px;
  line-height: 1.333333;
}

@media screen and (min-width: 656.25px) {
  .side__images .images .image__caption {
    font-size: calc(0.00900901 * 100vw + 12.11711712px);
  }
}

@media screen and (min-width: 875px) {
  .side__images .images .image__caption {
    font-size: calc(0.00444444 * 100vw + 11.11111111px);
  }
}

@media screen and (min-width: 2000px) {
  .side__images .images .image__caption {
    font-size: 20px;
  }
}

.side__video .video {
  padding-bottom: 18.28571429px;
}

@media screen and (min-width: 320px) {
  .side__video .video {
    padding-bottom: calc(0.05714286 * 100vw + 0px);
  }
}

@media screen and (min-width: 875px) {
  .side__video .video {
    padding-bottom: calc(0.025 * 100vw + 0px);
  }
}

@media screen and (min-width: 2000px) {
  .side__video .video {
    padding-bottom: 50px;
  }
}
