@charset "UTF-8";
/*!
Theme Name: Cherry Communicatie
Theme URI: http://cherry-communicatie.nl
Author: Cherry Communicatie
Author URI: http://cherry-communicatie.nl
Description: Custom theme developed by Cherry Communicatie.
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cherry-communicatie
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cherry Communicatie is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* titillium-web-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-communicatie/fonts/titillium-web-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-communicatie/fonts/titillium-web-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-communicatie/fonts/open-sans-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-communicatie/fonts/open-sans-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}
#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}
.in-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid {
    max-width: 100%;
  }
}
.in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form {
    max-width: 100%;
  }
}
.gut > a, .gut > div, .gut > form, .gut > header, .gut > article {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-spacing {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.row-spacing-m {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.row-spacing-s {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.row-spacing-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mb {
  margin-bottom: 120px !important;
}
.mb-m {
  margin-bottom: 60px !important;
}
.mb-s {
  margin-bottom: 30px !important;
}
.col-1 {
  width: calc(100% / 12 * 1);
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-3 {
  width: calc(100% / 12 * 3);
}
.col-4 {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}
.col-6 {
  width: calc(100% / 12 * 6);
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12 {
  width: calc(100% / 12 * 12);
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, .faq-toggle-item .faq-toggle-question span, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
body, button, input, textarea {
  color: #002533;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  body, button, input, textarea {
    font-size: 16px;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0;
}
address {
  margin: 0;
  font-style: normal;
}
abbr, acronym {
  border-bottom: 1px dotted #006daa;
  cursor: help;
}
mark, ins {
  background: #F6F7F9;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
ol {
  list-style: decimal;
}
/* ===Images=== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.gallery-caption {
  display: block;
}
/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
:focus {
  outline: 0;
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F6F7F9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #002533;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}
/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 52px;
}
@media only screen and (max-width: 991px) {
  .h1, h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 42px;
  }
}
.h2, h2 {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .h2, h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 38px;
  }
}
.h3, h3 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .h3, h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 30px;
  }
}
.h4, h4, .flex-product-overview .products-container .cc-filters .button-mobile {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .h4, h4, .flex-product-overview .products-container .cc-filters .button-mobile {
    font-size: 24px;
  }
}
.h5, h5, .faq-toggle-item .faq-toggle-question span {
  font-size: 20px;
}
.base-button, button, input[type="button"], input[type="submit"], header#masthead .nav-bar .top-bar .highlighted-cta a, .responsive-menu-container .other-items .highlighted-cta a, .btns .btn-main.primary a {
  text-decoration: none;
  padding: 15px 30px;
  line-height: 1.2;
  background: #009EE3;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, header#masthead .nav-bar .top-bar .highlighted-cta a:hover, .responsive-menu-container .other-items .highlighted-cta a:hover, .btns .btn-main.primary a:hover {
  background: #006997;
}
.input-standard, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  width: 100%;
  display: block;
  padding: 5px 10px;
  color: #002533;
  background-color: #fff;
  border: 1px solid #D7D7D7;
}
.input-standard:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  color: #002533;
}
.input-standard:disabled, input[type="text"]:disabled, input[type="email"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="tel"]:disabled, input[type="range"]:disabled, input[type="date"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="time"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="color"]:disabled, textarea:disabled, select:disabled {
  background: #F6F7F9;
}
.img-holder-container {
  display: block;
}
.fontawesome, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, footer .footer-top .column .company-data li.company:not(.logo):before, .wysiwyg-content ul li:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome-brands {
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexbox, #page, .in-grid, .in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form, .base-button, button, input[type="button"], input[type="submit"], header#masthead .nav-bar .top-bar .highlighted-cta a, .responsive-menu-container .other-items .highlighted-cta a, .btns .btn-main.primary a, .gform_body .gform_fields, .gform_body .gform_fields .gfield .ginput_complex, .gform_footer, .gform_page_footer, .gf_page_steps, .gf_page_steps .gf_step, .gf_page_steps .gf_step a, header#masthead .site-branding, header#masthead .site-branding > a, header#masthead .nav-bar, header#masthead .nav-bar .top-bar, header#masthead .nav-bar .top-bar .link-repeater-container, header#masthead .nav-bar .top-bar .link-repeater-container .link-item a, header#masthead .nav-bar .bottom-navigation ul.menu, .responsive-menu-container .responsive-menu-logo, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container .other-items .link-repeater-container, .responsive-menu-container .other-items .link-repeater-container .link-item a, .error404 .site-content, .flex-contact-block .in-grid .contact-block .inner-contact-block, .flex-contact-block .in-grid .contact-block .inner-contact-block .content-col, .flex-cta-block .in-grid .cta-block .inner-cta-block, .flex-news-overview .intro-container, .flex-news-overview .intro-container .title-container, .flex-news-overview .intro-container .button-container, .flex-news-overview .news-overview, .flex-image-slider .cc-image-slider .nav-container .arrows, .flex-cta-block .cc-cta-blocks-slider .nav-container, .flex-cta-block .cc-projects-slider .nav-container, .flex-projects-slider .cc-cta-blocks-slider .nav-container, .flex-projects-slider .cc-projects-slider .nav-container, .flex-cta-block .cc-cta-blocks-slider .nav-container .arrows, .flex-cta-block .cc-projects-slider .nav-container .arrows, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows, .flex-projects-slider .cc-projects-slider .nav-container .arrows, .flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul, .flex-cta-block .cc-projects-slider .nav-container .dots ul, .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul, .flex-projects-slider .cc-projects-slider .nav-container .dots ul, .flex-cta-block .cc-cta-blocks-slider .bottom-row, .flex-cta-block .cc-projects-slider .bottom-row, .flex-projects-slider .cc-cta-blocks-slider .bottom-row, .flex-projects-slider .cc-projects-slider .bottom-row, .flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container, .flex-cta-block .cc-projects-slider .bottom-row .button-container, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container, .flex-projects-slider .cc-projects-slider .bottom-row .button-container, .flex-projects-overview .intro-container, .flex-projects-overview .intro-container .title-container, .flex-projects-overview .intro-container .button-container, .flex-projects-overview .projects-overview, .flex-vacancies-overview .intro-container, .flex-vacancies-overview .intro-container .title-container, .flex-vacancies-overview .intro-container .button-container, .flex-vacancies-overview .vacancies-overview, .flex-product-overview .intro-container, .flex-product-overview .intro-container .title-container, .flex-product-overview .products-container, .flex-product-overview .products-container .products-overview, .flex-gallery .gallery-container, .flex-gallery .gallery-container .column-3, .flex-gallery .gallery-container > div a .overlay, .btns, .btns .btn-main, .btns .btn-main.secondary a, .icon-text, .faq-toggle-item .faq-toggle-question, .social-icons ul, .social-icons ul li a, .block-item.link-block .inner-item, .block-item.link-block .inner-item .content-container, .block-item.location-block .inner-item, .block-item.location-block .inner-item .content-container, .block-item.location-block .inner-item .content-container .top-container .contact-information, .block-item.location-block .inner-item .content-container .top-container .contact-information > div span, .block-item.location-block .inner-item .content-container .top-container .contact-information > div a, .post-card .card-inner, .post-card .card-thumb, .post-card .card-content, .project-card .card-inner, .project-card .card-content, .project-card-extended .card-inner, .project-card-extended .card-inner .card-content, .project-card-extended .card-inner .card-content .intro .icon-text-repeater, .project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item, .vacancies-card .card-inner, .vacancies-card .card-inner .card-content, .vacancies-card .card-inner .card-content .intro .icon-text-repeater, .vacancies-card .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item, .product-card .card-inner, .product-card .card-thumb, .product-card .card-content, .product-card .card-content .intro .text-repeater, .product-card .card-content .intro .text-repeater .text-item, .product-card .card-content .buttons, .product-card .card-content .buttons a.button, #svm-canvas div.navigation > div, .flex-text_repeater .icon-text-repeater .repeater-container .inner-container, .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item, .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item, .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .text-container, .post-nav, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .query-container, .query-container .query-item .qi-inner, .query-container .query-item .qi-inner .qi-thumb .post-categories, .navigation .pagination, .navigation .pagination a, .navigation .pagination span, .cc-slider .slider-scope .slick-list .slick-track, .cc-slider .slider-part .slick-list .slick-track, .fancybox-container .fancybox-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem auto;
  padding-right: 25px !important;
}
textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}
button, input[type="button"], input[type="submit"] {
  border: none;
}
/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}
/* ===============
   Gravity Forms
   =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}
.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: calc(100% / 12 * 3);
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: calc(100% / 12 * 4);
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: calc(100% / 12 * 5);
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: calc(100% / 12 * 7);
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: calc(100% / 12 * 8);
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: calc(100% / 12 * 9);
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: calc(100% / 12 * 10);
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: calc(100% / 12 * 11);
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #565656;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 14px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 15px;
}
.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}
.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #D7D7D7;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #D7D7D7;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #565656;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #565656;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #565656 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}
.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}
.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 15px;
}
.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}
.gform_validation_errors {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.5;
}
.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #D7D7D7;
  border-bottom: 1px solid #565656;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #565656;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #565656;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #D7D7D7;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #D7D7D7;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #F6F7F9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e;
  /* set the active date background color */
  color: white;
  /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #bebebe;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #D7D7D7;
  color: #565656;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}
