/*
Theme Name: checkfelix child theme of Le-Grand-K
Theme URI: http://kayak.com
Author: Kaunas CMS Team
Author URI: http://kayak.com
Template: le-grand-k
Description: The 2020 checkfelix theme for a particular blog.
Version: 0.1.2
License: Kayak
License URI: http://kayak.com
Tags: R9 infrastructure, responsive-layout, translation-ready, accessibility-ready
*/
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-300-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-300-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-500-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-900-webfont.woff2") format("woff2"), url("https://content.r9cdn.net/res/css/font/museosansrounded/MuseoSansRounded-900-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  min-height: 100%;
}

html:not(.wp-toolbar) {
  font-size: 87.5%;
}

.noselect, .header .header-area__navigation > *, .header .header-area__search > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mouseevents *:focus {
  box-shadow: unset !important;
}

header, main, aside, footer,
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  /* https://csswizardry.com/2012/06/single-direction-margin-declarations/ */
  margin: 0;
}

/*
https://www.daretothink.co.uk/stop-ios-styling-your-input-fields-and-buttons/
 */
textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
}

body {
  font-variation-settings: "slnt" 0;
  /* Fix for Safari slanting by default // variable fonts */
}

html.translated-ltr font,
html.translated-rtl font {
  color: inherit !important;
}

.disabled {
  color: #55676d;
}

.muted {
  color: #55676d;
}

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

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

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

