@font-face {
  font-family: 'icons';
  src: url(/_iconfont/font/icons.woff2?v2) format("woff2"), url(/_iconfont/font/icons.woff?v2) format("woff"), url(/_iconfont/font/icons.ttf?v2) format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* = HTML5 Elements
----------------------------------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body {
  padding-top: 122px;
  color: #3E4246;
  font-size: 16px;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* = Typography
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px;
  line-height: normal; }

h1, .h1 {
  font-size: 3.25rem;
  margin-bottom: 25px; }

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 25px; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.375rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin: 0 0 20px;
  line-height: 1.5em; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #3E4246; }

a:hover {
  text-decoration: none; }

hr {
  margin: 40px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

address {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-style: normal; }

small {
  font-size: 0.875em; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

figure {
  margin: 0 0 30px; }

figcaption {
  padding-top: 10px;
  color: #777;
  font-size: 0.875em; }

blockquote {
  padding: 5px 10px;
  margin: 0 0 25px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-style: italic;
  border-left: solid 3px #ccc; }

@media screen and (min-width: 500px) {
  .h1, h1 {
    font-size: 3.75rem; }
  .h2, h2 {
    font-size: 2.25rem; } }

/* = Font icons
----------------------------------------------------------------------------------------------------------------- */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.c-btn {
  display: inline-block;
  margin: 0;
  padding: 12px 25px;
  font-size: 1.25rem;
  line-height: 1.3em;
  text-align: center;
  background: #f2a900;
  border: solid 2px #f2a900;
  color: #3E4246;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  transition: background .3s ease; }

.c-btn:hover {
  background: #f1b62f; }

.c-btn--compact {
  font-size: 1rem; }

.c-btn--small {
  padding: 11px 23px;
  font-size: 1rem; }

.c-btn--smaller {
  padding: 7px 15px;
  font-weight: 400;
  font-size: 1rem; }

.c-btn--alt {
  background: #eCeCeC;
  border-color: #eCeCeC; }

.c-btn--alt:hover {
  background: #e2e2e2;
  border-color: #e2e2e2; }

.c-btn--impact {
  background: #088488;
  border-color: #088488;
  color: #fff; }

.c-btn--impact:hover {
  background: #fff;
  color: #3E4246; }

/* = Burger
----------------------------------------------------------------------------------------------------------------- */
.c-burger {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.c-burger > span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  top: 14px;
  left: 6px;
  background: #3A8287;
  border-radius: 2px;
  transition: background 0.3s ease; }

.c-burger > span:before,
.c-burger > span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3A8287;
  transition: 0.3s ease; }

.c-burger > span:before {
  top: -6px; }

.c-burger > span:after {
  bottom: -6px; }

.c-burger.is-on > span {
  background: none; }

.c-burger.is-on > span:before {
  top: 0;
  transform: rotate(45deg); }

.c-burger.is-on > span:after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-burger--fat {
  width: 40px;
  height: 40px; }

.c-burger--fat > span {
  width: 24px;
  height: 3px;
  top: 18px;
  left: 8px; }

.c-burger--fat > span:before,
.c-burger--fat > span:after {
  height: 3px; }

.c-burger--fat > span:before {
  top: -8px; }

.c-burger--fat > span:after {
  bottom: -8px; }

/* = Navigations
----------------------------------------------------------------------------------------------------------------- */
.c-nav ul,
.c-nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-nav li {
  display: inline-block; }

.c-nav a {
  text-decoration: none; }

.c-nav a span {
  display: inline-block;
  position: relative; }

.c-nav > ul > li > a span:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  margin: 0 auto;
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all .4s ease; }

.c-nav ul ul a:hover span {
  text-decoration: underline; }

.c-nav > ul > li:hover a span:before,
.c-nav > ul > li > a.is-on span:before {
  width: 30px;
  background: #3A8287; }

.c-nav > ul > li > a:active span:before {
  width: 50px; }

.c-nav--linksalt a:hover {
  text-decoration: underline; }

.c-nav--links a {
  text-decoration: underline; }

.c-nav--links a:hover {
  text-decoration: none; }

.c-nav--main {
  font-size: 1.0625rem; }

.c-nav--main > ul {
  display: inline-table;
  font-size: 1.0625rem;
  text-align: left; }

.c-nav--main > ul.has-more {
  padding-right: 80px; }

.c-nav--main > ul > li {
  position: relative;
  display: table-cell;
  margin: 0 0 5px 0;
  padding: 10px 0; }

.c-nav--main > ul > li > a {
  display: block;
  padding: 10px 8.5px;
  white-space: nowrap; }

.c-nav--main > ul > li:last-child {
  padding-right: 0; }

.c-nav--main > ul > li.has-children > a {
  position: relative; }

.c-nav--main > ul > li.has-children > a > span {
  padding-right: 5px; }

.c-nav--main > ul > li.has-children > a:after {
  display: inline-block;
  content: "expand_more";
  content: "\e5cf";
  font-family: 'Material Icons';
  font-weight: 900;
  font-size: 16px;
  vertical-align: -3px;
  transition: transform 250ms; }

.c-nav--main > ul > li.has-children:hover > a:after {
  transform: rotate(180deg); }

.c-nav--main > ul > li > ul {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translate(-40px, -20px);
  padding: 15px 15px;
  min-width: 310px;
  border: 1px solid #fff;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 20px 40px #00000026;
  transition: opacity 200ms, transform 200ms; }

.c-nav--main > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(-40px, 0); }

.c-nav--main > ul ul li {
  display: block; }

.c-nav--main > ul ul a {
  display: flex;
  margin: 0 0 5px;
  padding: 3px 0; }

.c-nav--main > ul ul a:before {
  content: "- ";
  margin: 0 5px 0 0; }

.c-nav--main > ul ul a.is-on span,
.c-nav--main > ul ul a:hover span {
  text-decoration: underline; }

.c-nav--main > ul > li.is-hidden {
  display: none; }

.c-nav--main > ul > li > ul {
  z-index: 1; }

/* = Greedy Nav
----------------------------------------------------------------------------------------------------------------- */
.c-greedynav {
  position: absolute;
  right: 0;
  top: 7px;
  height: 60px;
  padding: 14px 5px 10px 10px;
  cursor: pointer; }

.c-greedynav:before {
  content: "";
  position: absolute;
  background: #ececec;
  width: 1px;
  top: 50%;
  bottom: 0;
  left: -4px;
  height: 20px;
  margin-top: -11px; }

.c-greedynav:after {
  content: "+";
  margin: 0 0 0 5px;
  color: #f1b62f;
  font-weight: bold; }

.c-greedynav-wrap {
  position: relative; }

.c-greedynav.is-hidden {
  display: none; }

.c-greedynav__nav {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  width: 250px;
  margin: 0;
  padding: 15px 0;
  text-align: right;
  background: #fff;
  border-top: solid 1px #ececec;
  list-style: none; }

.c-greedynav li {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-greedynav__nav li a {
  display: block;
  margin: 0 0 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
  text-decoration: none; }

.c-greedynav__nav li a:hover {
  opacity: .8; }

.c-greedynav__nav > li > a span {
  display: inline-block;
  position: relative; }

.c-greedynav__nav > li > a span:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all .4s ease; }

.c-greedynav__nav > li:hover > a span:before,
.c-greedynav__nav > li > a.is-on span:before {
  width: 30px;
  background: #3A8287; }

.c-greedynav__nav ul {
  display: inline-block;
  width: auto;
  margin: 0 30px 10px 0;
  padding: 0;
  font-size: .9375rem; }

.c-greedynav__nav ul a {
  margin-bottom: 5px;
  padding-right: 0; }

.c-greedynav__nav ul a:hover {
  color: #3A8287; }

.c-greedynav__nav ul a span:before {
  content: "- "; }

.c-greedynav__nav li:last-child a {
  margin-bottom: 5px; }

.c-greedynav__nav li.has-children:hover {
  opacity: 1; }

.c-greedynav__nav li.has-children > a > span:hover {
  opacity: .8; }

.c-greedynav:hover .c-greedynav__nav {
  display: block; }

/* = Dropdown
----------------------------------------------------------------------------------------------------------------- */
.c-dropdown {
  position: relative;
  display: inline-block; }

.c-dropdown__value {
  display: flex;
  padding: 7px 9px; }

.c-dropdown__value > span {
  margin-right: 7px; }

.c-dropdown__value > i {
  font-size: 21px; }

.c-dropdown__value > i:first-child {
  padding-right: 8px; }

.c-dropdown__arrow {
  transition: transform linear 75ms; }

.c-dropdown__items {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translate(-50%, -20px);
  padding: 5px 15px 10px;
  border-radius: 0 0 5px 5px;
  min-width: 100%;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 200ms, transform 200ms; }

.c-dropdown__items li {
  display: block;
  margin: 0 0 5px; }

.c-dropdown__items li a {
  display: block;
  padding: 5px 0; }

.c-dropdown__items li a:hover {
  text-decoration: underline; }

.c-dropdown:hover .c-btn {
  background: #e2e2e2;
  border-color: #e2e2e2;
  border-radius: 10px 10px 0 0; }

.c-dropdown:hover .c-dropdown__items {
  visibility: visible;
  opacity: 1; }

.c-dropdown:hover .c-dropdown__arrow {
  transform: rotate(180deg); }

/* = Messaging
----------------------------------------------------------------------------------------------------------------- */
.c-msg {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5; }

.c-msg p,
.c-msg ul {
  margin-bottom: 0; }

.c-msg li {
  margin-bottom: 5px; }

.c-msg h3 {
  color: #fff; }

.c-msg--imp {
  border: 1px solid #F2A900;
  background: #F2A900; }

.c-msg--error {
  padding-left: 60px;
  color: #fff;
  border: 1px solid #c21c23;
  background: #e84d54 url(/img/msg/error.svg) no-repeat 15px center; }

.c-msg--success {
  padding-left: 60px;
  color: #fff;
  border: 1px solid #74a667;
  background: #a1c897 url(/img/msg/success.svg) no-repeat 15px center; }

.c-msg--assist {
  border: 1px solid #d3bc6f;
  background-color: #fff0bc; }

.c-msg--imp a,
.c-msg--error a,
.c-msg--success a {
  color: #fff;
  font-weight: bold; }

/* = Blocks
----------------------------------------------------------------------------------------------------------------- */
.c-block {
  padding: 0 25px 20px;
  font-size: 1.125rem;
  line-height: 1.5em; }

.c-block .h3 {
  color: #088488;
  font-size: 2rem;
  margin-bottom: 20px; }

.c-block .h4 {
  font-size: 1.5rem; }

.c-block__title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.c-block img {
  max-width: 100%; }

.c-block__img-mid {
  display: block;
  margin: 0 auto 40px; }

.c-block__img {
  position: relative; }

.c-block__img img {
  opacity: 0; }

.c-block__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent center 0 no-repeat;
  background-size: cover; }

.c-block__content {
  padding: 30px 0 45px; }

.c-block__content-pad {
  padding: 20px 30px 0; }

/* Modifiers */
.c-block--alt {
  background: #F2F1F0; }

.c-block--alt2 {
  background: #f9f9f9; }

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

.c-block--spaced .c-block__frame {
  padding: 40px 0 70px; }

.c-block--spaced-even .c-block__frame {
  padding: 40px 0; }

.c-block--spaced:last-child .c-block__frame {
  padding-bottom: 40px; }

.c-block--with-promo {
  padding-bottom: 130px; }

.c-block--split .c-block__inner > :last-child {
  padding-top: 10px;
  padding-bottom: 10px; }

.c-block--basic {
  padding: 20px 35px; }

.c-block--basic + .c-block--basic {
  padding-top: 10px; }

/* Owl carousel overrides */
.c-block .owl-carousel .owl-nav {
  position: absolute;
  top: 80px;
  left: 0; }

.c-block .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: #F2F1F0;
  color: #F2F1F0;
  border-width: 0;
  border-radius: 50%; }

.c-block .owl-carousel .owl-nav button span {
  display: none; }

.c-block .owl-carousel .owl-nav button:before {
  font-family: 'Material Icons';
  content: "arrow_left";
  content: "\e5de";
  color: #088488;
  font-size: 45px;
  margin: 0 0 0 -2px;
  line-height: 40px; }

.c-block .owl-carousel .owl-nav button.owl-next:before {
  content: "arrow_right";
  content: "\e5df"; }

.c-block .owl-carousel .owl-nav button:hover {
  background: #eee;
  color: #eee; }

.c-block .owl-carousel .owl-nav button:hover {
  background: #e1e1e1;
  color: #e1e1e1; }

@media screen and (min-width: 600px) {
  .c-block {
    padding: 0 40px; }
  .c-block--basic {
    padding: 40px 60px; }
  .c-block--with-promo {
    padding-bottom: 130px; }
  .c-block .h3 {
    font-size: 2.25rem;
    margin-bottom: 25px; }
  .c-block .h4 {
    font-size: 1.75rem; }
  .c-block__content-pad {
    padding: 30px 40px 0; } }

@media screen and (min-width: 900px) {
  .c-block__content {
    padding: 50px 0; }
  .c-block__img-mid {
    display: initial;
    margin-left: 0;
    margin-right: 0; }
  .c-block__img-bg {
    right: 20px; }
  .c-block--split .c-block__inner {
    display: flex;
    margin: 0 -40px; }
  .c-block--split .c-block__inner > * {
    flex: 1;
    padding-left: 40px;
    padding-right: 40px; }
  .c-block--split .c-block__inner > :last-child {
    padding-top: 50px;
    padding-bottom: 50px; }
  .c-block--split-center .c-block__inner {
    align-items: center; }
  .c-block--split-x2 .c-block__content {
    width: 50%; }
  .c-block--spaced .c-block__frame {
    padding: 60px 0 90px; }
  .c-block--spaced-even .c-block__frame {
    padding: 60px 0; }
  .c-block--spaced:last-child .c-block__frame {
    padding: 60px 0 40px; } }

@media screen and (min-width: 1350px) {
  .c-block__img-bg {
    right: 40px; }
  .c-block__content-pad {
    padding: 0 0 0 40px; } }

@media screen and (min-width: 1550px) {
  .c-block__img-bg {
    left: -40px;
    right: 40px; } }

@media screen and (min-width: 1700px) {
  .c-block__img-bg {
    left: -80px; } }

/* = Basic carousel
----------------------------------------------------------------------------------------------------------------- */
.c-image-carousel {
  width: 100%; }

.c-image-carousel img {
  max-width: 100%; }

.c-image-carousel img.imgFeedback {
  max-width: 600px;
  width: 100%; }

/* = Profiles
----------------------------------------------------------------------------------------------------------------- */
.c-profiles {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 150px 0 30px; }

.c-profiles__item-img {
  width: 100px;
  height: 100px;
  margin: 0 30px 10px 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.c-profiles__item-img img {
  transition: transform 250ms;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.c-profiles__item-img:hover img {
  transform: scale(1.05); }

.c-profiles__item-content {
  flex: 1;
  font-size: 1.25rem; }

.c-profiles__item-content > :first-child {
  display: block;
  margin: 0 0 15px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3em; }

.c-profiles--single {
  padding-top: 90px; }

@media screen and (min-width: 450px) {
  .c-profiles__item {
    display: flex; } }

@media screen and (min-width: 600px) {
  .c-profiles__item-img {
    width: 130px;
    height: 130px; }
  .c-profiles__item-content {
    font-size: 1.3125rem; }
  .c-profiles__item-content > :first-child {
    font-size: 2rem; } }

/* = Bullets
----------------------------------------------------------------------------------------------------------------- */
.c-bullets {
  margin: 0 -20px 25px; }

.c-bullets > div {
  float: left;
  width: 100%;
  padding: 20px 20px 20px; }

.c-bullets > div > :first-child {
  display: block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
  font-weight: 700;
  color: #088488;
  font-size: 2.25rem;
  text-align: center;
  transition: transform 250ms; }

.c-bullets > div > :last-child {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  font-weight: 600;
  color: #3E4246;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5em; }

.c-bullets > div:hover > :first-child {
  transform: scale(1.1); }

@media screen and (min-width: 450px) {
  .c-bullets--x5 > div {
    width: 50%; }
  .c-bullets--x5 > div:nth-child(2n+1) {
    clear: both; }
  .c-bullets--x5 > div:last-child {
    float: none;
    margin: 0 auto; }
  .c-bullets--x6 > div {
    width: 50%; }
  .c-bullets--x6 > div:nth-child(2n+1) {
    clear: both; } }

@media screen and (min-width: 600px) {
  .c-bullets--x5 > div {
    width: 33.333333%; }
  .c-bullets--x5 > div:nth-child(2n+1) {
    clear: none; }
  .c-bullets--x5 > div:nth-child(3n+1) {
    clear: both; }
  .c-bullets--x5 > div:last-child {
    float: left;
    margin: 0; }
  .c-bullets--x6 > div {
    width: 33.333333%; }
  .c-bullets--x6 > div:nth-child(2n+1) {
    clear: none; }
  .c-bullets--x6 > div:nth-child(3n+1) {
    clear: both; } }

@media screen and (min-width: 1080px) {
  .c-bullets--x5 > div {
    width: 20%; }
  .c-bullets--x5 > div:nth-child(3n+1) {
    clear: none; }
  .c-bullets--x5 > div:nth-child(5n+1) {
    clear: both; }
  .c-bullets--x6 > div {
    width: 16.6666666%; }
  .c-bullets--x6 > div:nth-child(3n+1) {
    clear: none; }
  .c-bullets--x6 > div:nth-child(6n+1) {
    clear: both; } }

@media screen and (min-width: 1280px) {
  .c-bullets {
    margin: 0 auto 25px;
    max-width: 1000px; } }

/* = Hero
----------------------------------------------------------------------------------------------------------------- */
.c-hero {
  position: relative;
  padding: 35px 0 50px;
  background: #088488;
  color: #fff;
  overflow: hidden; }

.c-hero img {
  max-width: 100%; }

.c-hero__frame,
.c-hero__frame-inner,
.c-hero__content {
  position: relative; }

.c-hero__frame-inner {
  width: 85%;
  margin: 0 auto; }

.c-hero h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 15px; }

.c-hero__leader {
  margin: 0 0 25px;
  font-size: 1.125rem; }

.c-hero__leader p:first-child {
  font-size: 1.25rem; }

.c-hero__leader--spaced {
  margin: 30px 0 50px;
  line-height: 1.3em; }

.c-hero__leader--spaced:last-child {
  margin-bottom: 0; }

.c-hero__leader--spaced p {
  line-height: 1.3em; }

.c-hero__bullets {
  margin-bottom: 35px; }

.c-hero__bullets li {
  display: flex;
  margin-bottom: 15px; }

.c-hero__bullets li:before {
  font-family: 'Material Icons';
  content: "check";
  content: "\e5ca";
  margin-right: 10px;
  padding-top: 4px;
  font-size: 20px; }

.c-hero__bullets li > span {
  flex: 1;
  font-size: 1.125rem; }

.c-hero__bullets a {
  color: #fff; }

.c-hero__shape1 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 22%;
  height: 100%;
  max-height: 320px;
  opacity: .3;
  background: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.880/splash-img/ampersand.643E5E1B4939.svg") 0 center no-repeat;
  background-size: contain; }

.c-hero__img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 50%;
  width: 650px; }

.c-hero__img img {
  width: 100%;
  transform: translate(-15%, 10px); }

.c-hero__feature {
  position: relative;
  padding-top: 50px; }

.c-hero__feature--empty {
  padding-top: 0; }

.c-hero__feature-content {
  display: block;
  clear: both;
  text-decoration: none; }

.c-hero__feature-content > img {
  display: block; }

.c-hero__feature-content > div:last-child {
  background: #fff;
  padding: 17.5px 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #3E4246;
  line-height: 1.5em; }

.c-hero__feature-content--longtext > div:last-child {
  font-size: 1.125rem; }

.c-hero__feature-shapes {
  display: none;
  float: right;
  max-width: 100%;
  margin: -50px 0 0 0;
  overflow: hidden; }

.c-hero--split-rev .c-hero__feature-shapes {
  float: left; }

.c-hero__feature-shapes img:first-child {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
  width: 100px; }

.c-hero__feature-shapes img:last-child {
  display: none; }

.c-hero__feature-content--video div:first-child {
  position: relative; }

.c-hero__feature-content--video div:first-child img {
  display: block; }

.c-hero__feature-content--video div:first-child:before,
.c-hero__feature-content--video div:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.c-hero__feature-content--video div:first-child:before {
  content: "play_arrow";
  content: "\e037";
  font-family: 'Material Icons';
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 87px;
  height: 90px;
  line-height: 90px;
  margin: -45px 0 0 -45px;
  padding-left: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 60px;
  background: #DE7597;
  color: #fff;
  transition: background 250ms; }

.c-hero__feature-content--video div:first-child:before {
  z-index: 2; }

.c-hero__feature-content--video div:first-child:after {
  z-index: 1; }

.c-hero__feature-content--video div:first-child:hover:before {
  background: #F2A900; }

.c-hero--split-rev .c-hero__feature-shape img {
  float: left;
  max-width: 75%;
  margin: -50px 0 0 -12%; }

/* Modifiers */
.c-hero--with-promo {
  padding-bottom: 130px; }

.c-hero--home .c-hero__content {
  max-width: 800px; }

.c-hero--home .c-hero__bullets {
  max-width: 545px; }

.c-hero--learning {
  background: #057DBC; }

.c-hero--teaching {
  background: #D04928; }

.c-hero--teaching {
  position: relative; }

.c-hero--cefr {
  background: #F2A900;
  color: #3E4246; }

.c-hero--cefr .c-hero__feature-shapes {
  visibility: hidden; }

.c-hero--learning .c-hero__feature-shapes img {
  display: none; }

.c-hero--teaching .c-hero__img {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 50%;
  height: 100%;
  background: red;
  background: transparent right 30px bottom no-repeat; }

.c-hero--teaching .c-hero__feature-shapes {
  flex-direction: row-reverse; }

@media screen and (max-width: 899px) {
  .c-hero--learning .c-hero__feature {
    max-width: 600px;
    margin: 0 auto; } }

@media screen and (min-width: 450px) {
  .c-hero__frame-inner {
    width: 90%; }
  .c-hero h1 {
    font-size: 2.25rem; }
  .c-hero__feature-shapes {
    display: flex; } }

@media screen and (min-width: 763px) {
  .c-hero {
    padding: 50px 0 70px; }
  .c-hero--with-promo {
    padding-bottom: 130px; }
  .c-hero h1 {
    font-size: 2.75rem; }
  .c-hero__shape1 {
    max-width: 20%; }
  .c-hero__leader {
    font-size: 1.25rem; }
  .c-hero__leader p:first-child {
    font-size: 1.5rem; }
  .c-hero__bullets li > span {
    font-size: 1.125rem; }
  .c-hero__feature-shapes img:first-child {
    top: -90px;
    width: 140px; } }

@media screen and (min-width: 900px) {
  .c-hero--split .c-hero__frame-inner {
    display: flex; }
  .c-hero--split .c-hero__content {
    width: 55%;
    padding-top: 20px; }
  .c-hero--split .c-hero__feature {
    width: 45%;
    padding-left: 20px; }
  .c-hero--split-rev .c-hero__frame-inner {
    flex-direction: row-reverse; }
  .c-hero--split .c-hero__feature {
    margin-left: 50px; }
  .c-hero--split-rev .c-hero__feature {
    margin-left: 0;
    margin-right: 50px; }
  .c-hero__img {
    display: block; }
  .c-hero__leader--spaced:last-child {
    margin-bottom: 40px; }
  .c-hero__feature--with-shapes {
    margin-top: -50px; }
  .c-hero__feature-shapes img:first-child {
    position: static; }
  .c-hero--cefr .c-hero__feature-shapes {
    visibility: visible; }
  .c-hero--learning .c-hero__feature-shapes img {
    height: 125px;
    width: auto; }
  .c-hero--learning .c-hero__feature-shapes img:first-child,
  .c-hero--learning .c-hero__feature-shapes img:last-child {
    display: block; } }

@media screen and (min-width: 1080px) {
  .c-hero h1 {
    font-size: 3em; }
  .c-hero__shape1 {
    opacity: 1; }
  .c-hero--teaching .c-hero__img {
    background-position: right 100px bottom; } }

@media screen and (min-width: 1280px) {
  .c-hero h1 {
    font-size: 3em; }
  .c-hero__img img {
    transform: translate(-27%, 40px); } }

@media screen and (min-width: 1350px) {
  .c-hero__feature-shapes img:first-child {
    width: auto; } }

@media screen and (min-width: 1420px) {
  .c-hero--learning .c-hero__feature-shapes img {
    height: 168px; }
  .c-hero__feature-shapes img:last-child {
    display: block; }
  .c-hero__feature-shapes {
    float: right;
    display: flex;
    margin: -50px -85px 0 0; }
  .c-hero--split-rev .c-hero__feature-shapes {
    float: left;
    margin: -50px 0 0 -90px; } }

/* = Icon Bullets
----------------------------------------------------------------------------------------------------------------- */
.c-icon-bullets,
.c-icon-bullets > * {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-icon-bullets {
  text-align: left;
  margin-top: 50px; }

.c-icon-bullets > * {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  text-align: center; }

.c-icon-bullets > * i {
  display: block;
  background: #F2F1F0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  text-align: center;
  color: #088488;
  border-radius: 50%;
  transition: transform 250ms; }

.c-icon-bullets > *:hover i {
  transform: scale(1.1); }

.c-icon-bullets > * span {
  flex: 1;
  margin: 0 20px 20px 0;
  color: #3E4246;
  font-size: 1.375rem;
  font-weight: 600; }

@media screen and (min-width: 450px) {
  .c-icon-bullets > * {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    text-align: left; }
  .c-icon-bullets > * i {
    margin: 0 20px 20px; } }

@media screen and (min-width: 900px) {
  .c-icon-bullets > * {
    width: 50%; }
  .c-icon-bullets > *:nth-child(2n+1) {
    clear: both; } }

/* = Offer
----------------------------------------------------------------------------------------------------------------- */
.c-offer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px 30px;
  background: #dedede;
  box-shadow: 0px 20px 40px #00000026; }

.c-offer__content {
  width: 100%; }

.c-offer__content p {
  line-height: 1.75em; }

.c-offer__content p:last-of-type {
  margin: 0 0 30px; }

.c-offer__content .c-btn:last-child {
  margin-bottom: 20px; }

.c-offer__bg-img {
  margin-top: 30px; }

.c-offer__bg-img img {
  max-width: 100%; }

.c-offer__title {
  font-weight: 700;
  font-size: 2rem;
  color: #3E4246;
  line-height: 1.15em; }

.c-offer--with-bg {
  background: #dedede url(/img/laptop-student-bg2.svg) bottom right no-repeat;
  background-size: 100%; }

@media screen and (min-width: 900px) {
  .c-offer {
    display: flex; }
  .c-offer__bg-img span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    margin-top: 0;
    background: transparent left bottom no-repeat;
    background-size: 100%; }
  .c-offer__bg-img img {
    display: none; }
  .c-offer--with-bg {
    background-position: top right;
    background-size: 50%; }
  .c-offer--with-bg .c-offer__content {
    width: 50%; } }

/* = Promo
----------------------------------------------------------------------------------------------------------------- */
.c-promo {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: -80px auto 40px;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 20px 40px #00000026; }

.c-promo__blocks {
  margin: 0 -25px; }

.c-promo__block-single {
  max-width: 700px;
  margin: 0 auto; }

.c-promo__block {
  position: relative;
  padding: 15px 30px 45px; }

.c-promo__block:last-child {
  padding-bottom: 15px; }

.c-promo__block:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: -10px;
  height: 2px;
  background: #eCeCeC; }

.c-promo__block:first-child:before {
  content: none; }

.c-promo__title {
  font-weight: 600; }

.c-promo__content {
  margin: 0 0 25px;
  font-size: 1.125rem;
  line-height: 1.5; }

.c-promo__content p {
  line-height: 1.5; }

.c-promo__offer {
  padding: 15px 0 0;
  text-align: center; }

.c-promo__offer-graph {
  position: relative;
  margin-bottom: 25px; }

.c-promo__offer-graph .progressText {
  display: none; }

.c-promo__offer-graph-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  color: #057DBC;
  font-size: 1.875rem;
  transform: translateY(-50%); }

.c-promo__offer-graph-caption strong {
  display: block; }

.c-promo__offer-graph-caption--alt {
  color: #088488;
  font-size: 1.75rem; }

.c-promo__offer-chart {
  max-width: 250px;
  margin: 0 auto; }

.c-promo__offer-price {
  display: block;
  margin: 0 0 15px;
  color: #057DBC;
  font-weight: 700;
  font-size: 1.75rem; }

.c-promo__offer-details {
  display: block;
  margin: 0 0 15px; }

.c-promo__block-single .c-promo__offer {
  max-width: 500px;
  margin: 0 auto; }

.c-promo__terms {
  margin: 20px auto 0;
  max-width: 90%;
  text-align: center;
  line-height: 1.5em; }

.c-promo--narrow {
  max-width: 700px; }

.c-promo--offers .c-promo__title {
  color: #088488;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem; }

.c-promo--no-divide .c-promo__block:before,
.c-promo__block--no-divide:before {
  content: none; }

@media screen and (min-width: 480px) {
  .c-promo__content {
    font-size: 1.125rem;
    line-height: 1.65; }
  .c-promo__content p {
    line-height: 1.6; } }

@media screen and (min-width: 763px) {
  .c-promo__blocks {
    display: flex; }
  .c-promo__block {
    flex: 1;
    padding: 0 30px; }
  .c-promo__block:last-child {
    padding-bottom: 0; }
  .c-promo__block:before {
    left: -10px;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2px;
    height: auto; }
  .c-promo__block:first-child:before {
    content: none; }
  .c-promo__offer {
    padding: 0 0 20px; }
  .c-promo__offer-price {
    font-size: 2rem; }
  .c-promo__block-single .c-promo__offer {
    padding: 20px 0; } }

@media screen and (min-width: 1000px) {
  .c-promo__offer {
    padding: 0 0 40px; }
  .c-promo__offer-price {
    font-size: 1.75rem; } }

@media screen and (min-width: 1280px) {
  .c-promo__offer-price {
    font-size: 2.125rem; } }

@media screen and (min-width: 600px) and (max-width: 762px), screen and (min-width: 1000px) {
  .c-promo__offer {
    display: flex;
    align-items: center;
    text-align: left; }
  .c-promo__offer-graph {
    width: 45%;
    padding-right: 25px;
    margin-bottom: 0; }
  .c-promo__offer-graph-caption {
    width: calc(100% - 25px); }
  .c-promo__offer-chart {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .c-promo__offer-text {
    width: 55%; } }

/* = CEFR section list
----------------------------------------------------------------------------------------------------------------- */
.c-sections-list {
  max-width: 950px;
  margin: 0 auto 30px;
  padding-top: 10px; }

.c-sections-list__item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: dashed 2px #088488; }

.c-sections-list__item:last-child {
  border-bottom-width: 0; }

.c-sections-list__item-label {
  display: block;
  margin: 0 0 10px;
  background: #D04928;
  color: #fff;
  text-align: center; }

.c-sections-list__item-label > span {
  display: block;
  padding: 15px 20px;
  font-size: 1.5rem;
  font-weight: 600; }

.c-sections-list__item-label > span span {
  font-size: 1rem; }

.c-sections-list__item-content {
  flex: 1;
  background: #fff; }

.c-sections-list__item-content-inner {
  padding: 20px 15px;
  text-align: left; }

.c-sections-list__item-content-inner p:last-child {
  margin-bottom: 20px; }

.c-sections-list__item-content-inner > :last-child {
  flex: 1;
  text-align: center; }

.c-sections-list .tag {
  display: block;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #D04928;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  border-radius: 50%; }

.c-sections-list .tag--small {
  padding: 18px 10px 0;
  line-height: .9em;
  font-size: 24px; }

.c-sections-list__item:nth-child(2) .c-sections-list__item-label,
.c-sections-list__item:nth-child(2) .c-sections-list__item-content-inner > :first-child {
  background: #088488; }

.c-sections-list__item:nth-child(3) .c-sections-list__item-label,
.c-sections-list__item:nth-child(3) .c-sections-list__item-content-inner > :first-child {
  background: #f2a900;
  color: #3E4246; }

@media screen and (min-width: 450px) {
  .c-sections-list__item-label > span {
    font-size: 1.875rem; }
  .c-sections-list__item-label > span span {
    font-size: 1.25rem; }
  .c-sections-list__item-content-inner {
    display: flex;
    margin-bottom: 0; }
  .c-sections-list__item-content-inner > :last-child {
    margin-right: 35px;
    text-align: left; }
  .c-sections-list .tag {
    margin: 0 45px 20px 0; } }

@media screen and (min-width: 763px) {
  .c-sections-list__item {
    display: flex; }
  .c-sections-list__item-label {
    position: relative;
    width: 80px;
    min-height: 250px;
    margin: 0 10px 0 0; }
  .c-sections-list__item-label > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); } }

/* = Split View
----------------------------------------------------------------------------------------------------------------- */
.c-split {
  position: relative; }

.c-split__frame {
  position: relative; }

.c-split__item {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px; }

.c-split__item:first-child {
  position: relative;
  color: #fff; }

.c-split__item:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  right: -25px;
  background: #088488;
  z-index: 0; }

.c-split__item-inner {
  position: relative; }

.c-split .c-hero__bullets li:before {
  padding-top: 0; }

@media screen and (min-width: 600px) {
  .c-split__item:first-child:before {
    left: -40px;
    right: -40px; } }

@media screen and (min-width: 900px) {
  .c-split:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #088488; }
  .c-split__frame {
    display: flex;
    align-items: center; }
  .c-split__item {
    padding-top: 60px;
    padding-bottom: 60px; }
  .c-split__item:first-child {
    padding-right: 80px;
    background: transparent; }
  .c-split__item:first-child:before {
    content: none; } }

@media screen and (min-width: 1200px) {
  .c-split__item:first-child {
    padding-right: 110px; } }

/* = Key Points
----------------------------------------------------------------------------------------------------------------- */
.c-key-points {
  padding: 30px 40px;
  text-align: center;
  font-size: 1.5rem; }

.c-key-points > div {
  position: relative;
  padding: 0 0 60px; }

.c-key-points > div:last-child {
  padding-bottom: 0; }

.c-key-points > div:after {
  position: absolute;
  content: "+";
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #088488;
  font-weight: 700; }

.c-key-points > div:last-child:after {
  content: none; }

.c-key-points > div > * {
  display: block;
  line-height: 1.4em; }

/* = Container
----------------------------------------------------------------------------------------------------------------- */
.l-contain {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.l-contain--wide {
  max-width: 1380px; }

.l-contain--narrow {
  max-width: 930px; }

.l-contain--narrower {
  max-width: 740px; }

/* = No Javascript Message
----------------------------------------------------------------------------------------------------------------- */
.l-nojs {
  margin: 0; }

/* = Header
----------------------------------------------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 55px 20px 5px;
  max-height: 122px;
  background: #fff;
  transition: max-height 250ms, transform 250ms, padding 250ms; }

.l-header__frame {
  display: flex;
  align-items: center; }

.l-header__logo {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  min-height: 62px;
  max-width: calc(100% - 40px);
  padding: 3px 0 0;
  transition: padding 250ms; }

.l-header__logo a:hover img {
  opacity: .8; }

.l-header__logo img {
  width: 270px;
  max-width: calc(100% - 25px);
  transition: width 250ms, opacity 250ms, padding 250ms; }

.l-header__content {
  display: flex; }

.l-header__nav {
  display: none;
  position: relative;
  flex: 1 0 auto;
  text-align: right; }

.l-header__tools {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 285px;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 20px;
  background: #fff;
  border-bottom: solid 1px #eee;
  transition: min-height 250ms; }

.l-header__tools > div {
  margin-left: 20px; }

.l-header__tools > div:first-child {
  flex: 1 0 auto;
  margin-left: 0;
  transition: all 250ms; }

.l-header__tools .c-dropdown__value span {
  display: none;
  white-space: nowrap; }

.l-header__tools .c-dropdown__items {
  transform: translate(0);
  left: 0;
  border-radius: 0 5px 5px 5px; }

.l-header__tools-logo {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 150px;
  transform: translateY(-150%);
  transition: transform 250ms; }

.l-header__tools-logo img {
  max-width: 100%; }

.l-header a {
  text-decoration: none; }

.l-header__link-wrap {
  display: none; }

.l-header__link {
  white-space: nowrap; }

.l-header__link:hover {
  color: #3A8287; }

.l-header__profile-btn {
  position: relative;
  padding: 7px 15px;
  font-size: 1.125rem;
  white-space: nowrap;
  transition: margin 250ms; }

.l-header__tools-menu-trigger {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer; }

/* Local z-indices  */
.l-header__tools-menu-trigger {
  z-index: 1; }

.l-header__profile-btn {
  z-index: 2; }

/* Scrolling */
html.is-scrolled .l-header {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 52px; }

html.is-scrolled .l-header__logo {
  padding-top: 12px; }

html.is-scrolled .l-header__logo img {
  width: 225px; }

html.is-scrolled .l-header .c-greedynav__nav,
html.is-scrolled .l-header__nav ul ul {
  opacity: 0; }

html.is-scrolled .l-header__profile-btn {
  margin-right: 45px; }

html.is-scrolled .l-header__tools > div:first-child {
  flex: initial; }

html.is-scrolled .l-header__tools-logo {
  transform: translateY(0); }

@media screen and (max-width: 549px) {
  html.is-scrolled .l-header__profile-btn {
    transform: translateY(-150%); } }

@media screen and (max-width: 649px) {
  html.is-scrolled .l-header__tools > div:first-child {
    flex: 1 0 auto;
    transform: translateY(-150%); } }

@media screen and (min-width: 550px) {
  .l-header__link-wrap {
    display: block; } }

@media screen and (min-width: 763px) {
  .l-header__tools .c-dropdown__value span {
    display: inline; }
  .l-header__tools .c-dropdown__items {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 0 0 5px 5px; } }

@media screen and (min-width: 900px) {
  .l-header__frame {
    display: flex;
    align-items: initial; }
  .l-header__logo {
    flex: initial;
    margin-right: 50px;
    margin-left: 2px; }
  .l-header__logo img {
    width: 220px; }
  .l-header__nav {
    display: block; }
  .l-header__content {
    flex: 1 0 auto; }
  .l-header__menu-trigger {
    display: none; } }

@media screen and (min-width: 1080px) {
  .l-header__nav {
    padding: 0 11.5px 0 0; } }

@media screen and (min-width: 1350px) {
  .l-header {
    padding: 30px 35px; }
  .l-header__logo {
    padding-top: 7px; }
  .l-header__logo img {
    width: 297px; }
  .l-header__tools {
    position: static;
    padding: 0;
    border-width: 0; }
  .l-header__tools > div:first-child {
    flex: auto;
    margin-left: 20px; }
  .l-header__nav:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 1px;
    background: #ececec; }
  .l-header__profile-btn {
    padding: 14px 22px;
    font-size: 1.25rem; }
  .l-header__tools-menu-trigger {
    display: none; }
  .l-header .c-greedynav {
    padding-right: 15px; }
  .l-header .c-greedynav__nav {
    margin-top: -10px;
    right: 0;
    border-color: #fff; }
  .l-header__tools-logo {
    display: none; }
  /* Scrolling */
  html.is-scrolled .l-header {
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 122px; }
  html.is-scrolled .l-header .c-greedynav__nav,
  html.is-scrolled .l-header__nav ul ul {
    opacity: 1; }
  html.is-scrolled .l-header__profile-btn {
    margin-right: 0; } }

@media screen and (min-width: 1500px) {
  .l-header__profile-btn {
    padding: 14px 30px;
    font-size: 1.25rem; } }

/* = Mega Menu
----------------------------------------------------------------------------------------------------------------- */
.l-mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: #fff;
  overflow-y: auto;
  text-align: center;
  transform: translateY(-150vh);
  transition: transform ease-in-out 350ms; }

.l-mega-menu__inner {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 10px;
  height: 100%; }

.l-mega-menu__close {
  position: absolute;
  top: 10px;
  right: 10px; }

.l-mega-menu__items {
  position: relative;
  flex: 1 0 auto; }

.l-mega-menu__items li {
  display: block;
  text-align: left;
  border-bottom: solid 1px #ececec;
  transition: padding 250ms; }

.l-mega-menu__items li li {
  border-bottom-width: 0; }

.l-mega-menu__items > ul > li > a span:before {
  left: 0;
  transform: translateX(0); }

.l-mega-menu__items a {
  display: block;
  padding: 17px 20px;
  text-decoration: none; }

.l-mega-menu__items li li a {
  padding: 3px 20px; }

.l-mega-menu__items li li a.is-on span {
  text-decoration: underline; }

.l-mega-menu__items li li a:before {
  content: "- "; }

.l-mega-menu__items ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms; }

.l-mega-menu__items li.has-children > a {
  position: relative; }

.l-mega-menu__items li.has-children > a:after {
  display: inline-block;
  content: "expand_more";
  content: "\e5cf";
  font-family: 'Material Icons';
  font-weight: 900;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: -3px;
  transition: transform ease-in-out 250ms; }

.l-mega-menu__items li.has-children.is-open {
  padding-bottom: 20px; }

.l-mega-menu__items li.has-children.is-open > a:after {
  transform: rotate(180deg); }

.l-mega-menu__items li.is-open ul {
  max-height: 500px; }

.l-mega-menu__buttons {
  display: flex;
  justify-content: center;
  align-items: center; }

.l-mega-menu__buttons > .c-btn {
  margin: 20px 7.5px;
  padding: 11px 13px; }

.l-mega-menu__top {
  position: relative;
  margin-bottom: 20px;
  text-align: left; }

.l-mega-menu__top .c-dropdown__items {
  text-align: left; }

.l-mega-menu.is-open {
  transform: translateY(0); }

.l-mega-menu__items {
  z-index: 1; }

.l-mega-menu__top {
  z-index: 2; }

.l-mega-menu__close {
  z-index: 3; }

@media screen and (min-width: 500px) {
  .l-mega-menu__inner {
    padding: 30px 50px 10px; }
  .l-mega-menu__buttons > .c-btn {
    padding: 11px 23px; } }

@media screen and (min-width: 900px) {
  .l-mega-menu {
    display: none; } }

/* = Footer
----------------------------------------------------------------------------------------------------------------- */
.l-footer {
  padding: 30px 20px;
  text-align: center; }

.l-footer__frame {
  padding: 30px 0 0;
  border-top: solid 1px #a1a1a1; }

.l-footer__logo {
  flex: 1 0 auto;
  align-items: center;
  min-height: 62px;
  max-width: calc(100% - 40px);
  padding: 3px 0 0; }

.l-footer__logo img {
  width: 200px;
  max-width: calc(100% - 25px);
  float: left; }

.l-footer__copyright {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px; }

.l-footer__quicklinks {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 1.0625rem; }

.l-footer__quicklinks li {
  display: block;
  margin: 0 7.5px 5px; }

.l-footer__terms {
  font-size: .9375rem; }

.l-footer__terms li {
  margin: 0 5px 5px; }

.l-footer__to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(8, 132, 136, 0.7);
  border: solid 1px rgba(255, 255, 255, 0.21);
  text-decoration: none;
  opacity: 0;
  color: #fff;
  line-height: 36px;
  border-radius: 50%;
  transition: ease-in opacity 250ms, background 250ms; }

.l-footer__to-top i {
  font-size: 35px; }

.l-footer__to-top:hover {
  text-decoration: none;
  background: #088488; }

html.is-scroll-down .l-footer__to-top,
html.is-scroll-up .l-footer__to-top {
  opacity: 1; }

@media screen and (min-width: 650px) {
  .l-footer__quicklinks li {
    display: inline-block; } }

/* = Internationalisation tweaks
----------------------------------------------------------------------------------------------------------------- */
body[data-lang="es"] .c-promo__offer-graph-caption--alt {
  font-size: 1.5rem; }

body[data-lang="es"] .c-nav--main > ul > li > ul {
  transform: translate(-50px, -20px); }

body[data-lang="es"] .c-nav--main > ul > li:hover > ul {
  transform: translate(-50px, 0); }

/* = Animations etc
----------------------------------------------------------------------------------------------------------------- */
.c-hero h1,
.c-hero__leader,
.c-hero__bullets,
.c-hero .c-btn,
.c-hero__feature-content,
.c-hero__img {
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  transition: transform .7s ease, opacity .7s ease;
  transition-delay: 0.3s;
  -webkit-backface-visibility: hidden; }

.c-hero__leader {
  transition-delay: .6s; }

.c-hero__bullets,
.c-hero .c-btn,
.c-promo {
  transition-delay: .9s; }

.c-hero__feature-content,
.c-hero__img {
  transition-delay: .950ms; }

.page-loaded .c-hero h1, .no-js .c-hero h1,
.page-loaded .c-hero__leader, .no-js .c-hero__leader,
.page-loaded .c-hero__bullets, .no-js .c-hero__bullets,
.page-loaded .c-btn, .no-js .c-btn,
.page-loaded .c-hero__feature-content, .no-js .c-hero__feature-content,
.page-loaded .c-hero__img, .no-js .c-hero__img {
  opacity: 1;
  transform: scale(1) translateY(0); }

/* = Global Z-Indices
----------------------------------------------------------------------------------------------------------------- */
.l-hero {
  z-index: 1; }

.l-promo {
  z-index: 2; }

.l-footer__to-top {
  z-index: 5; }

.l-header {
  z-index: 500; }

.l-mega-menu {
  z-index: 501; }

/* = Clearing
----------------------------------------------------------------------------------------------------------------- */
.h-clear:after, .c-hero:after, .c-bullets:after, .c-icon-bullets:after {
  content: "";
  display: table;
  clear: both; }