/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #565656;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #565656;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #565656;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #565656;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #565656;
}
/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F6F7F9 inset;
  -webkit-text-fill-color: #002533;
}
/* GF Spinner */
.gform_ajax_spinner {
  margin-left: 10px !important;
  border: 4px solid #006daa;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99997;
  background: #002533;
}
@media only screen and (max-width: 1200px) {
  header#masthead {
    padding: 20px 0;
  }
}
.admin-bar header#masthead {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead {
    top: 0;
  }
}
header#masthead.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.mobile-device header#masthead.nav-up {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 991px) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header#masthead .in-grid.menu-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header#masthead .site-branding {
  padding: 0 15px;
  width: 500px;
}
@media only screen and (max-width: 1400px) {
  header#masthead .site-branding {
    width: 400px;
  }
}
.mobile-device header#masthead .site-branding {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding {
    width: 100%;
    padding-right: 110px !important;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a:first-of-type {
  margin-right: 30px;
}
header#masthead .site-branding > a:not(:first-of-type) {
  margin-left: 30px;
  position: relative;
}
header#masthead .site-branding > a:not(:first-of-type):before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  header#masthead .site-branding > a:not(:first-of-type) {
    display: none;
  }
}
header#masthead .site-branding > a img {
  height: 60px;
  display: block;
  width: auto !important;
}
@media only screen and (max-width: 1400px) {
  header#masthead .site-branding > a img {
    height: 40px;
  }
}
header#masthead .nav-bar {
  padding: 0 15px;
  width: calc(100% - 500px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  header#masthead .nav-bar {
    width: calc(100% - 400px);
  }
}
.mobile-device header#masthead .nav-bar {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .nav-bar {
    display: none;
  }
}
header#masthead .nav-bar .top-bar {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item:not(:last-of-type) {
  margin-right: 15px;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a .icon {
  margin-right: 10px;
  position: relative;
  width: 18px;
  height: 20px;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a .icon .inner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a .icon .inner-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a span {
  position: relative;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .nav-bar .top-bar .link-repeater-container .link-item a:hover span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
header#masthead .nav-bar .top-bar .highlighted-cta:not(:only-child) {
  margin-left: 30px;
}
header#masthead .nav-bar .bottom-navigation ul {
  list-style: none !important;
}
header#masthead .nav-bar .bottom-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .nav-bar .bottom-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item:last-of-type:not(.menu-item-has-children) > a {
  padding-right: 0 !important;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item:last-of-type.menu-item-has-children > a {
  padding-right: 12px !important;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > a {
  padding-right: 12px !important;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > a:after {
  right: 0;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  padding-right: 32px !important;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-weight: bold;
  width: 7px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.89978 6.13281C6.7722 6.015 6.5708 6.02125 6.4499 6.14656L3.81806 8.89844V0.3125C3.81806 0.14 3.67552 0 3.4999 0C3.32427 0 3.18174 0.14 3.18174 0.3125V8.89844L0.550214 6.14687C0.429949 6.02094 0.228552 6.015 0.100333 6.13312C-0.0278865 6.25125 -0.0339316 6.44906 0.0863338 6.575L3.26796 9.90156C3.26923 9.90281 3.27082 9.90313 3.27209 9.90438C3.27464 9.90688 3.27687 9.90906 3.27941 9.91156C3.28068 9.91281 3.281 9.91437 3.28228 9.91562C3.29691 9.92937 3.31505 9.93594 3.33159 9.94625C3.34527 9.955 3.35673 9.96625 3.37168 9.97281C3.37327 9.97344 3.37454 9.975 3.37613 9.97563C3.37772 9.97625 3.37931 9.97594 3.38091 9.97656C3.41877 9.99156 3.45917 10 3.4999 10C3.54062 10 3.58103 9.99156 3.61921 9.97625C3.6208 9.97562 3.62239 9.97594 3.62398 9.97531C3.62557 9.97469 3.62685 9.97313 3.62844 9.9725C3.64339 9.96594 3.65484 9.95469 3.66852 9.94594C3.68507 9.93563 3.7032 9.92906 3.71784 9.91531C3.71911 9.91406 3.71943 9.9125 3.7207 9.91125C3.72325 9.90875 3.72548 9.90656 3.72802 9.90406C3.72929 9.90281 3.73088 9.9025 3.73216 9.90125L6.91378 6.57469C7.03405 6.44906 7.02768 6.25125 6.89978 6.13281Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.89978 6.13281C6.7722 6.015 6.5708 6.02125 6.4499 6.14656L3.81806 8.89844V0.3125C3.81806 0.14 3.67552 0 3.4999 0C3.32427 0 3.18174 0.14 3.18174 0.3125V8.89844L0.550214 6.14687C0.429949 6.02094 0.228552 6.015 0.100333 6.13312C-0.0278865 6.25125 -0.0339316 6.44906 0.0863338 6.575L3.26796 9.90156C3.26923 9.90281 3.27082 9.90313 3.27209 9.90438C3.27464 9.90688 3.27687 9.90906 3.27941 9.91156C3.28068 9.91281 3.281 9.91437 3.28228 9.91562C3.29691 9.92937 3.31505 9.93594 3.33159 9.94625C3.34527 9.955 3.35673 9.96625 3.37168 9.97281C3.37327 9.97344 3.37454 9.975 3.37613 9.97563C3.37772 9.97625 3.37931 9.97594 3.38091 9.97656C3.41877 9.99156 3.45917 10 3.4999 10C3.54062 10 3.58103 9.99156 3.61921 9.97625C3.6208 9.97562 3.62239 9.97594 3.62398 9.97531C3.62557 9.97469 3.62685 9.97313 3.62844 9.9725C3.64339 9.96594 3.65484 9.95469 3.66852 9.94594C3.68507 9.93563 3.7032 9.92906 3.71784 9.91531C3.71911 9.91406 3.71943 9.9125 3.7207 9.91125C3.72325 9.90875 3.72548 9.90656 3.72802 9.90406C3.72929 9.90281 3.73088 9.9025 3.73216 9.90125L6.91378 6.57469C7.03405 6.44906 7.02768 6.25125 6.89978 6.13281Z' fill='%23009EE3'/%3E%3C/svg%3E");
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #002533;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  min-width: 200px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  text-align: left;
  position: relative;
  padding: 10px 20px;
  background: #002533;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background: #009EE3;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background: #009EE3;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #009EE3;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item:hover > a {
  color: #009EE3;
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.89978 6.13281C6.7722 6.015 6.5708 6.02125 6.4499 6.14656L3.81806 8.89844V0.3125C3.81806 0.14 3.67552 0 3.4999 0C3.32427 0 3.18174 0.14 3.18174 0.3125V8.89844L0.550214 6.14687C0.429949 6.02094 0.228552 6.015 0.100333 6.13312C-0.0278865 6.25125 -0.0339316 6.44906 0.0863338 6.575L3.26796 9.90156C3.26923 9.90281 3.27082 9.90313 3.27209 9.90438C3.27464 9.90688 3.27687 9.90906 3.27941 9.91156C3.28068 9.91281 3.281 9.91437 3.28228 9.91562C3.29691 9.92937 3.31505 9.93594 3.33159 9.94625C3.34527 9.955 3.35673 9.96625 3.37168 9.97281C3.37327 9.97344 3.37454 9.975 3.37613 9.97563C3.37772 9.97625 3.37931 9.97594 3.38091 9.97656C3.41877 9.99156 3.45917 10 3.4999 10C3.54062 10 3.58103 9.99156 3.61921 9.97625C3.6208 9.97562 3.62239 9.97594 3.62398 9.97531C3.62557 9.97469 3.62685 9.97313 3.62844 9.9725C3.64339 9.96594 3.65484 9.95469 3.66852 9.94594C3.68507 9.93563 3.7032 9.92906 3.71784 9.91531C3.71911 9.91406 3.71943 9.9125 3.7207 9.91125C3.72325 9.90875 3.72548 9.90656 3.72802 9.90406C3.72929 9.90281 3.73088 9.9025 3.73216 9.90125L6.91378 6.57469C7.03405 6.44906 7.02768 6.25125 6.89978 6.13281Z' fill='%23009EE3'/%3E%3C/svg%3E");
}
header#masthead .nav-bar .bottom-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
/* ===============
   Footer
   =============== */
footer {
  background: #002533;
  position: relative;
  z-index: 4;
}
footer * {
  color: #fff;
}
footer *.h1, footer h1, footer *.h2, footer h2, footer *.h3, footer h3, footer *.h4, footer h4, footer .flex-product-overview .products-container .cc-filters *.button-mobile, .flex-product-overview .products-container .cc-filters footer *.button-mobile, footer *.h5, footer h5, footer .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question footer span {
  color: #009EE3;
}
footer .footer-top {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 25%;
  }
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 50%;
  }
  footer .footer-top .col-5, footer .footer-top .col-6, footer .footer-top .col-7, footer .footer-top .col-8, footer .footer-top .col-9, footer .footer-top .col-10, footer .footer-top .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 100%;
  }
}
footer .footer-top .column {
  padding-bottom: 30px;
}
footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 30px;
}
footer .footer-top .column .title {
  margin-bottom: 15px;
}
footer .footer-top .column .company-data li:not(:first-of-type) {
  margin-top: 10px;
}
footer .footer-top .column .company-data li:not(:first-of-type).logo {
  margin-top: 15px;
}
footer .footer-top .column .company-data li.company:not(.logo) {
  padding-left: 30px;
  position: relative;
}
footer .footer-top .column .company-data li.company:not(.logo):before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}
footer .footer-top .column .company-data li.company:not(.logo).address:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).email:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).phone:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).website:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).kvk:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).tax:before {
  content: "";
}
footer .footer-top .column .links ul li {
  position: relative;
  padding-left: 20px;
}
footer .footer-top .column .links ul li:not(:first-of-type) {
  margin-top: 10px;
}
footer .footer-top .column .links ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.29665e-07 12L5.16158 6L0 2.79602e-07L2.83842 1.80399e-07L8 6L2.83842 12L2.29665e-07 12Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer-top .column .social:not(:first-of-type) {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
footer .bottom-footer {
  color: #ffffff;
  padding: 10px 0;
}
footer .bottom-footer a {
  color: #ffffff;
}
footer .bottom-footer .in-grid {
  position: relative;
}
footer .bottom-footer .in-grid:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
footer .bottom-footer .copyright {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  footer .bottom-footer .copyright {
    width: 100%;
  }
}
footer .bottom-footer .designed-by {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .bottom-footer .designed-by {
    width: 100%;
    text-align: left;
    margin-top: 3px;
  }
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger {
  background: #009EE3;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
.admin-bar .hamburger {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 0;
  }
}
.mobile-device .hamburger {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
}
body.lock {
  overflow: hidden;
}
.responsive-menu-container {
  display: none;
  background: #002533;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99996;
  padding-top: 80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mobile-device .responsive-menu-container {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .responsive-menu-logo {
  padding: 15px;
  padding-right: 60px;
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 30px;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu > li.menu-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  line-height: 1.2;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #006daa;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  background: #009EE3;
  display: none;
  margin-left: 0;
  padding: 10px 0;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item > a {
  padding-left: 1.5em;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: #009EE3;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i:before {
  content: "";
  font-weight: bold;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.89978 6.13281C6.7722 6.015 6.5708 6.02125 6.4499 6.14656L3.81806 8.89844V0.3125C3.81806 0.14 3.67552 0 3.4999 0C3.32427 0 3.18174 0.14 3.18174 0.3125V8.89844L0.550214 6.14687C0.429949 6.02094 0.228552 6.015 0.100333 6.13312C-0.0278865 6.25125 -0.0339316 6.44906 0.0863338 6.575L3.26796 9.90156C3.26923 9.90281 3.27082 9.90313 3.27209 9.90438C3.27464 9.90688 3.27687 9.90906 3.27941 9.91156C3.28068 9.91281 3.281 9.91437 3.28228 9.91562C3.29691 9.92937 3.31505 9.93594 3.33159 9.94625C3.34527 9.955 3.35673 9.96625 3.37168 9.97281C3.37327 9.97344 3.37454 9.975 3.37613 9.97563C3.37772 9.97625 3.37931 9.97594 3.38091 9.97656C3.41877 9.99156 3.45917 10 3.4999 10C3.54062 10 3.58103 9.99156 3.61921 9.97625C3.6208 9.97562 3.62239 9.97594 3.62398 9.97531C3.62557 9.97469 3.62685 9.97313 3.62844 9.9725C3.64339 9.96594 3.65484 9.95469 3.66852 9.94594C3.68507 9.93563 3.7032 9.92906 3.71784 9.91531C3.71911 9.91406 3.71943 9.9125 3.7207 9.91125C3.72325 9.90875 3.72548 9.90656 3.72802 9.90406C3.72929 9.90281 3.73088 9.9025 3.73216 9.90125L6.91378 6.57469C7.03405 6.44906 7.02768 6.25125 6.89978 6.13281Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children.sub-menu-open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive-menu-container .other-items {
  padding: 30px 15px;
  margin-top: 30px;
  position: relative;
}
.responsive-menu-container .other-items:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
}
.responsive-menu-container .other-items .link-repeater-container .link-item:not(:first-of-type) {
  margin-top: 5px;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a .icon {
  margin-right: 10px;
  position: relative;
  width: 18px;
  height: 18px;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a .icon .inner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a .icon .inner-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a span {
  position: relative;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.responsive-menu-container .other-items .link-repeater-container .link-item a:hover span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.responsive-menu-container .other-items .highlighted-cta:not(:first-of-type) {
  margin-top: 30px;
}
.responsive-menu-container .other-items .highlighted-cta a span {
  width: 100%;
  display: block;
  text-align: center;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #F3F3F3;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
  padding-top: 118px;
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}
body.admin-bar {
  padding-top: 118px;
}
@media only screen and (max-width: 1200px) {
  body.admin-bar {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: calc(80px - 46px);
  }
}
/* ===Links=== */
a {
  color: #006daa;
}
a:visited, a:hover, a:focus, a:active {
  color: #006daa;
}
a:hover, a:active {
  outline: 0;
}
h1, h2, h3, h4, h5, .faq-toggle-item .faq-toggle-question span, h6 {
  clear: both;
  line-height: 1.2;
  font-family: "Titillium Web", sans-serif;
}
/* ===Lists=== */
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #D7D7D7;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #006daa;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}
.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4 {
  border-right: 2px solid #D7D7D7;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 30px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3 {
  fill: #D7D7D7;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}
.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .wysiwyg-content span, .wysiwyg-content h6 {
  margin-bottom: 15px;
}
.wysiwyg-content h1 strong, .wysiwyg-content h2 strong, .wysiwyg-content h3 strong, .wysiwyg-content h4 strong, .wysiwyg-content h5 strong, .wysiwyg-content .faq-toggle-item .faq-toggle-question span strong, .faq-toggle-item .faq-toggle-question .wysiwyg-content span strong, .wysiwyg-content h6 strong {
  color: #009EE3 !important;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  padding-left: 35px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "";
  color: #006daa;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 0.75em;
}
.wysiwyg-content ol {
  padding-left: 25px;
  margin-bottom: 1.5em;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #F6F7F9;
  font-style: italic;
}
.hero.page-simple, .hero.post-simple {
  position: relative;
  padding-top: calc(100% / 4 * 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 850px) {
  .hero.page-simple, .hero.post-simple {
    padding-top: calc(100% / 4 * 2);
  }
}
.hero.page-simple .image-container, .hero.post-simple .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.hero.page-simple .image-container img, .hero.post-simple .image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero.page-simple .content-bar, .hero.post-simple .content-bar {
  position: relative;
  z-index: 2;
  padding: 30px 0 30px 0;
}
.hero.page-simple .content-bar:before, .hero.post-simple .content-bar:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #006DAA;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero.page-simple .content-bar #top, .hero.post-simple .content-bar #top {
  position: absolute;
  height: 200px;
  width: 100%;
  right: 0;
  overflow: hidden;
}
.hero.page-simple .content-bar #top, .hero.post-simple .content-bar #top {
  top: -200px;
}
.hero.page-simple .content-bar #top::before, .hero.post-simple .content-bar #top::before {
  content: "";
  position: absolute;
  right: 0;
  height: 200%;
  width: 200%;
  border-radius: 100%;
  box-shadow: 800px 10px 5px 100px rgba(0, 109, 170, 0.7);
  z-index: -1;
}
.hero.page-simple .content-bar #top::before, .hero.post-simple .content-bar #top::before {
  top: -100%;
}
@media only screen and (max-width: 991px) {
  .hero.page-simple .content-bar #top, .hero.post-simple .content-bar #top {
    position: absolute;
    height: 50px;
    width: 100%;
    right: 0;
    overflow: hidden;
  }
  .hero.page-simple .content-bar #top, .hero.post-simple .content-bar #top {
    top: -50px;
  }
  .hero.page-simple .content-bar #top::before, .hero.post-simple .content-bar #top::before {
    content: "";
    position: absolute;
    right: 0;
    height: 200%;
    width: 200%;
    border-radius: 100%;
    box-shadow: 70px 10px 5px 100px rgba(0, 109, 170, 0.7);
    z-index: -1;
  }
  .hero.page-simple .content-bar #top::before, .hero.post-simple .content-bar #top::before {
    top: -100%;
  }
}
.hero.page-simple .content-bar .in-grid, .hero.post-simple .content-bar .in-grid {
  position: relative;
  z-index: 2;
}
.hero.page-simple .content-bar .in-grid *, .hero.post-simple .content-bar .in-grid * {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .hero.page-simple .content-bar .in-grid .col-8, .hero.post-simple .content-bar .in-grid .col-8 {
    width: 100%;
  }
}
.hero.page-extended .image-holder, .hero.page-extended .video-container {
  position: relative;
  z-index: 1;
  padding-top: calc((100% / 2 * 1));
  margin-bottom: -300px;
}
@media only screen and (min-width: 1800px) {
  .hero.page-extended .image-holder, .hero.page-extended .video-container {
    padding-top: calc((100% / 3 * 1));
    margin-bottom: -300px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero.page-extended .image-holder, .hero.page-extended .video-container {
    padding-top: calc((100% / 4 * 2));
    margin-bottom: -300px;
  }
}
@media only screen and (max-width: 991px) {
  .hero.page-extended .image-holder, .hero.page-extended .video-container {
    margin-bottom: -120px;
    padding-top: calc((100% / 4 * 2));
  }
}
@media only screen and (max-width: 640px) {
  .hero.page-extended .image-holder, .hero.page-extended .video-container {
    padding-top: calc((100% / 4 * 3));
    margin-bottom: -120px;
  }
}
.hero.page-extended .image-holder:before, .hero.page-extended .video-container:before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #006DAA;
  opacity: 0.7;
  height: 100px;
  width: 100%;
  bottom: 0px;
  left: 0;
}
.hero.page-extended .image-holder #top, .hero.page-extended .video-container #top {
  position: absolute;
  height: 200px;
  width: 100%;
  right: 0;
  overflow: hidden;
}
.hero.page-extended .image-holder #top, .hero.page-extended .video-container #top {
  bottom: 100px;
}
.hero.page-extended .image-holder #top::before, .hero.page-extended .video-container #top::before {
  content: "";
  position: absolute;
  right: 0;
  height: 200%;
  width: 200%;
  border-radius: 100%;
  box-shadow: 800px 10px 5px 100px rgba(0, 109, 170, 0.7);
  z-index: 2;
}
.hero.page-extended .image-holder #top::before, .hero.page-extended .video-container #top::before {
  top: -100%;
}
@media only screen and (max-width: 991px) {
  .hero.page-extended .image-holder:before, .hero.page-extended .video-container:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: #006DAA;
    opacity: 0.7;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .hero.page-extended .image-holder #top, .hero.page-extended .video-container #top {
    position: absolute;
    height: 50px;
    width: 100%;
    right: 0;
    overflow: hidden;
  }
  .hero.page-extended .image-holder #top, .hero.page-extended .video-container #top {
    bottom: 50px;
  }
  .hero.page-extended .image-holder #top::before, .hero.page-extended .video-container #top::before {
    content: "";
    position: absolute;
    right: 0;
    height: 200%;
    width: 200%;
    border-radius: 100%;
    box-shadow: 70px 10px 5px 100px rgba(0, 109, 170, 0.7);
    z-index: 2;
  }
  .hero.page-extended .image-holder #top::before, .hero.page-extended .video-container #top::before {
    top: -100%;
  }
}
.hero.page-extended .image-holder .image-container, .hero.page-extended .image-holder .video-holder, .hero.page-extended .video-container .image-container, .hero.page-extended .video-container .video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.hero.page-extended .image-holder .image-container img, .hero.page-extended .image-holder .video-holder img, .hero.page-extended .video-container .image-container img, .hero.page-extended .video-container .video-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero.page-extended .image-holder .image-container video, .hero.page-extended .image-holder .video-holder video, .hero.page-extended .video-container .image-container video, .hero.page-extended .video-container .video-holder video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero.page-extended .image-holder .image-container video::-webkit-media-controls, .hero.page-extended .image-holder .video-holder video::-webkit-media-controls, .hero.page-extended .video-container .image-container video::-webkit-media-controls, .hero.page-extended .video-container .video-holder video::-webkit-media-controls {
  display: none !important;
}
.hero.page-extended .content-bar {
  position: relative;
  z-index: 2;
}
.hero.page-extended .content-bar .in-grid {
  position: relative;
  z-index: 3;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .hero.page-extended .content-bar .in-grid {
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero.page-extended .content-bar .in-grid .col-5 {
    width: calc(100% / 12 * 4);
  }
}
@media only screen and (max-width: 991px) {
  .hero.page-extended .content-bar .in-grid .col-5 {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .hero.page-extended .content-bar .in-grid .col-7 {
    padding-top: 60px;
    width: calc(100% / 12 * 8);
  }
}
@media only screen and (max-width: 991px) {
  .hero.page-extended .content-bar .in-grid .col-7 {
    width: 100%;
  }
}
.hero.page-extended .content-bar .in-grid .col-7 .hero-content-container .inner-container {
  background: #002533;
  padding: 50px;
  min-height: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .hero.page-extended .content-bar .in-grid .col-7 .hero-content-container .inner-container {
    padding: 30px;
  }
}
.hero.page-extended .content-bar .in-grid .col-7 .hero-content-container .inner-container * {
  color: #fff;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 30px;
}
.cc-contentcontainer > div:not(:first-child).btns {
  margin-top: 15px;
}
.cc-contentcontainer .cc-image-element {
  position: relative;
  padding-top: calc(100% / 3 * 2);
}
.cc-contentcontainer .cc-image-element.ratio-horizontal {
  padding-top: calc(100% / 3 * 2);
}
.cc-contentcontainer .cc-image-element.ratio-square {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical {
  padding-top: calc(100% / 2 * 3);
}
.cc-contentcontainer .cc-image-element.has-bg-element:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: calc(50% + 20px);
  background: rgba(0, 109, 170, 0.35);
  z-index: 1;
  opacity: 1;
  -webkit-transition: ease 1s all;
  -moz-transition: ease 1s all;
  -ms-transition: ease 1s all;
  -o-transition: ease 1s all;
  transition: ease 1s all;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  .cc-contentcontainer .cc-image-element.has-bg-element:before {
    left: -10px;
    bottom: -10px;
  }
}
.col-2 .cc-contentcontainer .cc-image-element.has-bg-element:before {
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 1400px) {
  .col-2 .cc-contentcontainer .cc-image-element.has-bg-element:before {
    left: auto;
    right: -10px;
  }
}
.cc-contentcontainer .cc-image-element.has-bg-element .image-holder {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.cc-contentcontainer .cc-image-element .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.flex-row.ws-top-small {
  margin-top: 60px;
}
.flex-row.ws-top-normal {
  margin-top: 120px;
}
.flex-row.ws-top-big {
  margin-top: 180px;
}
.flex-row.ws-bottom-small {
  margin-bottom: 60px;
}
.flex-row.ws-bottom-normal {
  margin-bottom: 120px;
}
.flex-row.ws-bottom-big {
  margin-bottom: 180px;
}
.flex-content-columns-row.valign-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.valign-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.valign-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.num-cols-1.flex-content-columns-row .col-1 {
  width: calc(100% / 12 * 8) !important;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .num-cols-1.flex-content-columns-row .col-1 {
    width: 100% !important;
  }
}
.num-cols-2.flex-content-columns-row .col-1 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .num-cols-2.flex-content-columns-row .col-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row .col-2 {
    margin-top: 60px;
  }
}
.flex-content-columns-row.layout-50-50 .col-1, .flex-content-columns-row.layout-50-50 .col-2 {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row.layout-50-50 .col-1, .flex-content-columns-row.layout-50-50 .col-2 {
    width: 100%;
  }
}
.flex-content-columns-row.layout-66-33 .col-1 {
  width: calc(100% / 12 * 7);
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row.layout-66-33 .col-1 {
    width: 100%;
  }
}
.flex-content-columns-row.layout-66-33 .col-2 {
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row.layout-66-33 .col-2 {
    width: 100%;
  }
}
.flex-content-columns-row.layout-33-66 .col-1 {
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row.layout-33-66 .col-1 {
    width: 100%;
  }
}
.flex-content-columns-row.layout-33-66 .col-2 {
  width: calc(100% / 12 * 7);
}
@media only screen and (max-width: 850px) {
  .flex-content-columns-row.layout-33-66 .col-2 {
    width: 100%;
  }
}
.flex-linkblock-repeater .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
  margin-top: -30px;
}
.flex-linkblock-repeater .in-grid > .block-item {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -o-flex: 1 1 0;
  flex: 1 1 0;
  min-width: calc(100% / 4);
  max-width: calc(100% / 3);
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .flex-linkblock-repeater .in-grid > .block-item {
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (max-width: 991px) {
  .flex-linkblock-repeater .in-grid > .block-item {
    min-width: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media only screen and (max-width: 680px) {
  .flex-linkblock-repeater .in-grid > .block-item {
    min-width: calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
.flex-locations-repeater .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: -30px;
}
.flex-locations-repeater .in-grid > .block-item {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -o-flex: 1 1 0;
  flex: 1 1 0;
  min-width: calc(100% / 4);
  max-width: calc(100% / 3);
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .flex-locations-repeater .in-grid > .block-item {
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (max-width: 991px) {
  .flex-locations-repeater .in-grid > .block-item {
    min-width: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media only screen and (max-width: 680px) {
  .flex-locations-repeater .in-grid > .block-item {
    min-width: calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
.flex-contact-block .in-grid .contact-block {
  padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block {
    padding: 0 15px;
  }
}
.flex-contact-block .in-grid .contact-block .inner-contact-block {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #002533;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .image {
  position: relative;
  padding-top: calc((100% / 12 * 3) - 30px);
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: calc((100% / 12 * 3) - 30px);
  margin-left: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block .image {
    width: calc(100% - 60px);
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 250px;
    height: 250px;
    padding-top: 0;
  }
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .image .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .image .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .content-col {
  width: calc(100% / 12 * 9);
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block .content-col {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .content-col:only-child {
  width: 100%;
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .content-col * {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block .content-col * {
    text-align: center;
  }
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .content-col .title {
  margin-bottom: 5px;
}
.flex-contact-block .in-grid .contact-block .inner-contact-block .content-col .btns {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block .content-col .btns {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 350px) {
  .flex-contact-block .in-grid .contact-block .inner-contact-block .content-col .btns {
    font-size: 14px;
  }
}
.flex-cta-block .in-grid .cta-block {
  /* padding: 0 15px; */
}
.flex-cta-block .in-grid .cta-block .inner-cta-block {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #006DAA;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .image {
  position: relative;
  width: calc((100% / 12 * 4) + 60px);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flex-cta-block .in-grid .cta-block .inner-cta-block .image {
    width: 100%;
    padding-top: calc(100% / 16 * 9);
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .image .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .image .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .content-col {
  width: calc((100% / 12 * 8) - 60px);
  padding: 120px 60px;
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .content-col:only-child {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex-cta-block .in-grid .cta-block .inner-cta-block .content-col {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-cta-block .in-grid .cta-block .inner-cta-block .content-col {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
.flex-cta-block .in-grid .cta-block .inner-cta-block .content-col * {
  color: #fff;
}
.flex-news-overview .intro-container {
  margin-bottom: 30px;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-news-overview .intro-container .title-container {
  width: calc(100% / 12 * 8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .flex-news-overview .intro-container .title-container {
    width: calc(100% / 12 * 12);
  }
}
.flex-news-overview .intro-container .button-container {
  width: calc(100% / 12 * 4);
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .flex-news-overview .intro-container .button-container {
    width: calc(100% / 12 * 12);
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.flex-news-overview .intro-container .button-container a.button {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-news-overview .intro-container .button-container a.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-news-overview .intro-container .button-container a.button:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-news-overview .intro-container .button-container a.button:hover {
  color: #006997 !important;
}
.flex-news-overview .intro-container .button-container a.button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.flex-news-overview .intro-container .button-container a.button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.flex-news-overview .news-overview {
  -webkit-justify-items: stretch;
  -moz-justify-items: stretch;
  -ms-justify-items: stretch;
  -o-justify-items: stretch;
  justify-items: stretch;
  width: 100%;
}
.flex-news-overview .news-overview > div {
  width: calc(100% / 3);
}
.flex-news-overview .news-overview > div:not(:nth-of-type(-n + 3)) {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .flex-news-overview .news-overview > div {
    width: calc(100% / 2);
  }
  .flex-news-overview .news-overview > div:not(:nth-of-type(-n + 2)) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-news-overview .news-overview > div {
    width: calc(100% / 1);
  }
  .flex-news-overview .news-overview > div:not(:nth-of-type(-n + 1)) {
    margin-top: 30px;
  }
}
.flex-image-slider .cc-image-slider {
  position: relative;
}
.flex-image-slider .cc-image-slider:before {
  content: "";
  position: absolute;
  height: calc(50% + 100px);
  width: 500px;
  background: #002533;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flex-image-slider .cc-image-slider:before {
    width: 50%;
  }
}
.flex-image-slider .cc-image-slider:after {
  content: "";
  position: absolute;
  height: calc(50% + 100px);
  width: 200px;
  bottom: 0;
  left: 499px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='191' height='400' viewBox='0 0 191 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0V0C105.434 0 190.5 85.0659 190.5 190V210C190.5 314.934 105.434 400 0.5 400V400V0Z' fill='%23002533'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .flex-image-slider .cc-image-slider:after {
    width: 200px;
    left: calc(50% - 1px);
  }
}
.flex-image-slider .cc-image-slider > div {
  position: relative;
  z-index: 2;
}
.flex-image-slider .cc-image-slider .nav-container {
  padding-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .flex-image-slider .cc-image-slider .nav-container {
    padding-right: 15px;
  }
}
.flex-image-slider .cc-image-slider .nav-container .arrows {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 15px;
}
.flex-image-slider .cc-image-slider .nav-container .arrows .slick-arrow {
  width: 40px;
  height: 40px;
  background: #009EE3;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flex-image-slider .cc-image-slider .nav-container .arrows .slick-arrow:not(:first-of-type) {
  margin-left: 15px;
}
.flex-image-slider .cc-image-slider .nav-container .arrows .slick-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 20px;
}
.flex-image-slider .cc-image-slider .nav-container .arrows .slick-arrow.slick-prev svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -moz-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -o-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  transform: translateX(-50%) translateY(-50%) scaleX(-100%);
}
.flex-image-slider .cc-image-slider .nav-container .arrows .slick-arrow:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: #007bb0;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.flex-image-slider .cc-image-slider .slider-scope {
  width: 100%;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list {
  width: 100%;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track {
  width: 100%;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide {
  width: 100% !important;
  padding: 20px 0;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide.vertical {
  width: 50% !important;
}
@media only screen and (max-width: 991px) {
  .flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide.vertical {
    width: 100% !important;
  }
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide .image-item {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide .image-item.horizontal .image-container {
  padding-top: calc(100% / 3 * 2);
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide .image-item .image-container {
  position: relative;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide .image-item .image-container .inner-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.flex-image-slider .cc-image-slider .slider-scope .slick-list .slick-track .slick-slide .image-item .image-container .inner-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.flex-cta-block .title-container, .flex-projects-slider .title-container {
  width: 100%;
  margin-bottom: 30px;
}
.flex-cta-block .cc-cta-blocks-slider, .flex-cta-block .cc-projects-slider, .flex-projects-slider .cc-cta-blocks-slider, .flex-projects-slider .cc-projects-slider {
  position: relative;
}
.flex-cta-block .cc-cta-blocks-slider > div, .flex-cta-block .cc-projects-slider > div, .flex-projects-slider .cc-cta-blocks-slider > div, .flex-projects-slider .cc-projects-slider > div {
  position: relative;
  z-index: 2;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container, .flex-cta-block .cc-projects-slider .nav-container, .flex-projects-slider .cc-cta-blocks-slider .nav-container, .flex-projects-slider .cc-projects-slider .nav-container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .flex-cta-block .cc-cta-blocks-slider .nav-container, .flex-cta-block .cc-projects-slider .nav-container, .flex-projects-slider .cc-cta-blocks-slider .nav-container, .flex-projects-slider .cc-projects-slider .nav-container {
    padding-right: 15px;
  }
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows, .flex-cta-block .cc-projects-slider .nav-container .arrows, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows, .flex-projects-slider .cc-projects-slider .nav-container .arrows {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows .slick-arrow, .flex-cta-block .cc-projects-slider .nav-container .arrows .slick-arrow, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows .slick-arrow, .flex-projects-slider .cc-projects-slider .nav-container .arrows .slick-arrow {
  width: 40px;
  height: 40px;
  background: #009EE3;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows .slick-arrow:not(:first-of-type), .flex-cta-block .cc-projects-slider .nav-container .arrows .slick-arrow:not(:first-of-type), .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows .slick-arrow:not(:first-of-type), .flex-projects-slider .cc-projects-slider .nav-container .arrows .slick-arrow:not(:first-of-type) {
  margin-left: 15px;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows .slick-arrow svg, .flex-cta-block .cc-projects-slider .nav-container .arrows .slick-arrow svg, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows .slick-arrow svg, .flex-projects-slider .cc-projects-slider .nav-container .arrows .slick-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 20px;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows .slick-arrow.slick-prev svg, .flex-cta-block .cc-projects-slider .nav-container .arrows .slick-arrow.slick-prev svg, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows .slick-arrow.slick-prev svg, .flex-projects-slider .cc-projects-slider .nav-container .arrows .slick-arrow.slick-prev svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -moz-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  -o-transform: translateX(-50%) translateY(-50%) scaleX(-100%);
  transform: translateX(-50%) translateY(-50%) scaleX(-100%);
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .arrows .slick-arrow:hover, .flex-cta-block .cc-projects-slider .nav-container .arrows .slick-arrow:hover, .flex-projects-slider .cc-cta-blocks-slider .nav-container .arrows .slick-arrow:hover, .flex-projects-slider .cc-projects-slider .nav-container .arrows .slick-arrow:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: #007bb0;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots:not(:first-child), .flex-cta-block .cc-projects-slider .nav-container .dots:not(:first-child), .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots:not(:first-child), .flex-projects-slider .cc-projects-slider .nav-container .dots:not(:first-child) {
  margin-left: 30px;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul, .flex-cta-block .cc-projects-slider .nav-container .dots ul, .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul, .flex-projects-slider .cc-projects-slider .nav-container .dots ul {
  list-style: none;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul li, .flex-cta-block .cc-projects-slider .nav-container .dots ul li, .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul li, .flex-projects-slider .cc-projects-slider .nav-container .dots ul li {
  padding: 3px 0;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul li:not(:first-of-type), .flex-cta-block .cc-projects-slider .nav-container .dots ul li:not(:first-of-type), .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul li:not(:first-of-type), .flex-projects-slider .cc-projects-slider .nav-container .dots ul li:not(:first-of-type) {
  margin-left: 5px;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul li button, .flex-cta-block .cc-projects-slider .nav-container .dots ul li button, .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul li button, .flex-projects-slider .cc-projects-slider .nav-container .dots ul li button {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 5px;
  background: #D7D7D7;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.flex-cta-block .cc-cta-blocks-slider .nav-container .dots ul li.slick-active button, .flex-cta-block .cc-projects-slider .nav-container .dots ul li.slick-active button, .flex-projects-slider .cc-cta-blocks-slider .nav-container .dots ul li.slick-active button, .flex-projects-slider .cc-projects-slider .nav-container .dots ul li.slick-active button {
  background: #009EE3;
}
.flex-cta-block .cc-cta-blocks-slider .slider-scope, .flex-cta-block .cc-projects-slider .slider-scope, .flex-projects-slider .cc-cta-blocks-slider .slider-scope, .flex-projects-slider .cc-projects-slider .slider-scope {
  width: 100%;
  padding-left: calc(((100% - 1400px) / 2));
}
@media only screen and (max-width: 1400px) {
  .flex-cta-block .cc-cta-blocks-slider .slider-scope, .flex-cta-block .cc-projects-slider .slider-scope, .flex-projects-slider .cc-cta-blocks-slider .slider-scope, .flex-projects-slider .cc-projects-slider .slider-scope {
    padding-left: 0;
  }
}
.flex-cta-block .cc-cta-blocks-slider .slider-scope .slick-list, .flex-cta-block .cc-projects-slider .slider-scope .slick-list, .flex-projects-slider .cc-cta-blocks-slider .slider-scope .slick-list, .flex-projects-slider .cc-projects-slider .slider-scope .slick-list {
  width: 100%;
  padding-right: calc((100% - 1400px));
}
@media only screen and (max-width: 1400px) {
  .flex-cta-block .cc-cta-blocks-slider .slider-scope .slick-list, .flex-cta-block .cc-projects-slider .slider-scope .slick-list, .flex-projects-slider .cc-cta-blocks-slider .slider-scope .slick-list, .flex-projects-slider .cc-projects-slider .slider-scope .slick-list {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .flex-cta-block .cc-cta-blocks-slider .slider-scope .slick-list, .flex-cta-block .cc-projects-slider .slider-scope .slick-list, .flex-projects-slider .cc-cta-blocks-slider .slider-scope .slick-list, .flex-projects-slider .cc-projects-slider .slider-scope .slick-list {
    padding-right: 30px;
  }
}
.flex-cta-block .cc-cta-blocks-slider .slider-scope .slick-list .slick-track, .flex-cta-block .cc-projects-slider .slider-scope .slick-list .slick-track, .flex-projects-slider .cc-cta-blocks-slider .slider-scope .slick-list .slick-track, .flex-projects-slider .cc-projects-slider .slider-scope .slick-list .slick-track {
  width: 100%;
}
.flex-cta-block .cc-cta-blocks-slider .slider-scope .slick-list .slick-track .slick-slide, .flex-cta-block .cc-projects-slider .slider-scope .slick-list .slick-track .slick-slide, .flex-projects-slider .cc-cta-blocks-slider .slider-scope .slick-list .slick-track .slick-slide, .flex-projects-slider .cc-projects-slider .slider-scope .slick-list .slick-track .slick-slide {
  width: 100% !important;
  padding: 20px 15px;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row, .flex-cta-block .cc-projects-slider .bottom-row, .flex-projects-slider .cc-cta-blocks-slider .bottom-row, .flex-projects-slider .cc-projects-slider .bottom-row {
  width: 100%;
  padding-bottom: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .flex-cta-block .cc-cta-blocks-slider .bottom-row .nav-container, .flex-cta-block .cc-projects-slider .bottom-row .nav-container, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .nav-container, .flex-projects-slider .cc-projects-slider .bottom-row .nav-container {
    width: calc(100% / 12 * 12);
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 540px) {
  .flex-cta-block .cc-cta-blocks-slider .bottom-row .nav-container > div, .flex-cta-block .cc-projects-slider .bottom-row .nav-container > div, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .nav-container > div, .flex-projects-slider .cc-projects-slider .bottom-row .nav-container > div {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-left: 0 !important;
  }
  .flex-cta-block .cc-cta-blocks-slider .bottom-row .nav-container > div ul, .flex-cta-block .cc-projects-slider .bottom-row .nav-container > div ul, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .nav-container > div ul, .flex-projects-slider .cc-projects-slider .bottom-row .nav-container > div ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container, .flex-cta-block .cc-projects-slider .bottom-row .button-container, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container, .flex-projects-slider .cc-projects-slider .bottom-row .button-container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container, .flex-cta-block .cc-projects-slider .bottom-row .button-container, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container, .flex-projects-slider .cc-projects-slider .bottom-row .button-container {
    width: calc(100% / 12 * 12);
    margin-top: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button:before, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button:before, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button:before, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button:after, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button:after, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button:after, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button:hover, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button:hover, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button:hover, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button:hover {
  color: #006997 !important;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button:hover:before, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button:hover:before, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button:hover:before, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.flex-cta-block .cc-cta-blocks-slider .bottom-row .button-container a.button:hover:after, .flex-cta-block .cc-projects-slider .bottom-row .button-container a.button:hover:after, .flex-projects-slider .cc-cta-blocks-slider .bottom-row .button-container a.button:hover:after, .flex-projects-slider .cc-projects-slider .bottom-row .button-container a.button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.flex-logo-slider .title {
  margin-bottom: 30px;
}
.flex-logo-slider .cc-slider {
  width: 100%;
}
.flex-logo-slider .cc-slider .slider-scope {
  width: 100%;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list {
  padding-right: 100px;
  width: 100%;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list .slick-track {
  width: 100%;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list .slick-track .slick-slide {
  padding: 0 45px;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list .slick-track .slick-slide .logo-item {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list .slick-track .slick-slide .logo-item img {
  height: 65px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-logo-slider .cc-slider .slider-scope .slick-list .slick-track .slick-slide a:hover .logo-item img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.flex-projects-overview .intro-container {
  margin-bottom: 30px;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-projects-overview .intro-container .title-container {
  width: calc(100% / 12 * 8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .flex-projects-overview .intro-container .title-container {
    width: calc(100% / 12 * 12);
  }
}
.flex-projects-overview .intro-container .button-container {
  width: calc(100% / 12 * 4);
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .flex-projects-overview .intro-container .button-container {
    width: calc(100% / 12 * 12);
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.flex-projects-overview .intro-container .button-container a.button {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-projects-overview .intro-container .button-container a.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-projects-overview .intro-container .button-container a.button:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-projects-overview .intro-container .button-container a.button:hover {
  color: #006997 !important;
}
.flex-projects-overview .intro-container .button-container a.button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.flex-projects-overview .intro-container .button-container a.button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.flex-projects-overview .projects-overview {
  -webkit-justify-items: stretch;
  -moz-justify-items: stretch;
  -ms-justify-items: stretch;
  -o-justify-items: stretch;
  justify-items: stretch;
  width: 100%;
}
.flex-projects-overview .projects-overview > div {
  width: 100%;
}
.flex-projects-overview .projects-overview > div:not(:nth-of-type(-n + 1)) {
  margin-top: 30px;
}
.flex-vacancies-overview .intro-container {
  margin-bottom: 30px;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-vacancies-overview .intro-container .title-container {
  width: calc(100% / 12 * 8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .flex-vacancies-overview .intro-container .title-container {
    width: calc(100% / 12 * 12);
  }
}
.flex-vacancies-overview .intro-container .button-container {
  width: calc(100% / 12 * 4);
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .flex-vacancies-overview .intro-container .button-container {
    width: calc(100% / 12 * 12);
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.flex-vacancies-overview .intro-container .button-container a.button {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-vacancies-overview .intro-container .button-container a.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-vacancies-overview .intro-container .button-container a.button:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-vacancies-overview .intro-container .button-container a.button:hover {
  color: #006997 !important;
}
.flex-vacancies-overview .intro-container .button-container a.button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.flex-vacancies-overview .intro-container .button-container a.button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.flex-vacancies-overview .vacancies-overview {
  -webkit-justify-items: stretch;
  -moz-justify-items: stretch;
  -ms-justify-items: stretch;
  -o-justify-items: stretch;
  justify-items: stretch;
  width: 100%;
}
.flex-vacancies-overview .vacancies-overview > div {
  width: 100%;
}
.flex-vacancies-overview .vacancies-overview > div:not(:nth-of-type(-n + 1)) {
  margin-top: 30px;
}
.flex-product-overview .intro-container {
  margin-bottom: 30px;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-product-overview .intro-container .title-container {
  width: calc(100% / 12 * 8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .flex-product-overview .intro-container .title-container {
    width: calc(100% / 12 * 12);
  }
}
.flex-product-overview .products-container {
  width: 100%;
}
.flex-product-overview .products-container .cc-filters {
  width: calc(100% / 12 * 3);
}
@media only screen and (max-width: 991px) {
  .flex-product-overview .products-container .cc-filters {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.flex-product-overview .products-container .cc-filters .button-mobile {
  display: none;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 30px !important;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .flex-product-overview .products-container .cc-filters .button-mobile {
    display: block;
  }
}
.flex-product-overview .products-container .cc-filters .button-mobile.active {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.flex-product-overview .products-container .cc-filters .button-mobile.active span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='3' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.0136719V2.47594H0V0.0136719H15Z' fill='%23006DAA'/%3E%3C/svg%3E%0A");
}
.flex-product-overview .products-container .cc-filters .button-mobile span {
  display: block;
  padding-right: 30px;
  position: relative;
}
.flex-product-overview .products-container .cc-filters .button-mobile span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.01415V8.47642H0V6.01415H15ZM8.8978 0V15H6.11723V0H8.8978Z' fill='%23006DAA'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-product-overview .products-container .cc-filters .sf-container {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .flex-product-overview .products-container .cc-filters .sf-container {
    display: none;
    padding: 30px !important;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .flex-product-overview .products-container .cc-filters .sf-container.active {
    display: block;
  }
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner h4 {
  padding: 30px;
  position: relative;
  font-size: 20px !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner h4:hover {
  cursor: pointer;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form {
  display: block;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li {
  font-size: 18px;
  padding: 0;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li h4 {
  position: relative;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li h4:hover {
  cursor: pointer;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li h4:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='3' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.0136719V2.47594H0V0.0136719H15Z' fill='%23006DAA'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li h4.inactive:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.01415V8.47642H0V6.01415H15ZM8.8978 0V15H6.11723V0H8.8978Z' fill='%23006DAA'/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: "(max-width: 991px)") {
  .flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li h4:hover {
    cursor: pointer;
    color: #009EE3;
  }
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li > ul {
  display: block;
  padding-bottom: 10px;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form > ul > li > ul.inactive {
  display: none;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] {
  display: none;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] + label {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] + label:before, .flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] + label:after {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #D7D7D7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] + label:after {
  z-index: 2;
  border: none;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"] + label:hover {
  cursor: pointer;
}
.flex-product-overview .products-container .cc-filters .sf-container .sf-inner form input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' fill='%2329C400'/%3E%3C/svg%3E%0A");
}
.flex-product-overview .products-container .products-overview {
  width: calc(100% / 12 * 9);
}
@media only screen and (max-width: 991px) {
  .flex-product-overview .products-container .products-overview {
    width: 100%;
  }
}
.flex-product-overview .products-container .products-overview:only-child {
  width: 100%;
}
.flex-product-overview .products-container .products-overview > div {
  width: calc(100% / 12 * 4);
}
.flex-product-overview .products-container .products-overview > div:not(:nth-of-type(-n + 3)) {
  margin-top: 30px;
}
.flex-product-overview .products-container .products-overview > div.navigation {
  width: 100% !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .flex-product-overview .products-container .products-overview > div {
    width: calc(100% / 12 * 6);
  }
  .flex-product-overview .products-container .products-overview > div:not(:nth-of-type(-n + 2)) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .flex-product-overview .products-container .products-overview > div {
    width: calc(100% / 12 * 12);
  }
  .flex-product-overview .products-container .products-overview > div:not(:nth-of-type(-n + 1)) {
    margin-top: 30px;
  }
}
.flex-gallery .title {
  margin-bottom: 30px;
}
.flex-gallery .gallery-container {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  margin-left: -3px;
  margin-right: -3px;
}
.flex-gallery .gallery-container .column-1 {
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 991px) {
  .flex-gallery .gallery-container .column-1 {
    width: 100%;
    padding-bottom: 6px;
  }
}
.flex-gallery .gallery-container .column-1 .gallery-item {
  height: 100%;
}
.flex-gallery .gallery-container .column-1 .gallery-item a {
  width: 100%;
  padding-bottom: 56.25%;
}
.flex-gallery .gallery-container .column-2 {
  width: calc(100% / 12 * 4);
}
@media only screen and (max-width: 991px) {
  .flex-gallery .gallery-container .column-2 {
    width: calc(100% / 12 * 7);
  }
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-2 {
    width: 100%;
  }
}
.flex-gallery .gallery-container .column-2 .gallery-item a {
  width: 100%;
  padding-bottom: 100%;
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-2 .gallery-item a {
    padding-bottom: 56.25%;
  }
}
.flex-gallery .gallery-container .column-3 {
  width: calc(100% / 12 * 3);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .flex-gallery .gallery-container .column-3 {
    width: calc(100% / 12 * 5);
  }
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-3 {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
}
.flex-gallery .gallery-container .column-3 .gallery-item {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  -o-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-3 .gallery-item {
    width: 50%;
  }
}
.flex-gallery .gallery-container .column-3 .gallery-item:first-of-type:not(:last-of-type) {
  padding-bottom: 3px;
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-3 .gallery-item:first-of-type:not(:last-of-type) {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.flex-gallery .gallery-container .column-3 .gallery-item:last-of-type:not(:first-of-type) {
  padding-top: 3px;
}
@media only screen and (max-width: 640px) {
  .flex-gallery .gallery-container .column-3 .gallery-item:last-of-type:not(:first-of-type) {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.flex-gallery .gallery-container .column-3 .gallery-item a {
  width: 100%;
  padding-bottom: 56.25%;
}
.flex-gallery .gallery-container > div .gallery-item {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}
.flex-gallery .gallery-container > div a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 540px) {
  .flex-gallery .gallery-container > div a {
    height: 190px;
  }
}
.flex-gallery .gallery-container > div a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.flex-gallery .gallery-container > div a .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 15px;
  z-index: 2;
}
.flex-gallery .gallery-container > div a .overlay span {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.flex-gallery .gallery-container > div .image-container img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-iframe-row {
  overflow: hidden;
}
.flex-iframe-row .in-grid .title {
  margin-bottom: 30px;
}
.flex-iframe-row .in-grid .frame-container {
  width: 100%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btns {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: -15px 0 0 -15px;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main {
  margin: 15px 0 0 15px;
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
}
.btns .btn-main.secondary a {
  text-decoration: none;
  padding: 15px 30px;
  line-height: 1.2;
  background: #006daa;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.secondary a:hover {
  background: #003c5e;
}
.btns .btn-main.primary-text {
  display: inherit;
}
.btns .btn-main.primary-text a {
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.primary-text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.primary-text a:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.primary-text a:hover {
  color: #006997 !important;
}
.btns .btn-main.primary-text a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.btns .btn-main.primary-text a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.btns .btn-main.Secondary-text {
  display: inherit;
}
.btns .btn-main.Secondary-text a {
  font-weight: bold;
  text-transform: uppercase;
  color: #006daa !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.Secondary-text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #006daa;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.Secondary-text a:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%2329C400'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.Secondary-text a:hover {
  color: #003c5e !important;
}
.btns .btn-main.Secondary-text a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #003c5e !important;
}
.btns .btn-main.Secondary-text a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23197800'/%3E%3C/svg%3E%0A");
}
.btns .btn-main.primary-text.no-arrow a, .btns .btn-main.Secondary-text.no-arrow a {
  padding-right: 0;
}
.btns .btn-main.primary-text.no-arrow a:after, .btns .btn-main.Secondary-text.no-arrow a:after {
  display: none;
}
/** Title */
.title.left {
  text-align: left;
}
.title.center {
  text-align: center;
}
.title.right {
  text-align: right;
}
.title h1, .title h2, .title h3, .title h4 {
  width: 100%;
}
.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #009EE3;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: calc(50% + 2px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #00577d;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img, .video-container .youtube iframe, .video-container .vimeo img, .video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}
.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}
/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}
/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #F6F7F9;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #F6F7F9;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #006daa;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 30px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 30px;
}
.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.post-password-form {
  padding: 60px 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 30px;
}
.post-password-form p input {
  margin-top: 15px;
}
.faq-toggle-item {
  border-bottom: 1px solid #D7D7D7;
}
.faq-toggle-item:not(:first-child) {
  margin-top: 15px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 0 0 15px 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.faq-toggle-item .faq-toggle-question.show i:before {
  content: "";
}
.faq-toggle-item .faq-toggle-question span {
  font-weight: bold;
  padding-right: 30px;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 14px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002533;
}
.faq-toggle-item .faq-toggle-answer {
  padding: 0 0 15px 0;
  border: 1px solid #F6F7F9;
}
.faq-toggle-item .faq-toggle-answer .btns {
  margin-top: 0;
}
.social-icons ul {
  list-style: none;
}
.social-icons ul li {
  margin-bottom: 5px;
}
.social-icons ul li a {
  width: 50px;
  height: 50px;
  background: #009EE3;
  position: relative;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.social-icons ul li a:hover {
  background: #006997;
}
.social-icons ul li:not(:last-of-type) {
  margin-right: 10px;
}
.scrolldown-btn {
  display: flex;
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -ms-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
.scrolldown-btn svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.scrolldown-btn:hover {
  background: #009EE3;
  cursor: pointer;
  animation-play-state: paused;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.scrolldown-btn:hover svg path {
  fill: #fff;
}
.scrolldown-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.block-item.link-block a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.block-item.link-block a:hover .inner-item {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .block-item.link-block a:hover .inner-item {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.block-item.link-block a:hover .inner-item .image-container .inner-image-container img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.block-item.link-block a:hover .inner-item .content-container .bottom-container .link-container span {
  color: #006997 !important;
}
.block-item.link-block a:hover .inner-item .content-container .bottom-container .link-container span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.block-item.link-block a:hover .inner-item .content-container .bottom-container .link-container span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.block-item.link-block .inner-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.block-item.link-block .inner-item .image-container {
  position: relative;
  padding-top: calc(100% / 16 * 9);
  border-radius: 0 0 25% 0;
  overflow: hidden;
}
.block-item.link-block .inner-item .image-container .inner-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.block-item.link-block .inner-item .image-container .inner-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.link-block .inner-item .content-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
}
.block-item.link-block .inner-item .content-container .top-container h4:not(:only-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .block-item.link-block .inner-item .content-container .top-container h4 {
    font-size: 28px;
  }
}
.block-item.link-block .inner-item .content-container .top-container * {
  width: 100%;
}
.block-item.link-block .inner-item .content-container .bottom-container {
  margin-top: 15px;
  width: 100%;
}
.block-item.link-block .inner-item .content-container .bottom-container .link-container {
  width: 100%;
}
.block-item.link-block .inner-item .content-container .bottom-container .link-container span {
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.link-block .inner-item .content-container .bottom-container .link-container span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.link-block .inner-item .content-container .bottom-container .link-container span:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.block-item.location-block .inner-item .image-container {
  position: relative;
  padding-top: calc(100% / 16 * 9);
}
.block-item.location-block .inner-item .image-container .inner-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.block-item.location-block .inner-item .image-container .inner-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .image-container .profile-image {
  height: 100px;
  width: 100px;
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: -15px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .image-container .profile-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.block-item.location-block .inner-item .content-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
}
.block-item.location-block .inner-item .content-container .top-container h4:not(:only-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .block-item.location-block .inner-item .content-container .top-container h4 {
    font-size: 28px;
  }
}
.block-item.location-block .inner-item .content-container .top-container .description:not(:only-child) {
  margin-bottom: 15px;
}
.block-item.location-block .inner-item .content-container .top-container * {
  width: 100%;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information {
  -webkit-direction: column;
  -moz-direction: column;
  -ms-direction: column;
  -o-direction: column;
  direction: column;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div:not(:first-of-type) {
  margin-top: 5px;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div * {
  font-size: 14px;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div a:hover {
  color: #009EE3;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div span, .block-item.location-block .inner-item .content-container .top-container .contact-information > div a {
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div span:before, .block-item.location-block .inner-item .content-container .top-container .contact-information > div a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div.address span:before, .block-item.location-block .inner-item .content-container .top-container .contact-information > div.address a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99769 0C2.68973 0 0 2.88168 0 6.4257C0 9.48038 3.09112 13.148 5.68858 15.6886L6.00692 16L6.32065 15.6787C9.19493 12.718 12 9.56441 12 6.4257C12 2.88168 9.31027 0 6.00231 0H5.99769ZM5.99769 8.89713C4.72434 8.89713 3.69089 7.78993 3.69089 6.4257C3.69089 5.06148 4.72434 3.95428 5.99769 3.95428C7.27105 3.95428 8.3045 5.06148 8.3045 6.4257C8.3045 7.78993 7.27105 8.89713 5.99769 8.89713Z' fill='%23002533'/%3E%3C/svg%3E%0A");
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div.phone span:before, .block-item.location-block .inner-item .content-container .top-container .contact-information > div.phone a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.244 10.1115C12.6771 9.54996 11.9633 9.54996 11.4017 10.1115C10.9714 10.5419 10.541 10.9671 10.1159 11.4027C10.0004 11.5234 9.90066 11.5497 9.75895 11.4657C9.48078 11.3135 9.18161 11.1928 8.91394 11.0248C7.66479 10.2375 6.61509 9.22455 5.6861 8.09086C5.22423 7.52402 4.81485 6.92044 4.53143 6.23814C4.47369 6.10168 4.48419 6.01245 4.59441 5.89699C5.02478 5.48235 5.44466 5.05197 5.86979 4.62684C6.46288 4.03376 6.46288 3.33571 5.86979 2.73738C5.53389 2.39623 5.19799 2.06557 4.85683 1.72441C4.51043 1.37801 4.16402 1.02636 3.81237 0.679953C3.24553 0.123609 2.53174 0.123609 1.97014 0.679953C1.53452 1.10508 1.11988 1.54597 0.673758 1.96585C0.264373 2.35424 0.0596836 2.8266 0.0124469 3.38295C-0.0557839 4.28569 0.164649 5.13595 0.474311 5.96522C1.11463 7.68149 2.08561 9.20881 3.26128 10.6102C4.85158 12.4996 6.75155 14.0007 8.97167 15.0766C9.97414 15.5648 11.0081 15.9374 12.1365 15.9951C12.9133 16.0371 13.5851 15.8429 14.1257 15.2394C14.4931 14.8247 14.913 14.4468 15.3014 14.0532C15.8787 13.4654 15.884 12.7568 15.3066 12.1742C14.6191 11.4814 13.9263 10.7939 13.2335 10.1063L13.244 10.1115Z' fill='%23002533'/%3E%3Cpath d='M15.968 7.11928C14.5614 3.88619 12.0368 1.37214 8.85099 0.039017C8.58332 -0.071202 8.28415 0.0600098 8.17393 0.332933C8.06371 0.605856 8.19493 0.91552 8.45735 1.03099C11.3913 2.25914 13.7216 4.57899 15.018 7.56015C15.102 7.75959 15.2909 7.87507 15.4904 7.87507C15.5586 7.87507 15.6321 7.85931 15.7003 7.82781C15.9627 7.7071 16.0782 7.3922 15.9627 7.11928H15.968Z' fill='%23002533'/%3E%3Cpath d='M8.18985 3.88088C9.9691 4.62617 11.381 6.02752 12.1682 7.83302C12.2522 8.02196 12.4359 8.13744 12.6249 8.13744C12.6931 8.13744 12.7613 8.12168 12.8296 8.09019C13.0815 7.97472 13.1969 7.67031 13.0815 7.40789C12.1892 5.36096 10.5832 3.76542 8.56775 2.92565C8.31057 2.82068 8.02191 2.94664 7.91693 3.20907C7.81196 3.4715 7.93793 3.77066 8.19511 3.88088H8.18985Z' fill='%23002533'/%3E%3C/svg%3E%0A");
}
.block-item.location-block .inner-item .content-container .top-container .contact-information > div.email span:before, .block-item.location-block .inner-item .content-container .top-container .contact-information > div.email a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H2C0.895 0 0 0.895 0 2V9.5C0 10.605 0.895 11.5 2 11.5H14C15.105 11.5 16 10.605 16 9.5V2C16 0.895 15.105 0 14 0ZM13.815 3.38499L8.315 7.88499C8.225 7.95999 8.11 8 8 8C7.89 8 7.775 7.95999 7.685 7.88499L2.185 3.38499C1.97 3.20999 1.94 2.895 2.115 2.68C2.29 2.465 2.605 2.435 2.82 2.61L8.005 6.84999L13.19 2.61C13.405 2.435 13.72 2.465 13.895 2.68C14.07 2.895 14.04 3.20999 13.825 3.38499H13.815Z' fill='%23002533'/%3E%3C/svg%3E%0A");
}
.block-item.location-block .inner-item .content-container .bottom-container {
  margin-top: 15px;
  width: 100%;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container {
  width: 100%;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a:hover {
  color: #006997 !important;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.block-item.location-block .inner-item .content-container .bottom-container .link-container a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.post-card {
  height: 100%;
}
.post-card a {
  text-decoration: none;
  color: inherit;
}
.post-card a:hover .card-inner {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .post-card a:hover .card-inner {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.post-card a:hover .card-inner .card-thumb .img-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-card a:hover .card-inner .card-content .read-more span {
  color: #006997 !important;
}
.post-card a:hover .card-inner .card-content .read-more span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.post-card a:hover .card-inner .card-content .read-more span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.post-card .card-inner {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .card-thumb {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  padding-top: calc(100% / 16 * 9);
  overflow: hidden;
  position: relative;
}
.post-card .card-thumb .img-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.post-card .card-thumb .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-card .card-content {
  padding: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: flex !important;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.post-card .card-content .intro h4 {
  margin-bottom: 15px;
}
.post-card .card-content .read-more {
  margin-top: 15px;
}
.post-card .card-content .read-more span {
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .card-content .read-more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .card-content .read-more span:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.project-card {
  height: 100%;
}
.project-card a {
  text-decoration: none;
  color: inherit;
}
.project-card a:hover .card-inner {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .project-card a:hover .card-inner {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.project-card a:hover .card-inner .img-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.project-card .card-inner {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: relative;
}
.project-card .card-inner .img-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-card .card-inner .img-holder:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.project-card .card-inner .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-card .card-content {
  padding: 30px;
  padding-top: 100%;
  position: relative;
  z-index: 3;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: flex !important;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.project-card .card-content h4 {
  color: #fff;
}
.project-card-extended {
  width: 100%;
}
.project-card-extended:nth-of-type(odd) .card-inner .card-thumb {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .project-card-extended:nth-of-type(odd) .card-inner .card-thumb {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    border-radius: 25% 0 0 0;
    -webkit-border-radius: 25% 0 0 0;
    -moz-border-radius: 25% 0 0 0;
    -ms-border-radius: 25% 0 0 0;
    -o-border-radius: 25% 0 0 0;
    border-radius: 25% 0 0 0;
  }
}
.project-card-extended:nth-of-type(odd) .card-inner .card-content {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .project-card-extended:nth-of-type(odd) .card-inner .card-content {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
.project-card-extended:nth-of-type(even) .card-inner .card-thumb {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  border-radius: 0 0 0 25%;
  -webkit-border-radius: 0 0 0 25%;
  -moz-border-radius: 0 0 0 25%;
  -ms-border-radius: 0 0 0 25%;
  -o-border-radius: 0 0 0 25%;
  border-radius: 0 0 0 25%;
}
@media only screen and (max-width: 768px) {
  .project-card-extended:nth-of-type(even) .card-inner .card-thumb {
    border-radius: 0 25% 0 0;
    -webkit-border-radius: 0 25% 0 0;
    -moz-border-radius: 0 25% 0 0;
    -ms-border-radius: 0 25% 0 0;
    -o-border-radius: 0 25% 0 0;
    border-radius: 0 25% 0 0;
  }
}
.project-card-extended:nth-of-type(even) .card-inner .card-content {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.project-card-extended a {
  text-decoration: none;
  color: inherit;
}
.project-card-extended a:hover .card-inner {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .project-card-extended a:hover .card-inner {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.project-card-extended a:hover .card-inner .img-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.project-card-extended a:hover .card-inner .card-content .read-more span {
  color: #006997 !important;
}
.project-card-extended a:hover .card-inner .card-content .read-more span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.project-card-extended a:hover .card-inner .card-content .read-more span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.project-card-extended .card-inner {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: relative;
}
.project-card-extended .card-inner .card-thumb {
  position: relative;
  overflow: hidden;
  width: calc(100% / 12 * 4);
  padding-top: calc((100% / 12 * 4) / 16 * 9);
  border-radius: 0 0 25% 0;
  -webkit-border-radius: 0 0 25% 0;
  -moz-border-radius: 0 0 25% 0;
  -ms-border-radius: 0 0 25% 0;
  -o-border-radius: 0 0 25% 0;
  border-radius: 0 0 25% 0;
}
@media only screen and (max-width: 768px) {
  .project-card-extended .card-inner .card-thumb {
    width: 100%;
    padding-top: calc(100% / 16 * 9);
  }
}
.project-card-extended .card-inner .card-thumb .img-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-card-extended .card-inner .card-thumb .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-card-extended .card-inner .card-content {
  width: calc(100% / 12 * 8);
  padding: 60px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .project-card-extended .card-inner .card-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .project-card-extended .card-inner .card-content {
    width: 100%;
  }
}
.project-card-extended .card-inner .card-content .intro h4:not(:last-child) {
  margin-bottom: 15px;
}
.project-card-extended .card-inner .card-content .intro .post-excerpt:not(:last-child) {
  margin-bottom: 30px;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item {
  margin-bottom: 15px;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item:not(:last-of-type) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #D7D7D7;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .icon .icon-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .icon .icon-holder img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .text-container {
  padding-left: 15px;
}
.project-card-extended .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .text-container span {
  font-weight: bold;
}
.project-card-extended .card-inner .card-content .read-more {
  margin-top: 15px;
}
.project-card-extended .card-inner .card-content .read-more span {
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.project-card-extended .card-inner .card-content .read-more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.project-card-extended .card-inner .card-content .read-more span:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-card {
  width: 100%;
}
.vacancies-card a {
  text-decoration: none;
  color: inherit;
}
.vacancies-card a:hover .card-inner {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .vacancies-card a:hover .card-inner {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.vacancies-card a:hover .card-inner .img-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.vacancies-card a:hover .card-inner .card-content .read-more span {
  color: #006997 !important;
}
.vacancies-card a:hover .card-inner .card-content .read-more span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #006997 !important;
}
.vacancies-card a:hover .card-inner .card-content .read-more span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23006997'/%3E%3C/svg%3E%0A");
}
.vacancies-card .card-inner {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: relative;
}
.vacancies-card .card-inner .card-thumb {
  position: relative;
  overflow: hidden;
  width: calc(100% / 12 * 4);
  padding-top: calc((100% / 12 * 4) / 16 * 9);
  border-radius: 0 0 25% 0;
  -webkit-border-radius: 0 0 25% 0;
  -moz-border-radius: 0 0 25% 0;
  -ms-border-radius: 0 0 25% 0;
  -o-border-radius: 0 0 25% 0;
  border-radius: 0 0 25% 0;
}
@media only screen and (max-width: 768px) {
  .vacancies-card .card-inner .card-thumb {
    width: 100%;
    padding-top: calc(100% / 16 * 9);
  }
}
.vacancies-card .card-inner .card-thumb .img-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vacancies-card .card-inner .card-thumb .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vacancies-card .card-inner .card-content {
  width: calc(100% / 12 * 8);
  padding: 60px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .vacancies-card .card-inner .card-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .vacancies-card .card-inner .card-content {
    width: 100%;
  }
}
.vacancies-card .card-inner .card-content .intro h4:not(:last-child) {
  margin-bottom: 15px;
}
.vacancies-card .card-inner .card-content .intro .post-excerpt:not(:last-child) {
  margin-bottom: 30px;
}
.vacancies-card .card-inner .card-content .intro .icon-text-repeater .logo-text-item {
  margin-bottom: 15px;
}
.vacancies-card .card-inner .card-content .intro .icon-text-repeater .logo-text-item:not(:last-of-type) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #D7D7D7;
}
.vacancies-card .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.vacancies-card .card-inner .card-content .intro .icon-text-repeater .logo-text-item .inner-item .text-container span {
  font-weight: bold;
}
.vacancies-card .card-inner .card-content .read-more {
  margin-top: 15px;
}
.vacancies-card .card-inner .card-content .read-more span {
  font-weight: bold;
  text-transform: uppercase;
  color: #009EE3 !important;
  padding-right: 20px;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-card .card-inner .card-content .read-more span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009EE3;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-card .card-inner .card-content .read-more span:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1309 0.991138C9.95414 1.17911 9.96351 1.47583 10.1515 1.65395L14.2793 5.53145L1.40039 5.53145C1.14164 5.53145 0.93164 5.74145 0.93164 6.0002C0.93164 6.25895 1.14164 6.46895 1.40039 6.46895L14.2793 6.46895L10.152 10.346C9.96305 10.5232 9.95414 10.8199 10.1313 11.0088C10.3085 11.1977 10.6052 11.2066 10.7941 11.0294L15.784 6.34192C15.7859 6.34004 15.7863 6.3377 15.7882 6.33583C15.792 6.33208 15.7952 6.32879 15.799 6.32504C15.8009 6.32317 15.8032 6.3227 15.8051 6.32083C15.8257 6.29926 15.8355 6.27254 15.851 6.24817C15.8641 6.22801 15.881 6.21114 15.8909 6.18911C15.8918 6.18676 15.8941 6.18489 15.8951 6.18254C15.896 6.1802 15.8955 6.17786 15.8965 6.17551C15.919 6.11973 15.9316 6.0602 15.9316 6.0002C15.9316 5.9402 15.919 5.88067 15.896 5.82442C15.8951 5.82208 15.8955 5.81973 15.8946 5.81739C15.8937 5.81505 15.8913 5.81317 15.8904 5.81083C15.8805 5.78879 15.8637 5.77192 15.8505 5.75176C15.8351 5.72739 15.8252 5.70067 15.8046 5.67911C15.8027 5.67723 15.8004 5.67676 15.7985 5.67489C15.7948 5.67114 15.7915 5.66786 15.7877 5.66411C15.7859 5.66223 15.7854 5.65989 15.7835 5.65801L10.7937 0.970514C10.6052 0.793326 10.3085 0.802701 10.1309 0.991138Z' fill='%23009EE3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-card a {
  text-decoration: none;
  color: inherit;
}
.product-card .card-inner {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-card .card-thumb {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  padding-top: calc(100% / 16 * 9);
  overflow: hidden;
  position: relative;
}
.product-card .card-thumb .img-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-card .card-thumb .img-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-card .card-content {
  padding: 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: flex !important;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-card .card-content .intro h4 {
  margin-bottom: 15px;
}
.product-card .card-content .intro .text-repeater {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.product-card .card-content .intro .text-repeater .text-item {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-card .card-content .intro .text-repeater .text-item span:first-of-type {
  font-weight: bold;
  padding-right: 15px;
}
.product-card .card-content .buttons {
  margin-top: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-card .card-content .buttons a.button {
  text-decoration: none;
  padding: 15px 20px;
  line-height: 1.2;
  background: #006daa;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-card .card-content .buttons a.button:hover {
  background: #003c5e;
}
.product-card .card-content .buttons a.brochure {
  width: 50px;
  height: 50px;
  background: #009EE3;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  margin-left: 15px;
}
.product-card .card-content .buttons a.brochure svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.product-card .card-content .buttons a.brochure:hover {
  background: #006997;
}
#svm-canvas .resultsTable div.vehicleTile {
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#svm-canvas .resultsTable div.vehicleTile:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (min-width: 991px) {
  #svm-canvas .resultsTable div.vehicleTile:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#svm-canvas div.navigation {
  width: 100%;
}
#svm-canvas div.navigation > div {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-text_repeater .icon-text-repeater .title-container:not(:last-child) {
  margin-bottom: 30px;
}
.flex-text_repeater .icon-text-repeater .repeater-container {
  width: 100%;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .flex-text_repeater .icon-text-repeater .repeater-container .inner-container {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 60px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: calc(100% / 12 * 3);
}
@media only screen and (max-width: 1200px) {
  .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item {
    min-width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    min-width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item {
    min-width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item:not(:first-of-type) {
    padding-top: 0;
  }
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .icon .icon-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .icon .icon-holder img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .text-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .text-container:not(:only-child) {
  padding-left: 20px;
}
.flex-text_repeater .icon-text-repeater .repeater-container .inner-container .logo-text-item .inner-item .text-container span:first-of-type {
  font-weight: bold;
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post-nav {
  margin-top: 30px;
  width: 100%;
}
.post-nav > a {
  width: calc(50% - 15px);
}
.post-nav > a:not(:first-of-type) {
  margin-left: 30px;
}
.post-nav > a .post-nav-content {
  border: 1px solid #D7D7D7;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #006daa;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 15px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}
.single .intro-container {
  padding-top: 120px;
}
.single .intro-container:last-child {
  padding-bottom: 120px;
}
/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.query-container .query-item {
  padding: 0 15px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  width: calc(100% / 3);
  margin-top: 30px;
}
.query-container .query-item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .query-container .query-item {
    width: 50%;
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .query-container .query-item {
    width: 100%;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .query-container .query-item:first-of-type {
    margin-top: 0;
  }
}
.query-container .query-item > a {
  text-decoration: none;
  color: #333333;
}
.query-container .query-item > a:hover .qi-inner {
  background: #F6F7F9;
}
.query-container .query-item > a:hover .qi-inner .qi-read-more {
  border-color: #fff;
}
.query-container .query-item .qi-inner {
  padding: 15px;
  border: 1px solid #F6F7F9;
  height: 100%;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-thumb {
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.query-container .query-item .qi-inner .qi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories {
  position: absolute;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  bottom: 15px;
  left: 13px;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories .post-category {
  padding: 5px 10px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.query-container .query-item .qi-inner .qi-content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.query-container .query-item .qi-inner .post-title {
  margin-bottom: 0;
  font-size: 28px;
}
.query-container .query-item .qi-inner .post-date {
  font-size: 14px;
  display: block;
}
.query-container .query-item .qi-inner .post-excerpt {
  margin-top: 15px;
}
.query-container .query-item .qi-inner .post-excerpt p {
  margin-bottom: 0 !important;
}
.query-container .query-item .qi-inner .qi-read-more {
  display: block;
  text-align: right;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F6F7F9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-read-more i {
  vertical-align: middle;
}
.navigation {
  padding: 30px 15px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination a, .navigation .pagination span {
  margin: 5px;
  padding: 6px 10px;
  min-width: 34px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination a.no-frame, .navigation .pagination span.no-frame {
  background: transparent !important;
  color: #009EE3;
}
.navigation .pagination a.no-frame:hover, .navigation .pagination span.no-frame:hover {
  color: #006997;
}
.navigation .pagination a.no-frame:hover svg path, .navigation .pagination span.no-frame:hover svg path {
  fill: #006997;
}
.navigation .pagination a svg path, .navigation .pagination span svg path {
  fill: #009EE3;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.navigation .pagination a {
  text-decoration: none;
  background: #009EE3;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination a:hover {
  background: #006997;
}
.navigation .pagination a i {
  vertical-align: middle;
}
.navigation .pagination span {
  text-decoration: none;
  background: #006997;
  font-weight: bold;
  color: #fff;
}
.archive article {
  margin-bottom: 30px;
}
.archive article:first-of-type {
  margin-top: 15px;
}
.archive article h1 {
  font-size: 28px;
  margin-bottom: 0;
}
.archive article .entry-content {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 15px;
}
.archive article .entry-content p {
  margin-bottom: 0;
}
.noposts {
  display: block;
  width: 100%;
  padding: 30px 15px;
}
/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/* ===============
Slick Slider
=============== */
.cc-slider {
  overflow: hidden;
  position: relative;
}
.cc-slider .slider-scope, .cc-slider .slider-part {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cc-slider .slider-scope .slick-list, .cc-slider .slider-part .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  max-height: 100%;
  padding: 0;
  position: relative;
}
.cc-slider .slider-scope .slick-list:focus, .cc-slider .slider-part .slick-list:focus {
  outline: none;
}
.cc-slider .slider-scope .slick-list.dragging, .cc-slider .slider-part .slick-list.dragging {
  cursor: hand;
  cursor: pointer;
}
.cc-slider .slider-scope .slick-list .slick-track, .cc-slider .slider-part .slick-list .slick-track {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  position: relative;
  top: 0;
}
.cc-slider .slider-scope .slick-list .slick-track .slick-slide, .cc-slider .slider-part .slick-list .slick-track .slick-slide {
  overflow: hidden;
}
.cc-slider .slider-scope .slick-list .slick-track .slick-slide > div, .cc-slider .slider-part .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
/*//Arrows
.cc-slider {
	position: relative;
	&:hover {
		.slick-arrow {
			opacity: 1;
		}
	}
	.slick-arrow {
		position: absolute;
		top: 50%;
		@include transform(translateY(-50%));
		opacity: 0;
		@include transition(all 0.4s ease);
		width: 30px;
		line-height: 30px;
		@include border-radius(100%);
		text-align: center;
		background: rgba($clr__black90, 0.8);
		color: #fff;
		cursor: pointer;
		z-index: 2;
		@include bp($640) {
			opacity: 1;
		}

		&:hover {
			background: $clr__black90;
		}

		&.slick-prev {
			left: $rsp__xs;
		}

		&.slick-next {
			right: $rsp__xs;
		}
	}
}*/
.slider-nav .dots ul {
  list-style: none;
  position: relative;
}
.slider-nav .dots ul > li {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open.fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer, .fancybox-container .fancybox-inner, .fancybox-container .fancybox-bg, .fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #009EE3;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding.fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image, .fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video, .fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(0, 158, 227, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #009EE3;
}
.fancybox-container .fancybox-button:hover {
  background-color: #009EE3;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.fancybox-progress {
  background: #006daa;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}
/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #565656;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
