/* Always import the mixins file incase you need them! */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Percentage values */
/* Pixel values */
/* Grid based width */
/* Container values */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;800&display=swap");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=01c1be97-098b-449d-a99a-2426752bc6b7&fontids=1564505,1564511,1564517");
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-darkblue {
  background-color: #064d67;
}

.bg-darkblue p, .bg-darkblue h1, .bg-darkblue h2, .bg-darkblue h3, .bg-darkblue h4, .bg-darkblue h5, .bg-darkblue h6, .bg-darkblue a {
  color: white;
}

.bg-lightblue {
  background-color: #EDF5F5;
}

.bg-lightgreen {
  background-color: #E3EEE4;
}

.bg-blue {
  background-color: #5cacaa;
}

.bg-blue .btn_default {
  border-color: #5cacaa;
  background-color: white;
  color: #064d67;
}

.bg-blue .btn_default:hover {
  background-color: #5cacaa;
  border-bottom-color: white;
}

.bg-white {
  background-color: white;
}

.bg-lightblue .btn_default {
  background-color: transparent;
}

/* Get your SASS in now! */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 23px;
  /* 3 */
  width: 23px;
  /* 3 */
  position: relative;
  top: 5px;
  margin-right: 10px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #a1af13;
  color: #3E3E3E;
  text-shadow: none;
}

::selection {
  background: #a1af13;
  color: #3E3E3E;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.simple-sitemap-wrapper {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  .simple-sitemap-wrapper {
    flex-direction: column;
  }
}

/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Percentage values */
/* Pixel values */
/* Grid based width */
/* Container values */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Always import the mixins file incase you need them! */
/* Responsive Layouts */
/* Type sizes */
/* Responsive grid */
/* Percentage values */
/* Pixel values */
/* Grid based width */
/* Container values */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Get your SASS in now! */
.container {
  position: relative;
  width: 80%;
  width: calc(100% - 300px);
  padding: 0 10%;
  padding: 0 150px;
  max-width: 2000px;
  min-width: 668px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
    width: calc(100% - 150px);
    padding: 0 5%;
    padding: 0 75px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 85%;
    width: calc(100% - 210px);
    padding: 0 7.5%;
    padding: 0 105px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    width: 80%;
    width: calc(100% - 300px);
    padding: 0 10%;
    padding: 0 150px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    width: 90%;
    width: calc(100% - 150px);
    padding: 0 5%;
    padding: 0 75px;
  }
}