.block-centered {
  margin: 0 auto;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ph-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mv-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mh-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.pv-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ph-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.mv-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mh-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.pv-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ph-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mv-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mh-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.pv-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ph-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.mv-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mh-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.pv-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ph-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mv-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mh-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ph-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.mv-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mh-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mv-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mh-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.pv-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ph-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.mv-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mh-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.pv-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.ph-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mv-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mh-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.pv-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ph-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.mv-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mh-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.pv-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.ph-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mv-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mh-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.mv-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.mh-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.pv-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.ph-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.mv-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mh-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.pv-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ph-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.mv-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.mh-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.pv-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.ph-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.mv-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mh-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.pv-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ph-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mh-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

body {
  margin: 0;
  color: #192224;
  background: #ffffff;
}
@media (max-width: 767px) {
  body {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  body {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  p {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  p {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}

body {
  position: relative;
}

.site {
  overflow: hidden;
}

.content-section {
  margin: 0 auto;
}

.content-section-wide {
  max-width: 100vw;
}

.content-section .container,
.content-section-wide .container {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1079px) {
  .content-section .container,
.content-section-wide .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1080px) {
  .content-section .container,
.content-section-wide .container {
    max-width: 1024px;
  }
}

.section-divider {
  height: 1px;
  clear: both;
}
.section-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #d2dce0;
}
.section-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #d2dce0;
}
.section-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}
.section-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

.section-breadcrumbs {
  padding-bottom: 55px;
}
@media (min-width: 1080px) {
  .section-breadcrumbs {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .blocks-wrapper--2col-split-md-only .blocks {
    column-count: 2;
    column-gap: 24px;
  }
}
.blocks-wrapper--2col-split-md-only .blocks > * {
  break-inside: avoid;
}

.block--100-height {
  min-height: 100px;
}
@media (min-width: 1080px) {
  .block--100-height-lg {
    min-height: 100px;
  }
}
@media (min-width: 1080px) {
  .block--200-height-lg {
    min-height: 200px;
  }
}

.columns {
  display: flex;
  margin: -12px;
}
.columns--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.columns--padded {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .columns--in-entry-content {
    margin-left: -87px;
    margin-right: -87px;
  }
}
.columns .column {
  flex: 1 1 auto;
  width: 100%;
  padding: 12px;
}
.columns .column--unsized {
  width: auto !important;
}
.columns .column--one {
  width: 100%;
}
.columns .column--one-half {
  width: 50%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns .column--one-half-sm {
    width: 50%;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .columns .column--one-half-md {
    width: 50%;
    flex-grow: 0;
  }
}
@media (min-width: 0) and (max-width: 1079px) {
  .columns .column--one-third-md {
    width: 33.33%;
    flex-grow: 0;
  }
}
@media (min-width: 0) and (max-width: 1079px) {
  .columns .column--two-thirds-md {
    width: 66.66%;
  }
}
@media (min-width: 576px) and (max-width: 1079px) {
  .columns .column--one-quarter-md {
    width: 25%;
    flex-grow: 0;
  }
}
@media (min-width: 576px) and (max-width: 1079px) {
  .columns .column--three-quarters-md {
    width: 75%;
    flex-grow: 0;
  }
}
.columns .column--one-half-md-compensation {
  display: none;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .columns .column--one-half-md-compensation {
    display: block;
  }
}
@media (min-width: 1080px) {
  .columns .column--one-half-lg {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .columns .column--one-third-lg {
    width: 33.33%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--two-thirds-lg {
    width: 66.66%;
  }
}
@media (min-width: 1080px) {
  .columns .column--one-quarter-lg {
    width: 25%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--three-quarters-lg {
    width: 75%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--one-fifth-lg {
    width: 20%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--two-fifths-lg {
    width: 40%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--three-fifths-lg {
    width: 60%;
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .columns .column--four-fifths-lg {
    width: 80%;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .columns .column--hide-until-md {
    display: none;
  }
}
@media (max-width: 767px) {
  .columns .column--order-priority-until-md {
    order: 0;
  }
}
@media (max-width: 767px) {
  .columns .column--order-default-until-md {
    order: 1;
  }
}

.section--colors-modal .content-wrapper {
  background: #ffffff;
  color: #192224;
}
.section--colors-modal .theme-dialog-content {
  position: relative;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(25, 34, 36, 0.16), 0 -1px 4px rgba(25, 34, 36, 0.04);
}
.section--colors-modal .r9-modal-dialog-close {
  position: absolute;
  margin: 12px;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section--colors-modal .r9-modal-dialog-close:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.footer .menu--social-networks .menu-item a, .post-card.post-card--large-image .link-on-image, .content-section a:not(.button),
.content-section .link-deco,
.content-section .link,
.content-section-wide a:not(.button),
.content-section-wide .link-deco,
.content-section-wide .link, .content-section .link-transparent,
.content-section-wide .link-transparent, .content-section .title-link,
.content-section-wide .title-link, .content-section .arrow-link,
.content-section-wide .arrow-link, .content-section .link-pointer,
.content-section-wide .link-pointer, .section--colors-alternative a:not(.button),
.section--colors-alternative .link-deco,
.section--colors-alternative .link, .section--colors-inverted a:not(.button),
.section--colors-inverted .link-deco,
.section--colors-inverted .link, .section--colors-accent a:not(.button),
.section--colors-accent .link-deco,
.section--colors-accent .link, .section--colors-photo a:not(.button),
.section--colors-photo .link-deco,
.section--colors-photo .link, .area--colors-base a:not(.button),
.area--colors-base .link-deco,
.area--colors-base .link,
.area--colors-highlight-base a:not(.button),
.area--colors-highlight-base .link-deco,
.area--colors-highlight-base .link, .area--colors-highlight-inverted a:not(.button),
.area--colors-highlight-inverted .link-deco,
.area--colors-highlight-inverted .link, .area--colors-accent a:not(.button),
.area--colors-accent .link-deco,
.area--colors-accent .link, .author-box .author-description a, .carousel-nav-prev, .carousel-nav-next, .slide-body-title__link, .post-card-title__link, .post-card-meta__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .menu--social-networks .menu-item a:focus, .post-card.post-card--large-image .link-on-image:focus, .content-section a:focus:not(.button),
.content-section .link-deco:focus,
.content-section .link:focus,
.content-section-wide a:focus:not(.button),
.content-section-wide .link-deco:focus,
.content-section-wide .link:focus, .content-section .link-transparent:focus,
.content-section-wide .link-transparent:focus, .content-section .title-link:focus,
.content-section-wide .title-link:focus, .content-section .arrow-link:focus,
.content-section-wide .arrow-link:focus, .content-section .link-pointer:focus,
.content-section-wide .link-pointer:focus, .section--colors-alternative a:focus:not(.button),
.section--colors-alternative .link-deco:focus,
.section--colors-alternative .link:focus, .section--colors-inverted a:focus:not(.button),
.section--colors-inverted .link-deco:focus,
.section--colors-inverted .link:focus, .section--colors-accent a:focus:not(.button),
.section--colors-accent .link-deco:focus,
.section--colors-accent .link:focus, .section--colors-photo a:focus:not(.button),
.section--colors-photo .link-deco:focus,
.section--colors-photo .link:focus, .area--colors-base a:focus:not(.button),
.area--colors-base .link-deco:focus,
.area--colors-base .link:focus,
.area--colors-highlight-base a:focus:not(.button),
.area--colors-highlight-base .link-deco:focus,
.area--colors-highlight-base .link:focus, .area--colors-highlight-inverted a:focus:not(.button),
.area--colors-highlight-inverted .link-deco:focus,
.area--colors-highlight-inverted .link:focus, .area--colors-accent a:focus:not(.button),
.area--colors-accent .link-deco:focus,
.area--colors-accent .link:focus, .author-box .author-description a:focus, .carousel-nav-prev:focus, .carousel-nav-next:focus, .slide-body-title__link:focus, .post-card-title__link:focus, .post-card-meta__link:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.footer .menu--social-networks .menu-item a svg, .post-card.post-card--large-image .link-on-image svg, .content-section a:not(.button) svg,
.content-section .link-deco svg,
.content-section .link svg,
.content-section-wide a:not(.button) svg,
.content-section-wide .link-deco svg,
.content-section-wide .link svg, .content-section .link-transparent svg,
.content-section-wide .link-transparent svg, .content-section .title-link svg,
.content-section-wide .title-link svg, .content-section .arrow-link svg,
.content-section-wide .arrow-link svg, .content-section .link-pointer svg,
.content-section-wide .link-pointer svg, .section--colors-alternative a:not(.button) svg,
.section--colors-alternative .link-deco svg,
.section--colors-alternative .link svg, .section--colors-inverted a:not(.button) svg,
.section--colors-inverted .link-deco svg,
.section--colors-inverted .link svg, .section--colors-accent a:not(.button) svg,
.section--colors-accent .link-deco svg,
.section--colors-accent .link svg, .section--colors-photo a:not(.button) svg,
.section--colors-photo .link-deco svg,
.section--colors-photo .link svg, .area--colors-base a:not(.button) svg,
.area--colors-base .link-deco svg,
.area--colors-base .link svg,
.area--colors-highlight-base a:not(.button) svg,
.area--colors-highlight-base .link-deco svg,
.area--colors-highlight-base .link svg, .area--colors-highlight-inverted a:not(.button) svg,
.area--colors-highlight-inverted .link-deco svg,
.area--colors-highlight-inverted .link svg, .area--colors-accent a:not(.button) svg,
.area--colors-accent .link-deco svg,
.area--colors-accent .link svg, .author-box .author-description a svg, .carousel-nav-prev svg, .carousel-nav-next svg, .slide-body-title__link svg, .post-card-title__link svg, .post-card-meta__link svg {
  color: inherit;
}

.carousel-nav-prev, .carousel-nav-next, .slide-body-title__link, .post-card-title__link, .post-card-meta__link {
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.carousel-nav-prev:focus, .carousel-nav-next:focus, .slide-body-title__link:focus, .post-card-title__link:focus, .post-card-meta__link:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.link-on-image {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.link-on-image:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.post-card-title, .post-card-title-author {
  margin: 0;
  color: #192224;
}

.post-meta {
  color: #55676d;
}

.slide-body-title__link, .post-card-title__link, .post-card-meta__link {
  font-weight: inherit;
  color: inherit !important;
}
.slide-body-title__link:hover, .post-card-title__link:hover, .post-card-meta__link:hover {
  text-decoration: underline;
}
.slide-body-title__link:focus, .post-card-title__link:focus, .post-card-meta__link:focus, .slide-body-title__link:active, .post-card-title__link:active, .post-card-meta__link:active, .slide-body-title__link:visited, .post-card-title__link:visited, .post-card-meta__link:visited {
  color: inherit;
}

@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image, .post-card--large .post-card-thumbnail-author {
    max-height: 240px;
  }
}
@media (max-width: 575px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image, .post-card--large .post-card-thumbnail-author {
    max-height: 180px;
  }
}

.entry-addons,
.entry-breadcrumbs, .entry-divider, .entry-content, .entry-meta, .entry-title {
  max-width: 850px;
  margin: 0 auto;
}

.posted-on,
.byline {
  display: block;
}

.subscribe-video {
  text-align: right;
}

span.hotel-button {
  display: inline-block;
  padding: 20px 20px;
}

.content-section .help,
.content-section-wide .help, .wpcf7 .wpcf7-not-valid-tip {
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-section .help,
.content-section-wide .help, .wpcf7 .wpcf7-not-valid-tip {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .content-section .help,
.content-section-wide .help, .wpcf7 .wpcf7-not-valid-tip {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}

.wpcf7 p {
  margin: 0;
}
.wpcf7 p label {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wpcf7 p:last-child label {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 label {
  display: block;
}
.wpcf7 label .wpcf7-form-control-wrap {
  margin-top: 4px;
}
.wpcf7 .input-checkbox label {
  position: relative;
}
.wpcf7 .input-checkbox input {
  position: absolute;
  margin: 0;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  bottom: 0;
  opacity: 0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7 .input-checkbox span.wpcf7-list-item,
.wpcf7 .input-checkbox span.wpcf7-list-item label {
  margin-bottom: 0;
}
.wpcf7 .input-checkbox span.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 .input-checkbox span.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  padding-left: 32px;
}
.wpcf7 .input-checkbox span.wpcf7-list-item-label:before, .wpcf7 .input-checkbox span.wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpcf7 .input-checkbox span.wpcf7-list-item-label:before {
  border: 1px solid #9babb0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7 .input-checkbox span.wpcf7-list-item-label:after {
  transition: transform 100ms ease-out;
}
.wpcf7 .input-checkbox input:checked + span.wpcf7-list-item-label:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjEgMS4yIDE0IDE0IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC42MTExIDUuMDU4NDdMNi42OTMxOCA5LjMxOTI3TDUuMjg3NjYgOC4yMzg0N0w0LjMxMjM4IDkuNTA2ODdDNi4wODgzIDEwLjg3MjUgNi43MjI2MiAxMS42NTEgNy4zNzUxIDEwLjk0MTRMMTEuNzg4OSA2LjE0MTQzTDEwLjYxMTEgNS4wNTg0N1oiIGZpbGw9IiMwQjdCOTkiLz4KPC9zdmc+");
  background: #007a94;
}
.wpcf7 .input-checkbox input:hover:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid #2c3639;
}
.wpcf7 .input-checkbox input:focus + span.wpcf7-list-item-label:before {
  border: 1px solid #192224;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.wpcf7 .input-checkbox input:disabled + span.wpcf7-list-item-label:before,
.wpcf7 .input-checkbox input:disabled + span.wpcf7-list-item-label:after {
  opacity: 0.5;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 4px;
  width: 100%;
}
.wpcf7 .sub-columns .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .sub-columns input[type=text].input,
.wpcf7 .sub-columns input[type=email].input,
.wpcf7 .sub-columns input[type=url].input,
.wpcf7 .sub-columns input[type=tel].input,
.wpcf7 .sub-columns input[type=number].input,
.wpcf7 .sub-columns input[type=password].input,
.wpcf7 .sub-columns input[type=search].input {
  width: 100%;
}
.wpcf7 .sub-columns textarea.input {
  width: 100%;
}
div.wpcf7 .ajax-loader {
  height: 36px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
  background-size: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  div.wpcf7 .ajax-loader {
    width: 100%;
    background-position: center;
  }
}
@media (min-width: 576px) {
  div.wpcf7 .ajax-loader {
    width: 30px;
    background-position: center right;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background: rgba(204, 153, 0, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #cc9900;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(10, 130, 99, 0.4);
  border-color: #0a8263;
}

.wpcf7 .wpcf7-not-valid {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #d5156c;
}
.wpcf7 .wpcf7-not-valid.input-checkbox {
  border: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #d5156c;
}
.wpcf7 form .wpcf7-response-output {
  color: inherit;
}

.section--colors-alternative .wpcf7 span.wpcf7-list-item-label:before {
  border: 1px solid #9babb0;
}
.section--colors-alternative .wpcf7 .input-checkbox input:checked + span.wpcf7-list-item-label:after {
  background: #007a94;
}
.section--colors-alternative .wpcf7 input:hover:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid #2c3639;
}
.section--colors-alternative .wpcf7 input:focus:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid #192224;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.section--colors-inverted .wpcf7 span.wpcf7-list-item-label:before {
  border: 1px solid #e6edef;
}
.section--colors-inverted .wpcf7 .input-checkbox input:checked + span.wpcf7-list-item-label:after {
  background: #89e5fa;
}
.section--colors-inverted .wpcf7 input:hover:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid #f9fafb;
}
.section--colors-inverted .wpcf7 input:focus:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.section--colors-accent .wpcf7 span.wpcf7-list-item-label:before,
.section--colors-photo .wpcf7 span.wpcf7-list-item-label:before {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.section--colors-accent .wpcf7 .input-checkbox input:checked + span.wpcf7-list-item-label:after,
.section--colors-photo .wpcf7 .input-checkbox input:checked + span.wpcf7-list-item-label:after {
  background: #ffffff;
}
.section--colors-accent .wpcf7 input:hover:not(:disabled) + span.wpcf7-list-item-label:before,
.section--colors-photo .wpcf7 input:hover:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.section--colors-accent .wpcf7 input:focus:not(:disabled) + span.wpcf7-list-item-label:before,
.section--colors-photo .wpcf7 input:focus:not(:disabled) + span.wpcf7-list-item-label:before {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

@media (max-width: 575px) {
  .form-group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form-group .wpcf7-form-control-wrap input[type=text].input,
.form-group .wpcf7-form-control-wrap input[type=email].input,
.form-group .wpcf7-form-control-wrap input[type=url].input,
.form-group .wpcf7-form-control-wrap input[type=tel].input,
.form-group .wpcf7-form-control-wrap input[type=number].input,
.form-group .wpcf7-form-control-wrap input[type=password].input,
.form-group .wpcf7-form-control-wrap input[type=search].input {
  width: 100%;
}
@media (max-width: 575px) {
  .form-group .wpcf7-form-control {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .form-group .wpcf7-form-control-wrap + .wpcf7-form-control {
    margin-top: 12px;
  }
}
@media (min-width: 576px) {
  .form-group .wpcf7-form-control-wrap + .wpcf7-form-control {
    margin-left: 12px;
  }
}

.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6, .content-section hgroup,
.content-section ul, .content-section ol, .content-section dd,
.content-section figure,
.content-section pre, .content-section table, .content-section fieldset,
.content-section-wide h1,
.content-section-wide h2,
.content-section-wide h3,
.content-section-wide h4,
.content-section-wide h5,
.content-section-wide h6,
.content-section-wide hgroup,
.content-section-wide ul,
.content-section-wide ol,
.content-section-wide dd,
.content-section-wide figure,
.content-section-wide pre,
.content-section-wide table,
.content-section-wide fieldset {
  margin-bottom: 12px;
}
.content-section h1:last-child, .content-section h2:last-child, .content-section h3:last-child, .content-section h4:last-child, .content-section h5:last-child, .content-section h6:last-child, .content-section hgroup:last-child,
.content-section ul:last-child, .content-section ol:last-child, .content-section dd:last-child,
.content-section figure:last-child,
.content-section pre:last-child, .content-section table:last-child, .content-section fieldset:last-child,
.content-section-wide h1:last-child,
.content-section-wide h2:last-child,
.content-section-wide h3:last-child,
.content-section-wide h4:last-child,
.content-section-wide h5:last-child,
.content-section-wide h6:last-child,
.content-section-wide hgroup:last-child,
.content-section-wide ul:last-child,
.content-section-wide ol:last-child,
.content-section-wide dd:last-child,
.content-section-wide figure:last-child,
.content-section-wide pre:last-child,
.content-section-wide table:last-child,
.content-section-wide fieldset:last-child {
  margin-bottom: 0;
}
.content-section p,
.content-section-wide p {
  margin: auto auto 8px;
}
.content-section p:last-child,
.content-section-wide p:last-child {
  margin-bottom: 0;
}
.content-section hr,
.content-section-wide hr {
  margin: 12px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(25, 34, 36, 0.2);
}
@media (max-width: 767px) {
  .content-section .alignleft,
.content-section .alignright,
.content-section-wide .alignleft,
.content-section-wide .alignright {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-section .alignleft,
.content-section .alignright,
.content-section-wide .alignleft,
.content-section-wide .alignright {
    display: block;
    width: 50%;
    margin-bottom: 32px !important;
  }
  .content-section .alignleft,
.content-section-wide .alignleft {
    float: left;
    margin-right: 32px !important;
  }
  .content-section .alignright,
.content-section-wide .alignright {
    float: right;
    margin-left: 32px !important;
  }
  .content-section .alignnone img,
.content-section .alignleft img,
.content-section .alignright img,
.content-section-wide .alignnone img,
.content-section-wide .alignleft img,
.content-section-wide .alignright img {
    display: block;
  }
  .content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6, .content-section hr,
.content-section-wide h1,
.content-section-wide h2,
.content-section-wide h3,
.content-section-wide h4,
.content-section-wide h5,
.content-section-wide h6,
.content-section-wide hr {
    clear: both;
  }
}
.content-section .clear-both,
.content-section-wide .clear-both {
  clear: both;
}
.content-section a:not(.button),
.content-section .link-deco,
.content-section .link,
.content-section-wide a:not(.button),
.content-section-wide .link-deco,
.content-section-wide .link {
  color: #007a94;
}
.content-section a:not(.button):hover,
.content-section .link-deco:hover,
.content-section .link:hover,
.content-section-wide a:not(.button):hover,
.content-section-wide .link-deco:hover,
.content-section-wide .link:hover {
  text-decoration: underline;
}
.content-section .link svg *,
.content-section-wide .link svg * {
  color: #007a94 !important;
}
.content-section .title-link,
.content-section-wide .title-link {
  color: #192224;
  fill: #192224;
}
.content-section .arrow-link:after,
.content-section-wide .arrow-link:after {
  content: "";
  width: 6px;
  height: 9px;
  margin-left: 6px;
  margin-bottom: -1px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.19147 8.47589L0.808714 7.32353L3.32859 4.29965L0.808594 1.2759L2.19135 0.123535C5.22387 3.76266 5.83155 4.10766 5.19135 4.8759L2.19147 8.47589Z'/%3E%3C/svg%3E");
  background: #007a94;
  transform: scale(1.1);
}
.content-section .link-pointer svg,
.content-section-wide .link-pointer svg {
  fill: #007a94 !important;
  margin-left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.content-section ul, .content-section ol,
.content-section-wide ul,
.content-section-wide ol {
  padding: 0;
  padding-inline-start: 12px;
}
.content-section ul li, .content-section ol li,
.content-section-wide ul li,
.content-section-wide ol li {
  padding: 0;
}
.content-section ul,
.content-section-wide ul {
  list-style: disc;
}
.content-section .image--block,
.content-section-wide .image--block {
  display: block;
}
.content-section h6 > img,
.content-section .content-section-wide h6 > img,
.content-section-wide .content-section h6 > img, .content-section h5 > img,
.content-section .content-section-wide h5 > img,
.content-section-wide .content-section h5 > img, .content-section h4 > img,
.content-section .content-section-wide h4 > img,
.content-section-wide .content-section h4 > img, .content-section h3 > img,
.content-section .content-section-wide h3 > img,
.content-section-wide .content-section h3 > img, .content-section h2 > img,
.content-section .content-section-wide h2 > img,
.content-section-wide .content-section h2 > img, .content-section h1 > img,
.content-section .content-section-wide h1 > img,
.content-section-wide .content-section h1 > img,
.content-section-wide h6 > img,
.content-section-wide h5 > img,
.content-section-wide h4 > img,
.content-section-wide h3 > img,
.content-section-wide h2 > img,
.content-section-wide h1 > img {
  width: auto;
  margin-right: 8px;
  margin-bottom: -2px;
  color: inherit;
}
@media (max-width: 767px) {
  .content-section h1 > img,
.content-section-wide h1 > img {
    height: 21.6px;
  }
}
@media (min-width: 768px) {
  .content-section h1 > img,
.content-section-wide h1 > img {
    height: 39.6px;
  }
}
@media (max-width: 767px) {
  .content-section h2 > img,
.content-section-wide h2 > img {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .content-section h2 > img,
.content-section-wide h2 > img {
    height: 28.8px;
  }
}
@media (max-width: 767px) {
  .content-section h3 > img,
.content-section-wide h3 > img {
    height: 14.4px;
  }
}
@media (min-width: 768px) {
  .content-section h3 > img,
.content-section-wide h3 > img {
    height: 21.6px;
  }
}
@media (max-width: 767px) {
  .content-section h4 > img,
.content-section-wide h4 > img {
    height: 14.4px;
  }
}
@media (min-width: 768px) {
  .content-section h4 > img,
.content-section-wide h4 > img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .content-section h5 > img,
.content-section-wide h5 > img {
    height: 14.4px;
  }
}
@media (min-width: 768px) {
  .content-section h5 > img,
.content-section-wide h5 > img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .content-section h6 > img,
.content-section-wide h6 > img {
    height: 14.4px;
  }
}
@media (min-width: 768px) {
  .content-section h6 > img,
.content-section-wide h6 > img {
    height: 18px;
  }
}
.content-section p img.image--icon.alignnone,
.content-section p img[data-svg-icon].alignnone,
.content-section-wide p img.image--icon.alignnone,
.content-section-wide p img[data-svg-icon].alignnone {
  margin-right: 2px;
  margin-bottom: -2px;
  height: 14px;
}
.content-section * > img.image--icon,
.content-section p > img.image--icon.alignnone,
.content-section * > img[data-svg-icon],
.content-section p > img[data-svg-icon].alignnone,
.content-section-wide * > img.image--icon,
.content-section-wide p > img.image--icon.alignnone,
.content-section-wide * > img[data-svg-icon],
.content-section-wide p > img[data-svg-icon].alignnone {
  border-radius: 0;
  filter: brightness(0);
}

.section--colors-alternative a:not(.button),
.section--colors-alternative .link-deco,
.section--colors-alternative .link {
  color: #007a94;
}
.section--colors-alternative a:not(.button):hover,
.section--colors-alternative .link-deco:hover,
.section--colors-alternative .link:hover {
  text-decoration: underline;
}
.section--colors-alternative .link svg * {
  color: #007a94 !important;
}
.section--colors-alternative hr {
  border-color: rgba(25, 34, 36, 0.2);
}
.section--colors-alternative * > img.image--icon,
.section--colors-alternative p > img.image--icon.alignnone,
.section--colors-alternative * > img[data-svg-icon],
.section--colors-alternative p > img[data-svg-icon].alignnone {
  border-radius: 0;
  filter: brightness(0);
}

.section--colors-inverted a:not(.button),
.section--colors-inverted .link-deco,
.section--colors-inverted .link {
  color: #89e5fa;
}
.section--colors-inverted a:not(.button):hover,
.section--colors-inverted .link-deco:hover,
.section--colors-inverted .link:hover {
  text-decoration: underline;
}
.section--colors-inverted .link svg * {
  color: #89e5fa !important;
}
.section--colors-inverted hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.section--colors-inverted * > img.image--icon,
.section--colors-inverted p > img.image--icon.alignnone,
.section--colors-inverted * > img[data-svg-icon],
.section--colors-inverted p > img[data-svg-icon].alignnone {
  border-radius: 0;
  filter: grayscale(1) brightness(0) invert(1);
}

.section--colors-accent a:not(.button),
.section--colors-accent .link-deco,
.section--colors-accent .link {
  color: #ffffff;
  text-decoration: underline;
}
.section--colors-accent .link svg * {
  color: #ffffff !important;
}
.section--colors-accent hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.section--colors-accent * > img.image--icon,
.section--colors-accent p > img.image--icon.alignnone,
.section--colors-accent * > img[data-svg-icon],
.section--colors-accent p > img[data-svg-icon].alignnone {
  border-radius: 0;
  filter: grayscale(1) brightness(0) invert(1);
}

.section--colors-photo a:not(.button),
.section--colors-photo .link-deco,
.section--colors-photo .link {
  color: #ffffff;
  text-decoration: underline;
}
.section--colors-photo .link svg * {
  color: #ffffff !important;
}
.section--colors-photo hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.section--colors-photo * > img.image--icon,
.section--colors-photo p > img.image--icon.alignnone,
.section--colors-photo * > img[data-svg-icon],
.section--colors-photo p > img[data-svg-icon].alignnone {
  border-radius: 0;
  filter: grayscale(1) brightness(0) invert(1);
}

.area--colors-base a:not(.button),
.area--colors-base .link-deco,
.area--colors-base .link,
.area--colors-highlight-base a:not(.button),
.area--colors-highlight-base .link-deco,
.area--colors-highlight-base .link {
  color: #007a94;
}
.area--colors-base a:not(.button):hover,
.area--colors-base .link-deco:hover,
.area--colors-base .link:hover,
.area--colors-highlight-base a:not(.button):hover,
.area--colors-highlight-base .link-deco:hover,
.area--colors-highlight-base .link:hover {
  text-decoration: underline;
}
.area--colors-base .link svg *,
.area--colors-highlight-base .link svg * {
  color: #007a94 !important;
}

.area--colors-highlight-inverted a:not(.button),
.area--colors-highlight-inverted .link-deco,
.area--colors-highlight-inverted .link {
  color: #89e5fa;
}
.area--colors-highlight-inverted a:not(.button):hover,
.area--colors-highlight-inverted .link-deco:hover,
.area--colors-highlight-inverted .link:hover {
  text-decoration: underline;
}
.area--colors-highlight-inverted .link svg * {
  color: #89e5fa !important;
}

.area--colors-accent a:not(.button),
.area--colors-accent .link-deco,
.area--colors-accent .link {
  color: #ffffff;
  text-decoration: underline;
}
.area--colors-accent .link svg * {
  color: #ffffff !important;
}

.content-section .text-mb-0,
.content-section-wide .text-mb-0 {
  margin-bottom: 0 !important;
}
.content-section .text-mb-xxsmall,
.content-section-wide .text-mb-xxsmall {
  margin-bottom: 4px !important;
}
.content-section .text-mb-small,
.content-section-wide .text-mb-small {
  margin-bottom: 12px !important;
}
.content-section .text-mb-large,
.content-section-wide .text-mb-large {
  margin-bottom: 24px !important;
}
.content-section .text-mb-xlarge,
.content-section-wide .text-mb-xlarge {
  margin-bottom: 32px !important;
}
.content-section .flex-justify-center,
.content-section-wide .flex-justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-section .flex-justify-center > *,
.content-section-wide .flex-justify-center > * {
  margin: 12px;
}
.content-section .flex-justify-space-around,
.content-section-wide .flex-justify-space-around {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content-section .flex-justify-space-around,
.content-section-wide .flex-justify-space-around {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .content-section .flex-justify-space-around,
.content-section-wide .flex-justify-space-around {
    justify-content: space-around;
  }
}
.content-section .flex-justify-space-around > *,
.content-section-wide .flex-justify-space-around > * {
  margin: 12px;
}
.content-section .flex-justify-space-between,
.content-section-wide .flex-justify-space-between {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content-section .flex-justify-space-between,
.content-section-wide .flex-justify-space-between {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .content-section .flex-justify-space-between,
.content-section-wide .flex-justify-space-between {
    justify-content: space-between;
  }
}
.content-section .flex-justify-space-between > *,
.content-section-wide .flex-justify-space-between > * {
  margin: 12px;
}
.content-section .flex-wrap,
.content-section-wide .flex-wrap {
  flex-wrap: wrap;
}
.content-section .width-80-md-lg,
.content-section-wide .width-80-md-lg {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content-section .width-80-md-lg,
.content-section-wide .width-80-md-lg {
    width: 80%;
  }
}
.content-section .width-60-md-lg,
.content-section-wide .width-60-md-lg {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content-section .width-60-md-lg,
.content-section-wide .width-60-md-lg {
    width: 60%;
  }
}
.content-section .color-callout,
.content-section-wide .color-callout {
  color: #bd8a00;
}
.content-section .color-positive,
.content-section-wide .color-positive {
  color: #0a8263;
}
.content-section .color-negative,
.content-section-wide .color-negative {
  color: #d5156c;
}
.content-section .color-accent,
.content-section-wide .color-accent {
  color: #00807d;
}
.content-section .color-muted,
.content-section-wide .color-muted {
  color: #55676d;
}
.content-section .text-large,
.content-section-wide .text-large {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.content-section strong > .text-large, .content-section b > .text-large,
.content-section-wide strong > .text-large,
.content-section-wide b > .text-large {
  font-weight: 700;
}
.content-section .text-large > strong, .content-section .text-large b,
.content-section-wide .text-large > strong,
.content-section-wide .text-large b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-section .text-small,
.content-section-wide .text-small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .content-section .text-small,
.content-section-wide .text-small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.content-section strong > .text-small, .content-section b > .text-small,
.content-section-wide strong > .text-small,
.content-section-wide b > .text-small {
  font-weight: 700;
}
.content-section .text-small > strong, .content-section .text-small b,
.content-section-wide .text-small > strong,
.content-section-wide .text-small b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-section .text-tiny,
.content-section-wide .text-tiny {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 768px) {
  .content-section .text-tiny,
.content-section-wide .text-tiny {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
  }
}
.content-section strong > .text-tiny, .content-section b > .text-tiny,
.content-section-wide strong > .text-tiny,
.content-section-wide b > .text-tiny {
  font-weight: 700;
}
.content-section .text-tiny > strong, .content-section .text-tiny b,
.content-section-wide .text-tiny > strong,
.content-section-wide .text-tiny b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-section .h1-alike,
.content-section-wide .h1-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .content-section .h1-alike,
.content-section-wide .h1-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .content-section .h2-alike,
.content-section-wide .h2-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-section .h2-alike,
.content-section-wide .h2-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .content-section .h3-alike,
.content-section-wide .h3-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-section .h3-alike,
.content-section-wide .h3-alike {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .content-section .h-small,
.content-section-wide .h-small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-section .h-small,
.content-section-wide .h-small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.content-section .text-xlarge,
.content-section-wide .text-xlarge {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
  .content-section .text-xlarge,
.content-section-wide .text-xlarge {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-section .text-xlarge,
.content-section-wide .text-xlarge {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-section strong > .text-xlarge, .content-section b > .text-xlarge,
.content-section-wide strong > .text-xlarge,
.content-section-wide b > .text-xlarge {
  font-weight: 700;
}
.content-section .text-xlarge > strong, .content-section .text-xlarge b,
.content-section-wide .text-xlarge > strong,
.content-section-wide .text-xlarge b {
  font-weight: 700;
}
.content-section .text-xxlarge,
.content-section-wide .text-xxlarge {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 767px) {
  .content-section .text-xxlarge,
.content-section-wide .text-xxlarge {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-section .text-xxlarge,
.content-section-wide .text-xxlarge {
    font-size: 32px;
    line-height: 40px;
  }
}
.content-section strong > .text-xxlarge, .content-section b > .text-xxlarge,
.content-section-wide strong > .text-xxlarge,
.content-section-wide b > .text-xxlarge {
  font-weight: 700;
}
.content-section .text-xxlarge > strong, .content-section .text-xxlarge b,
.content-section-wide .text-xxlarge > strong,
.content-section-wide .text-xxlarge b {
  font-weight: 700;
}
.content-section .button,
.content-section-wide .button {
  padding: 7px 16px;
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  line-height: 20px;
  transition: all 50ms ease-out;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #192224 !important;
  background: #f0f4f5;
  border-color: transparent;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}
.content-section .button svg,
.content-section-wide .button svg {
  fill: #192224;
}
.content-section .button img[data-svg-icon],
.content-section-wide .button img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.content-section .button > img[data-svg-icon],
.content-section-wide .button > img[data-svg-icon] {
  filter: invert(0) !important;
}
.content-section .button:hover,
.content-section-wide .button:hover {
  text-decoration: none !important;
  background: #e6edef;
}
.content-section .button:focus,
.content-section-wide .button:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.content-section .button.disabled, .content-section .button:disabled, .content-section .button:disabled:hover,
.content-section-wide .button.disabled,
.content-section-wide .button:disabled,
.content-section-wide .button:disabled:hover {
  color: #ffffff !important;
  background: #9babb0;
  cursor: not-allowed;
  pointer-events: none;
}
.content-section .button--progress, .content-section .button--clickout,
.content-section-wide .button--progress,
.content-section-wide .button--clickout {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
  background-origin: border-box;
}
.content-section .button--progress svg, .content-section .button--clickout svg,
.content-section-wide .button--progress svg,
.content-section-wide .button--clickout svg {
  fill: #ffffff;
}
.content-section .button--progress img[data-svg-icon], .content-section .button--clickout img[data-svg-icon],
.content-section-wide .button--progress img[data-svg-icon],
.content-section-wide .button--clickout img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.content-section .button--progress > img[data-svg-icon], .content-section .button--clickout > img[data-svg-icon],
.content-section-wide .button--progress > img[data-svg-icon],
.content-section-wide .button--clickout > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.content-section .button--progress:hover, .content-section .button--clickout:hover,
.content-section-wide .button--progress:hover,
.content-section-wide .button--clickout:hover {
  background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
  background-origin: border-box;
}
.content-section .button--progress:focus, .content-section .button--clickout:focus, .content-section .button--progress:active, .content-section .button--clickout:active,
.content-section-wide .button--progress:focus,
.content-section-wide .button--clickout:focus,
.content-section-wide .button--progress:active,
.content-section-wide .button--clickout:active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
  background-origin: border-box;
}
.content-section .button--fullwidth,
.content-section-wide .button--fullwidth {
  width: 100%;
  text-align: center;
}
.content-section button.reset-button-style,
.content-section-wide button.reset-button-style {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.content-section .button--action,
.content-section-wide .button--action {
  color: #ffffff !important;
  background: #007a94;
}
.content-section .button--action svg,
.content-section-wide .button--action svg {
  fill: #ffffff;
}
.content-section .button--action img[data-svg-icon],
.content-section-wide .button--action img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.content-section .button--action > img[data-svg-icon],
.content-section-wide .button--action > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.content-section .button--action:hover,
.content-section-wide .button--action:hover {
  background: #036b82;
}
.content-section .button--action:focus,
.content-section .button--action:active,
.content-section-wide .button--action:focus,
.content-section-wide .button--action:active {
  color: #ffffff !important;
  background: #035f73;
}
.content-section .button--text,
.content-section .button--outline,
.content-section-wide .button--text,
.content-section-wide .button--outline {
  color: #192224 !important;
  background: transparent;
}
.content-section .button--text svg,
.content-section .button--outline svg,
.content-section-wide .button--text svg,
.content-section-wide .button--outline svg {
  fill: #192224;
}
.content-section .button--text img[data-svg-icon],
.content-section .button--outline img[data-svg-icon],
.content-section-wide .button--text img[data-svg-icon],
.content-section-wide .button--outline img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.content-section .button--text > img[data-svg-icon],
.content-section .button--outline > img[data-svg-icon],
.content-section-wide .button--text > img[data-svg-icon],
.content-section-wide .button--outline > img[data-svg-icon] {
  filter: invert(0) !important;
}
.content-section .button--outline,
.content-section-wide .button--outline {
  border-color: #192224;
}
.content-section .button--text:hover,
.content-section .button--outline:hover,
.content-section-wide .button--text:hover,
.content-section-wide .button--outline:hover {
  color: #192224 !important;
  background: rgba(25, 34, 36, 0.07);
}
.content-section .button--text:focus,
.content-section .button--text:active,
.content-section .button--outline:focus,
.content-section .button--outline:active,
.content-section-wide .button--text:focus,
.content-section-wide .button--text:active,
.content-section-wide .button--outline:focus,
.content-section-wide .button--outline:active {
  color: #192224 !important;
  background: rgba(25, 34, 36, 0.15);
}

.section--colors-alternative .button--action {
  color: #ffffff !important;
  background: #007a94;
}
.section--colors-alternative .button--action svg {
  fill: #ffffff;
}
.section--colors-alternative .button--action img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-alternative .button--action > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.section--colors-alternative .button--action:hover {
  background: #036b82;
}
.section--colors-alternative .button--action:focus,
.section--colors-alternative .button--action:active {
  color: #ffffff !important;
  background: #035f73;
}
.section--colors-alternative .button--text,
.section--colors-alternative .button--outline {
  color: #192224 !important;
  background: transparent;
}
.section--colors-alternative .button--text svg,
.section--colors-alternative .button--outline svg {
  fill: #192224;
}
.section--colors-alternative .button--text img[data-svg-icon],
.section--colors-alternative .button--outline img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-alternative .button--text > img[data-svg-icon],
.section--colors-alternative .button--outline > img[data-svg-icon] {
  filter: invert(0) !important;
}
.section--colors-alternative .button--outline {
  border-color: #192224;
}
.section--colors-alternative .button--text:hover,
.section--colors-alternative .button--outline:hover {
  color: #192224 !important;
  background: rgba(25, 34, 36, 0.07);
}
.section--colors-alternative .button--text:focus,
.section--colors-alternative .button--text:active,
.section--colors-alternative .button--outline:focus,
.section--colors-alternative .button--outline:active {
  color: #192224 !important;
  background: rgba(25, 34, 36, 0.15);
}
.section--colors-alternative .color-callout {
  color: #bd8a00;
}
.section--colors-alternative .color-positive {
  color: #0a8263;
}
.section--colors-alternative .color-negative {
  color: #d5156c;
}
.section--colors-alternative .color-accent {
  color: #00807d;
}
.section--colors-alternative .color-muted {
  color: #55676d;
}

.section--colors-inverted .button--action {
  color: #192224 !important;
  background: #ffffff;
}
.section--colors-inverted .button--action svg {
  fill: #192224;
}
.section--colors-inverted .button--action img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-inverted .button--action > img[data-svg-icon] {
  filter: invert(0) !important;
}
.section--colors-inverted .button--action:hover {
  background: #f0f4f5;
}
.section--colors-inverted .button--action:focus,
.section--colors-inverted .button--action:active {
  color: #192224 !important;
  background: #f9fafb;
}
.section--colors-inverted .button--text,
.section--colors-inverted .button--outline {
  color: #ffffff !important;
  background: transparent;
}
.section--colors-inverted .button--text svg,
.section--colors-inverted .button--outline svg {
  fill: #ffffff;
}
.section--colors-inverted .button--text img[data-svg-icon],
.section--colors-inverted .button--outline img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-inverted .button--text > img[data-svg-icon],
.section--colors-inverted .button--outline > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.section--colors-inverted .button--outline {
  border-color: #ffffff;
}
.section--colors-inverted .button--text:hover,
.section--colors-inverted .button--outline:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.07);
}
.section--colors-inverted .button--text:focus,
.section--colors-inverted .button--text:active,
.section--colors-inverted .button--outline:focus,
.section--colors-inverted .button--outline:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15);
}
.section--colors-inverted .color-callout {
  color: #fdf5c9;
}
.section--colors-inverted .color-positive {
  color: #d3fdf3;
}
.section--colors-inverted .color-negative {
  color: #fff0f7;
}
.section--colors-inverted .color-accent {
  color: #d6faf9;
}
.section--colors-inverted .color-muted {
  color: #f9fafb;
}

.section--colors-accent .button--action {
  color: #007a94 !important;
  background: #ffffff;
}
.section--colors-accent .button--action svg {
  fill: #007a94;
}
.section--colors-accent .button--action img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-accent .button--action > img[data-svg-icon] {
  filter: invert(0) !important;
}
.section--colors-accent .button--action:hover {
  background: #f0f4f5;
}
.section--colors-accent .button--action:focus,
.section--colors-accent .button--action:active {
  color: #007a94 !important;
  background: #f9fafb;
}
.section--colors-accent .button--text,
.section--colors-accent .button--outline {
  color: #ffffff !important;
  background: transparent;
}
.section--colors-accent .button--text svg,
.section--colors-accent .button--outline svg {
  fill: #ffffff;
}
.section--colors-accent .button--text img[data-svg-icon],
.section--colors-accent .button--outline img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-accent .button--text > img[data-svg-icon],
.section--colors-accent .button--outline > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.section--colors-accent .button--outline {
  border-color: #ffffff;
}
.section--colors-accent .button--text:hover,
.section--colors-accent .button--outline:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
}
.section--colors-accent .button--text:focus,
.section--colors-accent .button--text:active,
.section--colors-accent .button--outline:focus,
.section--colors-accent .button--outline:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.3);
}
.section--colors-accent .color-callout {
  color: #fdf5c9;
}
.section--colors-accent .color-positive {
  color: #d3fdf3;
}
.section--colors-accent .color-negative {
  color: #fff0f7;
}
.section--colors-accent .color-accent {
  color: #d6faf9;
}
.section--colors-accent .color-muted {
  color: rgba(255, 255, 255, 0.65);
}

.section--colors-photo .button--action {
  color: #192224 !important;
  background: #ffffff;
}
.section--colors-photo .button--action svg {
  fill: #192224;
}
.section--colors-photo .button--action img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-photo .button--action > img[data-svg-icon] {
  filter: invert(0) !important;
}
.section--colors-photo .button--action:hover {
  background: #f0f4f5;
}
.section--colors-photo .button--action:focus,
.section--colors-photo .button--action:active {
  color: #192224 !important;
  background: #f9fafb;
}
.section--colors-photo .button--text,
.section--colors-photo .button--outline {
  color: #ffffff !important;
  background: transparent;
}
.section--colors-photo .button--text svg,
.section--colors-photo .button--outline svg {
  fill: #ffffff;
}
.section--colors-photo .button--text img[data-svg-icon],
.section--colors-photo .button--outline img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.section--colors-photo .button--text > img[data-svg-icon],
.section--colors-photo .button--outline > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.section--colors-photo .button--outline {
  border-color: #ffffff;
}
.section--colors-photo .button--text:hover,
.section--colors-photo .button--outline:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
}
.section--colors-photo .button--text:focus,
.section--colors-photo .button--text:active,
.section--colors-photo .button--outline:focus,
.section--colors-photo .button--outline:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.3);
}
.section--colors-photo .color-callout {
  color: #fdf5c9;
}
.section--colors-photo .color-positive {
  color: #d3fdf3;
}
.section--colors-photo .color-negative {
  color: #fff0f7;
}
.section--colors-photo .color-accent {
  color: #d6faf9;
}
.section--colors-photo .color-muted {
  color: rgba(255, 255, 255, 0.65);
}

.content-section img,
.content-section-wide img {
  height: auto;
  max-width: 100%;
}
.content-section img.image--style-reset,
.content-section-wide img.image--style-reset {
  border-radius: unset;
}
.content-section .form-group,
.content-section-wide .form-group {
  display: flex;
}
@media (max-width: 575px) {
  .content-section .form-group,
.content-section-wide .form-group {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .content-section .form-group,
.content-section-wide .form-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-section .form-group:not(:first-child),
.content-section-wide .form-group:not(:first-child) {
  margin-top: 12px;
}
.content-section .form-group .input,
.content-section-wide .form-group .input {
  order: 0;
  flex: 1 0 auto;
}
@media (max-width: 575px) {
  .content-section .form-group .input + .button,
.content-section-wide .form-group .input + .button {
    order: 1;
    margin-top: 12px;
  }
}
@media (min-width: 576px) {
  .content-section .form-group .input + .button,
.content-section-wide .form-group .input + .button {
    order: 0;
    margin-left: 12px;
  }
}
.content-section .form-group .help,
.content-section-wide .form-group .help {
  order: 0;
  margin-top: 4px;
  width: 100%;
}
.content-section .input,
.content-section-wide .input {
  padding: 7px 8px;
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  line-height: 20px;
  transition: all 50ms ease-out;
  font-weight: 700;
  color: #192224;
  background: #ffffff;
  border-color: #9babb0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content-section .input::placeholder,
.content-section-wide .input::placeholder {
  color: #55676d;
}
.content-section .input:disabled,
.content-section-wide .input:disabled {
  opacity: 0.6;
}
.content-section .input:hover,
.content-section-wide .input:hover {
  background: #f9fafb;
  border-color: #2c3639;
}
.content-section .input:focus,
.content-section-wide .input:focus {
  background: #ffffff;
  border-color: #192224;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.content-section .input:hover:focus,
.content-section-wide .input:hover:focus {
  background: #ffffff;
}
.content-section .input.warning,
.content-section-wide .input.warning {
  border-color: #cc9900;
}
.content-section .input.error,
.content-section-wide .input.error {
  border-color: #d5156c;
}
.content-section .input::placeholder,
.content-section-wide .input::placeholder {
  font-weight: normal;
}
.content-section .help,
.content-section-wide .help {
  color: inherit;
}
@media (max-width: 767px) {
  .content-section .help,
.content-section-wide .help {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .content-section .help,
.content-section-wide .help {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.content-section textarea.input,
.content-section-wide textarea.input {
  height: 116px;
}
.content-section label,
.content-section-wide label {
  color: #192224;
}
@media (max-width: 767px) {
  .content-section label,
.content-section-wide label {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .content-section label,
.content-section-wide label {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.content-section .group-input-switch label,
.content-section-wide .group-input-switch label {
  position: relative;
  display: block;
  cursor: pointer;
}
.content-section .group-input-switch input[type=checkbox],
.content-section-wide .group-input-switch input[type=checkbox] {
  position: absolute;
  margin: 0;
  width: 34px;
  height: 16px;
  left: 0;
  top: 6px;
  bottom: 0;
  opacity: 0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content-section .group-input-switch .switch-label,
.content-section-wide .group-input-switch .switch-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 28px;
  line-height: 28px;
  padding-left: 48px;
}
.content-section .group-input-switch .switch-label:before,
.content-section-wide .group-input-switch .switch-label:before {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 16px;
  left: 0;
  top: 6px;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 8px;
}
.content-section .group-input-switch .switch-label:after,
.content-section-wide .group-input-switch .switch-label:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 8px;
  border: 0;
  border-radius: 100%;
}
.content-section .group-input-switch .switch-label:before,
.content-section-wide .group-input-switch .switch-label:before {
  background: #9babb0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content-section .group-input-switch .switch-label:after,
.content-section-wide .group-input-switch .switch-label:after {
  background: #ffffff;
  transition: transform 100ms ease-out;
}
.content-section .group-input-switch input:checked + .switch-label:before,
.content-section-wide .group-input-switch input:checked + .switch-label:before {
  background: #007a94;
}
.content-section .group-input-switch input:checked + .switch-label:after,
.content-section-wide .group-input-switch input:checked + .switch-label:after {
  transform: translateX(18px);
}
.content-section .group-input-switch input:hover:not(:disabled) + .switch-label:before,
.content-section-wide .group-input-switch input:hover:not(:disabled) + .switch-label:before {
  background: #55676d;
}
.content-section .group-input-switch input:checked:hover + .switch-label:before,
.content-section .group-input-switch input:checked:active + .switch-label:before,
.content-section-wide .group-input-switch input:checked:hover + .switch-label:before,
.content-section-wide .group-input-switch input:checked:active + .switch-label:before {
  background: #036b82;
}
.content-section .group-input-switch input:focus + .switch-label:before,
.content-section-wide .group-input-switch input:focus + .switch-label:before {
  background: #55676d;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.content-section .group-input-switch input:checked:focus + .switch-label:before,
.content-section-wide .group-input-switch input:checked:focus + .switch-label:before {
  background: #035f73;
}
.content-section .group-input-switch input:disabled + .switch-label:before,
.content-section .group-input-switch input:disabled + .switch-label:after,
.content-section-wide .group-input-switch input:disabled + .switch-label:before,
.content-section-wide .group-input-switch input:disabled + .switch-label:after {
  opacity: 0.5;
}
.content-section .input,
.content-section-wide .input {
  color: #192224;
  background: #ffffff;
  border-color: #9babb0;
}
.content-section .input::placeholder,
.content-section-wide .input::placeholder {
  color: #55676d;
}
.content-section .input:disabled,
.content-section-wide .input:disabled {
  opacity: 0.6;
}
.content-section .input:hover,
.content-section-wide .input:hover {
  background: #f9fafb;
  border-color: #2c3639;
}
.content-section .input:focus,
.content-section-wide .input:focus {
  background: #ffffff;
  border-color: #192224;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.content-section .input:hover:focus,
.content-section-wide .input:hover:focus {
  background: #ffffff;
}
.content-section .input.warning,
.content-section-wide .input.warning {
  border-color: #cc9900;
}
.content-section .input.error,
.content-section-wide .input.error {
  border-color: #d5156c;
}
.content-section label,
.content-section-wide label {
  color: #192224;
}
.content-section .help.warning,
.content-section-wide .help.warning {
  color: #55676d;
}
.content-section .help.error,
.content-section-wide .help.error {
  color: #d5156c;
}

.section--colors-alternative {
  background: #f9fafb;
  color: #192224;
}
.section--colors-alternative *:not(a) {
  color: #192224;
}

.section--colors-inverted {
  background: #035f73;
  color: #ffffff;
}
.section--colors-inverted .input {
  color: #192224;
  background: #ffffff;
  border-color: #e6edef;
}
.section--colors-inverted .input::placeholder {
  color: #55676d;
}
.section--colors-inverted .input:hover {
  background: #f9fafb;
  border-color: #f9fafb;
}
.section--colors-inverted .input:focus {
  background: #ffffff;
  border-color: #ffffff;
}
.section--colors-inverted .input:hover:focus {
  background: #ffffff;
}
.section--colors-inverted label {
  color: #ffffff;
}
.section--colors-inverted .help.warning {
  color: #f9fafb;
}
.section--colors-inverted .help.error {
  color: #fff0f7;
}
.section--colors-inverted .group-input-switch .switch-label:before {
  border-color: transparent;
  background: #e6edef;
}
.section--colors-inverted .group-input-switch input:checked + .switch-label:before {
  background: #89e5fa;
}
.section--colors-inverted .group-input-switch input:hover:not(:disabled) + .switch-label:before {
  background: #f9fafb;
}
.section--colors-inverted .group-input-switch input:checked:hover + .switch-label:before,
.section--colors-inverted .group-input-switch input:checked:active + .switch-label:before {
  background: #b1eefc;
}
.section--colors-inverted .group-input-switch input:focus + .switch-label:before {
  background: #f9fafb;
}
.section--colors-inverted .group-input-switch input:checked:focus + .switch-label:before {
  background: #dff6fb;
}
.section--colors-inverted .group-input-switch input:disabled + .switch-label:before,
.section--colors-inverted .group-input-switch input:disabled + .switch-label:after {
  opacity: 0.5;
}
.section--colors-inverted *:not(a) {
  color: #ffffff;
}

.section--colors-accent {
  background: linear-gradient(135deg, #008aad 0%, #008aad 100%);
  color: #ffffff;
}
.section--colors-accent .input {
  color: #192224;
  background: #ffffff;
  border-color: transparent;
}
.section--colors-accent .input::placeholder {
  color: #55676d;
}
.section--colors-accent .input:hover {
  background: #f9fafb;
  border-color: transparent;
}
.section--colors-accent .input:focus {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.section--colors-accent .input:hover:focus {
  background: #ffffff;
  border-color: rgba(25, 34, 36, 0.4);
}
.section--colors-accent label {
  color: #ffffff;
}
.section--colors-accent .help.warning {
  color: #f9fafb;
}
.section--colors-accent .help.error {
  color: #fff0f7;
}
.section--colors-accent .group-input-switch .switch-label:before {
  border-color: #ffffff;
  background: transparent;
}
.section--colors-accent .group-input-switch input:checked + .switch-label:before {
  background: rgba(255, 255, 255, 0.4);
}
.section--colors-accent .group-input-switch input:hover:not(:disabled) + .switch-label:before {
  background: rgba(255, 255, 255, 0.15);
}
.section--colors-accent .group-input-switch input:checked:hover + .switch-label:before,
.section--colors-accent .group-input-switch input:checked:active + .switch-label:before {
  background: rgba(255, 255, 255, 0.6);
}
.section--colors-accent .group-input-switch input:focus + .switch-label:before {
  background: rgba(255, 255, 255, 0.15);
}
.section--colors-accent .group-input-switch input:checked:focus + .switch-label:before {
  background: rgba(255, 255, 255, 0.6);
}
.section--colors-accent .group-input-switch input:disabled + .switch-label:before,
.section--colors-accent .group-input-switch input:disabled + .switch-label:after {
  opacity: 0.5;
}
.section--colors-accent *:not(a) {
  color: #ffffff;
}

.section--colors-photo {
  background: #f9fafb;
  color: #ffffff;
}
.section--colors-photo .input {
  color: #192224;
  background: #ffffff;
  border-color: #9babb0;
}
.section--colors-photo .input::placeholder {
  color: #55676d;
}
.section--colors-photo .input:disabled {
  opacity: 0.6;
}
.section--colors-photo .input:hover {
  background: #f9fafb;
  border-color: #2c3639;
}
.section--colors-photo .input:focus {
  background: #ffffff;
  border-color: #192224;
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.section--colors-photo .input:hover:focus {
  background: #ffffff;
}
.section--colors-photo .input.warning {
  border-color: #cc9900;
}
.section--colors-photo .input.error {
  border-color: #d5156c;
}
.section--colors-photo label {
  color: #ffffff;
}
.section--colors-photo .help.warning {
  color: #f9fafb;
}
.section--colors-photo .help.error {
  color: #fff0f7;
}
.section--colors-photo .group-input-switch .switch-label:before {
  border-color: #ffffff;
  background: transparent;
}
.section--colors-photo .group-input-switch input:checked + .switch-label:before {
  background: rgba(255, 255, 255, 0.4);
}
.section--colors-photo .group-input-switch input:hover:not(:disabled) + .switch-label:before {
  background: rgba(255, 255, 255, 0.15);
}
.section--colors-photo .group-input-switch input:checked:hover + .switch-label:before,
.section--colors-photo .group-input-switch input:checked:active + .switch-label:before {
  background: rgba(255, 255, 255, 0.6);
}
.section--colors-photo .group-input-switch input:focus + .switch-label:before {
  background: rgba(255, 255, 255, 0.15);
}
.section--colors-photo .group-input-switch input:checked:focus + .switch-label:before {
  background: rgba(255, 255, 255, 0.6);
}
.section--colors-photo .group-input-switch input:disabled + .switch-label:before,
.section--colors-photo .group-input-switch input:disabled + .switch-label:after {
  opacity: 0.5;
}
.section--colors-photo *:not(a) {
  color: #ffffff;
}

.content-section .area--colors-base,
.content-section-wide .area--colors-base,
.section--colors-alternative .area--colors-base,
.section--colors-inverted .area--colors-base,
.section--colors-accent .area--colors-base,
.section--colors-photo .area--colors-base {
  color: #192224;
  background: #ffffff;
}
.content-section .area--colors-base *:not(a),
.content-section-wide .area--colors-base *:not(a),
.section--colors-alternative .area--colors-base *:not(a),
.section--colors-inverted .area--colors-base *:not(a),
.section--colors-accent .area--colors-base *:not(a),
.section--colors-photo .area--colors-base *:not(a) {
  color: #192224;
}
.content-section .area--colors-highlight-base,
.content-section-wide .area--colors-highlight-base,
.section--colors-alternative .area--colors-highlight-base,
.section--colors-inverted .area--colors-highlight-base,
.section--colors-accent .area--colors-highlight-base,
.section--colors-photo .area--colors-highlight-base {
  color: #192224;
  background: linear-gradient(135deg, #f0f4f5 0%, #f0f4f5 100%);
}
.content-section .area--colors-highlight-base *:not(a),
.content-section-wide .area--colors-highlight-base *:not(a),
.section--colors-alternative .area--colors-highlight-base *:not(a),
.section--colors-inverted .area--colors-highlight-base *:not(a),
.section--colors-accent .area--colors-highlight-base *:not(a),
.section--colors-photo .area--colors-highlight-base *:not(a) {
  color: #192224;
}
.content-section .area--colors-highlight-inverted,
.content-section-wide .area--colors-highlight-inverted,
.section--colors-alternative .area--colors-highlight-inverted,
.section--colors-inverted .area--colors-highlight-inverted,
.section--colors-accent .area--colors-highlight-inverted,
.section--colors-photo .area--colors-highlight-inverted {
  color: #ffffff;
  background: linear-gradient(135deg, #023c3b 0%, #023c3b 100%);
}
.content-section .area--colors-highlight-inverted *:not(a),
.content-section-wide .area--colors-highlight-inverted *:not(a),
.section--colors-alternative .area--colors-highlight-inverted *:not(a),
.section--colors-inverted .area--colors-highlight-inverted *:not(a),
.section--colors-accent .area--colors-highlight-inverted *:not(a),
.section--colors-photo .area--colors-highlight-inverted *:not(a) {
  color: #ffffff;
}
.content-section .area--colors-accent,
.content-section-wide .area--colors-accent,
.section--colors-alternative .area--colors-accent,
.section--colors-inverted .area--colors-accent,
.section--colors-accent .area--colors-accent,
.section--colors-photo .area--colors-accent {
  color: #ffffff;
  background: linear-gradient(135deg, #008aad 0%, #008aad 100%);
}
.content-section .area--colors-accent *:not(a),
.content-section-wide .area--colors-accent *:not(a),
.section--colors-alternative .area--colors-accent *:not(a),
.section--colors-inverted .area--colors-accent *:not(a),
.section--colors-accent .area--colors-accent *:not(a),
.section--colors-photo .area--colors-accent *:not(a) {
  color: #ffffff;
}

.noselect, .menu-button {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mouseevents *:focus {
  box-shadow: unset !important;
}

.menu-button {
  display: flex;
  align-items: center;
  height: 56px;
  background: transparent;
  border: 0;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-button {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .menu-button {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.menu-button:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.menu-button .svg-icon {
  width: 20px;
  height: 20px;
}
.menu-button__menu-title {
  margin-inline-start: 20px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .menu-button__menu-title {
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .menu-button__menu-title {
    max-width: 240px;
  }
}

.header--second.menu-row--colors-inverted .menu-button {
  color: #ffffff;
}
.header--second.menu-row--colors-inverted .menu-button:hover, .header--second.menu-row--colors-inverted .menu-button:focus {
  color: #dff6fb;
}

.header--second.menu-row--colors-base .menu-button {
  color: #192224;
}
.header--second.menu-row--colors-base .menu-button:hover, .header--second.menu-row--colors-base .menu-button:focus {
  color: #035f73;
}

.header-menu-handle {
  position: relative;
  z-index: 1002;
}

.blog-menu-panel-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.blog-menu-panel-bg-wrapper {
  display: none;
}
@media (max-width: 1079px) {
  .blog-menu-panel-bg-wrapper.open {
    position: absolute;
    top: 56px;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

.blog-menu-panel .blog-menu-panel-contents {
  display: none;
}
.blog-menu-panel.open {
  z-index: 1001;
  position: absolute;
}
@media (max-width: 1079px) {
  .blog-menu-panel.open {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .blog-menu-panel.open {
    left: 45px;
    width: calc(100% - 45px);
  }
}
.blog-menu-panel.open .menu-button {
  position: relative;
}
@media (min-width: 1080px) {
  .blog-menu-panel.open .menu-button {
    margin-left: -45px;
  }
}
.blog-menu-panel.open .blog-menu-panel-contents {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1080px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    margin-top: -56px;
  }
}
.blog-menu-panel.open .blog-menu-panel-contents::before {
  content: "";
  position: absolute;
  display: block;
  left: -5000px;
  width: 10000px;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

@media (min-width: 1080px) {
  html[dir=rtl] .blog-menu-panel.open {
    left: unset;
    right: 45px;
  }
}

.blog-menu-navigation {
  flex: 0 0 auto;
}
@media (max-width: 1079px) {
  .blog-menu-navigation {
    padding: 56px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .blog-menu-navigation {
    padding: 28px 0;
  }
}
@media (min-width: 1080px) {
  .blog-menu-navigation {
    padding: 66px 37.3333333333px 28px;
    width: 290px;
  }
}
.blog-menu-navigation__menu {
  display: flex;
  justify-content: center;
}
.blog-menu-navigation__channels {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .blog-menu-navigation__channels {
    display: none;
  }
}

.blog-menu-addons {
  width: auto;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .blog-menu-addons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .blog-menu-addons {
    margin-top: auto;
    padding: 20px 30px 30px;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .blog-menu-addons {
    padding: 56px 30px 0;
    width: calc(100% - 290px);
    min-height: 350px;
  }
}
.blog-menu-addons__title {
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .blog-menu-addons__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .blog-menu-addons__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-menu-addons h3.blog-menu-addons__title {
  margin: 0;
}

.blog-menu-wrapper {
  width: 100%;
}

ul.blog-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .blog-menu {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .blog-menu {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-menu .sub-menu {
  padding-left: 0;
}
@media (max-width: 1079px) {
  .blog-menu .sub-menu {
    border-top: 1px solid rgba(210, 220, 224, 0.5);
    border-bottom: 1px solid rgba(210, 220, 224, 0.5);
  }
}
@media (min-width: 1080px) {
  .blog-menu .sub-menu {
    padding-left: 20px;
  }
}
.blog-menu .menu-item {
  margin: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1079px) {
  .blog-menu .menu-item {
    max-width: 100%;
    text-align: center;
  }
}
.blog-menu .menu-item a {
  display: inline;
  margin: 2px;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog-menu .menu-item a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.blog-menu .menu-item a:hover {
  text-decoration: none;
}

.menu-row--colors-inverted .menu-item a {
  color: #ffffff;
}
.menu-row--colors-inverted .menu-item a:hover, .menu-row--colors-inverted .menu-item a:focus {
  color: #dff6fb;
}
.menu-row--colors-inverted .blog-menu-panel {
  color: #ffffff;
}
.menu-row--colors-inverted .blog-menu-addons .post-card-meta {
  color: rgba(255, 255, 255, 0.7);
}
.menu-row--colors-inverted .blog-menu-addons .post-card-meta > * {
  color: rgba(255, 255, 255, 0.7);
  font-weight: inherit;
}
.menu-row--colors-inverted .blog-menu-addons .post-card-title {
  color: #ffffff;
}

.menu-row--colors-base .menu-item a {
  color: #192224;
}
.menu-row--colors-base .menu-item a:hover, .menu-row--colors-base .menu-item a:focus {
  color: #035f73;
}
.menu-row--colors-base .blog-menu-panel {
  color: #192224;
}
.menu-row--colors-base .blog-menu-addons .post-card-meta {
  color: rgba(25, 34, 36, 0.7);
}
.menu-row--colors-base .blog-menu-addons .post-card-meta > * {
  color: rgba(25, 34, 36, 0.7);
  font-weight: inherit;
}
.menu-row--colors-base .blog-menu-addons .post-card-title {
  color: #192224;
}

.menu-button .menu-button__icon-open, .menu-button .menu-button__icon-close {
  align-items: center;
}
@media (max-width: 1079px) {
  .header-menu-handle .menu-button {
    margin-left: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header-menu-handle .menu-button .menu-button__icon-open {
  display: none;
}
.header-menu-handle .menu-button .menu-button__icon-closed {
  display: flex;
}
.header-menu-handle .menu-button.open .menu-button__icon-open {
  display: flex;
}
.header-menu-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

.header-search-handle {
  display: flex;
  padding: 0;
}
.header-search-handle__description {
  display: flex;
  align-items: center;
  padding-inline-end: 5px;
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 575px) {
  .header-search-handle__description {
    display: none;
  }
}

.blog-search-panel-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.blog-search-panel-bg-wrapper.open {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

.blog-search-panel {
  display: none;
}
.blog-search-panel.open {
  z-index: 1001;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-search-wrapper {
  position: relative;
}

.menu-row--colors-inverted {
  color: #ffffff;
}

.menu-row--colors-base {
  color: #192224;
}

.menu-button .menu-button__icon-open, .menu-button .menu-button__icon-close {
  align-items: center;
}
@media (max-width: 1079px) {
  .header-search-handle .menu-button {
    margin-inline-end: -8px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
}
.header-search-handle .menu-button .menu-button__icon-open {
  display: none;
}
.header-search-handle .menu-button .menu-button__icon-closed {
  display: flex;
}
.header-search-handle .menu-button.open .menu-button__icon-open {
  display: flex;
}
.header-search-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

@media (max-width: 575px) {
  .post-card {
    margin: 0 auto;
    max-width: 400px;
  }
}
.post-card--large {
  margin-bottom: 32px;
}
.entry-content .post-card--large {
  margin-bottom: 0;
}
.post-card--large-image {
  position: relative;
  max-width: 100%;
}
.post-card--large-empty {
  height: 320px;
}
.post-card--large-empty .post-card-thumbnail__image {
  filter: grayscale(100%);
  opacity: 0.3;
}
.post-card--small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  padding: 20px 0;
}

.post-card--large.post-card--featured {
  margin-bottom: 0;
}

.entry-content .post-card-title--large, .post-card-title--large {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .entry-content .post-card-title--large, .post-card-title--large {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .entry-content .post-card-title--large, .post-card-title--large {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.entry-content .post-card-title--large + .post-card-subtitle, .post-card-title--large + .post-card-subtitle {
  margin: -4px 0 20px;
}
@media (max-width: 767px) {
  .post-card-title--featured {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-card-title--featured {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.post-card-title--featured + .post-card-subtitle {
  margin: -10px 0 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .post-card-title--small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-card-title--small {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.post-card-title__link {
  color: inherit !important;
}
.entry-content .post-card-title__link {
  color: inherit;
}

.entry-content .post-card-title-author--large, .post-card-title-author--large {
  margin: 4px 0;
}
@media (max-width: 767px) {
  .entry-content .post-card-title-author--large, .post-card-title-author--large {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .entry-content .post-card-title-author--large, .post-card-title-author--large {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.entry-content .post-card-title-author--large + .post-card-subtitle, .post-card-title-author--large + .post-card-subtitle {
  margin: -4px 0 4px;
}

@media (max-width: 767px) {
  .post-card-title--large.post-card-title--featured {
    margin-top: 0;
  }
}

.post-card-meta > * {
  display: inline-block;
}

.post-card-description {
  margin-bottom: 16px;
  line-height: 1.6em;
}

.post-card-meta {
  margin-top: 4px;
}
.entry-content .post-card-meta__link {
  color: inherit;
}

@media (min-width: 576px) {
  .post-card-meta-author {
    margin-top: 8px;
  }
}

.post-card-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
  border-radius: 8px;
}
.post-card--large .post-card-thumbnail__image {
  width: auto;
  height: 320px;
  max-width: none;
}
@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail__image {
    width: 100%;
    height: auto;
  }
}
.entry-content .post-card-thumbnail .post-card-thumbnail__image {
  max-width: none;
}
.post-card--large-image .post-card-thumbnail {
  height: 190px;
}
.post-card--large-image .post-card-thumbnail__image {
  height: 190px;
  width: auto;
}
.post-card--small .post-card-thumbnail {
  width: 80px;
  height: 80px;
}
.post-card--small .post-card-thumbnail__image {
  width: auto;
  height: 80px;
  max-width: none;
}

.post-card--large-image .post-card__block--image a,
.post-card--large-image .post-card__block--image a.link-on-image {
  display: block;
}
.post-card--large-image .post-card__block--image .post-card-thumbnail__image {
  width: 100%;
  height: auto;
}
.post-card--large-image .post-card__block--image .post-card-thumbnail--wide .post-card-thumbnail__image {
  width: auto;
  height: 100%;
  max-width: none;
}

.post-card-author-unified {
  display: flex;
}
@media (max-width: 575px) {
  .post-card-author-unified {
    display: block;
  }
}
@media (max-width: 575px) {
  .post-card-author-unified {
    margin: 0 auto;
    max-width: 400px;
  }
}
.post-card-author-unified--large {
  margin-bottom: 32px;
}
.entry-content .post-card-author-unified--large {
  margin-bottom: 0;
}
.post-card-author-unified--large-image {
  position: relative;
  max-width: 100%;
}
.post-card-author-unified--large-empty {
  height: 320px;
}
.post-card-author-unified--large-empty .post-card-thumbnail__image {
  filter: grayscale(100%);
  opacity: 0.3;
}
.post-card-author-unified--small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  padding: 20px 0;
}
.post-card-author-unified .post-card__block--image {
  padding: 12px 12px 12px 0;
}
@media (min-width: 576px) {
  .post-card-author-unified .post-card__block--image {
    padding: 0 12px 12px 0;
  }
}
.post-card-author-unified .post-card__block--text {
  text-align: justify;
  padding: 0 12px 12px 0;
}
@media (min-width: 576px) {
  .post-card-author-unified .post-card__block--text {
    padding: 0 12px 12px 12px;
  }
}
@media (max-width: 575px) {
  .post-card-author-unified .post-card__block--text {
    width: 328px;
  }
}
.post-card-author-unified .post-card__block--text .post-card__link {
  color: #007a94;
}
@media (max-width: 767px) {
  .post-card-author-unified .post-card__block--text .post-card__link {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .post-card-author-unified .post-card__block--text .post-card__link {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.post-card-thumbnail-author {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 228px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .post-card-thumbnail-author {
    width: 328px;
    height: 300px;
  }
}
.post-card-thumbnail-author .post-card-thumbnail__image {
  width: auto;
  height: 230px;
  max-width: none;
}
@media (max-width: 575px) {
  .post-card-thumbnail-author .post-card-thumbnail__image {
    width: auto;
    height: 300px;
  }
}
.entry-content .post-card-thumbnail-author .post-card-thumbnail__image {
  max-width: none;
}
.post-card--large-image .post-card-thumbnail-author {
  height: 190px;
}
.post-card--large-image .post-card-thumbnail-author__image {
  height: 190px;
  width: auto;
}
.post-card--small .post-card-thumbnail-author {
  width: 80px;
  height: 80px;
}
.post-card--small .post-card-thumbnail-author__image {
  width: auto;
  height: 80px;
  max-width: none;
}

@media (max-width: 575px) {
  .author-post-card-divider {
    display: none;
  }
}

.post-card-wrapper--aside-list .post-card--small {
  border-bottom: 1px solid #d2dce0;
}
.post-card-wrapper--aside-list .post-card--small .post-card__block--image {
  margin-inline-start: 20px;
  height: 80px;
}

.post-card-wrapper--menu-list .post-card--small {
  padding: 0 0 15px;
}
.post-card-wrapper--menu-list .post-card--small .post-card-title {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .post-card-wrapper--menu-list .post-card--small .post-card-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .post-card-wrapper--menu-list .post-card--small .post-card-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.post-card-wrapper--menu-list .post-card--small .post-card-meta {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .post-card-wrapper--menu-list .post-card--small .post-card-meta {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .post-card-wrapper--menu-list .post-card--small .post-card-meta {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.post-card-wrapper--menu-list .post-card--small .post-card__block--text {
  order: 2;
  width: calc(100% - 100px);
}
.post-card-wrapper--menu-list .post-card--small .post-card__block--image {
  order: 1;
  margin-inline-end: 20px;
  height: 80px;
}
.post-card-wrapper--menu-list .post-card--large-image {
  position: relative;
}
.post-card-wrapper--menu-list .post-card--large-image .post-card__block--text {
  position: absolute;
  bottom: 0;
  padding: 48px 24px 12px 24px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  .post-card-wrapper--menu-list .post-card-title--large-image {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-card-wrapper--menu-list .post-card-title--large-image {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}

.content-section .post-card-meta,
.content-section .post-card-date,
.content-section .post-card-count,
.content-section .post-card-author,
.content-section-wide .post-card-meta,
.content-section-wide .post-card-date,
.content-section-wide .post-card-count,
.content-section-wide .post-card-author {
  color: #55676d;
}

.content-section.section--colors-alternative .post-card-meta,
.content-section.section--colors-alternative .post-card-date,
.content-section.section--colors-alternative .post-card-count,
.content-section.section--colors-alternative .post-card-author,
.content-section-wide.section--colors-alternative .post-card-meta,
.content-section-wide.section--colors-alternative .post-card-date,
.content-section-wide.section--colors-alternative .post-card-count,
.content-section-wide.section--colors-alternative .post-card-author {
  color: #55676d;
}

.content-section.section--colors-inverted .post-card-meta,
.content-section.section--colors-inverted .post-card-date,
.content-section.section--colors-inverted .post-card-count,
.content-section.section--colors-inverted .post-card-author,
.content-section-wide.section--colors-inverted .post-card-meta,
.content-section-wide.section--colors-inverted .post-card-date,
.content-section-wide.section--colors-inverted .post-card-count,
.content-section-wide.section--colors-inverted .post-card-author {
  color: #f9fafb;
}

.content-section.section--colors-accent .post-card-meta,
.content-section.section--colors-accent .post-card-date,
.content-section.section--colors-accent .post-card-count,
.content-section.section--colors-accent .post-card-author,
.content-section-wide.section--colors-accent .post-card-meta,
.content-section-wide.section--colors-accent .post-card-date,
.content-section-wide.section--colors-accent .post-card-count,
.content-section-wide.section--colors-accent .post-card-author {
  color: rgba(255, 255, 255, 0.7);
}

.content-section.section--colors-photo .post-card-meta,
.content-section.section--colors-photo .post-card-date,
.content-section.section--colors-photo .post-card-count,
.content-section.section--colors-photo .post-card-author,
.content-section-wide.section--colors-photo .post-card-meta,
.content-section-wide.section--colors-photo .post-card-date,
.content-section-wide.section--colors-photo .post-card-count,
.content-section-wide.section--colors-photo .post-card-author {
  color: rgba(255, 255, 255, 0.7);
}

.post-card.post-card--large-image .post-card-meta,
.post-card.post-card--large-image .post-card-date,
.post-card.post-card--large-image .post-card-count,
.post-card.post-card--large-image .post-card-author {
  color: rgba(255, 255, 255, 0.7);
}
.post-card.post-card--large-image .link-on-image {
  color: #ffffff !important;
}
.post-card.post-card--large-image .link-on-image:hover {
  text-decoration: underline;
}

.post-list-headline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2dce0;
}
@media (max-width: 575px) {
  .post-list-headline {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .post-list-headline__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-list-headline__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .post-list-headline__link {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-list-headline__link {
    line-height: 32px;
  }
}
.post-list-headline__link svg {
  margin-inline-start: 4px;
  width: 16px;
  height: 16px;
}

.post-list-headline-author {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .post-list-headline-author {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .post-list-headline-author__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-list-headline-author__title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .post-list-headline-author__link {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .post-list-headline-author__link {
    line-height: 32px;
  }
}
.post-list-headline-author__link svg {
  margin-inline-start: 4px;
  width: 16px;
  height: 16px;
}

html[dir=rtl] .post-list-headline svg {
  transform: scale(-1, 1);
}

.content-section-wide .button--load-more {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 0 !important;
  text-decoration: none;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a8564 0%, #0a8576 100%);
}
.content-section-wide .button--load-more svg {
  fill: #ffffff;
}
.content-section-wide .button--load-more img[data-svg-icon] {
  width: auto;
  height: 16px;
  margin-bottom: -2px;
}
.content-section-wide .button--load-more > img[data-svg-icon] {
  filter: invert(1) brightness(1.1) !important;
}
.content-section-wide .button--load-more:hover {
  background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
}
.content-section-wide .button--load-more:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #086d52 0%, #075f54 100%);
}
.content-section-wide .button--load-more.is-processing {
  animation: load-more-blink 1s infinite;
}

.button-content {
  justify-content: center;
  align-items: center;
}
.button--load-more .button-content.default {
  display: inline-flex;
}
.button--load-more .button-content.processing {
  display: none;
}
.button--load-more.is-processing .button-content.default {
  display: none;
}
.button--load-more.is-processing .button-content.processing {
  display: inline-flex;
}
.button--outline .button-content.default {
  display: inline-flex;
}
.button--outline .button-content.processing {
  display: none;
}
.button--outline.is-processing .button-content.default {
  display: none;
}
.button--outline.is-processing .button-content.processing {
  display: inline-flex;
}

@keyframes load-more-blink {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.75;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.unified-load-more {
  padding: 20px;
}

.social-channels .social-icons {
  display: inline-flex;
  margin: 0 5px;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.social-channels .social-icons:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.social-channels .social-icons:first-child {
  margin-inline-start: 0;
}
.social-channels .social-icons:last-child {
  margin-inline-end: 0;
}
.social-channels .social-icons svg {
  fill: currentColor;
}

.mouseevents *:focus {
  box-shadow: unset !important;
}

.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.breadcrumbs a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.breadcrumbs a svg {
  color: inherit;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumbs a {
  font-weight: normal !important;
  color: #55676d !important;
}
.breadcrumbs-separator {
  padding: 0 15px;
  color: #55676d;
}
.breadcrumbs-separator:after {
  content: "|";
  display: block;
}
.breadcrumbs .current-item {
  font-weight: 700;
  color: #55676d;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.carousel {
  position: relative;
  max-height: 630px;
}
@media (min-width: 992px) {
  .carousel {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 1080px) {
  .carousel {
    padding-top: 55px;
  }
}
.carousel-controls {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 60px;
}
@media (max-width: 991.99px) {
  .carousel-controls {
    top: 290px;
    left: calc(50% - 50px);
  }
}
@media (min-width: 992px) {
  .carousel-controls {
    top: 400px;
    left: calc(50% - 57px);
  }
}
.carousel-pagination {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}
.carousel-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.carousel-nav-prev, .carousel-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 100%;
}
.carousel-nav-prev .svg-icon, .carousel-nav-next .svg-icon {
  width: 15px;
  color: inherit;
  fill: currentColor;
}
.carousel-nav-prev {
  border-right: 1px solid rgba(210, 220, 224, 0.3);
}
.carousel-nav-next {
  border-left: 1px solid rgba(210, 220, 224, 0.3);
}

.slide {
  display: flex;
}
@media (max-width: 991.99px) {
  .slide {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .slide {
    max-width: 1020px;
    width: 100%;
  }
}
.slide__thumbnail {
  height: 320px;
}
@media (max-width: 991.99px) {
  .slide__thumbnail {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slide__thumbnail {
    height: 500px;
    width: 520px;
  }
}
.slide__thumbnail a {
  display: block !important;
  outline: 0 !important;
}
.slide__body {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.99px) {
  .slide__body {
    margin: 0 auto;
    padding: 40px 24px 25px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slide__body {
    padding: 50px;
    width: 500px;
  }
}

.slide-thumbnail {
  display: flex;
  justify-content: center;
  height: inherit;
  border-radius: 8px;
  overflow: hidden;
}
.slide-thumbnail__image {
  object-fit: cover;
  height: 320px !important;
}
@media (max-width: 991.99px) {
  .slide-thumbnail__image {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .slide-thumbnail__image {
    width: auto;
    height: 480px !important;
  }
}

.slide-body-title {
  margin: 0;
}
@media (max-width: 767px) {
  .slide-body-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .slide-body-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}
.slide-body-title__link {
  color: inherit !important;
}

.slide-body-meta {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .slide-body-meta {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .slide-body-meta {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}

html.no-objectfit .slide__thumbnail {
  position: relative;
  overflow: hidden;
}
html.no-objectfit .slide-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  html.no-objectfit .slide-thumbnail {
    height: inherit;
  }
}
html.no-objectfit .slide-thumbnail__image {
  height: auto;
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
  html.no-objectfit .slide-thumbnail__image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  html.no-objectfit .slide-thumbnail__image {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 992px) {
  html.no-objectfit .slide-thumbnail__image {
    width: 100%;
    height: auto;
  }
}

.swiper-pagination-fraction {
  bottom: 0;
  left: auto;
  width: auto;
}

@media (min-width: 992px) {
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.swiper-notification {
  display: none;
}

html[dir=rtl] .carousel-nav-prev, html[dir=rtl] .carousel-nav-next {
  transform: scale(-1, 1);
}

.author-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #9babb0;
  margin: 0 auto;
  max-width: 850px;
}
@media (max-width: 767px) {
  .author-box {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .author-box {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.author-box__thumbnail {
  margin-right: 15px;
  width: 80px;
  height: 80px;
}
.author-box .avatar {
  max-width: 80px;
  height: auto;
}
.author-box .post-meta {
  color: #9babb0;
}
.post-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-thumbnail {
    height: 395px;
  }
}
.post-thumbnail__image {
  position: relative;
  max-width: none;
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .post-thumbnail__image {
    min-height: 395px;
  }
}
.post-thumbnail__preload {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
}

html.no-objectfit .post-thumbnail-wrapper {
  height: 310px;
}
@media (min-width: 1200px) {
  html.no-objectfit .post-thumbnail-wrapper {
    height: 395px;
  }
}
html.no-objectfit .content-section-wide {
  position: relative;
}
html.no-objectfit .post-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.no-objectfit .post-thumbnail__image {
  height: 100%;
  width: auto;
}
@media (min-width: 1080px) {
  html.no-objectfit .post-thumbnail__image {
    height: auto;
    width: 100%;
  }
}

.entry-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .entry-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .entry-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}

.entry-meta {
  display: flex;
  flex-wrap: nowrap;
}
.entry-meta__author-picture {
  margin-inline-end: 15px;
  width: 56px;
  height: 56px;
}
.entry-meta__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-meta .avatar {
  max-width: 100%;
  height: auto;
}

.entry-content ol li,
.entry-content ul li,
.entry-content p {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.75 !important;
}
.entry-content ul, .entry-content ol {
  padding-inline-start: 24px;
}
.entry-content strong, .entry-content b {
  font-weight: 700;
}
.entry-content-image-crop {
  position: relative;
  padding-top: 58.82%;
  overflow: hidden;
  border-radius: 12px;
}
.entry-content-image-crop img {
  position: absolute;
  left: 0;
  top: -17%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1080px) {
  .entry-content-image-crop--enlarge {
    min-width: calc( 100% + 87px * 2 );
    margin-left: -87px;
    margin-right: -87px;
  }
}
.entry-content img.enlarge + p.wp-caption-text {
  margin-top: -32px;
  margin-bottom: 32px;
}
.entry-content .wp-caption {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .entry-content .wp-caption-text {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .entry-content .wp-caption-text {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.entry-content img {
  border-radius: 12px;
}
.entry-content:after {
  display: block;
  content: "";
  clear: both;
  margin-bottom: 32px;
}

.entry-divider {
  height: 1px;
  clear: both;
}
.entry-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #d2dce0;
}
.entry-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #d2dce0;
}
.entry-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}
.entry-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

.entry-addons,
.entry-breadcrumbs {
  padding-bottom: 55px;
}
@media (min-width: 1080px) {
  .entry-addons,
.entry-breadcrumbs {
    padding-bottom: 75px;
  }
}

.entry-content .wq_singleResultWrapper {
  float: none;
}

.entry-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry-video iframe,
.entry-video object,
.entry-video embed,
.entry-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container--video iframe, .embed-container--video object, .embed-container--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--video.fullwidth {
  max-width: 100%;
}
@media (min-width: 1080px) {
  .embed-container--video.fullwidth {
    margin-left: -111px;
    margin-right: -111px;
    max-width: 850px;
    padding-bottom: 67.5%;
  }
}

.taxonomy-header .author-card-thumbnail, .taxonomy-header .taxonomy-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.taxonomy-header .author-card-thumbnail__image, .taxonomy-header .taxonomy-thumbnail__image {
  position: relative;
  max-width: none;
  height: 310px;
  width: 100%;
  background: #f0f4f5;
  object-fit: cover;
}

.r9-unified-author .taxonomy-header--author .author-card-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.r9-unified-author .taxonomy-header--author .author-card-thumbnail__image {
  position: relative;
  max-width: none;
  height: 240px;
  width: 100%;
  background: #f0f4f5;
  object-fit: cover;
}

.taxonomy-header {
  position: relative;
}
@media (min-width: 768px) {
  .taxonomy-header .taxonomy-thumbnail {
    height: 320px;
  }
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-thumbnail {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .taxonomy-header .taxonomy-thumbnail__image {
    height: 320px;
  }
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-thumbnail__image {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .taxonomy-header .author-card-thumbnail-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail__image {
    height: 320px;
  }
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-meta-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
  }
}
.taxonomy-header .taxonomy-meta--has-content {
  position: relative;
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-meta--has-content::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 5000px;
    height: 100%;
    min-height: 200px;
    background: #ffffff;
  }
}
@media (max-width: 1079px) {
  .taxonomy-header .taxonomy-meta--empty {
    display: none;
  }
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-meta__inner {
    position: relative;
    z-index: 1;
    margin-right: 12px;
  }
}
.taxonomy-header .taxonomy-title {
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .taxonomy-header .taxonomy-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .taxonomy-header .taxonomy-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}
.taxonomy-header .taxonomy-title--author {
  margin-top: 0;
}
@media (min-width: 768px) {
  .taxonomy-header .taxonomy-title--author {
    margin-top: 10px;
  }
}
@media (min-width: 1080px) {
  .taxonomy-header .taxonomy-title--author {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .taxonomy-header .taxonomy-subtitle {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .taxonomy-header .taxonomy-subtitle {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.taxonomy-header .taxonomy-title + .taxonomy-subtitle {
  margin-top: -8px;
}
.taxonomy-header .taxonomy-description p {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.taxonomy-header .taxonomy-description--author {
  padding-top: 20px;
}

.r9-unified-author .taxonomy-header--author {
  position: relative;
}
@media (max-width: 575px) {
  .r9-unified-author .taxonomy-header--author {
    margin: 0 auto;
    max-width: 400px;
  }
}
.r9-unified-author .taxonomy-header--author .author-card-thumbnail-wrapper {
  flex-shrink: 0;
  margin-right: 20px;
  padding: 12px 0 0 12px;
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .author-card-thumbnail-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 1080px) {
  .r9-unified-author .taxonomy-header--author .author-card-thumbnail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.r9-unified-author .taxonomy-header--author .author-card-thumbnail {
  border: 1px solid #192224;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 224px;
  height: 224px;
}
@media (min-width: 0) and (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .author-card-thumbnail {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .author-card-thumbnail__image {
    width: 60px;
    height: 60px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-pre-title--author {
  margin-top: 0;
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-pre-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-pre-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-job-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-job-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-job-title--author {
    margin-top: 10px;
  }
}
@media (min-width: 1080px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-job-title--author {
    margin-top: 10px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-title--author {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-title--author {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-title--author {
    margin-top: 5px;
  }
}
@media (min-width: 1080px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-title--author {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-subtitle {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-subtitle {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author {
  display: inline-flex;
}
@media (max-width: 1079px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-socials--author {
    display: grid;
  }
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-socials--author {
    margin-top: 10px;
  }
}
@media (min-width: 1080px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-socials--author {
    margin-top: 15px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social-icons {
  display: inline-flex;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social-icon {
  display: inline-flex;
  padding-right: 5px;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social-icon a {
  color: inherit !important;
  text-decoration: none;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social-text {
  margin-top: 3px;
  color: #192224;
  text-decoration: none;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .icon {
  width: 28px;
  height: 28px;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social {
  display: inline-flex;
  margin-inline-end: 16px;
}
@media (max-width: 1079px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social {
    margin-top: 10px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social--linkedin {
  color: #007BB5;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social--twitter {
  color: #1DA1F2;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social--instagram {
  color: #E02472;
}
.r9-unified-author .taxonomy-header--author .taxonomy-socials--author .social--website {
  color: #192224;
}
.r9-unified-author .taxonomy-header--author .taxonomy-description--author {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .r9-unified-author .taxonomy-header--author .taxonomy-description--author {
    width: 328px;
  }
}
.r9-unified-author .taxonomy-header--author .taxonomy-description--author p {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.r9-unified-author .taxonomy-header--author .author-profile {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 12px;
}
@media (min-width: 1080px) {
  .r9-unified-author .taxonomy-header--author .author-profile {
    width: 75%;
  }
}
@media (max-width: 1079px) {
  .r9-unified-author .taxonomy-header--author .author-profile {
    width: 65%;
  }
}
.r9-unified-author .taxonomy-header--author .author-header-text {
  width: 75%;
}
.r9-unified-author .taxonomy-header--author .author-body-text-md {
  display: inherit;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 12px;
}
@media (min-width: 768px) {
  .r9-unified-author .taxonomy-header--author .author-body-text-md {
    display: none;
  }
}
.r9-unified-author .taxonomy-header--author .author-body-text-lg {
  display: inherit;
}
@media (max-width: 767px) {
  .r9-unified-author .taxonomy-header--author .author-body-text-lg {
    display: none;
  }
}
.r9-unified-author .taxonomy-header--author .author {
  padding: 12px;
}

.footer ul.menu {
  padding: 0;
}
.footer .menu-item {
  display: block;
  padding: 0;
}
.footer .menu-item a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer .menu-item a:hover {
  text-decoration: underline;
}
.footer .menu-item a:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
.footer .menu--legal {
  display: flex;
  justify-content: center;
  width: auto;
  flex-wrap: wrap;
}
.footer .menu--legal .menu-item {
  margin-right: 24px;
}
.footer .menu--social-networks {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  margin: 0;
  line-height: 1;
  color: inherit;
}
.footer .menu--social-networks .menu-item {
  margin-inline-end: 24px;
}
.footer .menu--social-networks .menu-item a:focus, .footer .menu--social-networks .menu-item a:hover {
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.4);
}
.footer .menu--social-networks .menu-item a .icon {
  width: 18px;
  height: 18px;
}
.footer .menu--social-networks .menu-item .link-social svg * {
  color: inherit !important;
}

@media (max-width: 767px) {
  .footer .navbar-group:not(.navbar-group--social-networks):not(.navbar-group--legal) {
    display: none;
  }
}
.footer .navbar-group-title {
  margin-bottom: 16px;
  font-weight: 700;
}

.footer {
  padding: 55px 0 60px;
  color: #ffffff;
  background: #036362;
}
.footer * {
  font-size: 12px;
  line-height: 1.7;
}
.footer .footer-row-first {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 1079px) {
  .footer .footer-row-first {
    justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  .footer .footer-row-first {
    justify-content: space-between;
  }
}
.footer .footer-row-first > .column {
  flex-grow: 1;
}
@media (min-width: 1080px) {
  .footer .footer-row-first > .column {
    width: 50%;
  }
}
.footer .footer-row-first .site-branding + .navbar-group--social-networks {
  margin-top: 32px;
}
.footer .footer-row-first .column:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-row-second {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.footer .footer-row-second * {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-row-second .pricelinegroup {
  flex-grow: 10;
  margin-top: 12px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.header {
  display: flex;
  align-items: center;
  height: 45px;
}
.header .header-container {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.header.h-30 {
  height: 30px;
}
.header.h-35 {
  height: 35px;
}
.header.h-40 {
  height: 40px;
}
.header.h-45 {
  height: 45px;
}
.header.h-50 {
  height: 50px;
}
.header.h-55 {
  height: 55px;
}
.header.h-60 {
  height: 60px;
}
.header.h-65 {
  height: 65px;
}
.header.h-70 {
  height: 70px;
}

.header--first.header--colors-base {
  background-color: #036b82;
}

.header--first.header--colors-inverted {
  background-color: #ffffff;
}

.header--second.menu-row--colors-inverted {
  background-color: #036b82;
}
.header--second.menu-row--colors-inverted .blog-search-panel-bg-wrapper {
  background-color: rgba(3, 95, 115, 0.99);
}
.header--second.menu-row--colors-inverted .blog-menu-panel-bg-wrapper {
  background-color: #036b82;
}
.header--second.menu-row--colors-inverted .blog-menu-panel {
  background-color: #036b82;
}
.header--second.menu-row--colors-inverted .blog-menu-addons {
  background-color: #035f73;
}

.header--second.menu-row--colors-base {
  background-color: #f0f4f5;
}
.header--second.menu-row--colors-base .blog-search-panel-bg-wrapper {
  background-color: rgba(225, 233, 235, 0.99);
}
.header--second.menu-row--colors-base .blog-menu-panel-bg-wrapper {
  background-color: #f0f4f5;
}
.header--second.menu-row--colors-base .blog-menu-panel {
  background-color: #f0f4f5;
}
.header--second.menu-row--colors-base .blog-menu-addons {
  background-color: #e1e9eb;
}

.header--first {
  z-index: 1000;
  position: relative;
}
.header--second {
  z-index: 1000;
  position: relative;
  height: 56px;
}
.header .header-area--first {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.header .header-area__branding {
  flex: 0 0 auto;
}
.header .header-area__navigation {
  width: 66%;
  min-width: auto;
}
.header .header-area__search {
  margin-inline-start: auto;
}
.header .header-area__widgets {
  flex: 0 0 100%;
}

/*
.sticky-header-enabled {

    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: brand.get-var(zindex__navbar-fixed);
    }

    .header-search-form {
        position: fixed;
        top: $height__site-header-first;
    }

    .site-content {
        &::before {
            display: block;
            content: '';
            padding-top: $height__site-header-first + $height__site-header-second;
        }
    }
}
*/
.header .site-branding {
  display: flex;
  height: inherit;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .header .site-branding {
    flex: 1;
    justify-content: center;
  }
}
.header .site-branding .logo-link {
  outline: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header .site-branding .logo-link:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}
@media (max-width: 1079px) {
  .header .site-branding .logo--desktop {
    display: none;
  }
}
@media (min-width: 1080px) {
  .header .site-branding .logo--mobile {
    display: none;
  }
}
.header .site-branding .product-title {
  display: inline-flex;
  margin-left: 5px;
  align-self: center;
}
@media (max-width: 767px) {
  .header .site-branding .product-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .header .site-branding .product-title {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .header .top-menu {
    display: none;
  }
}
.header .top-menu ul.menu {
  padding: 0;
}
.header .top-menu .menu-item {
  display: inline-block;
  padding: 0;
}
.header .top-menu .menu-item a {
  margin: 0 12px;
}

.search-form__submit {
  display: none;
}
.search-form .search-field {
  width: 100%;
  height: 50px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .search-form .search-field {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .search-form .search-field {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.search-form .search-field ::placeholder {
  color: #55676d;
}
.search-form .search-field:focus {
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 148, 0.3);
}

.search-results-total,
.search-results-total * {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.search-results-query {
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 767px) {
  .search-results-query {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .search-results-query {
    font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
  }
}

.featured-post-guide.section--colors-inverted .post-card-meta * {
  color: #f9fafb;
}

.newsletter-form {
  padding: 50px 0 40px;
}
.newsletter-form__fields {
  padding: 20px 0;
  max-width: 500px;
}