.container_pad {
  position: relative;
  width: 60%;
  width: calc(100% - 400px);
  padding: 0 20%;
  padding: 0 200px;
  max-width: 2000px;
  min-width: 668px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .container_pad {
    width: 80%;
    width: calc(100% - 200px);
    padding: 0 10%;
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .container_pad {
    width: 75%;
    width: calc(100% - 280px);
    padding: 0 12.5%;
    padding: 0 140px;
  }
}

@media only screen and (min-width: 1600px) {
  .container_pad {
    width: 60%;
    width: calc(100% - 400px);
    padding: 0 20%;
    padding: 0 200px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .container_pad {
    width: 90%;
    width: calc(100% - 200px);
    padding: 0 5%;
    padding: 0 100px;
  }
}

.containerwide {
  position: relative;
  width: 80%;
  width: calc(100% - 100px);
  padding: 0 10%;
  padding: 0 50px;
  max-width: 2000px;
  min-width: 668px;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .containerwide {
    width: 90%;
    width: calc(100% - 50px);
    padding: 0 5%;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .containerwide {
    width: 85%;
    width: calc(100% - 70px);
    padding: 0 7.5%;
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .containerwide {
    width: 80%;
    width: calc(100% - 100px);
    padding: 0 10%;
    padding: 0 50px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .containerwide {
    width: 90%;
    width: calc(100% - 150px);
    padding: 0 5%;
    padding: 0 25px;
  }
}

.container_nopad {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 725px;
  margin: 0 auto;
}

.row {
  width: 100%;
  margin-bottom: 20px;
}

section {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}

section:first-child {
  padding: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
  section:first-child {
    padding: 0 0 60px 0;
  }
}

section:nth-child(1) {
  padding: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
  section:nth-child(1) {
    padding: 0 0 60px 0;
  }
}

section.row-1 {
  padding: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
  section.row-1 {
    padding: 0 0 60px 0;
  }
}

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

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

/* Base Grid */
.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_thirds {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourths {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifths {
  width: 37.6%;
}

.three_fifths {
  width: 58.4%;
}

.four_fifths {
  width: 82.67%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixths {
  width: 82.67%;
}

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifths,
.three_fifths,
.four_fifths,
.one_sixth,
.five_sixths {
  position: relative;
  margin: 0 4% 0 0;
}

.last {
  margin-right: 0;
}

.loop .one_half:nth-child(2n+2) {
  margin-right: 0%;
}

.loop .one_half:nth-child(2n+1) {
  clear: both;
  display: block;
}

.loop .one_third:nth-child(3n+3) {
  margin-right: 0%;
}

.loop .one_third:nth-child(3n+1) {
  clear: both;
  display: block;
}

.loop .one_fourth :nth-child(4n+4) {
  margin-right: 0%;
}

.loop .one_fourth:nth-child(4n+1) {
  clear: both;
  display: block;
}

.loop .one_fifth :nth-child(5n+5) {
  margin-right: 0%;
}

.loop .one_fifth:nth-child(5n+1) {
  clear: both;
  display: block;
}

.loop .one_sixth :nth-child(6n+6) {
  margin-right: 0%;
}

.loop .one_sixth:nth-child(6n+1) {
  clear: both;
  display: block;
}

.full_width {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.one_half_nopad {
  width: calc(50% - 100px);
}

.one_third_nopad {
  width: calc(33.33% - 100px);
}

.two_thirds_nopad {
  width: calc(66.66% - 100px);
}

.one_fourth_nopad {
  width: calc(25% - 100px);
}

.three_fourths_nopad {
  width: calc(75% - 100px);
}

.one_fifth_nopad {
  width: calc(20% - 100px);
}

.two_fifths_nopad {
  width: calc(40% - 100px);
}

.three_fifths_nopad {
  width: calc(60% - 100px);
}

.four_fifths_nopad {
  width: calc(80% - 100px);
}

.one_sixth_nopad {
  width: calc(16.66% - 100px);
}

.five_sixths_nopad {
  width: calc(83.33% - 100px);
}

.one_half_nopad,
.one_third_nopad,
.two_thirds_nopad,
.three_fourths_nopad,
.one_fourth_nopad,
.one_fifth_nopad,
.two_fifths_nopad,
.three_fifths_nopad,
.four_fifths_nopad,
.one_sixth_nopad,
.five_sixths_nopad {
  position: relative;
  padding: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.alignleft {
  float: left;
  padding: 10px 5% 10px 0;
}

.alignright {
  float: right;
  padding: 10px 0 10px 5%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  margin: 0 auto;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.fade-in {
/*  opacity: 0;
  transform: translate(0, 10vh);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;*/
}

@media only screen and (max-width: 768px) {
  .fade-in {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .fade-in {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

.fade-in.visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .fade-in.visible {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .fade-in.visible {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

.fade-in:first-child {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .fade-in:first-child {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .fade-in:first-child {
    opacity: 1;
    transform: translate(0, 0vh);
  }
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  min-height: auto;
}

/* Table of Contents
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Site Styles
================================================== */
/* #Media Queries
================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 70px;
    width: calc(100% - 140px);
  }
  .containerwide {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 70px;
    width: calc(100% - 140px);
  }
  .container_no_pad {
    max-width: 1024px;
    min-width: 280px;
    padding: 0px;
    width: 100%;
  }
  .columns, .column {
    margin: 0 auto;
  }
  .one_half,
  .one_third,
  .two_thirds,
  .one_fourth,
  .three_fourths,
  .one_half,
  .one_fifth,
  .two_fifths,
  .three_fifths,
  .four_fifths,
  .one_sixth,
  .two_sixths,
  .three_sixths,
  .four_sixths,
  .five_sixths {
    width: 100%;
  }
  #content {
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .one_half_nopad,
  .one_third_nopad,
  .two_thirds_nopad,
  .three_fourths_nopad,
  .one_fourth_nopad,
  .one_fifth_nopad,
  .two_fifths_nopad,
  .three_fifths_nopad,
  .four_fifths_nopad,
  .one_sixth_nopad,
  .five_sixths_nopad {
    width: calc(100% - 60px);
    padding: 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .container_pad {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .containerwide {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .container_nopad {
    max-width: 1024px;
    min-width: 280px;
    margin: 0 auto;
  }
  .container_no_pad {
    max-width: 1024px;
    min-width: 280px;
    padding: 0px;
    width: 100%;
  }
  .columns, .column {
    margin: 0 auto;
  }
  .one_half,
  .one_third,
  .two_thirds,
  .one_fourth,
  .three_fourths,
  .one_half,
  .one_fifth,
  .two_fifths,
  .three_fifths,
  .four_fifths,
  .one_sixth,
  .two_sixths,
  .three_sixths,
  .four_sixths,
  .five_sixths {
    width: 100%;
  }
  #content {
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .one_half_nopad,
  .one_third_nopad,
  .two_thirds_nopad,
  .three_fourths_nopad,
  .one_fourth_nopad,
  .one_fifth_nopad,
  .two_fifths_nopad,
  .three_fifths_nopad,
  .four_fifths_nopad,
  .one_sixth_nopad,
  .five_sixths_nopad {
    width: calc(100% - 60px);
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .container_pad {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .containerwide {
    max-width: 1024px;
    min-width: 220px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .container_nopad {
    max-width: 1024px;
    min-width: 280px;
    margin: 0 auto;
  }
  .container_no_pad {
    max-width: 1024px;
    min-width: 280px;
    padding: 0px;
    width: 100%;
  }
  .columns, .column {
    margin: 0 auto;
  }
  .one_half,
  .one_third,
  .two_thirds,
  .one_fourth,
  .three_fourths,
  .one_half,
  .one_fifth,
  .two_fifths,
  .three_fifths,
  .four_fifths,
  .one_sixth,
  .two_sixths,
  .three_sixths,
  .four_sixths,
  .five_sixths {
    width: 100%;
  }
  #content {
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .one_half_nopad,
  .one_third_nopad,
  .two_thirds_nopad,
  .three_fourths_nopad,
  .one_fourth_nopad,
  .one_fifth_nopad,
  .two_fifths_nopad,
  .three_fifths_nopad,
  .four_fifths_nopad,
  .one_sixth_nopad,
  .five_sixths_nopad {
    width: calc(100% - 60px);
    padding: 30px;
  }
}

.bg-darkblue {
  background-color: #064d67;
}

.bg-darkblue p, .bg-darkblue h1, .bg-darkblue h2, .bg-darkblue h3, .bg-darkblue h4, .bg-darkblue h5, .bg-darkblue h6, .bg-darkblue a {
  color: white;
}

.bg-lightblue {
  background-color: #EDF5F5;
}

.bg-lightgreen {
  background-color: #E3EEE4;
}

.bg-blue {
  background-color: #5cacaa;
}

.bg-blue .btn_default {
  border-color: #5cacaa;
  background-color: white;
  color: #064d67;
}

.bg-blue .btn_default:hover {
  background-color: #5cacaa;
  border-bottom-color: white;
}

.bg-white {
  background-color: white;
}

.bg-lightblue .btn_default {
  background-color: transparent;
}

@font-face {
  font-family: "VAG Rounded LT W01 Thin";
  src: url("/wp-content/themes/designdough/assets/fonts/1564505/753751e3-a547-4d30-b947-3b273c85eed3.woff2") format("woff2"), url("/wp-content/themes/designdough/assets/fonts/1564505/c95f2739-000f-435b-9f69-b15e08684fbf.woff") format("woff");
}

@font-face {
  font-family: "VAG Rounded LT W01 Light";
  src: url("/wp-content/themes/designdough/assets/fonts/1564511/882d2ff7-f20c-4a57-9eef-762dc3771395.woff2") format("woff2"), url("/wp-content/themes/designdough/assets/fonts/1564511/8db590ec-51e3-4b26-bd16-e6e2a54b86bd.woff") format("woff");
}

@font-face {
  font-family: "VAG Rounded LT W01 Bold";
  src: url("/wp-content/themes/designdough/assets/fonts/1564517/1932cf6d-7af4-4bca-8c5d-21dbdb848b41.woff2") format("woff2"), url("/wp-content/themes/designdough/assets/fonts/1564517/a0ae295c-02a9-4bcd-ab23-4a32452e53c5.woff") format("woff");
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16.15px;
  line-height: 23.8px;
  color: #064d67;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 28.05px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 17.85px;
    line-height: 28.9px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 17.85px;
    line-height: 29.75px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 17px;
    line-height: 28.05px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body {
    font-size: 16.15px;
    line-height: 23.8px;
  }
}

body .bg-darkblue {
  color: white;
}

body .bg-blue {
  color: white;
}

body .bg-white {
  color: #064d67;
}

i {
  font-style: italic;
}

blockquote {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-style: italic;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 700;
}

h1, .largest-header {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  h1, .largest-header {
    font-size: 44.8px;
    line-height: 58.8px;
  }
}

@media only screen and (min-width: 1200px) {
  h1, .largest-header {
    font-size: 51.2px;
    line-height: 65.2px;
  }
}

@media only screen and (min-width: 1600px) {
  h1, .largest-header {
    font-size: 64px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h1, .largest-header {
    font-size: 44.8px;
    line-height: 58.8px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h1, .largest-header {
    font-size: 41.6px;
    line-height: 55.6px;
  }
}

@media only screen and (max-width: 768px) {
  h1, .largest-header {
    font-size: 41.6px;
    line-height: 55.6px;
  }
}

h1 strong, .largest-header strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h1 strong i, .largest-header strong i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 strong em, .largest-header strong em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 b, .largest-header b {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h1 b i, .largest-header b i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 b em, .largest-header b em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 i, .largest-header i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h1 i strong, .largest-header i strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 i bold, .largest-header i bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 em, .largest-header em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h1 em strong, .largest-header em strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h1 em bold, .largest-header em bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

.title_font {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.title_font strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h2, .large-header {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  h2, .large-header {
    font-size: 35px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 1200px) {
  h2, .large-header {
    font-size: 40px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 1600px) {
  h2, .large-header {
    font-size: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h2, .large-header {
    font-size: 35px;
    line-height: 49px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h2, .large-header {
    font-size: 32.5px;
    line-height: 46.5px;
  }
}

@media only screen and (max-width: 768px) {
  h2, .large-header {
    font-size: 32.5px;
    line-height: 46.5px;
  }
}

h2 strong, .large-header strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h2 strong i, .large-header strong i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 strong em, .large-header strong em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 b, .large-header b {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h2 b i, .large-header b i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 b em, .large-header b em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 i, .large-header i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h2 i strong, .large-header i strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 i bold, .large-header i bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 em, .large-header em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h2 em strong, .large-header em strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h2 em bold, .large-header em bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3, .medium-header {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-size: 35px;
  line-height: 49px;
  margin-bottom: 20px;
  font-weight: 400;
}

h3 b, h3 strong, .medium-header b, .medium-header strong {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  h3, .medium-header {
    font-size: 24.5px;
    line-height: 38.5px;
  }
}

@media only screen and (min-width: 1200px) {
  h3, .medium-header {
    font-size: 28px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1600px) {
  h3, .medium-header {
    font-size: 35px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h3, .medium-header {
    font-size: 24.5px;
    line-height: 38.5px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h3, .medium-header {
    font-size: 22.75px;
    line-height: 36.75px;
  }
}

@media only screen and (max-width: 768px) {
  h3, .medium-header {
    font-size: 22.75px;
    line-height: 36.75px;
  }
}

h3 strong, .medium-header strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h3 strong i, .medium-header strong i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 strong em, .medium-header strong em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 b, .medium-header b {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h3 b i, .medium-header b i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 b em, .medium-header b em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 i, .medium-header i {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h3 i strong, .medium-header i strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 i bold, .medium-header i bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 em, .medium-header em {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h3 em strong, .medium-header em strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h3 em bold, .medium-header em bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

h4 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 21px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h4 {
    font-size: 21px;
    line-height: 35px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h4 {
    font-size: 19.5px;
    line-height: 33.5px;
  }
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 19.5px;
    line-height: 33.5px;
  }
}

h5 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 18.2px;
    line-height: 32.2px;
  }
}

@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 20.8px;
    line-height: 34.8px;
  }
}

@media only screen and (min-width: 1600px) {
  h5 {
    font-size: 26px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h5 {
    font-size: 18.2px;
    line-height: 32.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h5 {
    font-size: 16.9px;
    line-height: 30.9px;
  }
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 16.9px;
    line-height: 30.9px;
  }
}

h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  h6 {
    font-size: 15.4px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 17.6px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1600px) {
  h6 {
    font-size: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  h6 {
    font-size: 15.4px;
    line-height: 28px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h6 {
    font-size: 14.3px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 14.3px;
    line-height: 27px;
  }
}

blockquote {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 50;
  line-height: 60px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 35px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 40px;
    line-height: 59px;
  }
}

@media only screen and (min-width: 1600px) {
  blockquote {
    font-size: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  blockquote {
    font-size: 35px;
    line-height: 58px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  blockquote {
    font-size: 32.5px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  blockquote {
    font-size: 32.5px;
    line-height: 57px;
  }
}

p, .plain-text {
  line-height: 26px;
  margin-bottom: 20px;
}

p, .plain-text {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  p, .plain-text {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  p, .plain-text {
    font-size: 16px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1600px) {
  p, .plain-text {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  p, .plain-text {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  p, .plain-text {
    font-size: 13px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  p, .plain-text {
    font-size: 13px;
    line-height: 25px;
  }
}

ol, ul, li {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  ol, ul, li {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  ol, ul, li {
    font-size: 16px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1600px) {
  ol, ul, li {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  ol, ul, li {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  ol, ul, li {
    font-size: 13px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  ol, ul, li {
    font-size: 13px;
    line-height: 25px;
  }
}

.bodyplus {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 50;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .bodyplus {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .bodyplus {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1600px) {
  .bodyplus {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bodyplus {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .bodyplus {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .bodyplus {
    font-size: 14px;
    line-height: 25px;
  }
}

ul li {
  list-style: disc;
  margin-left: 1rem;
  position: relative;
}

ol li {
  list-style-type: decimal;
  margin-left: 1rem;
}

li:last-child {
  padding-bottom: 0.5rem;
}

a {
  color: #3E3E3E;
  text-decoration: none;
  border-bottom: 1px solid #a1af13;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: #3E3E3E;
  border-bottom: 1px solid #124E68;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

input, textarea {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}

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

body {
  width: 100%;
  overflow-x: hidden;
}

section {
  position: relative;
  padding: 7rem 0;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  section {
    padding: 3rem 0;
  }
}

.bg_green {
  background-color: #a1af13;
}

.bg_lightgreen {
  background-color: #E3EEE4;
}

.bg_darkblue {
  background-color: #064d67;
}

.bg_blue {
  background-color: #5cacaa;
}

.bg_lightblue {
  background-color: #EDF5F5;
}

.m-auto {
  margin: 0 auto;
}

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

.m-top-1 {
  margin-top: 1rem;
}

.m-left-1 {
  margin-left: 1rem;
}

.m-top-2 {
  margin-top: 2rem;
}

.m-top-3 {
  margin-top: 3rem;
}

.m-top-4 {
  margin-top: 4rem;
}

.m-top-5 {
  margin-top: 5rem;
}

.m-top-05 {
  margin-top: 0.5rem;
}

.m-bottom-05 {
  margin-bottom: 0.5rem;
}

.m-bottom-1 {
  margin-bottom: 1rem;
}

.m-bottom-2 {
  margin-bottom: 2rem;
}

.m-bottom-3 {
  margin-bottom: 3rem;
}

.m-bottom-4 {
  margin-bottom: 4rem;
}

.m-bottom-5 {
  margin-bottom: 5rem;
}

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

.p-top-1 {
  padding-top: 1rem;
}

.p-top-2 {
  padding-top: 2rem;
}

.p-top-3 {
  padding-top: 3rem;
}

.p-top-4 {
  padding-top: 4rem;
}

.p-top-5 {
  padding-top: 5rem;
}

.p-top-05 {
  padding-top: 0.5rem;
}

.p-bottom-05 {
  padding-bottom: 0.5rem;
}

.p-bottom-1 {
  padding-bottom: 1rem;
}

.p-bottom-2 {
  padding-bottom: 2rem;
}

.p-bottom-3 {
  padding-bottom: 3rem;
}

.p-bottom-4 {
  padding-bottom: 4rem;
}

.p-bottom-5 {
  padding-bottom: 5rem;
}

.donation_amount_btn {
  cursor: pointer;
}

.btn_default {
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 7px;
  border: solid 1px #064d67;
  color: #064d67;
  display: inline-block;
  min-width: 155px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1rem;
  line-height: 27px;
}

.btn_default:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #064d67;
  text-decoration: none;
  border-bottom: solid 1px #064d67;
  color: white;
}

.btn_second {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  border: 1px #a1af13 solid;
  border-radius: 10px;
  background-color: #a1af13;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_second:after {
  content: "";
  position: absolute;
  right: -35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_second:hover {
  background-color: #124E68;
  border: 1px #124E68 solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_second:hover:after {
  right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_third {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0px 0 0 0;
  border: 1px white solid;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_third:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px white solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn_fourth {
  background-color: #064d67;
  padding: 8px 15px;
  border-radius: 7px;
  border: solid 1px #064d67;
  color: white;
  display: inline-block;
  min-width: 155px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1rem;
  line-height: 27px;
}

.btn_fourth:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  text-decoration: none;
  border-bottom: solid 1px #064d67;
  color: #064d67;
}

.btn_donate {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  height: 30px;
  padding: 5px 50px 0px 20px;
  margin: 18px 0 0 0px;
  border: 2px #b7015e solid;
  border-radius: 5px;
  background-color: #b7015e;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn_donate {
    margin: 12px 0 0 0px;
    height: 40px;
    padding: 10px 50px 0px 20px;
    border-radius: 10px;
    overflow: hidden;
  }
}

.btn_donate:after {
  content: "";
  background-image: url("/wp-content/themes/designdough/assets/images/svg/heart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 25px;
  display: block;
  position: absolute;
  right: 13px;
  top: 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn_donate:after {
    top: 13px;
  }
}

.btn_donate:hover {
  background-color: #b7015e;
  border: 2px #b7015e solid;
  color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn_donate:hover:after {
  height: 25px;
  top: 5px;
  width: 35px;
  right: 5px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn_donate:hover:after {
    height: 30px;
    top: 10px;
  }
}

.title_link {
  color: #064d67;
  border-bottom: none;
}

.title_link svg {
  position: relative;
  left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.title_link:hover {
  text-decoration: none;
  border-bottom: none;
  color: #064d67;
}

.title_link:hover svg {
  transform: translateX(10px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer_main {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  footer .footer_main {
    padding-top: 100px;
  }
}

footer .footer_main .flex_wrap {
  justify-content: space-between;
  margin: 30px 0;
}

footer .footer_main .menu_wrap {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  footer .footer_main .menu_wrap {
    width: 65%;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer_main .menu_wrap .col_wrap {
    width: 30%;
    justify-content: space-between;
    margin: 0px 40px 0 0;
    height: fit-content;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer_main .contact_wrap {
    width: 35%;
  }
}

footer .footer_main .col_wrap {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  footer .footer_main .col_wrap {
    margin-bottom: 0;
    padding-right: 40px;
    border-right: 1px solid #D4DCDC;
  }
}

footer .footer_main .col_wrap:last-child {
  border-right: 0px solid #D4DCDC;
  padding-right: 0;
}

footer .footer_main .col_wrap h4 {
  color: #064d67;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

footer .footer_main .col_wrap ul li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 10px;
}

footer .footer_main .col_wrap a {
  color: #3E3E3E;
  border-bottom: 1px solid #EDF5F5;
}

footer .footer_main .col_wrap a:hover {
  color: #3E3E3E;
  border-bottom: 1px solid #5cacaa;
}

@media only screen and (min-width: 768px) {
  footer .footer_main .col_wrap .title_wrap {
    float: none;
    margin-right: 50px;
    min-width: 200px;
  }
}

@media only screen and (min-width: 1600px) {
  footer .footer_main .col_wrap .title_wrap {
    float: left;
    margin-right: 50px;
    min-width: 200px;
    max-width: 200px;
  }
}

footer .footer_main .col_wrap .title_wrap.cont_top {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  footer .footer_main .col_wrap .title_wrap.cont_top {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer_main .col_wrap .detail_wrap {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  footer .footer_main .col_wrap .detail_wrap {
    float: left;
    margin-top: 10px;
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 768px) {
  footer .footer_main .col_wrap .detail_wrap.con_det_top {
    margin-top: 60px;
  }
}

footer .footer_main .col_wrap .detail_wrap p {
  margin-bottom: 5px;
}

footer .footer_main .col_wrap .detail_wrap .text {
  margin-bottom: 20px;
}

footer .footer_main .col_wrap .social_footer li {
  display: inline;
  margin-right: 10px;
}

footer .footer_main .col_wrap .social_footer li:last-child {
  margin-right: 0;
}

footer .footer_main .col_wrap .social_footer li a {
  border-bottom: 0;
}

footer .footer_main .col_wrap .social_footer li a:hover {
  border-bottom: 0;
}

footer .footer_main .col_wrap .social_footer li a svg {
  width: 25px;
  height: 25px;
}

footer .footer_main .footer_info {
  z-index: 1000;
  position: relative;
  color: white;
  padding-bottom: 10px;
  font-size: 16px;
}

footer .footer_bottom .flex_wrap {
  justify-content: space-between;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  footer .footer_bottom .flex_wrap {
    margin: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .footer_bottom .flex_wrap {
    margin: 0;
  }
}

footer .footer_bottom .foot_nav {
  margin-top: 10px;
}

footer .footer_bottom .foot_icons ul li {
  margin-left: 20px;
  margin-right: 0;
}

footer .footer_bottom .foot_icons ul li a {
  font-size: 14px;
  border-bottom: 0;
}

footer .footer_bottom .foot_icons ul li a:hover {
  border-bottom: 0;
}

footer .footer_bottom ul li {
  display: inline;
  margin-left: 0;
  margin-right: 30px;
}

footer .footer_bottom ul li a {
  font-size: 16px;
  font-weight: 200;
  color: white;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
}

footer .footer_bottom ul li a:hover {
  border-bottom: 1px solid transparent;
}

footer .svg_footer {
  position: relative;
  width: 100%;
  max-height: 250px;
  height: 250px;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  footer .svg_footer {
    height: 50vh;
    min-height: 500px;
    max-height: 1000px;
    margin-top: -180px;
  }
}

footer .svg_footer .cloud_one {
  position: absolute;
  top: 0px;
  z-index: 1;
  min-height: 500px;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/cloud-two-repeat.svg");
  background-repeat: repeat-x;
  width: 100%;
  background-position: 0px top;
  animation-name: MOVE-BG;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) {
  footer .svg_footer .cloud_one {
    top: 50px;
  }
}

@keyframes MOVE-BG {
  from {
    background-position: 0px top;
  }
  to {
    background-position: 25000px top;
  }
}

footer .svg_footer .cloud_one:before {
  content: "";
  position: absolute;
  top: 90px;
  z-index: 1;
  min-height: 500px;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/cloud-one-repeat.svg");
  background-repeat: repeat-x;
  width: 100%;
  background-position: 0px top;
  animation-name: MOVE-BGTWO;
  animation-duration: 700s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) {
  footer .svg_footer .cloud_one:before {
    top: 200px;
  }
}

@keyframes MOVE-BGTWO {
  from {
    background-position: -1000px top;
  }
  to {
    background-position: 22000px top;
  }
}

footer .svg_footer .skyline {
  position: absolute;
  bottom: -170px;
  z-index: 3;
  width: 100%;
}

footer .svg_footer .skyline:before {
  content: "";
  width: 100%;
  height: 190px;
  display: block;
  background-color: #5cacaa;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  footer .svg_footer .skyline:before {
    height: 142px;
    bottom: -6px;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  footer .svg_footer .skyline:before {
    height: 122px;
    bottom: 14px;
    width: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  footer .svg_footer .skyline:before {
    height: 122px;
    bottom: 14px;
    width: 50%;
  }
}

footer .svg_footer .skyline:after {
  content: "";
  width: 100%;
  height: 190px;
  display: block;
  background-color: #5cacaa;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  footer .svg_footer .skyline:after {
    height: 142px;
    bottom: -6px;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  footer .svg_footer .skyline:after {
    height: 122px;
    bottom: 14px;
    width: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  footer .svg_footer .skyline:after {
    height: 122px;
    bottom: 14px;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  footer .svg_footer .skyline {
    bottom: -90px;
  }
}

footer .svg_footer .skyline svg {
  width: 100%;
  position: relative;
  z-index: 3;
}

footer .svg_footer .skyline svg #Group_17258 {
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

footer .svg_footer .skyline svg #Group_17259 {
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

footer .svg_footer .skyline svg #Group_17257 {
  animation: swing 4s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes swing {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

footer #Group_8931 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: cloudone;
  animation-duration: 66s;
  opacity: 0.7;
}

@keyframes cloudone {
  0% {
    transform: translateX(-20%) translateY(0%);
  }
  50% {
    transform: translateX(50%) translateY(-5%);
  }
  100% {
    transform: translateX(100%) translateY(5%);
  }
}

footer #Group_16795 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: cloudtwo;
  animation-duration: 82s;
  opacity: 0.8;
}

@keyframes cloudtwo {
  0% {
    transform: translateX(-20%) translateY(20%);
  }
  50% {
    transform: translateX(50%) translateY(-5%);
  }
  100% {
    transform: translateX(100%) translateY(10%);
  }
}

footer #Group_16772 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: cloudthree;
  animation-duration: 56s;
  opacity: 0.6;
}

@keyframes cloudthree {
  0% {
    transform: translateX(0%) translateY(0%);
    opacity: 0.6;
  }
  40% {
    transform: translateX(50%) translateY(-5%);
    opacity: 1;
  }
  41% {
    transform: translateX(50%) translateY(-5%);
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    transform: translateX(-60%) translateY(5%);
  }
  55% {
    transform: translateX(-60%) translateY(5%);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
    transform: translateX(-60%) translateY(5%);
  }
  65% {
    transform: translateX(-60%) translateY(5%);
  }
  100% {
    transform: translateX(0%) translateY(0%);
  }
}

footer #Group_16780 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: cloudfour;
  animation-duration: 79s;
  opacity: 1;
}

@keyframes cloudfour {
  0% {
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(50%) translateY(10%);
    opacity: 0.8;
  }
  41% {
    transform: translateX(50%) translateY(10%);
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    transform: translateX(-100%) translateY(-15%);
  }
  55% {
    transform: translateX(-100%) translateY(-15%);
    opacity: 0;
  }
  60% {
    opacity: 0.4;
    transform: translateX(-100%) translateY(-15%);
  }
  65% {
    transform: translateX(-100%) translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
  }
}

footer #Group_8869 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: van;
  animation-duration: 36s;
  opacity: 1;
}

@keyframes van {
  0% {
    transform: translateX(45%) translateY(9%);
    opacity: 0;
  }
  1% {
    transform: translateX(45%) translateY(10%);
    opacity: 1;
    @media only screen and (min-width: 768px) {
      transform: translateX(45%) translateY(9%);
      opacity: 1;
    }
    @media only screen and (min-width: 1200px) {
      transform: translateX(45%) translateY(10%);
      opacity: 1;
    }
    @media only screen and (min-width: 1600px) {
      transform: translateX(45%) translateY(9%);
      opacity: 1;
    }
  }
  22% {
    opacity: 1;
    transform: translateX(30%) translateY(7%);
    @media only screen and (min-width: 768px) {
      opacity: 1;
      transform: translateX(30%) translateY(7%);
    }
    @media only screen and (min-width: 1200px) {
      opacity: 1;
      transform: translateX(30%) translateY(7%);
    }
    @media only screen and (min-width: 1600px) {
      opacity: 1;
      transform: translateX(30%) translateY(7%);
    }
  }
  44% {
    opacity: 1;
    transform: translateX(14%) translateY(4%);
    @media only screen and (min-width: 768px) {
      opacity: 1;
      transform: translateX(14%) translateY(4%);
    }
    @media only screen and (min-width: 1200px) {
      opacity: 1;
      transform: translateX(30%) translateY(4%);
    }
    @media only screen and (min-width: 1600px) {
      opacity: 1;
      transform: translateX(30%) translateY(4%);
    }
  }
  61% {
    transform: translateX(14%) translateY(4%);
    opacity: 1;
    @media only screen and (min-width: 768px) {
      transform: translateX(14%) translateY(4%);
      opacity: 1;
    }
    @media only screen and (min-width: 1200px) {
      transform: translateX(14%) translateY(4%);
      opacity: 1;
    }
    @media only screen and (min-width: 1600px) {
      transform: translateX(14%) translateY(4%);
      opacity: 1;
    }
  }
  90% {
    opacity: 1;
    transform: translateX(-15%) translateY(-3%);
    @media only screen and (min-width: 768px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
    @media only screen and (min-width: 1200px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
    @media only screen and (min-width: 1600px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
  }
  100% {
    opacity: 1;
    transform: translateX(-15%) translateY(-3%);
    @media only screen and (min-width: 768px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
    @media only screen and (min-width: 1200px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
    @media only screen and (min-width: 1600px) {
      opacity: 1;
      transform: translateX(-15%) translateY(-3%);
    }
  }
}

footer #Group_18289 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tree;
  animation-duration: 12s;
  opacity: 1;
}

@keyframes tree {
  0% {
    transform: translateX(0%) translateY(0%);
    opacity: 0;
  }
  5% {
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
  44% {
    opacity: 1;
    transform: translateX(0%) translateY(50%);
  }
  90% {
    opacity: 0;
    transform: translateX(0%) translateY(50%);
  }
  100% {
    opacity: 0;
    transform: translateX(0%) translateY(50%);
  }
}

footer #Group_8909 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: seagull;
  animation-duration: 20s;
  opacity: 1;
}

@keyframes seagull {
  0% {
    transform: translateX(-25%) translateY(50%);
  }
  45% {
    transform: translateX(-25%) translateY(50%);
  }
  65% {
    opacity: 1;
    transform: translateX(30%) translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(30%) translateY(-20%);
  }
}

footer #Group_8923 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: seagulltwo;
  animation-duration: 17s;
  opacity: 1;
}

@keyframes seagulltwo {
  0% {
    transform: translateX(-25%) translateY(50%);
  }
  25% {
    transform: translateX(-25%) translateY(50%);
  }
  45% {
    opacity: 1;
    transform: translateX(30%) translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(30%) translateY(-20%);
  }
}

.cli-bar-container {
  justify-content: flex-start !important;
}

body.no-scroll {
  overflow: hidden;
}

header .top_nav {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #064d67;
  display: none;
}

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

header .top_nav ul {
  text-align: right;
  margin-bottom: 0;
}

header .top_nav ul li {
  display: inline;
  margin-top: 0;
  margin-left: 10px;
}

header .top_nav ul li a {
  font-size: 16px;
  color: white;
  margin: 0px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}

header .top_nav ul li a:hover {
  border-bottom: 1px solid white;
}

header .top_nav ul li.button a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  border: 1px #a1af13 solid;
  border-radius: 10px;
  background-color: #a1af13;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0px;
}

header .top_nav ul li.button a:after {
  content: "";
  position: absolute;
  right: -35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .top_nav ul li.button a:hover {
  background-color: #124E68;
  border: 1px #124E68 solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .top_nav ul li.button a:hover:after {
  right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .container:after {
  content: "";
  clear: both;
}

header .logo {
  position: fixed;
  top: 0px;
  left: 130px;
  margin-top: 0px;
  z-index: 10000;
  background-color: white;
  border-radius: 0px 0px 15px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .logo {
    top: 30px;
    padding: 20px 20px 10px 20px;
    max-width: 80px;
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  header .logo {
    top: 30px;
    padding: 20px 20px 10px 20px;
    max-width: 90px;
    left: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  header .logo {
    top: 30px;
    padding: 20px 20px 10px 20px;
    max-width: 120px;
    left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  header .logo {
    padding: 10px 10px 5px 10px;
    max-width: 60px;
    left: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .logo {
    padding: 10px 10px 5px 10px;
    max-width: 60px;
    left: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .logo {
    padding: 20px 20px 10px 20px;
    max-width: 80px;
    top: 40px;
  }
}

header .logo a {
  border-bottom: 0;
}

header .logo svg {
  width: 100%;
  height: auto;
}

header .logo svg #Group_8659 {
  opacity: 1;
  height: auto;
}

header .logo svg #Group_8658 {
  opacity: 1;
  height: auto;
}

header .logo.scroll {
  margin-top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .logo.scroll {
    max-width: 75px;
    max-height: 50px;
    padding: 15px 10px 0px 10px;
  }
}

@media only screen and (max-width: 768px) {
  header .logo.scroll {
    max-width: 70px;
    max-height: 60px;
    padding: 15px 10px 0px 10px;
    left: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .logo.scroll {
    padding: 10px 10px 5px 10px;
    max-width: 60px;
    left: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .logo.scroll {
    padding: 0px 10px 5px 10px;
    max-width: 60px;
    left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  header .logo.scroll svg #Group_8659 {
    opacity: 0;
    height: 0;
  }
}

@media only screen and (min-width: 768px) {
  header .logo.scroll svg #Group_8658 {
    opacity: 0;
    height: 0;
  }
}

header .logo.under_logo {
  z-index: 1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

header .main_nav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: white;
  padding: 0px 0;
  height: 72px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (min-width: 768px) {
  header .main_nav {
    top: 25px;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav {
    top: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav {
    top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  header .main_nav {
    height: 60px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav {
    height: 60px;
  }
}

header .main_nav.scroll .nav {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .main_nav.scroll .nav {
    width: calc(100% - 110px);
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav.scroll .nav {
    width: calc(100% - 110px);
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav.scroll .nav {
    width: calc(100% - 90px);
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav.scroll .nav {
    width: calc(100% - 110px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav.scroll .nav {
    width: calc(100% - 0px);
  }
}

@media only screen and (max-width: 768px) {
  header .main_nav.scroll .nav {
    width: calc(100% - 0px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav.scroll .nav {
    width: calc(100% - 90px);
  }
}

header .main_nav .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  float: right;
  height: 80px;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav {
    width: calc(100% - 110px);
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .nav {
    width: calc(100% - 130px);
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav {
    width: calc(100% - 150px);
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav {
    width: calc(100% - 170px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .nav {
    width: calc(100% - 90px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav {
    width: calc(100% - 0px);
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  header .main_nav .nav {
    width: calc(100% - 0px);
    text-align: center;
  }
}

header .main_nav .nav nav {
  width: calc(100% - 500px);
  float: left;
  display: none;
}

@media only screen and (max-width: 768px) {
  header .main_nav .nav nav {
    width: calc(100% - 500px);
    float: left;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav nav {
    display: none;
    width: calc(100% - 500px);
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .nav nav {
    display: block;
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav nav {
    display: block;
    width: calc(100% - 450px);
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav nav {
    display: block;
    width: calc(100% - 450px);
  }
}

header .main_nav .nav .donate_wrap {
  float: none;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav .donate_wrap {
    float: none;
    width: 140px;
    margin: 0 0 0 65%;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .nav .donate_wrap {
    float: right;
    width: auto;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav .donate_wrap .btn_donate {
    margin: 12px 0 0 0px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav .donate_wrap .btn_donate {
    margin: 12px 0 0 0px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav .donate_wrap .btn_donate {
    margin: 12px 0 0 0px;
  }
}

@media only screen and (max-width: 768px) {
  header .main_nav .nav .donate_wrap .btn_donate {
    margin: 12px 0 0 0px;
  }
}

header .main_nav .nav .donate_wrap .donate_drop {
  position: absolute;
  top: 60px;
  right: 150px;
  background-color: white;
  width: 280px;
  text-align: center;
  height: auto;
  overflow: hidden;
  max-height: 0px;
  padding-top: 0px;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav .donate_wrap .donate_drop {
    display: block;
    right: 24px;
    top: 60px;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .nav .donate_wrap .donate_drop {
    top: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav .donate_wrap .donate_drop {
    display: block;
    right: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav .donate_wrap .donate_drop {
    display: block;
    right: 49.998px;
  }
}

header .main_nav .nav .donate_wrap .donate_drop a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  border: 1px #a1af13 solid;
  border-radius: 10px;
  background-color: #a1af13;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  margin: 10px 6%;
}

header .main_nav .nav .donate_wrap .donate_drop a:after {
  content: "";
  position: absolute;
  right: -35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav .donate_wrap .donate_drop a:hover {
  background-color: #124E68;
  border: 1px #124E68 solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav .donate_wrap .donate_drop a:hover:after {
  right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav .donate_wrap:hover .donate_drop {
  top: 70px;
  padding-top: 10px;
  max-height: 500px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav ul {
  text-align: left;
  padding-left: 0px;
}

header .main_nav .nav ul li {
  display: inline;
  margin-top: 0;
  position: relative;
  margin-left: 0;
}

header .main_nav .nav ul li.menu_desktop {
  display: inline;
}

header .main_nav .nav ul li.menu_mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .main_nav .nav ul li.menu_desktop {
    display: none;
  }
  header .main_nav .nav ul li.menu_mobile {
    display: block;
  }
}

header .main_nav .nav ul li .sub_menu {
  background-color: white;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 998;
  height: auto;
  max-height: 0;
  overflow: hidden;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 40px 30px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item {
    padding: 0px 0px;
  }
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col {
  padding-top: 110px;
  padding-bottom: 80px;
  width: 22%;
  margin-right: 0%;
  padding-right: 0%;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap {
  min-height: 60px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-size: 20.4px;
  line-height: 23.8px;
  color: #064d67;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
    font-size: 22.1px;
    line-height: 29.75px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
    font-size: 25.5px;
    line-height: 36.21px;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
    font-size: 30.6px;
    line-height: 44.2px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
    font-size: 22.1px;
    line-height: 29.75px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .title_wrap h3 {
    font-size: 20.4px;
    line-height: 23.8px;
  }
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  border-right: 1px solid #D4DCDC;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col ul li {
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col ul li a {
  color: #064d67;
  margin: 5px 0;
  padding: 0px 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col ul li a:after {
  content: "";
  background: none;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col ul li a:hover {
  text-decoration: underline;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col a:after {
  content: "";
  background: none;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta {
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta h4, header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta p {
  padding: 0 10px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta.bg-green {
  background-color: #a1af13;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta.bg-blue {
  background-color: #5cacaa;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0px 0 0 0;
  border: 1px white solid;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16.15px;
  line-height: 23.8px;
  margin-left: 10px;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px white solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
    font-size: 17px;
    line-height: 28.05px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
    font-size: 17.85px;
    line-height: 28.9px;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
    font-size: 17.85px;
    line-height: 29.75px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
    font-size: 17px;
    line-height: 28.05px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col .menu_cta .btn_third {
    font-size: 16.15px;
    line-height: 23.8px;
  }
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col.third_col ul {
  border-right: 0;
}

header .main_nav .nav ul li .sub_menu .sub_menu_item .menu_col.fourth_col {
  padding-top: 70px;
}

header .main_nav .nav ul li.dropdown h3 a {
  padding: 0;
}

header .main_nav .nav ul li.dropdown a {
  color: #064d67;
  padding: 20px 50px 15px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 18.02px;
  line-height: 22.1px;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav ul li.dropdown a {
    font-size: 20.4px;
    line-height: 27.2px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav ul li.dropdown a {
    font-size: 25.5px;
    line-height: 31.45px;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav ul li.dropdown a {
    font-size: 30.6px;
    line-height: 42.5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .nav ul li.dropdown a {
    font-size: 20.4px;
    line-height: 27.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav ul li.dropdown a {
    font-size: 18.02px;
    line-height: 22.1px;
  }
}

header .main_nav .nav ul li.dropdown a:after {
  content: "";
  background-image: url("/wp-content/themes/designdough/assets/images/svg/green-down-arrow.svg");
  height: 40px;
  width: 40px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: -10px;
  background-position: center center;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav ul li:hover.dropdown .sub_menu {
  top: 70px;
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav ul li:hover.dropdown a:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .nav ul li a {
  color: #064d67;
  padding: 5px 30px 5px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 18.02px;
  line-height: 22.1px;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav ul li a {
    font-size: 20.4px;
    line-height: 27.2px;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .nav ul li a {
    font-size: 25.5px;
    line-height: 31.45px;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .nav ul li a {
    font-size: 30.6px;
    line-height: 42.5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .nav ul li a {
    font-size: 20.4px;
    line-height: 27.2px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header .main_nav .nav ul li a {
    font-size: 18.02px;
    line-height: 22.1px;
  }
}

header .main_nav .nav ul li a:hover {
  border-bottom: 1px solid transparent;
}

header .main_nav .nav .menu_icon {
  float: right;
  display: inline;
  cursor: pointer;
  position: relative;
  padding: 18px 0 0 0;
  top: -58px;
}

@media only screen and (min-width: 768px) {
  header .main_nav .nav .menu_icon {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .nav .menu_icon {
    display: none;
  }
}

header .main_nav .nav .menu_icon .open {
  display: block;
}

header .main_nav .nav .menu_icon .open svg {
  position: absolute;
  left: -30px;
  top: 12px;
}

header .main_nav .nav .menu_icon .close {
  display: none;
}

header .main_nav .nav .menu_icon .close svg {
  position: absolute;
  left: -30px;
  top: 22px;
}

header .main_nav .nav .menu_icon.active .open {
  display: none;
}

header .main_nav .nav .menu_icon.active .close {
  display: block;
}

header .main_nav .search_head {
  float: right;
  margin-top: 20px;
  margin-right: 30px;
  width: 100px;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  header .main_nav .search_head {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  header .main_nav .search_head {
    position: absolute;
    right: 150px;
  }
}

@media only screen and (min-width: 960px) {
  header .main_nav .search_head {
    display: block;
    position: absolute;
    right: 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header .main_nav .search_head {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  header .main_nav .search_head {
    position: static;
  }
}

header .main_nav .search_head .is-form-style.is-form-style-3 label {
  display: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .search_head .is-form-style.is-form-style-3 input.is-search-input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0px solid #5cacaa !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .main_nav .search_head .is-form-style input.is-search-submit, header .main_nav .search_head .is-search-icon {
  background-color: white;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0px solid #5cacaa !important;
}

header .main_nav .search_head .is-form-style button.is-search-submit {
  float: right;
}

header .main_nav .search_head:before {
  content: "Search";
  float: left;
  padding-top: 3px;
}

header .main_nav .search_head:hover {
  width: 220px;
}

header .main_nav .search_head:hover:before {
  display: none;
}

header .main_nav .search_head:hover .is-form-style.is-form-style-3 label {
  display: inline-block !important;
}

header .main_nav .search_head:hover .is-form-style.is-form-style-3 input.is-search-input {
  border-bottom: 1px solid #5cacaa !important;
}

header .main_nav .search_head:hover .is-form-style input.is-search-submit, header .main_nav .search_head:hover .is-search-icon {
  border-bottom: 1px solid #5cacaa !important;
}

header #breadcrumbs {
  position: absolute;
  top: 190px;
  left: 70px;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  header #breadcrumbs {
    top: 125px;
    left: 180px;
  }
}

@media only screen and (min-width: 1200px) {
  header #breadcrumbs {
    top: 125px;
    left: 180px;
  }
}

@media only screen and (min-width: 1600px) {
  header #breadcrumbs {
    top: 115px;
    left: 240px;
  }
}

@media only screen and (max-width: 768px) {
  header #breadcrumbs {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  header #breadcrumbs {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header #breadcrumbs {
    display: none;
  }
}

header #breadcrumbs .one_half:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/home.svg");
  background-size: contain;
}

header #breadcrumbs .one_half span {
  color: #064d67;
  font-weight: bold;
}

header #breadcrumbs .one_half span a {
  color: #064d67;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1600px) {
  header #breadcrumbs .one_half span a {
    margin-right: 15px;
  }
}

header #breadcrumbs .one_half span a:hover {
  color: #064d67;
  font-weight: normal;
  border-bottom: 1px solid black;
}

@media only screen and (min-width: 1600px) {
  header #breadcrumbs .one_half span.breadcrumb_last {
    margin-left: 15px;
  }
}

#home #breadcrumbs {
  color: white;
  display: none;
}

.page-id-875 #breadcrumbs {
  color: white;
  display: none;
}

.mobile_nav {
  display: block;
  width: 95%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  right: -100%;
  border-left: 1px solid #D4DCDC;
  background-color: white;
  z-index: 9990;
  overflow: scroll;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav:after {
  content: "";
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: -5%;
  width: 5%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .mobile_nav:after {
    width: 25%;
    height: calc(100vh - 97px);
    top: 97px;
  }
}

@media only screen and (min-width: 960px) {
  .mobile_nav:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mobile_nav {
    height: calc(100vh - 97px);
    top: 97px;
    display: block;
    width: 75%;
  }
}

@media only screen and (min-width: 960px) {
  .mobile_nav {
    display: none;
  }
}

.mobile_nav .top_section {
  background-color: #064d67;
  color: white;
  position: fixed;
  top: 59px;
  width: 95%;
  right: -100%;
  z-index: 1000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .mobile_nav .top_section {
    width: 75%;
    top: 97px;
  }
}

.mobile_nav .top_section .search_head {
  padding: 30px 20px;
}

.mobile_nav .top_section .search_head input {
  border-right: 0px;
}

.mobile_nav .top_section .search_head .is-search-icon {
  background-color: white;
  border-left: 0px;
}

.mobile_nav .top_section .menu {
  text-align: center;
  padding: 0 20px 20px 20px;
}

.mobile_nav .top_section .menu li {
  display: inline;
  margin: 0 20px;
}

.mobile_nav .top_section .menu li a {
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
}

.mobile_nav .mobile_menu {
  margin-top: 190px;
}

.mobile_nav .mobile_menu ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}

.mobile_nav .mobile_menu ul li {
  padding-right: 10px;
  display: inline-block;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 30px;
}

.mobile_nav .mobile_menu ul li.dropdown {
  position: relative;
  color: #064d67;
  padding: 0px 0;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  border-bottom: 0;
}

.mobile_nav .mobile_menu ul li.dropdown .open_sub:after {
  content: "";
  background-image: url("/wp-content/themes/designdough/assets/images/svg/green-down-arrow.svg");
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  background-position: center center;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav .mobile_menu ul li a {
  color: #064d67;
  margin: 5px 0;
  padding: 0px 0;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
  border-bottom: 0;
}

.mobile_nav .mobile_menu ul li a:after {
  content: "";
  background: none;
}

.mobile_nav .mobile_menu ul li a:hover {
  text-decoration: underline;
}

.mobile_nav .mobile_menu ul li .sub_menu {
  width: 95%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 227px;
  right: -100%;
  border-left: 1px solid #D4DCDC;
  background-color: white;
  z-index: 9991;
  overflow: scroll;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .mobile_nav .mobile_menu ul li .sub_menu {
    width: 75%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 97px;
  }
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container {
  margin-bottom: 250px;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .close_sub {
  border-bottom: 1px solid #D4DCDC;
  padding: 10px 20px 10px 40px;
  position: relative;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .close_sub:before {
  content: "";
  background-image: url("/wp-content/themes/designdough/assets/images/svg/green-down-arrow.svg");
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_main {
  border-bottom: 1px solid #D4DCDC;
  padding: 10px 20px 10px 40px;
  margin-bottom: 0;
  position: relative;
  display: block;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col {
  padding: 10px 20px 10px 40px;
  border-bottom: 1px solid #D4DCDC;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col .title_wrap h3 {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col ul {
  margin-bottom: 0;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col ul li {
  margin-left: 20px;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col ul li:last-child {
  margin-bottom: 0;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col ul li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.mobile_nav .mobile_menu ul li .sub_menu .sub_container .sub_menu_item .menu_col:empty {
  display: none;
}

.mobile_nav .mobile_menu ul li.active .sub_menu {
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav.active {
  right: 0%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav.active:after {
  content: "";
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: 0;
  width: 5%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .mobile_nav.active:after {
    width: 25%;
    height: calc(100vh - 97px);
    top: 97px;
  }
}

.mobile_nav.active .top_section {
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_nav .social_mob {
  margin-left: 0;
  position: relative;
}

.mobile_nav .social_mob h3 {
  margin-left: 10px;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin-left: 30px;
}

.mobile_nav .social_mob ul {
  margin-left: 15px;
}

.mobile_nav .social_mob ul li {
  display: inline;
}

.mobile_nav .social_mob ul li a {
  border-bottom: 0px;
}

.header-height-equalizer {
  height: 35px;
}

@media only screen and (min-width: 768px) {
  .header-height-equalizer {
    height: 46px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-height-equalizer {
    height: 46px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-height-equalizer {
    height: 46px;
  }
}

.single-product.woocommerce .header-height-equalizer {
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .single-product.woocommerce .header-height-equalizer {
    height: 116px;
  }
}

@media only screen and (min-width: 1200px) {
  .single-product.woocommerce .header-height-equalizer {
    height: 116px;
  }
}

@media only screen and (min-width: 1600px) {
  .single-product.woocommerce .header-height-equalizer {
    height: 216px;
  }
}

.woocommerce-cart .header-height-equalizer, .woocommerce-checkout .header-height-equalizer, .woocommerce-page .header-height-equalizer {
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .woocommerce-cart .header-height-equalizer, .woocommerce-checkout .header-height-equalizer, .woocommerce-page .header-height-equalizer {
    height: 196px;
  }
}

@media only screen and (min-width: 1200px) {
  .woocommerce-cart .header-height-equalizer, .woocommerce-checkout .header-height-equalizer, .woocommerce-page .header-height-equalizer {
    height: 256px;
  }
}

@media only screen and (min-width: 1600px) {
  .woocommerce-cart .header-height-equalizer, .woocommerce-checkout .header-height-equalizer, .woocommerce-page .header-height-equalizer {
    height: 276px;
  }
}

.filter_wrapper .col {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .filter_wrapper {
    justify-content: start !important;
  }
  .filter_wrapper .col {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
  .filter_wrapper .col .filter_dropdown {
    width: -webkit-fill-available;
  }
  .filter_wrapper .col .filter_dropdown button {
    border-radius: 10px;
    padding: 10px 18px;
    width: -webkit-fill-available;
  }
  .filter_wrapper .col .filter_dropdown button:after {
    right: 0px;
  }
  .filter_wrapper .filter_by {
    display: none;
  }
}

.filter_dropdown {
  display: inline-block;
  position: relative;
  gap: 10px;
}

.filter_dropdown button {
  padding: 10px 18px;
  position: relative;
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  border: none;
  background-color: white;
  border-radius: 10px;
  min-width: 180px;
  display: inline-flex;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .filter_dropdown button {
    padding: 8px 12px;
    min-width: unset;
  }
}

.filter_dropdown button:after {
  content: "";
  background-image: url(/wp-content/themes/designdough/assets/images/svg/green-down-arrow.svg);
  height: 20px;
  width: 20px;
  display: block;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  right: -3px;
  top: 0px;
  transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter_dropdown .dropdown_content {
  flex-direction: column;
  position: absolute;
  gap: 10px;
  left: 0px;
  top: 32px;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 0px 18px;
  height: 0px;
  background: white;
  z-index: 9;
  width: -webkit-fill-available;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter_dropdown .dropdown_content .cat-list_item, .filter_dropdown .dropdown_content .loc-list_item {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}

.filter_dropdown .dropdown_content .cat-list_item:after, .filter_dropdown .dropdown_content .loc-list_item:after {
  content: '';
  background-image: url(/wp-content/themes/designdough/assets/images/svg/checkbox-icon.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  z-index: 99;
  position: relative;
}

.filter_dropdown .dropdown_content .cat-list_item.active:after, .filter_dropdown .dropdown_content .loc-list_item.active:after {
  opacity: 1;
  visibility: visible;
}

.filter_dropdown:hover {
  box-shadow: 0px 18px 5px 1px rgba(0, 0, 0, 0.2);
}

.filter_dropdown:hover .dropdown_content {
  display: flex;
  height: fit-content;
  padding: 30px 18px 18px 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter_dropdown:hover button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.filter_dropdown:hover button:after {
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category_list .category_name {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .category_list .category_name {
    font-size: 16px;
  }
}

.archive_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 80px 0px;
}

.archive_pagination .page-numbers {
  border-bottom: 0px;
  font-size: 24px;
}

.archive_pagination .prev_arrow, .archive_pagination .next_arrow {
  object-fit: cover;
  width: 20px;
  object-position: left;
  margin-bottom: 3px;
}

.archive_pagination .prev_arrow {
  transform: rotate(90deg);
}

.archive_pagination .next_arrow {
  transform: rotate(-90deg);
}

.archive_pagination .current {
  color: #a1af13;
  border-bottom: solid 1px #a1af13;
}

.accordion .accordion_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.accordion .accordion_wrap .accord_butt {
  background-color: #3E3E3E;
  color: white;
  padding: 15px 10px;
  margin: 15px 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion_wrap .accord_butt {
    padding: 15px 40px;
  }
}

.accordion .accordion_wrap .accord_butt h3 {
  position: relative;
  margin-bottom: 0;
}

.accordion .accordion_wrap .accord_butt h3:after {
  content: "+";
  float: right;
}

.accordion .accordion_wrap .text_open {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion_wrap .text_open {
    padding: 0 40px;
  }
}

.accordion .accordion_wrap.active .accord_butt {
  background-color: #a1af13;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion .accordion_wrap.active .accord_butt h3:after {
  content: "-";
}

.accordion .accordion_wrap.active .text_open {
  height: auto;
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion .accordion_wrap:hover .accord_butt {
  background-color: #a1af13;
}

.banner {
  position: relative;
}

.banner.full_height {
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.full_height {
    height: 80vh;
  }
}

.banner.full_height .slick-slide .slide_box {
  top: 21vh;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_box {
    top: 35vh;
  }
}

.banner.full_height .slick-slide .slide_image_wrap {
  height: auto;
  min-height: 500px;
}

@media only screen and (min-width: 768px) {
  .banner.full_height .slick-slide .slide_image_wrap {
    height: 80vh;
  }
}

.banner.half_height {
  height: 50vh;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .banner.half_height {
    height: 70vh;
  }
}

.banner.half_height .slick-slide .slide_box {
  top: 25vh;
}

.banner.half_height .slick-slide .slide_image_wrap {
  height: auto;
  min-height: 530px;
  max-height: 1000px;
}

@media only screen and (min-width: 768px) {
  .banner.half_height .slick-slide .slide_image_wrap {
    height: 70vh;
  }
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide .slide_box {
  position: absolute;
  width: 100%;
}

.banner .slick-slide .slide_box .location {
  letter-spacing: 5px;
  color: white;
  text-transform: uppercase;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .banner .slick-slide .slide_box .location {
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .banner .slick-slide .slide_box .location {
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .location {
    left: -80px;
    top: 15vh;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.banner .slick-slide .slide_box .container .image_text_area {
  position: relative;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
  width: calc(100% - 20px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 10px 10px 10px;
  margin: 0%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
    width: calc(100% - 60px);
    text-align: left;
    padding: 25px 25px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 60%;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overleft {
    left: 0;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overright {
    right: 0;
  }
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg.overcenter {
    left: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
    width: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  .banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg {
    width: 40%;
  }
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  border: 1px #a1af13 solid;
  border-radius: 10px;
  background-color: #a1af13;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:after {
  content: "";
  position: absolute;
  right: -35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover {
  background-color: #124E68;
  border: 1px #124E68 solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-slide .slide_box .container .image_text_area .image_text_area_bg a.button:hover:after {
  right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-slide .slide_image_wrap.bandw img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.banner .slick-slide .slide_image_wrap img {
  object-fit: cover;
}

.banner .slick-arrow {
  color: white;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .slick-arrow:before {
  font-size: 30px;
}

.banner .slick-next {
  right: 20px;
}

.banner .slick-prev {
  left: 20px;
}

.slick-dots {
  bottom: 35px;
  left: 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    left: 90px;
    text-align: left;
  }
}

.slick-dots li {
  margin: 0px 20px;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0.8;
  height: 10px;
  width: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:hover {
  opacity: 1;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots .arrows .banner_prev {
  position: absolute;
  left: 20px;
  top: 45%;
  cursor: pointer;
}

.slick-dots .arrows .banner_next {
  position: absolute;
  right: 20px;
  top: 45%;
  cursor: pointer;
}

.image_wrapper {
  padding: 0 0;
}

.image_wrapper .full_width {
  height: 100%;
  background-color: #a1af13;
}

.image_wrapper.min-height {
  min-height: 500px;
}

.image_wrapper.min-height .image-container {
  height: 100%;
}

.image_wrapper.min-height .image-container .wrapper {
  height: 100%;
}

.image_wrapper.min-height .image-container .wrapper .image_area {
  position: relative;
  height: 100%;
}

.image_wrapper.half_height {
  height: 60vh;
}

.image_wrapper.full_height {
  height: 100vh;
}

.image-container {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.image-container .wrapper {
  position: relative;
}

.image-container .image_text_area {
  position: relative;
  width: 100%;
}

.image-container .image_text_area .grid_img .image_text_area_bg {
  margin: 0;
}

.image-container .image_text_area .image_text_area_bg {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .image-container .image_text_area {
    position: absolute;
    z-index: 200;
    top: 30%;
    width: 50%;
  }
  .image-container .image_text_area.overleft {
    left: 0;
  }
  .image-container .image_text_area.overright {
    right: 0;
  }
  .image-container .image_text_area.overcenter {
    left: 25%;
  }
  .image-container .image_text_area .grid_img .image_text_area_bg {
    margin: 50px;
  }
}

.image-container .wrapper {
  position: relative;
}

.image-container .wrapper .image_area {
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.image-container .wrapper .image_area img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-container .wrapper .image_text_area {
  position: relative;
  display: block;
  z-index: 1000;
  height: auto;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .image-container .wrapper .image_text_area {
    padding: 250px 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) {
  .image-container .wrapper {
    position: relative;
  }
}

.video_wrapper {
  display: block;
  z-index: 900;
}

.video_wrapper .full_width {
  overflow: visible;
}

.video_wrapper .video-container {
  width: 100%;
  margin: 0 auto;
}

.video_wrapper .video-container .content {
  padding-bottom: 2rem;
}

.video_wrapper .video-container .bg_cover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container .bg_cover {
    padding: 540px 0px 0px !important;
    background-size: cover;
  }
  .video_wrapper .video-container .bg_cover iframe {
    top: -100px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .video_wrapper .video-container .bg_cover {
    padding: 540px 0px 0px !important;
    background-size: cover;
  }
  .video_wrapper .video-container .bg_cover iframe {
    top: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container iframe {
    display: none;
  }
}

.video_wrapper .video-container .vid_bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video_wrapper .video-container .wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .video_wrapper .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container.active .wrapper:after {
    background-image: url();
  }
}

.video_wrapper .video-container .video_buttons .button {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.video_wrapper .video-container .video_buttons.autoplay .button#play-button {
  z-index: 100;
  opacity: 0;
}

.video_wrapper .video-container .video_buttons.autoplay .button#pause-button {
  z-index: 101;
  opacity: 1;
}

.video_wrapper .video-container .video_buttons.clickplay .button#play-button {
  z-index: 101;
  opacity: 1;
}

.video_wrapper .video-container .video_buttons.clickplay .button#pause-button {
  z-index: 100;
  opacity: 0;
}

.video_wrapper .video-container .video_text_area {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container .video_text_area {
    position: absolute;
    bottom: 20px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .video_wrapper .video-container .video_text_area {
    position: absolute;
    bottom: 20px;
  }
}

.video_wrapper .video-container .video_text_area .video_text_area_bg {
  width: calc(100% - 20px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 10px 10px 10px;
  margin: 0%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .video_wrapper .video-container .video_text_area .video_text_area_bg {
    width: calc(100% - 60px);
    text-align: left;
    padding: 25px 25px;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 200;
    width: 60%;
  }
  .video_wrapper .video-container .video_text_area .video_text_area_bg.overleft {
    left: 0;
  }
  .video_wrapper .video-container .video_text_area .video_text_area_bg.overright {
    right: 0;
  }
  .video_wrapper .video-container .video_text_area .video_text_area_bg.overcenter {
    left: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .video_wrapper .video-container .video_text_area .video_text_area_bg {
    width: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  .video_wrapper .video-container .video_text_area .video_text_area_bg {
    width: 40%;
  }
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a.button {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  border: 1px #a1af13 solid;
  border-radius: 10px;
  background-color: #a1af13;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a.button:after {
  content: "";
  position: absolute;
  right: -35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a.button:hover {
  background-color: #124E68;
  border: 1px #124E68 solid;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a.button:hover:after {
  right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg h1, .video_wrapper .video-container .video_text_area .video_text_area_bg h2, .video_wrapper .video-container .video_text_area .video_text_area_bg h3, .video_wrapper .video-container .video_text_area .video_text_area_bg h4, .video_wrapper .video-container .video_text_area .video_text_area_bg h5, .video_wrapper .video-container .video_text_area .video_text_area_bg h6, .video_wrapper .video-container .video_text_area .video_text_area_bg p {
  color: #064d67;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a {
  background-color: transparent;
  padding: 8px 15px;
  border-radius: 7px;
  border: solid 1px #064d67;
  color: #064d67;
  display: inline-block;
  min-width: 155px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1rem;
  line-height: 27px;
}

.video_wrapper .video-container .video_text_area .video_text_area_bg a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #064d67;
  text-decoration: none;
  border-bottom: solid 1px #064d67;
  color: white;
}

.video_wrapper .video-container .video_text_area.clickplay .video_text_area_bg {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .video_wrapper .video-container .video_text_area {
    position: absolute;
    z-index: 200;
    top: 45%;
    width: 70%;
  }
  .video_wrapper .video-container .video_text_area.overleft {
    left: 0px;
  }
  .video_wrapper .video-container .video_text_area.overright {
    right: 0;
  }
  .video_wrapper .video-container .video_text_area.overcenter {
    left: 25%;
  }
  .video_wrapper .video-container .video_text_area .video_text_area_bg {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px;
  }
  .video_wrapper .video-container .video_text_area.clickplay .video_text_area_bg {
    margin: 50px;
  }
}

.video_wrapper .video-container .down_arrow {
  position: absolute;
  bottom: -70px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .video_wrapper .video-container .down_arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .video_wrapper .video-container .down_arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) {
  .video-container .wrapper {
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 850px) and (max-width: 768px) {
  .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 850px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (max-width: 850px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (max-width: 850px) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .video-container .wrapper:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    left: 45%;
    top: 43%;
    z-index: 0;
    background-image: url(https://designdough.co.uk/wp-content/themes/designdough/assets/images/svg/cursor-play.svg);
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 850px) and (max-width: 768px) {
  .video-container.active .wrapper:after {
    background-image: url();
  }
}

.youtube_video_wrapper {
  width: 100%;
  margin-left: 0%;
}

@media only screen and (max-width: 768px) {
  .youtube_video_wrapper .bg_cover {
    padding: 0 !important;
  }
}

.youtube_video_wrapper .bg_cover iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .youtube_video_wrapper .bg_cover iframe {
    position: relative !important;
  }
}

.youtube_video_wrapper .vid_bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

section {
  display: block;
}

section.text_image_page_header_wrapper {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(18, 78, 104, 0.11);
}

section.text_image_page_header_wrapper .container {
  display: flex;
  align-items: center;
  overflow-y: visible;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 768px) {
  section.text_image_page_header_wrapper .container {
    width: 100%;
    padding: 0 0;
  }
}

@media only screen and (min-width: 768px) {
  section.text_image_page_header_wrapper .container {
    flex-direction: row;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  section.text_image_page_header_wrapper .container {
    flex-direction: row;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 1600px) {
  section.text_image_page_header_wrapper .container {
    flex-direction: row;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  section.text_image_page_header_wrapper .container {
    flex-direction: row;
  }
}

section.text_image_page_header_wrapper .content-container {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  section.text_image_page_header_wrapper .content-container {
    width: 55%;
  }
}

section.text_image_page_header_wrapper .content-container .content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  section.text_image_page_header_wrapper .content-container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

section.text_image_page_header_wrapper .img-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.text_image_page_header_wrapper .img-container {
    width: 90%;
    width: calc(100% - 150px);
    padding: 0 5%;
    padding: 0 75px;
  }
}

@media only screen and (min-width: 768px) {
  section.text_image_page_header_wrapper .img-container {
    width: calc(45% + 75px);
    margin-right: -150px;
  }
}

@media only screen and (min-width: 1200px) {
  section.text_image_page_header_wrapper .img-container {
    width: calc(45% + 105px);
    margin-right: -210px;
  }
}

@media only screen and (min-width: 1600px) {
  section.text_image_page_header_wrapper .img-container {
    width: calc(45% + 105px);
    margin-right: -270px;
  }
}

@media only screen and (min-width: 2000px) {
  section.text_image_page_header_wrapper .img-container {
    position: relative;
    right: -150px;
  }
}

section.text_image_page_header_wrapper .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  section.text_image_page_header_wrapper .img-container img {
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media only screen and (max-width: 768px) {
  section.text_image_page_header_wrapper .hands {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  section.text_image_page_header_wrapper .hands {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  section.text_image_page_header_wrapper .hands {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  section.text_image_page_header_wrapper .hands {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 35px;
    z-index: 20;
  }
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .text_img_repeater_wrapper .col {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .text_img_repeater_wrapper .col {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .col {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .col {
    width: 100%;
  }
}

.text_img_repeater_wrapper .col:first-child {
  padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .col:first-child {
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .col:first-child {
    padding-right: 0;
  }
}

.text_img_repeater_wrapper .section-repeater {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .text_img_repeater_wrapper .section-repeater {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.text_img_repeater_wrapper .section-repeater .col-lg {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .section-repeater .col-lg {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .section-repeater .col-lg {
    width: 100%;
  }
}

.text_img_repeater_wrapper .section-repeater .col-lg .links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.text_img_repeater_wrapper .section-repeater .col-lg .links a {
  margin-right: 4rem;
  margin-bottom: 2rem;
}

.text_img_repeater_wrapper .section-repeater .col-sm {
  width: 50%;
}

.text_img_repeater_wrapper .section-repeater .col-sm p {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .section-repeater .col-sm {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .section-repeater .col-sm {
    width: 100%;
  }
}

.text_img_repeater_wrapper .icon {
  margin-bottom: 1.5rem;
}

.text_img_repeater_wrapper .content {
  display: block;
  text-align: left;
}

.text_img_repeater_wrapper .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.text_img_repeater_wrapper .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.text_img_repeater_wrapper .content h3 {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .text_img_repeater_wrapper .content {
    text-align: left;
    display: flex;
    align-items: center;
  }
}

.text_img_repeater_wrapper .wrap_image_left, .text_img_repeater_wrapper .wrap_image_right {
  position: relative;
}

.text_img_repeater_wrapper .wrap_image_left .col-lg {
  margin-left: 5%;
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .wrap_image_left .col-lg {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .wrap_image_left .col-lg {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.text_img_repeater_wrapper .wrap_image_right .content {
  flex-direction: row-reverse;
}

.text_img_repeater_wrapper .wrap_image_right .content .text h1, .text_img_repeater_wrapper .wrap_image_right .content .text h2, .text_img_repeater_wrapper .wrap_image_right .content .text h3, .text_img_repeater_wrapper .wrap_image_right .content .text h4, .text_img_repeater_wrapper .wrap_image_right .content .text h5, .text_img_repeater_wrapper .wrap_image_right .content .text h6, .text_img_repeater_wrapper .wrap_image_right .content .text p {
  margin-right: 4%;
}

.text_img_repeater_wrapper .wrap_image_right .content .image {
  margin-right: 0;
}

.text_img_repeater_wrapper .wrap_image_right .content .col-lg {
  margin-left: 0;
  margin-right: 5%;
}

@media only screen and (max-width: 768px) {
  .text_img_repeater_wrapper .wrap_image_right .content .col-lg {
    margin-right: 0;
    margin-top: 1rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_img_repeater_wrapper .wrap_image_right .content .col-lg {
    margin-right: 0;
    margin-top: 1rem;
  }
}

.text_img_repeater_wrapper .image {
  position: relative;
  z-index: 5;
}

.text_img_repeater_wrapper .image img {
  position: relative;
  z-index: 20;
  border-radius: 10px;
}

.text_image_cta_wrapper .text_image_cta {
  border-radius: 10px;
  display: block;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .text_image_cta_wrapper .text_image_cta {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.text_image_cta_wrapper .text_image_cta .col-lg {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .text_image_cta .col-lg {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .text_image_cta .col-lg {
    width: 100%;
  }
}

.text_image_cta_wrapper .text_image_cta .col-lg .text-content {
  padding: 2rem 2rem 2rem 0;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .text_image_cta .col-lg .text-content {
    padding: 2rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .text_image_cta .col-lg .text-content {
    padding: 2rem;
  }
}

.text_image_cta_wrapper .text_image_cta .col-lg .text-content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.text_image_cta_wrapper .text_image_cta .col-lg .text-content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.text_image_cta_wrapper .text_image_cta .col-sm {
  width: 40%;
  position: relative;
}

.text_image_cta_wrapper .text_image_cta .col-sm p {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .text_image_cta .col-sm {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .text_image_cta .col-sm {
    width: 100%;
  }
}

.text_image_cta_wrapper .text_image_cta .image .mobile_img img {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .text_image_cta .image .mobile_img img {
    opacity: 1;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .text_image_cta .image .mobile_img img {
    opacity: 1;
  }
}

.text_image_cta_wrapper .text_image_cta .image .desktop_img img {
  position: absolute;
  top: -20px;
  left: 22px;
  height: 107%;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .text_image_cta .image .desktop_img img {
    display: none;
  }
}

.text_image_cta_wrapper .text_image_cta.bg-lightgreen a {
  color: #064d67;
  border-bottom: 1px solid #064d67;
}

.text_image_cta_wrapper .text_image_cta.bg-lightgreen a:hover {
  color: white;
  border-bottom: 1px solid #064d67;
}

.text_image_cta_wrapper .wrap_image_left, .text_image_cta_wrapper .wrap_image_right {
  position: relative;
}

.text_image_cta_wrapper .wrap_image_left .text-content {
  padding-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .wrap_image_left .text-content {
    padding-right: 0;
    padding: 1rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .wrap_image_left .text-content {
    padding-right: 0;
    padding: 1rem;
  }
}

.text_image_cta_wrapper .wrap_image_left .col-lg {
  margin-left: 5%;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .wrap_image_left .col-lg {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .text_image_cta_wrapper .wrap_image_left .col-lg {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.text_image_cta_wrapper .wrap_image_right {
  flex-direction: row-reverse;
}

.text_image_cta_wrapper .wrap_image_right .text-content {
  padding: 1rem;
}

.text_image_cta_wrapper .wrap_image_right .image {
  margin-right: 0;
}

.text_image_cta_wrapper .wrap_image_right .image img:last-child {
  top: -20px;
  left: -22px;
}

.text_image_cta_wrapper .wrap_image_right .col-lg {
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .wrap_image_right .col-lg {
    margin-right: 0;
    margin-top: 1rem;
    margin-left: 0;
  }
}

.text_image_cta_wrapper .pigeon {
  position: absolute;
  z-index: 20;
}

@media only screen and (min-width: 768px) {
  .text_image_cta_wrapper .pigeon {
    right: 50px;
    top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .text_image_cta_wrapper .pigeon {
    right: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .pigeon {
    display: none;
  }
}

.text_image_cta_wrapper .butterfly {
  position: absolute;
  z-index: 20;
}

@media only screen and (min-width: 768px) {
  .text_image_cta_wrapper .butterfly {
    top: 100px;
    left: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .text_image_cta_wrapper .butterfly {
    left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .text_image_cta_wrapper .butterfly {
    display: none;
  }
}

.content_flex_wrapper {
  position: relative;
}

.content_flex_wrapper .text-center {
  max-width: 1000px;
  margin: 0 auto;
}

.content_flex_wrapper img {
  width: auto;
}

.content_flex_wrapper .btn_default {
  margin-top: 1.5rem;
  margin-right: 0;
}

/*

.content_flex_wrapper {
    position: relative;
	h2{
		font-family: $secondary-font;
		font-weight: 400;
		strong{
			font-family: $bold-font;
			font-weight: 800;
		}		
	}
    .text-center {
        max-width: 1000px;
        margin: 0 auto;
    }
    img {
        width: auto;
    }
    .btn_default {
        margin-top: 1.5rem;
        margin-right: 0;
    }
	&.icon-right-pebble{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-left-pebble{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-right-butterfly{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-left-butterfly{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-right-green-butterfly{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-left-green-butterfly{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-right-singing{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
	&.icon-left-singing{
		@include respond-to(md){
			padding: 200px 0;
		}
		h2{
			font-family: $primary-font;
			font-weight: 300;
		}
	}
}

*/
.stat_cards_wrapper {
  position: relative;
}

.stat_cards_wrapper .stat_cards h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.stat_cards_wrapper .stat_cards h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.stat_cards_wrapper .stat_cards .card-row {
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .stat_cards_wrapper .stat_cards .card-row {
    flex-direction: column;
  }
  .stat_cards_wrapper .stat_cards .card-row .card_wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
  .stat_cards_wrapper .stat_cards .card-row .card_wrapper .card-content {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .stat_cards_wrapper .stat_cards .card-row {
    flex-direction: column;
  }
  .stat_cards_wrapper .stat_cards .card-row .card_wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
  .stat_cards_wrapper .stat_cards .card-row .card_wrapper .card-content {
    width: 90%;
    margin: 0 auto;
  }
}

.stat_cards_wrapper .stat_cards .card-row .card_wrapper {
  padding: 0 1rem;
}

.stat_cards_wrapper .stat_cards .card-row .card-number {
  color: #a1af13;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .stat_cards_wrapper .stat_cards .card-row .card-number {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .stat_cards_wrapper .stat_cards .card-row .card-number {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .stat_cards_wrapper .stat_cards .card-row .card-number {
    font-size: 60px;
    line-height: 74px;
  }
}

@media only screen and (min-width: 1200px) {
  .stat_cards_wrapper .stat_cards .card-row .card-number {
    font-size: 80px;
    line-height: 94px;
  }
}

.stat_cards_wrapper .stat_cards .button-container {
  text-align: center;
}

.stat_cards_wrapper .butterfly {
  position: absolute;
  top: 50px;
  left: 80px;
}

.stat_cards_wrapper .handswithhearts {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.25;
}

.wayfinding_icons_wrapper {
  position: relative;
}

.wayfinding_icons_wrapper .wayfinding_icons .content h2, .wayfinding_icons_wrapper .wayfinding_icons .content h3 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.wayfinding_icons_wrapper .wayfinding_icons .content h2 strong, .wayfinding_icons_wrapper .wayfinding_icons .content h3 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  .wayfinding_icons_wrapper .wayfinding_icons .icon-row {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinding_icons_wrapper .wayfinding_icons .icon-row {
    flex-direction: column;
  }
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper {
  width: 30%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper {
    width: 100%;
  }
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper .icon-inner {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 100%;
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper .icon-inner .svg-container {
  text-align: center;
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper .icon-content {
  margin-top: 1rem;
  text-align: center;
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper .icon-content .btn_default {
  min-width: 210px;
}

.wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper:nth-child(3n+1), .wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper:nth-child(3n+2) {
  margin-right: 1%;
}

@media only screen and (max-width: 768px) {
  .wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper:nth-child(3n+1), .wayfinding_icons_wrapper .wayfinding_icons .icon-row .icon-wrapper:nth-child(3n+2) {
    margin-right: 0;
  }
}

.wayfinding_icons_wrapper .wayfinding-butterfly {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .wayfinding_icons_wrapper .wayfinding-butterfly {
    display: none;
  }
}

.wayfinding_icons_wrapper .btn_fourth {
  margin-top: 2rem;
}

.static_icons_wrapper .static_icons .content {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.static_icons_wrapper .static_icons .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.static_icons_wrapper .static_icons .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.static_icons_wrapper .static_icons .icon-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .static_icons_wrapper .static_icons .icon-row .icon-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .static_icons_wrapper .static_icons .icon-row .icon-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .static_icons_wrapper .static_icons .icon-row .icon-wrapper {
    width: 48%;
  }
}

@media only screen and (min-width: 1200px) {
  .static_icons_wrapper .static_icons .icon-row .icon-wrapper {
    width: 24%;
  }
}

.static_icons_wrapper .static_icons .icon-row .svg-container {
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .static_icons_wrapper .static_icons .icon-row .icon-content {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .static_icons_wrapper .static_icons .icon-row .icon-content {
    max-width: 300px;
    margin: 0 auto;
  }
}

.static_icons_wrapper .static_icons .icon-row .icon-content h4 {
  font-weight: 300;
}

.testimonial_slider_wrapper {
  padding: 0;
  width: 100%;
  position: relative;
}

.testimonial_slider_wrapper .slider-next {
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
}

.testimonial_slider_wrapper .slide_container {
  width: 100%;
}

.testimonial_slider_wrapper .slide_container .slick-slide {
  height: auto;
}

.testimonial_slider_wrapper .slide_container .slick-dots {
  position: absolute;
  bottom: 20%;
  left: 60%;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .slick-dots {
    bottom: -3%;
    left: 1%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .slick-dots {
    bottom: -3%;
    left: 1%;
  }
}

.testimonial_slider_wrapper .slide_container .slick-dots li button {
  background-color: #E3EEE4;
  border: 2px solid #5cacaa;
  height: 30px;
  width: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .slick-dots li button {
    height: 20px;
    width: 20px;
  }
}

.testimonial_slider_wrapper .slide_container .slick-dots li button:hover {
  background-color: #EDF5F5;
  border: 2px solid #5cacaa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.testimonial_slider_wrapper .slide_container .slick-dots li.slick-active button {
  background-color: #5cacaa;
  border: 2px solid #5cacaa;
}

.testimonial_slider_wrapper .slide_container .slick-dots li {
  width: 50px;
  height: 30px;
  margin: 0 0;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .slick-dots li {
    width: 50px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .slick-dots li {
    width: 50px;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide {
  width: 100%;
  display: flex !important;
  position: relative;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .single_slide {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .single_slide {
    flex-direction: column;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col {
  width: 50%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col {
    width: 100%;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
    min-height: 400px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col {
    width: 100%;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
    min-height: 400px;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text {
  padding: 0 20%;
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container {
  padding-top: 2rem;
  position: relative;
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote {
  position: relative;
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:before {
  width: 86px;
  height: 49px;
  content: "";
  background-color: transparent;
  color: transparent;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/quote-start.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -110px;
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:before {
    width: 56px;
    height: 32px;
    background-size: cover;
    left: -70px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:before {
    width: 56px;
    height: 32px;
    background-size: cover;
    left: -70px;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:after {
  width: 86px;
  height: 49px;
  content: "";
  background-color: transparent;
  color: transparent;
  background-image: url("/wp-content/themes/designdough/assets/images/svg/quote-end.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -70px;
  bottom: -50px;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:after {
    width: 56px;
    height: 32px;
    background-size: cover;
    right: -70px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote:after {
    width: 56px;
    height: 32px;
    background-size: cover;
    right: -70px;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h1, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h2, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h3, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h4, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h5, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote h6, .testimonial_slider_wrapper .slide_container .single_slide .text_col .text .content-container .quote blockquote p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 200;
  font-style: normal;
}

.testimonial_slider_wrapper .slide_container .single_slide .text_col .small-header-container {
  padding-bottom: 1rem;
}

.testimonial_slider_wrapper .slide_container .single_slide .image_col {
  width: 50%;
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slide_container .single_slide .image_col {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slide_container .single_slide .image_col {
    width: 100%;
  }
}

.testimonial_slider_wrapper .slide_container .single_slide .image_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 14 / 16;
}

.testimonial_slider_wrapper .slider-robin {
  position: absolute;
  top: -60px;
  right: 50px;
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .slider-robin {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .slider-robin {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial_slider_wrapper .m-left-1 {
    margin-left: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .testimonial_slider_wrapper .m-left-1 {
    margin-left: 0;
  }
}

.wayfinder_wrapper .wayfinder .page-row {
  display: flex;
  flex-wrap: wrap;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper {
  width: 49%;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 1rem 0;
  position: relative;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper {
    width: 100%;
  }
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper:nth-child(2n+1) {
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper:nth-child(2n+1) {
    margin-right: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper:nth-child(2n+1) {
    margin-right: none;
  }
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  width: 100%;
  text-align: center;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container .btn_default {
  border-color: #064d67;
  background-color: white;
  color: #064d67;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container .btn_default:hover {
  background-color: #064d67;
  color: white;
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 50;
  line-height: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1600px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .wayfinder_wrapper .wayfinder .page-row .page-wrapper .content-container p {
    font-size: 14px;
    line-height: 25px;
  }
}

.wayfinder_wrapper .wayfinder .page-row .page-wrapper .button-container {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.wayfinding_slider_wrapper {
  position: relative;
}

.wayfinding_slider_wrapper .wayfinding-slider .header {
  margin-bottom: 2rem;
}

.wayfinding_slider_wrapper .wayfinding-slider .header h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.wayfinding_slider_wrapper .wayfinding-slider .header h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.wayfinding_slider_wrapper .inner-box {
  padding: 2rem 3rem;
  border-radius: 12px;
  position: relative;
}

.wayfinding_slider_wrapper .inner-box .arrows .wayfinding_slider_prev {
  position: absolute;
  left: 20px;
  top: 45%;
  cursor: pointer;
}

.wayfinding_slider_wrapper .inner-box .arrows .wayfinding_slider_next {
  position: absolute;
  right: 20px;
  top: 45%;
  cursor: pointer;
}

.wayfinding_slider_wrapper .inner-box .repeater-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .slick-slide {
  margin-right: 15px;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper {
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  min-height: 587px;
}

@media only screen and (max-width: 768px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper {
    width: 31%;
  }
}

@media only screen and (min-width: 768px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper:nth-child(3n+1) {
    margin-left: 1.75%;
  }
}

@media only screen and (min-width: 1200px) {
  .wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper:nth-child(3n+2) {
    margin-right: 1.75%;
    margin-left: 1.75%;
  }
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  width: 100%;
  text-align: center;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .content-container h3 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .content-container h3 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .content-container h5 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.wayfinding_slider_wrapper .inner-box .repeater-box .page-wrapper .content-container h5 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.post_slider_wrapper .post_slider {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  .post_slider_wrapper .post_slider {
    flex-wrap: nowrap;
    align-items: center;
  }
}

.post_slider_wrapper .post_slider .col-sm {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1200px) {
  .post_slider_wrapper .post_slider .col-sm {
    width: 35%;
    min-width: 450px;
  }
  .post_slider_wrapper .post_slider .col-sm .content {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-sm {
    margin-bottom: 1rem;
  }
}

.post_slider_wrapper .post_slider .col-sm h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.post_slider_wrapper .post_slider .col-sm h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.post_slider_wrapper .post_slider .col-lg {
  width: 100%;
  min-width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .post_slider_wrapper .post_slider .col-lg {
    width: 65%;
    padding-left: 2rem;
  }
}

.post_slider_wrapper .post_slider .col-lg .btn_fourth {
  display: none;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .btn_fourth {
    display: inline-block;
    margin-top: 1rem;
  }
}

.post_slider_wrapper .post_slider .col-lg .slick-slide {
  width: 350px;
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .slick-slide {
    width: 250px;
    height: auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .post_slider_wrapper .post_slider .col-lg .slick-slide {
    width: 250px;
    height: auto;
  }
}

.post_slider_wrapper .post_slider .col-lg .slick-dots {
  bottom: -30px;
  left: 10px;
}

.post_slider_wrapper .post_slider .col-lg .slick-dots li {
  margin: 0px 10px;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .slick-dots li {
    margin: 0px 4px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .post_slider_wrapper .post_slider .col-lg .slick-dots li {
    margin: 0px 4px;
  }
}

.post_slider_wrapper .post_slider .col-lg .slick-dots li button {
  border-color: #5cacaa;
  width: 100%;
  transition: 0.1s ease-in-out;
}

.post_slider_wrapper .post_slider .col-lg .slick-dots li.slick-active button {
  background-color: #5cacaa !important;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper {
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  min-height: 605px;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper {
    width: 100%;
    min-height: 305px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper {
    width: 100%;
    min-height: 305px;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper:nth-child(3n+1) {
  margin-right: 1.75%;
  margin-left: 1.75%;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper:nth-child(3n+1) {
    margin-right: none;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper:nth-child(3n+2) {
  margin-right: 1.75%;
  margin-left: 1.75%;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper:nth-child(3n+2) {
    margin-right: none;
    margin-left: none;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  width: 100%;
  text-align: center;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container {
    padding: 1rem;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .excerpt {
  min-height: 100px;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .excerpt {
    min-height: 200px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .excerpt {
    min-height: 200px;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .excerpt:empty {
  display: none;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .date {
  display: flex;
  margin-bottom: 20px;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .date svg {
  margin-right: 15px;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container h4 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container h4 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container h3 {
    margin-bottom: 10px;
  }
}

.post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .btn_default {
  display: block;
  width: 60%;
  margin: 0 5%;
}

@media only screen and (max-width: 768px) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .btn_default {
    width: 70%;
    margin: 0%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .post_slider_wrapper .post_slider .col-lg .page-wrapper .content-container .btn_default {
    width: 70%;
    margin: 0%;
  }
}

.text_image_buttons_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  overflow-y: visible;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .text_image_buttons_wrapper {
    flex-direction: row;
  }
}

.text_image_buttons_wrapper .content-container {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .text_image_buttons_wrapper .content-container {
    width: 55%;
    padding-left: 150px;
  }
}

.text_image_buttons_wrapper .content-container .content {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text_image_buttons_wrapper .content-container .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.text_image_buttons_wrapper .content-container .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.text_image_buttons_wrapper .content-container .content .links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.text_image_buttons_wrapper .content-container .content .links a {
  margin-right: 4rem;
  margin-bottom: 2rem;
}

.text_image_buttons_wrapper .img-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .text_image_buttons_wrapper .img-container {
    width: 45%;
  }
}

.text_image_buttons_wrapper .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .text_image_reverse {
    flex-direction: row-reverse;
  }
}

.team_wrapper .team .content h2, .team_wrapper .team .content h3 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.team_wrapper .team .content h2 strong, .team_wrapper .team .content h3 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.team_wrapper .team .team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team_wrapper .team .team-grid .page-wrapper {
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .team_wrapper .team .team-grid .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .team_wrapper .team .team-grid .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .team_wrapper .team .team-grid .page-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .team_wrapper .team .team-grid .page-wrapper {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .team_wrapper .team .team-grid .page-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .team_wrapper .team .team-grid .page-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .team_wrapper .team .team-grid .page-wrapper:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .team_wrapper .team .team-grid .page-wrapper:nth-child(3n+2) {
    margin-right: 2%;
  }
}

.team_wrapper .team .team-grid .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  width: 100%;
  text-align: center;
}

.team_wrapper .team .team-grid .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.team_wrapper .team .team-grid .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.team_wrapper .team .team-grid .page-wrapper .content-container .role {
  font-weight: 600;
}

.static_cards_wrapper {
  position: relative;
}

.static_cards_wrapper .static_cards .content h2, .static_cards_wrapper .static_cards .content h3 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.static_cards_wrapper .static_cards .content h2 strong, .static_cards_wrapper .static_cards .content h3 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.static_cards_wrapper .static_cards .cards-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.static_cards_wrapper .static_cards .cards-row .page-wrapper {
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .static_cards_wrapper .static_cards .cards-row .page-wrapper:nth-child(3n+2) {
    margin-right: 2%;
  }
}

.static_cards_wrapper .static_cards .cards-row .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  width: 100%;
  text-align: center;
}

.static_cards_wrapper .static_cards .cards-row .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.static_cards_wrapper .static_cards .cards-row .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.static_cards_wrapper .static_cards .cards-row .page-wrapper .button-container {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.flexible_text_wrapper {
  position: relative;
}

.flexible_text_wrapper .outer-flex {
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .flexible_text_wrapper .outer-flex {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .flexible_text_wrapper .outer-flex {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .flexible_text_wrapper .outer-flex {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .outer-flex {
    flex-direction: row;
  }
}

.flexible_text_wrapper .flexible_text h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.flexible_text_wrapper .flexible_text h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.flexible_text_wrapper .flexible_text iframe {
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .flexible_text_wrapper .flexible_text iframe {
    height: 600px;
  }
}

.flexible_text_wrapper .flexible_text em {
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .flexible_text_wrapper .flexible_text {
    width: 100%;
    padding-top: 2rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .flexible_text_wrapper .flexible_text {
    width: 100%;
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .flexible_text_wrapper .flexible_text {
    width: 100%;
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text {
    padding-top: 0;
    width: calc(100%-120px);
  }
}

.flexible_text_wrapper .flexible_text .columns {
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text .columns {
    flex-direction: row;
  }
}

.flexible_text_wrapper .flexible_text .columns .column {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text .columns .column {
    width: 50%;
  }
}

.flexible_text_wrapper .flexible_text .columns .column .link-wrapper:first-child .page-wrapper {
  border-top: 1px solid rgba(99, 101, 101, 0.2);
}

.flexible_text_wrapper .flexible_text .columns .column .link-wrapper:hover .page-wrapper {
  transition: 0.3s ease-in-out;
  color: white;
}

.flexible_text_wrapper .flexible_text .columns .column .page-wrapper {
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding-left: 12px;
  position: relative;
  width: 90%;
  left: 8%;
}

.flexible_text_wrapper .flexible_text .columns .column .page-wrapper::before {
  content: ".";
  position: absolute;
  left: -50px;
  top: 5px;
  width: 48px;
  height: 45px;
  color: transparent;
  background-image: url("/wp-content/themes/designdough/assets/images/png/pebble-1.png");
  background-repeat: no-repeat;
}

.flexible_text_wrapper .flexible_text .columns .column .page-wrapper:nth-child(2n+2)::before {
  background-image: url("/wp-content/themes/designdough/assets/images/png/pebble-2.png");
}

.flexible_text_wrapper .flexible_text .columns .column .page-wrapper .title {
  font-weight: 800;
}

.flexible_text_wrapper .flexible_text .columns .column .page-wrapper .repeater-link {
  width: 20px;
  margin-right: 12px;
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text .columns .column:nth-child(odd) {
    margin-right: 2rem;
  }
}

.flexible_text_wrapper .flexible_text .columns .column:nth-child(even) .link-wrapper .page-wrapper {
  border-top: none;
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text .columns .column:nth-child(even) {
    margin-left: 2rem;
  }
  .flexible_text_wrapper .flexible_text .columns .column:nth-child(even) .link-wrapper:first-child .page-wrapper {
    border-top: 1px solid rgba(99, 101, 101, 0.2);
  }
}

.flexible_text_wrapper .flexible_text .content-columns {
  padding-top: 0;
}

.flexible_text_wrapper .flexible_text .content-columns .column:last-child {
  padding-top: 2rem;
}

@media only screen and (min-width: 1200px) {
  .flexible_text_wrapper .flexible_text .content-columns .column:last-child {
    padding-top: 0;
  }
}

.featured_faq_wrapper .featured_faq {
  display: flex;
  flex-wrap: wrap;
}

.featured_faq_wrapper .featured_faq h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.featured_faq_wrapper .featured_faq h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.featured_faq_wrapper .featured_faq .col-lg {
  width: 55%;
}

@media only screen and (max-width: 768px) {
  .featured_faq_wrapper .featured_faq .col-lg {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_faq_wrapper .featured_faq .col-lg {
    width: 100%;
  }
}

.featured_faq_wrapper .featured_faq .col-lg .question_wrapper {
  margin-bottom: 40px;
}

.featured_faq_wrapper .featured_faq .col-lg .question_wrapper .title {
  border-bottom: 1px #064d67 solid;
  padding-bottom: 10px;
}

.featured_faq_wrapper .featured_faq .col-sm {
  width: 40%;
  padding-right: 5%;
}

.featured_faq_wrapper .featured_faq .col-sm p {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .featured_faq_wrapper .featured_faq .col-sm {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_faq_wrapper .featured_faq .col-sm {
    width: 100%;
  }
}

.logo_slider_wrapper h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
}

.logo_slider_wrapper .logos-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo_slider_wrapper .logos-row a {
  border-bottom: none;
}

.logo_slider_wrapper .logos-row .logo-item {
  padding: 1rem;
  min-width: 100px;
  max-width: 200px;
  display: flex !important;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .logo_slider_wrapper .logos-row .logo-item {
    max-width: 100px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .logo_slider_wrapper .logos-row .logo-item {
    max-width: 100px;
  }
}

.logo_slider_wrapper .logos-row .logo-item img {
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
}

.logo_slider_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  left: 0 !important;
  position: relative;
  top: 50px;
}

.logo_slider_wrapper .slick-dots li button {
  border-color: #5cacaa;
  width: 100%;
  transition: 0.1s ease-in-out;
}

.logo_slider_wrapper .slick-dots li.slick-active button {
  background-color: #5cacaa !important;
}

.shops_wrapper .shops .shops-row {
  display: flex;
  flex-wrap: wrap;
}

.shops_wrapper .shops .shops-row .shop-wrapper {
  padding-top: 1rem;
  border-top: 1px solid #a1af13;
  background-color: white;
  margin: 1rem 0;
}

@media only screen and (max-width: 768px) {
  .shops_wrapper .shops .shops-row .shop-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .shops_wrapper .shops .shops-row .shop-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .shops_wrapper .shops .shops-row .shop-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .shops_wrapper .shops .shops-row .shop-wrapper {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .shops_wrapper .shops .shops-row .shop-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .shops_wrapper .shops .shops-row .shop-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .shops_wrapper .shops .shops-row .shop-wrapper:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .shops_wrapper .shops .shops-row .shop-wrapper:nth-child(3n+2) {
    margin-right: 2%;
  }
}

.shops_wrapper .shops .shops-row .shop-wrapper .details {
  padding-top: 1rem;
}

.newsletter_wrapper {
  padding: 1rem;
}

.newsletter_wrapper h4.news_title {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.newsletter_wrapper .newsletter {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .newsletter_wrapper .newsletter {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .newsletter_wrapper .newsletter {
    flex-direction: column;
  }
}

.newsletter_wrapper .newsletter p {
  margin-bottom: 0;
}

.newsletter_wrapper .newsletter .col-lg {
  width: 55%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .newsletter_wrapper .newsletter .col-lg {
    width: 100%;
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .newsletter_wrapper .newsletter .col-lg {
    width: 100%;
  }
}

.newsletter_wrapper .newsletter .col-lg .svg-container {
  padding-right: 20px;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .newsletter_wrapper .newsletter .col-lg .svg-container {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .newsletter_wrapper .newsletter .col-lg .svg-container {
    padding-bottom: 1rem;
  }
}

.newsletter_wrapper .newsletter .col-sm {
  width: 40%;
  padding-left: 5%;
  max-width: 500px;
}

@media only screen and (max-width: 768px) {
  .newsletter_wrapper .newsletter .col-sm {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .newsletter_wrapper .newsletter .col-sm {
    width: 100%;
    padding-left: 0;
  }
}

.newsletter_wrapper .newsletter .col-sm input {
  background-color: #064d67;
  border: 1px white solid;
  border-radius: 10px;
  margin-bottom: 12px;
  width: 100%;
  padding: 8px 12px;
  max-width: 500px;
}

.newsletter_wrapper .newsletter .col-sm input::placeholder {
  color: white;
}

.newsletter_wrapper .newsletter .col-sm .row p {
  display: inline-block;
}

.newsletter_wrapper .newsletter .col-sm .btn_default {
  background-color: white;
  border-color: white;
  margin-top: 10px;
}

.newsletter_wrapper .newsletter .col-sm .btn_default:hover {
  background-color: #064d67;
}

.full_faq_wrapper .full_faq .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.full_faq_wrapper .full_faq .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.full_faq_wrapper .full_faq .faq-row .question_wrapper {
  margin-bottom: 2rem;
}

.full_faq_wrapper .full_faq .faq-row .question_wrapper .title {
  border-bottom: 1px #064d67 solid;
  padding-bottom: 10px;
  font-weight: 600;
}

.enquiry_wrapper .enquiry {
  display: flex;
  position: relative;
  box-shadow: 4px 5px 22px 15px rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .enquiry_wrapper .enquiry {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .enquiry_wrapper .enquiry {
    flex-direction: column;
  }
}

.enquiry_wrapper .enquiry .svg-container {
  width: 35%;
  min-width: 100px;
  max-width: 400px;
  position: relative;
  margin-right: 5%;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .enquiry_wrapper .enquiry .svg-container {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .enquiry_wrapper .enquiry .svg-container {
    width: 100%;
    margin-right: 0;
  }
}

.enquiry_wrapper .enquiry .svg-container svg {
  width: 100%;
  opacity: 0;
}

.enquiry_wrapper .enquiry .svg-container .svg-absolute {
  position: absolute;
  height: 110%;
  top: -50px;
  left: 0;
}

.enquiry_wrapper .enquiry .svg-container .svg-absolute svg {
  opacity: 1;
}

.enquiry_wrapper .enquiry .content {
  width: 55%;
  margin-right: 5%;
  padding: 2rem 0;
}

@media only screen and (max-width: 768px) {
  .enquiry_wrapper .enquiry .content {
    width: calc(100% - 60px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .enquiry_wrapper .enquiry .content {
    width: calc(100% - 60px);
  }
}

.enquiry_wrapper .enquiry .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.enquiry_wrapper .enquiry .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.enquiry_wrapper .enquiry .icon-small-robin {
  position: absolute;
  top: -60px;
  right: 20px;
}

.git_cards_wrapper .git_cards .content h2 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.git_cards_wrapper .git_cards .content h2 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

.git_cards_wrapper .git_cards .card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper {
    width: 32%;
    max-width: 350px;
  }
}

@media only screen and (min-width: 768px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .git_cards_wrapper .git_cards .card-row .card-wrapper:nth-child(3n+2) {
    margin-right: 2%;
  }
}

.git_cards_wrapper .git_cards .card-row .card-wrapper p {
  margin-bottom: 0;
}

.git_cards_wrapper .git_cards .card-row .card-wrapper h4 {
  margin-bottom: 10px;
}

.git_cards_wrapper .git_cards .card-row .card-wrapper .img-container {
  padding: 2rem;
}

.git_cards_wrapper .git_cards .card-row .card-wrapper .card-content {
  padding: 0 2rem 2rem 2rem;
}

.event_details_wrapper .event_details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 3rem;
  background-color: white;
  border-radius: 10px;
  flex-wrap: wrap;
}

.event_details_wrapper .event_details .box_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 200px;
  padding: 1rem 1rem;
}

@media only screen and (max-width: 768px) {
  .event_details_wrapper .event_details .box_wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .event_details_wrapper .event_details .box_wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .event_details_wrapper .event_details .box_wrapper {
    width: 46%;
  }
}

@media only screen and (min-width: 1200px) {
  .event_details_wrapper .event_details .box_wrapper {
    width: 23.5%;
  }
}

.event_details_wrapper .event_details .box_wrapper p {
  margin-bottom: 0;
}

.event_details_wrapper .event_details .box_wrapper .svg-container {
  max-height: 55px;
  margin-bottom: 10px;
}

.event_details_wrapper .event_details .box_wrapper .svg-container svg {
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(4n+1), .event_details_wrapper .event_details .box_wrapper:nth-child(4n+2), .event_details_wrapper .event_details .box_wrapper:nth-child(4n+3) {
    padding-right: 1%;
    border-right: 1px solid #E3EEE4;
  }
}

@media only screen and (min-width: 1200px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(4n+2), .event_details_wrapper .event_details .box_wrapper:nth-child(4n+3), .event_details_wrapper .event_details .box_wrapper:nth-child(4n+4) {
    padding-left: 1%;
  }
}

@media only screen and (min-width: 768px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(2n+1) {
    padding-right: 1%;
  }
}

@media only screen and (min-width: 1200px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(2n+1) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(2n+2) {
    padding-left: 1%;
  }
}

@media only screen and (min-width: 1200px) {
  .event_details_wrapper .event_details .box_wrapper:nth-child(2n+2) {
    padding-left: 0;
  }
}

.form_wrapper .form {
  width: 90%;
  max-width: 700px;
  padding: 0 0.5rem;
  margin: 0 auto;
  position: relative;
}

.form_wrapper .form h5 {
  margin-bottom: 10px;
}

form input, form textarea {
  background-color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  form input, form textarea {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

form select {
  width: 100%;
}

textarea, input, select {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #939393;
  border-radius: 13px;
  padding: 10px;
}

textarea {
  padding: 20px 30px;
}

select {
  width: auto;
}

input[type=checkbox] {
  margin-bottom: 0;
}

input[type=submit] {
  background-color: #064d67;
  padding: 8px 15px;
  border-radius: 7px;
  border: solid 2px #064d67;
  color: white;
  display: inline-block;
  min-width: 155px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1rem;
  line-height: 27px;
  width: 155px;
}

input[type=submit]:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  text-decoration: none;
  border-bottom: solid 2px #064d67;
  color: #064d67;
}

.donation_amount_btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  text-decoration: none;
  border: solid 2px #124E68;
  color: #124E68;
  padding: 9px 15px;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 27px;
  width: 24%;
  margin: 1rem 2% 0 0%;
}

@media only screen and (max-width: 768px) {
  .donation_amount_btn {
    width: 84%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .donation_amount_btn {
    width: 84%;
  }
}

.donation_amount_btn:hover {
  background-color: #124E68;
  border: solid 2px #124E68;
  color: #fff;
}

#custom_donation_form input {
  margin-top: 1.5rem;
  width: 94%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#custom_donation_form input.input_donate {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  height: 50px;
  padding: 10px 50px 10px 20px;
  margin: 0px 0 0 0px;
  border: 2px #B82169 solid;
  border-radius: 5px;
  background-color: #B82169;
  overflow: hidden;
  font-weight: bold;
  width: 100%;
  min-width: 180px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url(/wp-content/themes/designdough/assets/images/svg/heart.svg);
  /*background-position: 85% 60%;*/
  background-position: 60% 60%;
  background-repeat: no-repeat;
  background-size: 30px;
}

@media only screen and (max-width: 768px) {
  #custom_donation_form input.input_donate {
    background-position: 70% 60%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #custom_donation_form input.input_donate {
    background-position: 70% 60%;
  }
}

#custom_donation_form input.input_donate:hover {
  background-position: 65% 60%;
  background-repeat: no-repeat;
  background-size: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .payment_logos.flex_wrap_justify {
    flex-direction: row;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .payment_logos.flex_wrap_justify {
    flex-direction: row;
  }
}

.payment_logos img {
  float: left;
  width: 60px;
  margin-top: 40px;
  margin-right: 20px;
}

.custom_donation_btns {
  float: left;
  width: 60px;
  margin-top: 10px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .custom_donation_btns {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .custom_donation_btns {
    margin-top: 0;
  }
}

.flex_wrap {
  width: 100%;
}

.flex_wrap_108 {
  width: 108%;
}

.flex_wrap_justify {
  width: 100%;
  justify-content: center;
}

.give-embed-form-wrapper {
  margin-top: 40px;
}

.featured_events_wrapper .featured_events .event-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.featured_events_wrapper .featured_events .event-row .page-wrapper {
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper:nth-child(2n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .featured_events_wrapper .featured_events .event-row .page-wrapper:nth-child(3n+2) {
    margin-right: 2%;
  }
}

.featured_events_wrapper .featured_events .event-row .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  width: 100%;
  text-align: center;
}

.featured_events_wrapper .featured_events .event-row .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.featured_events_wrapper .featured_events .event-row .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.featured_events_wrapper .featured_events .event-row .page-wrapper .content-container .date {
  display: flex;
  margin-bottom: 20px;
  font-weight: 700;
}

.featured_events_wrapper .featured_events .event-row .page-wrapper .content-container .date svg {
  margin-right: 10px;
}

.icon_layer_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .icon_layer_wrapper {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .icon_layer_wrapper {
    display: none;
  }
}

.icon_layer_wrapper .icon-left .icon-left-butterfly {
  position: absolute;
  left: 30px;
  top: 50px;
}

.icon_layer_wrapper .icon-left .icon-left-singing {
  position: absolute;
  left: 30px;
  top: 250px;
}

.icon_layer_wrapper .icon-left .icon-left-pebble {
  position: absolute;
  bottom: 200px;
  left: 30px;
}

.icon_layer_wrapper .icon-left .icon-left-branch {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.icon_layer_wrapper .icon-right .icon-right-butterfly {
  position: absolute;
  right: 30px;
  top: 50px;
}

.icon_layer_wrapper .icon-right .icon-right-singing {
  position: absolute;
  right: 30px;
  top: -40px;
}

.icon_layer_wrapper .icon-right .icon-right-pebble {
  position: absolute;
  right: 30px;
  bottom: 200px;
}

.icon_layer_wrapper .icon-right .icon-right-green-butterfly {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

.icon_layer_wrapper .icon-right .icon-right-hands-with-hearts {
  position: absolute;
  right: -30px;
  bottom: 0;
  max-width: 410px;
  opacity: 0.35;
}

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

.latest_news_wrapper .latest_news .news_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper {
    width: 100%;
  }
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+1) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 768px) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+1) {
    margin-right: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+1) {
    margin-right: none;
  }
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+2) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 768px) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+2) {
    margin-right: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .latest_news_wrapper .latest_news .news_flex .page-wrapper:nth-child(3n+2) {
    margin-right: none;
  }
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  width: 100%;
  text-align: center;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container .date {
  display: flex;
  margin-bottom: 20px;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container .date svg {
  margin-right: 15px;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container .title_link {
  display: block;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container .title_link svg {
  width: 7px;
  min-width: 7px;
}

.latest_news_wrapper .latest_news .news_flex .page-wrapper .content-container .title_link:hover svg {
  transform: translateX(5px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single_header_wrapper {
  padding-top: 3rem;
}

.single_header_wrapper .content-container .content {
  padding-right: 30px;
}

.single_header_wrapper .green-layer {
  background-color: #E3EEE4;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 2rem;
  margin-right: 10%;
  flex-wrap: wrap;
}

.single_header_wrapper .green-layer li {
  list-style-type: none;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 800;
}

.single_header_wrapper .green-layer li:last-child {
  padding-bottom: 0;
}

.single_header_wrapper .green-layer li:after {
  content: " | ";
  padding-left: 10px;
}

.single_header_wrapper .green-layer li:last-child::after {
  content: "";
}

.single_header_wrapper h1 {
  font-size: 50px;
  line-height: 63px;
}

.single_header_wrapper .img-container {
  aspect-ratio: 1 / 1;
}

.single_header_wrapper .img-container img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .single-post-wrapper .single-post {
    width: 70%;
    margin: 0 auto;
  }
}

.single-post-wrapper img {
  width: auto;
}

.blog_grid_wrapper .top-flex {
  padding-top: 7rem;
}

@media only screen and (max-width: 768px) {
  .blog_grid_wrapper .top-flex {
    padding-top: 2rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .blog_grid_wrapper .top-flex {
    padding-top: 2rem;
  }
}

.blog_grid_wrapper .top-flex .content {
  text-align: center;
  margin-bottom: 2rem;
}

.blog_grid_wrapper .top-flex .filter_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin: 2rem 0;
  color: white;
  background: #064d67;
  padding: 20px;
  border-radius: 10px;
}

.blog_grid_wrapper .top-flex .filter_wrapper ul, .blog_grid_wrapper .top-flex .filter_wrapper li, .blog_grid_wrapper .top-flex .filter_wrapper input, .blog_grid_wrapper .top-flex .filter_wrapper select, .blog_grid_wrapper .top-flex .filter_wrapper h4 {
  margin: 0 0 0 0;
  width: auto;
}

.blog_grid_wrapper .blog_grid {
  display: flex;
  flex-wrap: wrap;
}

.blog_grid_wrapper .blog_grid .page-wrapper {
  width: 31%;
  background-color: white;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  .blog_grid_wrapper .blog_grid .page-wrapper {
    width: 100%;
    box-shadow: unset;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .blog_grid_wrapper .blog_grid .page-wrapper {
    width: 100%;
    box-shadow: unset;
  }
}

.blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+1) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 768px) {
  .blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+1) {
    margin-right: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+1) {
    margin-right: none;
  }
}

.blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+2) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 768px) {
  .blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+2) {
    margin-right: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .blog_grid_wrapper .blog_grid .page-wrapper:nth-child(3n+2) {
    margin-right: none;
  }
}

.blog_grid_wrapper .blog_grid .page-wrapper .img-container {
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  width: 100%;
  text-align: center;
}

.blog_grid_wrapper .blog_grid .page-wrapper .img-container img {
  width: calc(100% - 12px);
  object-fit: cover;
  margin-top: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: 0px;
  height: 100%;
}

.blog_grid_wrapper .blog_grid .page-wrapper .content-container {
  padding: 2rem;
  position: relative;
}

.blog_grid_wrapper .blog_grid .page-wrapper .content-container .date {
  display: flex;
  margin-bottom: 20px;
}

.blog_grid_wrapper .blog_grid .page-wrapper .content-container .date svg {
  margin-right: 15px;
}

.blog_grid_wrapper .blog_grid .page-wrapper .content-container h4 {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 400;
}

.blog_grid_wrapper .blog_grid .page-wrapper .content-container h4 strong {
  font-family: "VAG Rounded LT W01 Bold", "Nunito", Verdana, sans serif;
  font-weight: 800;
}

h2.news_title {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

h3.news_title {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

h4.news_title {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
  font-weight: 500;
}

.featured_news_slider_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -50px;
  left: 10px;
  height: auto;
}

.featured_news_slider_wrapper .slick-dots li {
  margin: 0px 10px;
}

@media only screen and (max-width: 768px) {
  .featured_news_slider_wrapper .slick-dots li {
    margin: 0px 4px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_news_slider_wrapper .slick-dots li {
    margin: 0px 4px;
  }
}

.featured_news_slider_wrapper .slick-dots li button {
  border-color: #5cacaa;
  width: 100%;
  transition: 0.1s ease-in-out;
}

.featured_news_slider_wrapper .slick-dots li.slick-active button {
  background-color: #5cacaa !important;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper {
  position: relative;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .slick-slide {
  margin-right: 5px;
  height: auto;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item {
  display: flex !important;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item {
    flex-wrap: wrap;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item {
    flex-wrap: wrap;
  }
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container {
  width: 45%;
  aspect-ratio: 16 / 10;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container img {
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container {
    width: 100%;
  }
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container img {
    border-top-right-radius: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container {
    width: 100%;
  }
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container img {
    border-top-right-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container img {
    border-bottom-left-radius: 10px;
  }
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container {
  width: 55%;
  padding: 2rem 2rem 2rem 4rem;
}

@media only screen and (max-width: 768px) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container {
    width: 100%;
    padding: 1.5rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container {
    width: 100%;
    padding: 1.5rem;
  }
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer p {
  margin-bottom: 0;
  padding-right: 15px;
  white-space: nowrap;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer p:first-child {
  padding-right: 30px;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer p:after {
  content: " | ";
  padding-left: 10px;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer p:first-child::after, .featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .green-layer p:last-child::after {
  content: "";
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .date {
  margin-bottom: 2rem;
  position: relative;
}

.featured_news_slider_wrapper .featured_news_slider .news_slider_wrapper .featured_news_item .content-container .date .calendar {
  position: relative;
  top: 5px;
}

.shop-intro-wrapper {
  padding-top: 60px;
}

.shop-intro-wrapper h2 {
  font-size: 130px;
  line-height: 145px;
}

@media only screen and (max-width: 768px) {
  .shop-intro-wrapper h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .shop-intro-wrapper h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

.product_header {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

div.single-product {
  padding-top: 70px;
}

div.single-product .breadcrumb {
  display: none;
}

div.single-product .news_title {
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  div.single-product .news_title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  div.single-product .news_title {
    font-size: 36px;
    line-height: 42px;
  }
}

div.single-product .price {
  color: #064d67;
  font-weight: 300;
  margin-bottom: 30px;
}

.single-product {
  color: #064d67;
}

.single-post-wrapper .pad_title {
  padding: 30px 0 40px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #a1af13;
  font-weight: bold;
}

.woocommerce .quantity .qty {
  font-size: 20px;
}

.flex-viewport {
  margin-bottom: 60px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 50px;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  color: #064d67;
  border: solid 2px #064d67;
  z-index: 50;
  font-weight: 400;
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 30px;
}

.product_meta {
  margin-bottom: 20px;
}

.woocommerce div.product .price_wrap h4 {
  font-size: 34px;
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 10px;
}

.woocommerce div.product .price_wrap p.price {
  font-size: 34px;
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 0;
}

.related_title {
  border-bottom: 1px solid white;
  margin: 50px 0;
  padding-bottom: 20px;
}

.up-sells ul li.product, .woocommerce ul li.product {
  list-style-type: none;
  width: 31%;
  margin: 0 1% 20px 0;
  float: left;
  text-align: left;
}

.up-sells ul li.product:nth-child(3n+1), .woocommerce ul li.product:nth-child(3n+1) {
  clear: both;
}

.up-sells ul li.product:nth-child(3n+3), .woocommerce ul li.product:nth-child(3n+3) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .up-sells ul li.product, .woocommerce ul li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .up-sells ul li.product, .woocommerce ul li.product {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.up-sells ul li.product a:after, .woocommerce ul li.product a:after {
  width: 0;
}

.up-sells ul li.product .shop_item, .woocommerce ul li.product .shop_item {
  margin-bottom: 20px;
}

.up-sells ul li.product .shop_item img, .woocommerce ul li.product .shop_item img {
  min-height: 310px;
  object-fit: cover;
}

.up-sells ul li.product .shop_title_price, .woocommerce ul li.product .shop_title_price {
  margin: 13px 0;
}

.up-sells ul li.product .shop_title_price p, .woocommerce ul li.product .shop_title_price p {
  font-weight: normal;
}

.up-sells ul li.product .shop_item_content, .woocommerce ul li.product .shop_item_content {
  padding: 0 5px;
}

.up-sells ul li.product .shop_item_content h4, .up-sells ul li.product .shop_item_content p, .woocommerce ul li.product .shop_item_content h4, .woocommerce ul li.product .shop_item_content p {
  margin-bottom: 0;
}

.up-sells ul li.product .shop_item_content .btn_default, .woocommerce ul li.product .shop_item_content .btn_default {
  color: #064d67;
}

.up-sells ul li.product .shop_item_content .btn_default:hover, .woocommerce ul li.product .shop_item_content .btn_default:hover {
  color: white;
}

.up-sells ul li.product .mt-1, .woocommerce ul li.product .mt-1 {
  display: none;
}

.up-sells ul li.product .category, .woocommerce ul li.product .category {
  background-color: #E3EEE4;
  padding: 3px 5px;
}

.product_box {
  background-color: white;
  border-radius: 12px;
  box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.05);
  color: #064d67;
}

.product_box a {
  color: #064d67;
}

.product_box .box_wrap {
  padding: 10px;
}

.product_box .shop_title_price {
  display: flex;
  align-items: center;
}

.product_box .shop_title_price p {
  margin-bottom: 0;
}

.product_box .shop_title_price svg {
  margin-right: 5px;
}

.product_box .shop_item {
  aspect-ratio: 4 / 3;
}

.product_box .shop_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product_box {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .product_box {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .product_box {
    width: 100% !important;
  }
}

.product_box a:after {
  clear: both;
  width: 0;
}

.product_box a .text {
  width: 100%;
}

.product_box a .text .prod_title {
  margin: 10px 0 5px 0;
}

.product_box a .button {
  width: 190px;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  margin-top: 0px;
  color: white;
  border: solid 2px white;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.product_box a:hover .button {
  color: #3E3E3E;
  background-color: white;
}

.woocommerce table.shop_table {
  padding-top: 40px;
}

.woocommerce table.shop_table a:after {
  width: 0;
}

.woocommerce table.shop_table.shop_table_responsive td img {
  width: 140px;
  margin: 20px 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
  width: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: white;
  color: #064d67;
}

.woocommerce a.button {
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  color: white;
  border: solid 2px #064d67;
  z-index: 50;
  background-color: #064d67;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-weight: 400;
}

.woocommerce a.button:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  color: #064d67;
  text-decoration: none;
}

.woocommerce button.button {
  font-weight: normal;
  color: #064d67 !important;
  border-radius: 12px;
  background-color: white;
  border: 2px solid #064d67;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce button.button:after {
  width: 0;
}

.woocommerce button.button:hover {
  background-color: #064d67;
  color: white !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-cart-form__cart-item {
  border-bottom: 1px soild white;
}

.woocommerce a.button.alt {
  width: 300px;
  float: right;
  font-weight: normal;
  color: #064d67;
  border-radius: 12px;
  background-color: white;
  border: solid 1px #064d67;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce a.button.alt:after {
  width: 0;
}

.woocommerce a.button.alt:hover {
  background-color: #064d67;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .woocommerce a.button.alt {
    width: 80%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .woocommerce a.button.alt {
    width: 80%;
  }
}

.woocommerce-notices-wrapper {
  padding-top: 40px;
}

.woocommerce-info a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-info a:after {
  width: 0;
}

.woocommerce-info a:hover {
  background-color: #3E3E3E;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: 12px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 50px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: white;
}

.cart-account {
  margin-left: 30px;
  float: left;
  position: relative;
}

.woocommerce .return-to-shop {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: white !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #064d67 !important;
}

@media screen and (min-width: 825px) {
  .cart-account {
    margin-top: 5px;
    float: none;
  }
}

.cart-account a {
  position: relative;
}

.cart-account a:after {
  width: 0 !important;
}

.cart-account a:hover span {
  opacity: 1;
  transition: .3s;
}

.cart-account a span {
  color: #f8f8f8;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  opacity: 1;
  transition: .3s;
}

@media screen and (min-width: 825px) {
  .cart-account a span {
    position: absolute;
    font-size: 9px;
    opacity: 0;
  }
}

.cart-account a span.acc_hover {
  bottom: 8px;
  left: 8px;
}

@media screen and (min-width: 825px) {
  .cart-account a span.acc_hover {
    bottom: -12px;
    left: -10px;
  }
}

.cart-account a span.log_hover {
  bottom: 8px;
  left: 8px;
}

@media screen and (min-width: 825px) {
  .cart-account a span.log_hover {
    bottom: -12px;
    left: -22px;
  }
}

.cart-account a span.wish_hover {
  bottom: 8px;
  left: 8px;
}

@media screen and (min-width: 825px) {
  .cart-account a span.wish_hover {
    bottom: -12px;
    left: -8px;
  }
}

.cart-account a span.bag_hover {
  bottom: 8px;
  left: 8px;
}

@media screen and (min-width: 825px) {
  .cart-account a span.bag_hover {
    bottom: -12px;
    left: 2px;
  }
}

.cart-account .items {
  background-color: green;
  color: white;
  border-radius: 9999px;
  position: absolute;
  top: -9px;
  right: -8px;
  font-size: 11px;
  height: 18px;
  width: 18px;
  padding: 4px 3px 4px 6px;
}

.woocommerce .woocommerce-MyAccount-navigation {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  width: 0;
}

.woocommerce-product-details__short-description li, .woocommerce-product-details__short-description ul {
  font-family: "VAG Rounded LT W01 Light", "Nunito", Verdana, sans serif;
}

.woocommerce .woocommerce-MyAccount-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-MyAccount-content .dash_button {
  display: block;
  padding-top: 1rem;
}

.woocommerce .woocommerce-MyAccount-content .dash_button a {
  font-weight: normal;
  color: #3E3E3E;
  border-radius: 12px;
  background-color: white;
  border: 2px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce .woocommerce-MyAccount-content .dash_button a:after {
  width: 0;
}

.woocommerce .woocommerce-MyAccount-content .dash_button a:hover {
  background-color: #3E3E3E;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 825px) {
  .woocommerce .woocommerce-MyAccount-content .dash_button a {
    margin-bottom: 0px;
    display: inline-block;
    padding: 15px 25px;
    margin-right: 15px;
  }
}

.woocommerce .woocommerce-MyAccount-content p {
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin-bottom: 1rem;
}

.posted_in a:after {
  width: 0;
}

.woocommerce ul {
  clear: both;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0.5rem 0;
}

.woocommerce div.product div.summary div.summary {
  width: 100%;
}

.product_meta {
  margin: 40px 0;
}

.cart .btn_default {
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  color: #064d67;
  border: solid 2px #064d67;
  z-index: 50;
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-weight: 700;
}

.cart .btn_default:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #064d67;
  color: #064d67;
  text-decoration: none;
}

.cart .btn_default p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.cart .btn_default:hover {
  color: white;
}

.cart .btn_default:hover .cover {
  background-color: white;
}

.woocommerce-info {
  border-top-color: transparent;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce .product-content {
  max-width: 900px;
}

.entry-summary .primary-font {
  margin-bottom: 5px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"] {
  float: left;
  width: 30px;
  margin-right: 10px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  float: left;
}

.single-product .product_cat-events .related {
  display: none;
}

.single-product .product_cat-events .entry-summary form.cart p.primary-font {
  display: none;
}

.single-product .product_cat-events .entry-summary form.cart .quantity {
  display: none;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper .woocommerce-multicheckbox-wrapper label {
  position: relative;
  margin-left: 20px;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper .woocommerce-multicheckbox-wrapper label.additional_preferences {
  margin-left: 0px;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper .woocommerce-multicheckbox-wrapper label input {
  position: absolute;
  left: -20px;
  width: 15px;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper {
  position: relative;
  padding-top: 30px;
  display: block;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper .post_move {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 350px;
  left: -3px;
}

.thwcfd-field-wrapper .woocommerce-input-wrapper .checkbox .input-checkbox {
  width: 15px;
}
