/* @import url(https://use.typekit.net/cwz2xdo.css); */
@import url("https://use.typekit.net/uhl7zaw.css");
@font-face {
  font-family: Futura;
  src: url(../webfonts/FuturaPTBook.otf);
  font-display: swap;
}
@font-face {
  font-family: FuturaMed;
  src: url(../webfonts/Futura/FuturaPTMedium.otf);
  font-display: swap;
}
@font-face {
  font-family: FuturaBold;
  src: url(../webfonts/Futura/FuturaPTBold.otf);
  font-display: swap;
} 


:root {
  --headline-font: bebas-neue-pro, sans-serif; 
  --body-font:Futura, sans-serif;
  --futuraPT:futura-pt, sans-serif;
  --myriad-font: "myriad-pro", sans-serif;
  --secondary-color:#00abd8;
  --secondary-light:#00b4e5;
  --primary-color:#e67000;
  --dark-color:#292929;
  --ease:cubic-bezier(.22,.6,.36,1);
}


/*! ---------------------------------------------------------
	
	* VARIABLES
	
------------------------------------------------------------*/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} /*! ---------------------------------------------------------
	
	* BASE
	
------------------------------------------------------------*/
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  body,
  html {
    font-size: 13px;
  }
}
body {
  position: relative;
  height: 100%;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body > form {
  overflow-x: hidden;
}
h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08333;
  margin: 0 0 0.01563em 0;
}
.content-area h2 {
  margin-top: 3rem;
}
h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height:1;
  margin: 0 0 0.01974em 0;
}
h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  margin: 0 0 0.02885em 0;
}
h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  margin: 0 0 0.03409em 0;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin: 0 0 0.04167em 0;
}
p {
  margin: 0 0 1.5rem;
}
blockquote,
ol,
pre,
table,
ul {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
b,
code,
em,
small,
strong {
  line-height: 1;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
main div.container {
  margin-bottom: 0 !important;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #00f;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
a:hover {
  color: #0000e6;
  text-decoration: none;
}
hr {
  display: block;
  height: 1px;
  width: 25%;
  border: 0;
  border-top: 1px solid #fff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
pre {
  background: #e6e6e6;
  padding: 10px 15px;
}
.content-area h2 {
  margin: 3rem 0 2rem;
  color:var(--secondary-color);
}
.content-area h3 {
  margin: 2rem 0 1rem;
}
.content-area img {
  max-width: 100%;
  height: auto;
}

#dnn_Row_7_Full.content-area h2:first-of-type {margin-top:0}
/*! ---------------------------------------------------------
	
	* Filename:			  bootsrap.scss
	* Description: 		Imports bootstrap styles from node_modules
	
------------------------------------------------------------ */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
} /*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-star:before {
  content: "\f005";
}
.fa-times:before {
  content: "\f00d";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro";
}
.fa,
.fas {
  font-weight: 900;
} /*! ---------------------------------------------------------
	
	* COMPONENTS
	
------------------------------------------------------------*/
.banner-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: none;
}
.button.button--primary {
  background: #00abd8;
  color: #fff;
}
.button.button--secondary {
  background: #9e2065;
  color: #fff;
}
.footer {
  background:#e5e5e5;
}
.footer .footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .footer .footer-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-column .list {
  padding-left: 1.2rem;
}
.footer .footer-column .list.list--inline li {
  display: inline-block;
}
.footer .footer-column .list.list--col-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.footer .footer-column .list.list--col-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.footer .footer-column .logo img {
  max-width: 100%;
}
.footer .footer-column .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-copyright-bar {
  padding: 1rem 0;
  background: #56565b;
}
.footer-copyright-bar .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-copyright-bar .col-12 .left,
.footer-copyright-bar .col-12 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyright-bar .col-12 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copyright-bar .col-12 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.footer-copyright-bar .col-12 ul li a,
.footer-copyright-bar .col-12 ul li span {
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.footer-copyright-bar .col-12 ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-copyright-bar .col-12 ul.social li {
  margin: 0 0.25rem;
}
.footer-copyright-bar .col-12 ul.social li:last-of-type {
  margin-right: 0;
}
.footer-copyright-bar .col-12 ul.links li {
  margin: 0 0.25rem;
}
.footer-copyright-bar .col-12 ul.links li:last-of-type {
  margin-right: 0;
}
.footer-copyright-bar .col-12 ul.powered li {
  margin: 0 0.25rem;
}
@media screen and (max-width: 1199px) {
  .grid.grid-1x3-b .cards .card:nth-of-type(1) .action {
    left: -1rem;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(2) .action {
    right: -1rem;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(3) .action {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .grid.grid-1x3-b .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.grid-1x3-b .cards .card {
    width: 100%;
    padding-top: 55%;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(2) {
    margin: 2rem 0;
  }
  .grid.grid-1x3-b .cards .card .action {
    background: #5a5a5a;
  }
  .grid.grid-1x3-b .cards .card .action span {
    opacity: 1;
    max-height: 100px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .grid.grid-1x3-b .cards .card {
    padding-top: 65%;
  }
  .grid.grid-1x3-b .cards .card .action {
    top: 50% !important;
    width: 160px;
    height: 160px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(3) {
    background-position: 100% 22%;
  }
}
.header {
  z-index: 100;
  box-sizing: border-box;
}
.header.is-sticky.notification-banner.notification-banner--relative {
  top: 0 !important;
}
.menu.menu--desktop ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu.menu--desktop ul li[data-depth="0"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu.menu--desktop ul li[data-depth="0"]:last-of-type {margin-right:0;align-items:end;}
.menu.menu--desktop ul li[data-depth="0"] a {
  color: #fff;
}
.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"] {
  display: block;
  -webkit-animation: slide-in-bottom 0.3s ease-in-out forwards;
  animation: slide-in-bottom 0.3s ease-in-out forwards;
}
.menu.menu--desktop ul li[data-depth="0"] .icon {
  margin-left: 4px;
  font-size: inherit;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  padding: 0;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].display-left {
  right: 0;
  left: initial;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li {
  position: relative;
  margin: 0;
}
.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li:hover
  ul[data-depth="1"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide-in-bottom 0.3s ease-in-out forwards;
  animation: slide-in-bottom 0.3s ease-in-out forwards;
}
.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li
  ul[data-depth="1"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background: #fff;
}
.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li
  ul[data-depth="1"].display-left {
  right: initial;
  left: -100%;
}
.menu.menu--desktop ul li[data-depth="1"] a {
  color: #000;
}
.menu.menu--desktop ul li:last-of-type ul {
  right: 0;
  left: initial;
}
.menu.menu--mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  padding: 10px;
  background: #fff;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: -6px 0 12px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
}
.menu.menu--mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu.menu--mobile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.menu.menu--mobile ul li {
  position: relative;
  margin: 0;
}
.menu.menu--mobile ul li a {
  font-size: 0.9375rem;
}
.menu.menu--mobile ul li .icon {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu.menu--mobile ul li .icon.active {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
.menu.menu--mobile ul li ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  padding-left: 1rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu.menu--mobile ul li ul.active {
  opacity: 1;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  margin: 0 5px;
}
.menu ul li a {
  display: block;
  padding: 10px;
  color: #282828;
  font-size: 0.875rem;
  font-weight: 700;
}
.mobile__toggle {
  text-align: right;
  font-size: 1.5rem;
  cursor: pointer;
}
.mobile__toggle.mobile__toggle--mobile {
  padding: 20px 20px 0 0;
  margin-bottom: 20px;
}
body.dnnEditState .notification-banner {
  position: relative !important;
}
.notification-banner {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  background: grey;
  padding: 1.5rem 0;
  color: #fff;
  text-align: center;
  -webkit-animation: slide-in-bottom 0.6s ease-in-out 1s forwards;
  animation: slide-in-bottom 0.6s ease-in-out 1s forwards;
}
@media screen and (max-width: 767px) {
  .notification-banner {
    padding-top: 2.5rem;
  }
}
.notification-banner.notification-banner--top[data-sticky="true"] {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.notification-banner.notification-banner--bottom[data-sticky] {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}
.notification-banner [data-banner-close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.notification-banner p:last-of-type {
  margin-bottom: 0;
}
.inner-banner {
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .container,
.inner-banner .container > .row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 400px;
  }
}
.uvp {
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background: #f0f0f0;
  list-style: none;
}
.uvp li {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #349df3;
}
.uvp li span {
  color: #000;
  font-size: 1rem;
} /*! ---------------------------------------------------------
	
	* Filename:			  back-to-top.scss
	* Description: 		Sets styles for back-to-top button
	
------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 20;
  bottom: 30px;
  right: 30px;
  background: 0 0;
  border: none;
  outline: 0 !important;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top.is-active {
  pointer-events: initial;
  opacity: 1;
}
.back-to-top i {
  font-size: 2.5rem;
  cursor: pointer;
} /*! ---------------------------------------------------------
	
	* CLEAN ACCORDION
	
------------------------------------------------------------*/
[data-accordion-group] [data-accordion] [data-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}
[data-accordion-group] {
  margin-bottom: 1.5rem;
}
[data-accordion-group] [data-accordion] {
  margin-bottom: 5px;
}
[data-accordion-group] [data-accordion]:last-of-type {
  margin: 0;
}
[data-accordion] [data-control] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: grey;
  color: #fff;
}
[data-accordion] [data-control]::before {
  margin-right: 0.5rem;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
[data-accordion].open > [data-control]::before {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
[data-accordion-group].read-more {
  margin-bottom: 1.5rem;
}
[data-accordion-group].read-more > [data-accordion] > [data-control] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
[data-accordion-group].read-more > [data-accordion] > [data-control]::before {
  display: none;
} /*! ---------------------------------------------------------
	
	* CLEAN BACKGROUND VIDEO
	
------------------------------------------------------------*/
body[data-background-video] {
  height: 100vh;
  margin: 0;
}
.clean-background-video {
  height: 500px;
}
[data-background-video] {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
[data-background-video] video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
[data-background-video] video.background-video-loaded {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  [data-background-video] video,
  body[data-background-video] video {
    display: none;
  }
} /*! ---------------------------------------------------------
	
	* CLEAN TABS
	
------------------------------------------------------------*/
[data-tab-group] {
  margin-bottom: 5rem;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  [data-tab-group] {
    display: none;
  }
}
[data-tab-group] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-tab-group] [data-button].open {
  background: red;
}
[data-tab-group] [data-content] {
  display: none;
}
[data-tab-group] [data-content].open {
  display: block;
}
[data-accordion-tab-group] {
  display: none;
}
@media screen and (max-width: 767px) {
  [data-accordion-tab-group] {
    display: block;
  }
}
[data-accordion-tab-group] [data-accordion] [data-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}
[data-accordion-tab-group]
  [data-accordion]
  [data-content]
  .wrapper
  > :first-of-type {
  margin-top: 0;
}
[data-accordion-tab-group]
  [data-accordion]
  [data-content]
  .wrapper
  > :last-of-type {
  margin-bottom: 0;
} /*! ---------------------------------------------------------
	
	* FLICKITY
	
------------------------------------------------------------*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display:none;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity .carousel-cell {
  width: 33.333333333%;
  height: 200px;
  margin: 0;
  padding: 0 5px;
}
.flickity .carousel-cell > img {
  width: 100%;
}
.flickity .flickity-button::after {
  position: absolute;
  content: "x";
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
}
.flickity .flickity-button.next::after {
  content: "\f054";
}
.flickity .flickity-button.previous::after {
  content: "\f054";
}
.flickity .flickity-button svg {
  display: none;
} /*! ---------------------------------------------------------
	
	* Filename:			  fslightbox.scss
	* Description: 		Sets styles for fslightbox
	
------------------------------------------------------------*/
html.fslightbox-open {
  overflow: initial;
}
.fslightbox-fade-in-strong iframe {
  display: block !important;
}
.fslightbox-source {
  display: block !important;
  height: auto !important;
  max-width: 900px;
} /*! ---------------------------------------------------------
	
	* Filename:			  lazyload.scss
	* Description: 		Sets styles for lazyload.js.
	
------------------------------------------------------------*/
.lazyload,
.utm-form {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.loaded {
  opacity: 1;
}
.lazyload[data-was-processed="true"] {
  opacity: 1;
} /*!
* DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
* Add all custom styles below.
*/
.header.header--1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: grey;
  -webkit-animation: fade-in 0.5s ease;
  animation: fade-in 0.5s ease;
}
.header.header--1.is-sticky {
  position: fixed;
  -webkit-animation: fade-in-top 0.5s ease;
  animation: fade-in-top 0.5s ease;
}
@media screen and (max-width: 991px) {
  .header.header--1.is-sticky .logo {
    display: none;
  }
}
.header.header--1.is-sticky .right .top {
  display: none;
}
@media screen and (max-width: 991px) {
  .header.header--1 .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header.header--1 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header.header--1 .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.header--1 .right .top .top-left {
  width: 30%;
}
.header.header--1 .right .top .top-left .content .button {
  width: 100%;
}
.header.header--1 .right .top .top-right {
  width: 69%;
  background: #00abd8;
}
.header.header--1 .right .top .top-right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.header--1 .right .top .top-right .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header.header--1 .right .bottom {
  display: block;
}
.header.header--1 .mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.header--1 .mobile .button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.dnnEditState .header.header--1 {
  position: relative !important;
}
form[action*="/Admin"] .header.header--1,
form[action*="/admin"] .header.header--1,
form[action="/Login?returnurl=%2fadmin"] .header.header--1 {
  position: relative !important;
}
.header.header--1 {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0 0;
  z-index: 1000;
}
.header.header--1.is-sticky {
  margin-top: 0;
}
.header.header--1 .right .top .top-left .content .button {
  background: #e67000;
  padding: 7px;
}
.header.header--1 .right .top .top-right .content {
  background: #16b9e5;
  position: relative;
  padding-left: 15px;
}
.header.header--1 .right .top .top-right .content:after {
  content: "";
  position: absolute;
  right: -3000px;
  width: 3000px;
  top: 0;
  bottom: 0;
  background: #16b9e5;
}
.header.header--1 .right .top .top-right .content li {
  padding: 6px 5px;
}
.header.header--1 .right .top .top-right .content li,
.header.header--1 .right .top .top-right .content li a {
  font-size: 1.301875rem;
  color: #fff;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.header.header--1 .right .top .top-right .content a {
  color: #000;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 1.301875rem;
  letter-spacing: 0.8px;
}
.header.header--1 .right .top .top-right .content a:hover {color:var(--dark-color)}
.menu.menu--desktop ul li[data-depth="0"] a {
  color: #000;
  font-size: 1.25rem;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.menu.menu--desktop ul li.parent:first-child > a {
  padding-left: 0;
}
.menu.menu--desktop ul {
  width: 100%;
}
.menu.menu--mobile ul li a {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
.menu.menu--mobile ul li li a {
  color: #017c9e;
  font-size: 1.125rem;
  padding: 5px;
}
.menu.menu--mobile ul li .icon {
  top: 9px;
}
.header.header--1 .mobile {
  margin-top: 2px;
}
.header.header--1 .mobile .button {
  font-size: 1rem;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] {
  border-top: 2px solid #00b4e5;
}
.menu.menu--desktop ul li[data-depth="1"] {
  border-bottom: 1px solid #1f1f1f;
}
.menu.menu--desktop ul li[data-depth="1"]:first-child a {
  padding-left: 10px;
}
.menu.menu--desktop ul li[data-depth="1"] a {
  font-size: 0.9375rem;
  color: #00b4e5;
}
.header.header--1 .mobile {
  background: #14b8e5;
}
.mobile__toggle {
  color: #fff;
}
.mobile__toggle.mobile__toggle--mobile {
  color: #000;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li:last-child {
  border-bottom: 0;
}
.header.header--1 .logo img {
  width: 179px;
  position: relative;
  top: -7px;
}
.menu.menu--desktop ul li[data-depth="0"] > a {
  padding: 5px 0 5px;
}
.header.header--1 .right .top .top-right .content a .fas {
  font-size: 1rem;
  margin-right: 5px;
}
.header.header--1.is-sticky {
  background: #fff;
  box-shadow: 0 -5px 10px 5px #000;
  padding-top: 0;
}
.header.header--1 .right .top .top-left {
  width: 39%;
}
.header.header--1 .right .top .top-right {
  width: 59%;
}
.header.header--1.is-sticky .logo img {
  width: 100px;
  top: 2px;
  padding: 5px 0;
}
.menu.menu--mobile {
  z-index: 10000;
}
.header.header--1 .right .top .top-left .content .button:hover {
  background: #cf6400;
}
.header.header--1 .right .top .top-right .content li a:hover {
  color: #000;
}
.menu.menu--desktop ul li[data-depth="0"] a:hover {
  color: #20b8e2;
}
.menu.menu--desktop ul li[data-depth="1"] a:hover {
  color: #000;
}
@media screen and (max-width: 1150px) {
  .menu.menu--desktop ul li[data-depth="0"] > a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .header.header--1 .right .top .top-right .content a,
  .header.header--1 .right .top .top-right .content li,
  .header.header--1 .right .top .top-right .content li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1050px) {
  .menu.menu--desktop ul li[data-depth="0"] > a {
    font-size: 1rem;
  }
}

@media screen and (min-width:991px) {
  .header.header--1 {margin-top:45px}
}
@media screen and (max-width: 992px) {
  .header.header--1 .logo img {
    top: 0;
  }
  .header.header--1 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header.header--1 .mobile .button {
    font-size: 0.875rem;
  }
}
.notification-banner {
  z-index: 999;
  background: #595959;
  position: relative;
  padding: 1rem 0;
}
.banner {
  position: relative;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .banner-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .banner {
    height: 500px;
  }
}
.banner-area.banner-area--1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  text-align: center;
}
.banner-area.banner-area--1 .banner-area__title {
  color: #fff;
}
.banner-area.banner-area--1 .banner-area__text {
  color: #fff;

}
.banner {
  height: 650px;
  margin-bottom:2.75rem
}
.banner-area.banner-area--1 {
  top: 48%;
}
.banner-image img {
  object-position: bottom;
}
.banner-area.banner-area--1 .banner-area__title {
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 5rem;
  letter-spacing:2px;
  text-shadow: 0px 10px 20px rgba(0,0,0,1);
}
.banner-area.banner-area--1 .banner-area__text {
  font-size: 22px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
  line-height:1;
  max-width:800px;
  margin-inline:auto;
  position:relative;
  text-wrap:balance
}
.banner-area.banner-area--1 .banner-area__text span {
  display: block;

}

.banner-area.banner-area--1 .review-callout {text-align:center;color:#fff;justify-content:center;flex-direction:column;align-items:center;width:fit-content;margin-inline:auto;transition:all .3s ease-in-out;}
.banner-area.banner-area--1 .review-callout img {position:relative;left:-.5rem;transition:all .4s ease-in-out}

.banner-area.banner-area--1 .review-callout:hover img {filter:brightness(300%)}
.banner-area.banner-area--1 .review-callout:hover span {
color:var(--secondary-color);
}
.banner-area.banner-area--1 .review-callout__text {font-size:1.15rem;font-family:var(--body-font);position:relative;top:-.5rem;transition:all .3s ease-in-out;}
.banner-area.banner-area--1 .banner-area__buttons {
  margin-block:1rem 1.5rem;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:15px;
}
@media screen and (max-width: 992px) {
  .banner-area.banner-area--1 .banner-area__text span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .banner-area.banner-area--1 .banner-area__title {
    font-size: 3.2rem;
  }
  .banner-area.banner-area--1 .banner-area__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-area.banner-area--1 .banner-area__title {
    font-size: 2.5rem;
  }
  .banner-area.banner-area--1 .banner-area__text {
    font-size: 1rem;
  }
}
.slider.slider-1-full-new {
  padding: 1rem 0 1.5rem;
  margin-bottom:3.5rem
}

.slider.slider-1-full-new.events-slider {margin:100px 0}
.slider.slider-1-full-new .title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.slider.slider-1-full-new .flickity {
  margin-bottom: 2rem;
}
.slider.slider-1-full-new .flickity .carousel-cell {
  width: 20%;
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 767px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 100%;
  }
}
.slider.slider-1-full-new .buttons {
  text-align: center;
}
.slider.slider-1-full-new .flickity {
  height: 100px;
  overflow-y: hidden;
}
.slider.slider-1-full-new.events-slider .flickity {
  height: 450px;
}
.flickity.slider.slider-1-full-new {
  margin: 50px 0;
  text-align: center;
  background: transparent;
}
.slider.slider-1-full-new .title {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 2.083125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.slider.slider-1-full-new .flickity-prev-next-button.next {
  right: 20px;
}
.slider.slider-1-full-new .flickity-prev-next-button.previous {
  left: 20px;
}
.flickity .carousel-cell {
  display: flex;
  align-items: center;
  height: 150px;
  flex-direction: column;
}
.slider.slider-1-full-new .flickity .carousel-cell {
  width: 100%;
  height: 100px !important;
  padding: 0 20%;
  overflow: hidden;
}
.slider.slider-1-full-new.events-slider .flickity .carousel-cell {
  height:450px!important;
}
.flickity .carousel-cell.flickity-page-dots {
  display: none;
}
.flickity .flickity-button {
  font-weight: 700;
  color: #cbcbcb;
  font-size: 40px;
  background: 0 0;
}
.flickity .flickity-button.next::after {
  content: "\f0da";
}
.flickity .flickity-button.previous::after {
  content: "\f0d9";
}
.slider.slider-1-full-new .flickity {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .slider.slider-1-full-new .flickity .carousel-cell a img {
    max-width: 100%;
    height: auto;
  }
  .slider.slider-1-full-new .flickity .carousel-cell {
    padding: 0;
  }
  .slider.slider-1-full-new .flickity .flickity-button {
    color: #e67000;
    text-shadow: 0 0 1px #000;
  }
}
@media screen and (max-width: 767px) {
  .flickity-prev-next-button.previous {
    left: 20px;
  }
  .flickity-prev-next-button.next {
    right: 20px;
  }
  .slider.slider-1-full-new .flickity-prev-next-button.previous {
    left: 0;
    top: 40px;
  }
  .slider.slider-1-full-new .flickity-prev-next-button.next {
    right: 0;
    top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .slider.slider-1-full-new .flickity-prev-next-button.previous {
    top: 20px;
  }
  .slider.slider-1-full-new .flickity-prev-next-button.next {
    top: 20px;
  }
  .slider.slider-1-full-new .flickity,
  .slider.slider-1-full-new .flickity .carousel-cell {
    height: 50px !important;
  }
}
.grid.grid-1x3--1 .grid__item {
  position: relative;
  height: 500px;
}
.grid.grid-1x3--1 .grid__item:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.grid.grid-1x3--1 .grid__item:hover .item__content .content__hover {
  max-height: 200px;
  opacity: 1;
}
.grid.grid-1x3--1 .grid__item::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid.grid-1x3--1 .grid__item .item__image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid.grid-1x3--1 .grid__item .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid.grid-1x3--1 .grid__item .item__content .content__title {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid.grid-1x3--1 .grid__item .item__content .content__hover {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.grid.grid-1x3--1 .grid__item .item__content .content__hover .hover__text {
  color: #fff;
  text-align: center;
}
.grid.grid-1x3--1 .grid__item .item__content .button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid.grid-1x3--1 .px-0 {
  padding: 0;
}
.grid.grid-1x3--1 .grid__item {
  height: 300px;
}
.grid.grid-1x3--1 .grid__item .item__content .content__title {
  font-size: 2.083125rem;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
}
.grid.grid-1x3--1 .grid__item .item__content .button.button--secondary {
  color: #fff;
  border-color: #fff;
  border-bottom: 0;
  font-size: 1.041875rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.grid.grid-1x3--1 .grid__item::after {
  background: rgba(90, 90, 90, 0.6);
}
.grid.grid-1x3--1 .grid__item:hover::after {
  background: rgba(32, 184, 226, 0.7);
}
.grid.grid-1x3--1 .grid__item:hover .item__content .button.button--secondary {
  border-bottom: 2px solid;
}
.grid.grid-1x3--1 {
  margin-bottom: 70px;
}
.reviews.reviews-full--1 {
  position: relative;
  height: 500px;
}
.reviews.reviews-full--1 .reviews-full__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews.reviews-full--1 .reviews-full__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.reviews.reviews-full--1 {
  height: 450px;
  margin: 0 0 70px;
}
.content__buttons {
  display: flex;
  justify-content: center;
}
.content__buttons .button {
  margin-right: 20px;
}
.reviews.reviews-full--1 .reviews-full__content .button.button--secondary {
  color: #000;
  border-color: #000;
}
.reviews.reviews-full--1.reviews2 {
  height: 300px;
  box-shadow: none;
  margin: 70px 0 70px;
  background: #4c4d4f;
  position: relative;
  color:#fff;
}
.reviews.reviews-full--1.reviews2:before {
  content: "";
  width: 96px;
  height: 96px;
  background: #fff url(/portals/0/quote-right.svg) no-repeat;
  background-position: center center;
  background-size: 50px 70px;
  border-radius: 50%;
  border: 4px solid #ccc;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reviews.reviews-full--1.reviews2 .reviews-full__content h2 {
  color: #fff;
  font-size: 1.823125rem;
  font-weight: 700;
}
.reviews.reviews-full--1 iframe {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
.reviews.reviews-full--1.reviews2 .flickity .carousel-cell {
  width: 100%;
}
.reviews.reviews-full--1.reviews2 .reviews-full__content .carousel-cell p {
  text-align: left;
  padding: 0 30px;
  width: 100%;
  color:#fff;
}
.reviews.reviews-full--1.reviews2
  .reviews-full__content
  .carousel-cell
  p
  strong {
  text-transform: uppercase;
  color: var(--secondary-color);
}
.reviews.reviews-full--1.reviews2 .flickity-button {
  background: 0 0;
}
.reviews.reviews-full--1.reviews2 .flickity .flickity-button.previous::after {
  content: "\f104";
  color: #e67000;
}
.reviews.reviews-full--1.reviews2 .flickity .flickity-button.next::after {
  content: "\f105";
  color: #e67000;
}
.reviews.reviews-full--1.reviews2 .flickity-button[disabled] {
  visibility: hidden;
}
.content-area a[name="reviews"] {
  position: relative;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .reviews.reviews-full--1 {
    height: 500px;
  }
  .reviews.reviews-full--1 .content__buttons {
    display: block;
  }
  .reviews.reviews-full--1 .btn.btn--border {
    display: block;
    width: 210px;
    margin: 0 auto;
  }
  .reviews.reviews-full--1 .content__buttons .button {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .reviews.reviews-full--1 iframe {
    top: 10px;
  }
}
.blog-feed.blog-feed--1 .blog-feed__title {
  text-align: center;
}
.blog-feed.blog-feed--1 .blog-feed__item .item__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-feed.blog-feed--1 .blog-feed__buttons {
  text-align: center;
}
.blog-feed.blog-feed--1 {
  margin-bottom: 70px;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box {
  overflow: hidden;
  height: 300px;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content .content__title {
  color: #fff;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box {
  height: 200px;
  padding: 0;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content {
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content h3 {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.083125rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content h3 span {
  color: #e67000;
  font-weight: 500;
}
.grid-boxes.grid-boxes-1x2--1 {
  margin:0 0 60px;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:first-child {
  border-right: 15px solid #fff;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:last-child {
  border-left: 15px solid #fff;
}
.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:hover .box__content {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1150px) {
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content .content__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-boxes.grid-boxes-1x2--1 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content h3 {
    padding: 0 20px;
  }
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content .content__title {
    font-size: 1.6rem;
  }
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content img {
    max-width: 50px;
  }
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box {
    border: 0 !important;
  }
  .grid-boxes.grid-boxes-1x2--1 {
    margin-top: 0;
  }
}
.footer.footer--4 #footer-one-pane {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 #footer-one-pane {
    text-align: center;
  }
}
.footer.footer--4 #footer-one-pane hr {
  margin-left: 0;
}
.footer.footer--4 #footer-two-pane {
  text-align: center;
}
.footer.footer--4 #footer-three-pane {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 #footer-three-pane {
    text-align: center;
  }
}
.footer.footer--4 #footer-three-pane hr {
  margin-right: 0;
}
.footer.footer--4 .footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer.footer--4 .footer__column .column__list {
  list-style: none;
  padding: 0;
}
.footer.footer--4 hr {
  width: 100%;
  max-width: 200px;
  height: 3px;
  background: #9e2065;
  border: none;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 hr {
    margin: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .footer.footer--4 .button {
    margin: auto;
  }
}
.footer .upper {
  padding: 40px 15px;
  font-weight:400;
}
.footer h4 {
  color: #00b4e5;
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer .footer-column .list {
  margin: 0;
  padding-left: 0;
}
.footer .list li {
  display: block;
  padding: 3px 0;
}
.footer .list li,
.footer .list li a {
  font-size: 16.667px;
  text-transform: uppercase;
  font-weight:400;
  color: #4c4d4f;
  font-family:var(--futura)
}
.footer.footer--4 hr {
  margin-block:.5rem .75rem;
  background: #4c4d4f;
}
.footer.footer--4 .button {
  max-width: 237px;
  padding-inline:5px;
  width: 100%;
}
.footer address {
  color: #4c4d4f;
  font-size:17px;
  font-style: normal;
  text-align: left;
}
.footer .footer-column .address {
  justify-content: center;
  margin-bottom: 10px;
  font-size:17px;
  font-family:var(--futura);
}
.footer h4.tagline {
  font-style: italic;
  font-family: var(--futuraPT);
  font-weight:400;
  color: rgb(76, 77, 79);
  font-size:18.5px;
  letter-spacing:.5px;
  margin:10px 0 1rem;
}
.footer .footer-column .address a {
  padding-right: 25px;
}
.footer .footer-column a.column__email,
.footer .footer-column a.column__number {
  color: #4c4d4f;
  font-size: 1.041875rem;
  font-style: normal;
  font-family:var(--futuraPT);
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-column a.column__email .fas,
.footer .footer-column a.column__number .fas {
  margin-right: 5px;
  color: #00b4e5;
}
#footer-two-pane img {
  width: 198px;
  margin:10px auto 0;
}

#footer-two-pane .logo img {margin-top:0;width:242px;height:auto;}
#footer-two-pane .footer-column {font-family:var(--body-font)}
.footer.footer--4 #footer-three-pane p {
  color: #4c4d4f;
  margin: 0 0 3px 0;
  font-size:1.042rem;
  line-height:1.2;
  font-family: var(--futura);
}
.footer.footer--4 #footer-three-pane li {padding:4.25px 0}
.disclaimer {
  background: #4c4d4f;
}
.footer .footer-column .address a + address {
  padding-left: 25px;
}
.footer-copyright-bar .col-12 ul.social {
  margin-left: 10px;
}
.footer-copyright-bar .col-12 ul.social li {
  margin: 0 7px 0 0;
}
.footer .list li a:hover {
  color: #00b4e5;
}
.footer .footer-column a.column__email:hover,
.footer .footer-column a.column__number:hover {
  text-decoration: underline;
}

@media screen and (min-width:992px) {
  #footer-three-pane .d-flex {justify-content:end;}
  #footer-three-pane .button {max-width:215px;}
}
@media screen and (max-width: 989px) {
  .footer .footer-column {
    margin-bottom: 40px;
  }
  .footer.footer--4 hr {
    margin: 15px auto !important;
  }
}
@media screen and (max-width: 767px) {
  .footer.footer--4 #footer-three-pane p {
    width: 65%;
  }
  .footer .upper {
    padding-bottom: 10px;
  }
  .footer .footer-column .address {
    display: block;
  }
  .footer address {
    text-align: center;
  }
  .footer .footer-column .address a {
    border: 0 !important;
  }
  .footer .footer-column .address a + address {
    padding-left: 0;
    margin-top: -20px;
    border-top: 1px solid #5e5f61;
    padding-top: 5px;
  }
  .footer-copyright-bar .col-12 ul.copyright {
    display: block;
  }
  .footer-copyright-bar .col-12 ul.social {
    position: relative;
    top: 4px;
  }
}
.footer-copyright-bar.footer-copyright-bar-2 .center,
.footer-copyright-bar.footer-copyright-bar-2 .left,
.footer-copyright-bar.footer-copyright-bar-2 .right {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-2 .center,
  .footer-copyright-bar.footer-copyright-bar-2 .left,
  .footer-copyright-bar.footer-copyright-bar-2 .right {
    width: 100%;
  }
}
.footer-copyright-bar.footer-copyright-bar-2 .left {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-2 .left {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.footer-copyright-bar.footer-copyright-bar-2 .right {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-2 .right {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.footer-copyright-bar {
  background: 0 0;
  padding: 10px 0;
}
.footer-copyright-bar .col-12 ul li a,
.footer-copyright-bar .col-12 ul li span,
.footer-copyright-bar .col-12 ul.powered li {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer-copyright-bar .col-12 ul.powered li img {
  margin-left: 5px;
}
.inner-banner {
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .container,
.inner-banner .container > .row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 400px;
  }
}
.page-title.page-title-normal {
  position: absolute;
  top: 50%;
  left: 0;
}
.page-title.page-title-normal .page-title__text {
  color: #fff;
}
.inner-banner {
  height: 300px;
  margin-bottom:60px;
}
.page-title.page-title-normal {
  top: auto;
  bottom: 10px;
}
.page-title.page-title-normal .page-title__text {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 3.645625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing:4.5px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 1);
  padding-left: 15px;
  margin: 0;
}
.inner-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 992px) {
  .inner-banner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .page-title.page-title-normal {
    width: 100%;
  }
  .page-title.page-title-normal .page-title__text {
    text-align: center;
    padding-left: 0;
  }
  .page-title.page-title-normal .page-title__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-title.page-title-normal .page-title__text {
    font-size: 2.25rem;
  }
}
.uvp.uvp-callout-1 {
  padding: 1.5rem;
}
.uvp.uvp-callout-1 li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
}
.uvp.uvp-callout-1 li:last-of-type {
  margin-bottom: 0;
}
.uvp.uvp-callout-1 li::before {
  position: absolute;
  content: "\f054";
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 1.5rem;
  color: #9d1d64;
}
.uvp.uvp-callout-1 {
  background: 0 0;
  padding: 5px 0;
}
.uvp.uvp-callout-1 li {
  font-size: 1.041875rem;
  font-weight: 400;
  font-family: Futura, sans-serif;
  color: #000;
}
.uvp.uvp-callout-1 li::before {
  content: "\f072";
  top: 3px;
  color: #000;
  font-size: 20px;
}
.uvp.uvp-callout-1.list-col-2 {
  columns: 2;
}
.uvp__buttons {
  display: block;
  margin-bottom: 40px;
}
.top-level-tiles.squared-tiles .squared-tiles__tile{
  position: relative;
  width: 100%;
  height:235px;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration:none;
  background: #000;
}

.top-level-tiles.squared-tiles .squared-tiles__tile a {text-decoration:none;}
.top-level-tiles.squared-tiles.full-width-tiles div[class*="col-"] {padding-inline:7.5px}
.top-level-tiles.squared-tiles.full-width-tiles .squared-tiles__tile {height:289px}

.top-level-tiles.squared-tiles .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.top-level-tiles.squared-tiles .tile__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height:auto;
  padding: 1rem;
  text-align: center;
}
.top-level-tiles.squared-tiles {
  margin: 50px 0 25px;
}
.top-level-tiles.squared-tiles .row {row-gap:15px;}
.top-level-tiles.squared-tiles .squared-tiles__tile {
  background: #262626;
}
.top-level-tiles.squared-tiles .tile__title {
  margin: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display:flex;
  padding:0;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transition:all .3s ease-in-out;
  font-family: bebas-neue-pro, sans-serif;
}
.top-level-tiles.squared-tiles .tile__content {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-decoration:none;left:0;right:0;top:50%;transform:translateY(-50%);position:absolute;overflow:hidden;}
.top-level-tiles.squared-tiles .content__hover {
  max-height: 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.top-level-tiles.squared-tiles .squared-tiles__tile:hover .content__hover {max-height:250px;opacity:1;}
.top-level-tiles.squared-tiles .destination-list {margin:0;padding:0;color:#fff;list-style-type:none;text-align:center;}
.top-level-tiles.squared-tiles .tile__image {
  opacity:1;
  filter:brightness(50%);
  transition:all .3s ease-in-out
}
.top-level-tiles.squared-tiles .squared-tiles__tile:hover .tile__image {filter:brightness(30%)}
.top-level-tiles .explore-more {margin-top:1rem;color:#fff;text-decoration:underline;font-size:1.25rem;transition:all .3s ease-in-out}
.top-level-tiles .explore-more:hover {color:var(--secondary-color)} 

.squared-tiles__tile .destination-list li a {color:#fff;}
.squared-tiles__tile .destination-list li a:hover {color:var(--secondary-color);text-decoration:underline;}


.top-level-tiles.squared-tiles .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .top-level-tiles.squared-tiles .col-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .top-level-tiles.squared-tiles .squared-tiles__tile {
    margin-bottom: 10px;
  }
}
.side-nav.callout-box {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.side-nav.callout-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-nav.callout-box a h4 {
  text-align: center;
}
.side-nav.callout-box {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 30px;
}
.side-nav.callout-box a {
  flex-direction: column;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.side-nav.callout-box a h4 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaMed;
  letter-spacing: 0;
  line-height: 2.3rem;
}
.side-nav.callout-box a p {
  color: #fff;
  font-size: 1.301875rem;
  line-height: 1.4rem;
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.offerbox {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.offerbox h4 {
  color: #000;
  font-size: 1.5625rem;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
.offerbox img {
  width: auto;
}
.side-nav.callout-box a:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .side-nav.callout-box a h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  .side-nav.callout-box {
    padding-top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .side-nav.callout-box {
    padding-top: 40%;
  }
}
@media screen and (max-width: 450px) {
  .side-nav.callout-box {
    padding-top: 60%;
  }
}
.grid-icon.grid-icon-1x3--1 {
  background: #f0f0f0;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__title {
  text-align: center;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon {
  text-align: center;
  height:182px;
  transition:all .3s ease-in-out;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:25px;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon i {
  font-size: 3rem;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .icon__title {
  color: #9e2065;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .icon__text {
  margin-bottom: 0;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .icon__button {
  color: #00abd8;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__title {
  margin-bottom:35px;
}
.grid-icon.grid-icon-1x3--1 {
  background: url(../images/expertsbackground.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0 70px;
  margin: 70px 0;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .icon__title {
  color: #363636;
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .grid_contacts {
  display: flex;
  flex-direction:column;
  justify-content: space-evenly;
  gap:20px;
  position:relative;
  top:-.5rem;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .grid_contacts div.section a{
  color:var(--secondary-color);
  display: flex;
  gap:7px;
  align-items:center
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .grid_contacts div span {
  font-family: bebas-neue-pro, sans-serif;
  color: #363636;
  font-size:16.667px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon img.consultant {
  border-radius: 100%;
  width:147px;
  height:147px;
}
.grid-icon.grid-icon-1x3--1 .grid-icon__icon .imgborder {
  width:31px;
  height:31px;
  border:2px solid #00b4e5;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  position:relative;
}

.grid-icon.grid-icon-1x3--1 .grid-icon__icon .imgborder img {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}

.grid-icon.grid-icon-1x3--1 .grid-icon__icon .section:hover .imgborder {
  background: var(--secondary-color);
}

.grid-icon.grid-icon-1x3--1 .grid-icon__icon .section:hover .imgborder img {
  filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(296deg) brightness(106%) contrast(99%)
}

@media screen and (max-width: 992px) {
  .grid-icon.grid-icon-1x3--1 .grid-icon__icon .grid_contacts {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .grid-icon.grid-icon-1x3--1 .grid-icon__icon {
    margin-bottom: 40px;
  }
  .grid-icon.grid-icon-1x3--1 {
    margin-top: 0;
  }
}
.grid.grid-1x4--2 .grid__item {
  position: relative;
  height: 400px;
}
.grid.grid-1x4--2 .grid__item .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.grid.grid-1x4--2 .grid__item .item__content:hover {
  padding: 20px 20px;
  background: rgba(158, 32, 101, 0.8);
}
.grid.grid-1x4--2 .grid__item .item__content:hover .content__hover {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.grid.grid-1x4--2 .grid__item .item__content .content__title {
  color: #fff;
}
.grid.grid-1x4--2 .grid__item .item__content .content__text {
  color: #fff;
}
.grid.grid-1x4--2 .grid__item .item__content .content__hover {
  display: none;
}
.grid.grid-1x4--2 .grid__item .item__content .contentsection {
  width: 100%;
  padding: 40px 5px;
}
.grid.grid-1x4--2 h2 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.grid.grid-1x4--2 {
  margin-bottom: 70px;
}
.grid.grid-1x4--2 .grid__item {
  padding: 0;
  overflow: hidden;
}
.grid.grid-1x4--2 .grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid.grid-1x4--2 .grid__item .item__content {
  padding-top: 30px;
  background: rgba(38, 38, 38, 0.47);
}
.grid.grid-1x4--2 .grid__item .item__content:hover {
  background: rgba(38, 38, 38, 0.8);
}
.grid.grid-1x4--2 .grid__item .item__content .content__title {
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}
.grid.grid-1x4--2 .grid__item .item__content .content__title:after {
  content: "";
  height: 3px;
  width: 100px;
  background: #fff;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.grid.grid-1x4--2 .grid__item .item__content .content__text {
  margin-top: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
@media screen and (min-width: 1300px) {
  .grid.grid-1x4--2 #disney .grid__item .item__content .content__title {
    font-size: 1.75rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .grid.grid-1x4--2 #disney .grid__item {
    -webkit-flex: 0 0 20% !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid.grid-1x4--2 #disney .grid__item .item__content .content__title {
    font-size: 1.25rem;
  }
  .grid.grid-1x4--2 #disney .grid__item .item__content .content__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 1.75rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1100px) {
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 1.5rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 2.1875rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 1.041875rem;
  }
}
@media screen and (max-width: 767px) {
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 1.5rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .grid.grid-1x4--2 .grid__item {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 2rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .grid.grid-1x4--2 .grid__item .item__content .content__title {
    font-size: 1.5rem;
  }
  .grid.grid-1x4--2 .grid__item .item__content .content__text {
    font-size: 0.875rem;
  }
}
.eds_news_Ozone.eds_subCollection_news {
  font-family: Futura, sans-serif;
  margin: 30px 0 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer > img {
  margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_news.eds_template_Details_Article_Default
  .edn_mediaContainer {
  float: right;
  max-width: 200px;
  width: 100%;
  margin: 5px 0 10px 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary {
  margin-bottom: -1.5rem;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  text-align: left;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment > div,
.eds_news_Ozone.eds_subCollection_news
  .article_comments
  .add_comment
  > div
  table
  td
  textarea,
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment,
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
  border-color: #413f3f;
  margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span:before {
  color: #16b9e5;
}
.eds_news_Ozone.eds_subCollection_news a {
  color: #16b9e5;
  text-decoration: underline !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span {
  color: #504e4e !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a {
  background-color: #f8f8f8 !important;
}
.eds_news_Ozone.eds_subCollection_news
  .article_comments
  .add_comment
  .add_article_box
  .submit,
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton {
  background: #16b9e5;
  color: #fff;
  border: 0;
  font-family: Futura, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 12px 20px 12px;
  text-decoration: none !important;
}
.eds_news_Ozone.eds_subCollection_news
  .article_comments
  .add_comment
  .add_article_box
  .submit:hover,
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover {
  background: #092137;
  color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a.active {
  background-color: #16b9e5;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover {
  background-color: #81d581;
}
.eds_news_Ozone.eds_subCollection_news
  .article_comments
  .add_comment
  > div
  table
  td
  textarea,
.eds_news_Ozone.eds_subCollection_news .article_pager,
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a {
  border-color: #413f3f !important;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a {
  border-left-color: #413f3f !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle {
  margin-top: 5px;
}
.eds_news_Ozone.eds_subCollection_news
  .article_pager.edn_articleScrolling
  a:hover,
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_articleTags
  > a {
  background-color: #16b9e5 !important;
  border: solid 1px #16b9e5;
}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover {
  background-color: #16b9e5 !important;
  border: solid 1px #16b9e5;
}
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_articleTags {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_articleTags
  > a:hover {
  color: #16b9e5;
}
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment {
  display: none;
}
.eds_news_Ozone h1,
.eds_news_Ozone h2,
.eds_news_Ozone h3,
.eds_news_Ozone h4,
.eds_news_Ozone h5,
.eds_news_Ozone h6 {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #000;
  text-decoration: none !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover {
  background: #367cc0;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .article_rating,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_articleCategories,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span.current_rating,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time {
  font-size: 0.875rem;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper {
  margin: 15px 0 10px;
}
#ChameleonGallery {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img {
  margin-bottom: 0;
}
.eds_news_Ozone .in_article_image .image_title,
.eds_news_Ozone h1,
.eds_news_Ozone h2,
.eds_news_Ozone h3,
.eds_news_Ozone h4,
.eds_news_Ozone h5,
.eds_news_Ozone h6,
.eds_news_Ozone th {
  font-family: bebas-neue-pro, sans-serif;
}
.eds_news_Ozone h2 {
  font-size: 1.75rem;
  color: #636363;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}
.eds_news_Ozone h3 {
  font-weight: 700;
}
.eds_news_Ozone p {
  margin-bottom: 1.5rem;
}
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_articleTitle {
  font-weight: 700;
  font-size: 1.953125rem;
}
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_article_gallery {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news
  .edn_article.edn_articleDetails
  .edn_articleTags
  > a {
  color: #fff !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover {
  background: #000;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a:hover,
.eds_news_Ozone.eds_subCollection_news a:hover {
  color: #000;
}
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover {
  color: #16b9e5;
}
.triton-blog-feed {
  margin: 0 auto 60px;
  text-align: center;
}

.triton-blog-feed.homeblog {max-width:1076px}

.triton-blog-feed h2.blogheader {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.triton-blog-feed h2.blogheader:after {
  height: 3px;
  background: #cacaca;
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 340px;
  left: 0;
  right: 0;
}
.triton-blog-feed .triton-blog-feed-article .title {
  color: #000;
  font-size: 1.25rem;
  margin:1.25rem 0 .25rem;
  transition:.3s ease-in-out;
}

.triton-blog-feed .triton-blog-feed-article:hover .title {color:var(--secondary-color)}

.triton-blog-feed .triton-blog-feed-article {
  text-align: left;
}
.triton-blog-feed .triton-blog-feed-article .image {
  height: 200px !important;
}
.triton-blog-feed img {
  position: absolute;
  left: 10px;
  top: -35px;
  z-index: 1;
  background: #fff;
  padding: 13px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.triton-blog-feed .button.button--tertiary {
  padding: 9px 20px;
  margin-top: 30px;
}
.triton-blog-feed .summary p {
  margin-bottom: 15px;
  display: inline;
}
.triton-blog-feed .triton-blog-feed-article span {
  margin-left: 5px;
  color: #00b4e5;
}
.triton-blog-feed .bootstrap {
  padding: 0;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  background: #efefef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.triton-blog-feed .triton-blog-feed-article .title {
  font-family:var(--body-font);
  font-weight: 700;
}
.triton-blog-feed.homeblog .blog-feed__title {
  margin-bottom:1.5rem;
}

.triton-blog-feed.homeblog .triton-blog-feed-article .image {
  height: 250px !important;
}

@media screen and (min-width:1201px) {
  .triton-blog-feed.homeblog div[class*="col-"]:first-of-type {padding-right:2rem} 
  .triton-blog-feed.homeblog div[class*="col-"]:last-of-type {padding-left:2rem}
}
@media screen and (max-width: 992px) {
  .triton-blog-feed .bootstrap {
    margin-bottom: 50px;
  }
  .triton-blog-feed .bootstrap:last-child {
    margin-bottom: 0;
  }
  .triton-blog-feed .triton-blog-feed-article {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .triton-blog-feed .button.button--tertiary {
    width: 100%;
  }
}

/*! TRAVEL AGENT TEAM PAGE GRID */
@keyframes fadeInAgents {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.consult-grid {
  margin:3rem 0 -2rem;

}

.consult-grid.leadership-grid {margin-bottom:-3rem}

#travelAgentsGrid {margin-top:100px}



/*! SPECIALTY FILTER DROPDOWN */
#specialtyFilter {
  background: #fff;
  outline: none;
  border: none;
  box-shadow: rgba(0, 0, 0,.1) 0px 4px 12px;
  padding: 1rem;
  font-size:1rem;
  font-family:var(--futuraPT)
}

.consult-grid.fade-out {
  opacity: 0;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 225px;
  color:var(--secondary-color)
}

.dropdown-button {
  width: 100%;
  padding:1rem;
  padding-right:1.5rem;
  font-size: 16.667px;
  min-width:225px;
  border:none;
  background:#fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-family:var(--futuraPT);
  cursor: pointer;
  position:relative;
  text-align: left;
  transition: background 0.3s ease;
}

.dropdown-button::after {content:url(../../angle-down.svg);position:absolute;right:15px;top:45%;transform:translateY(-50%);width:14px;height:8px;}

.dropdown-button:hover {
  background: #f1f1f1;
}

.dropdown-options {
  position: absolute;
  width: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  z-index: 1000;
}



.dropdown-options.active {
  opacity: 1;
  transform: translateY(0);
  max-height:400px;
  overflow-y: auto;
}

.option {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.option:hover {
  background: #f1f1f1;
}

.consult-grid .grid img.photo {
  border-radius: 50%;
  border: 3px solid #ebebeb;
  position: absolute;
  top: -70px;
  width: 147px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.consult-grid .grid a {
  text-decoration: none;
}
.consult-grid .grid {
  text-align: center;
  margin-bottom:100px;
  box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.23);
  position: relative;
  padding:100px 5px 50px;
  min-height:342px;
  background:#fff;
  animation:fadeInAgents;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .1s;
  transition: opacity 1s var(--ease), transform 1s var(--ease), scale 1s var(--ease);

}

.consult-grid.leadership-grid .grid {
  min-height:225px
}
.consult-grid .grid .title {
  text-transform: uppercase;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 29px;
  line-height:1;
  margin-bottom:0.2rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color:var(--secondary-light);
}
.consult-grid .grid p, .consult-grid .grid li {
  margin-bottom: 0;
  font-family: var(--futuraPT);
  color:rgb(54,54,54);
  line-height:1.2;
}
.consult-grid .specialties-label {font-weight:500}
.consult-grid .specialties-grid {columns:2;list-style:none;padding-left:0;width:fit-content;margin-inline:auto;margin-top:5px}
.consult-grid .grid .socials {
  position:absolute;
  bottom:5px;
  left:0;
  width:100%;
  height:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  cursor:pointer

}
.consult-grid .grid .socials img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition:opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.consult-grid .grid .socials div:hover img, .consult-grid .grid .socials a:hover img {filter:brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(2470%) hue-rotate(156deg) brightness(93%) contrast(101%)}
.consult-grid .grid .agency {
  margin-bottom: 10px;
  line-height: 1;
}
.consult-grid .grid .agency strong {
  text-transform: uppercase;
}
.consult-grid .grid .agency span {
  display: block;
  font-size: 0.87rem;
  margin-top: 7px;
}
.consult-grid .grid .agency + p strong {
  color: #00b4e5;
}
.consult-grid .grid .socials img:hover {
  top: -5px;
}
.consult-grid .grid > a:hover .title {
  text-decoration: underline;
}
.consult-grid .grid > a:hover img.photo {
  top: -75px;
}
.notification-banner [data-banner-close] {
  cursor: pointer;
  cursor: hand;
  z-index: 100;
}
.notification-banner.notification-banner--bottom[data-sticky] {
  top: 0;
  bottom: inherit;
  z-index: 10000;
}
.notification-banner p:last-of-type {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: FuturaBold;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .notification-banner p:last-of-type {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .notification-banner p:last-of-type {
    font-size: 0.8125rem;
  }
}

.feature__title__map {padding:2.5rem 0}
.mapsection .Normal {
  position: relative;
  text-align: center;
}
.mapsection .maphover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 908px;
  margin: 0 auto;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mapsection .fa-map-marker-alt {
  position: absolute;
  color: #20b8e2;
  font-size: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mapsection .fa-map-marker-alt:hover {
  color: #fff;
}
.mapsection .north-america .fa-map-marker-alt {
  left: 145px;
  top: 100px;
}
.mapsection .europe .fa-map-marker-alt {
  left: 450px;
  top: 120px;
}
.mapsection .africa .fa-map-marker-alt {
  left: 400px;
  top: 230px;
}
.mapsection .south-america .fa-map-marker-alt {
  left: 270px;
  top: 300px;
}
.mapsection .asia .fa-map-marker-alt {
  left: auto;
  right: 170px;
  top: 180px;
}
.mapsection .australia .fa-map-marker-alt {
  left: auto;
  right: 140px;
  top: 335px;
}
.mapsection .caribbean .fa-map-marker-alt {
  left: 220px;
  top: 200px;
}
.mapsection .central-america .fa-map-marker-alt {
  left: 160px;
  top: 210px;
}
.mapsection .africa:hover + .maphover,
.mapsection .asia:hover + .maphover,
.mapsection .australia:hover + .maphover,
.mapsection .caribbean:hover + .central-america + .maphover,
.mapsection .central-america:hover + .maphover,
.mapsection .europe:hover + .maphover,
.mapsection .north-america:hover + .maphover,
.mapsection .south-america:hover + .maphover {
  display: block;
}
.mapsection #map {
  max-width: 908px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 950px) {
  .mapsection #map {
    max-width: 500px;
  }
  .mapsection #map > img,
  .mapsection .maphover img {
    width: 500px;
    height: 252px;
  }
  .mapsection .fa-map-marker-alt {
    font-size: 30px;
  }
  .mapsection .north-america .fa-map-marker-alt {
    left: 75px;
    top: 60px;
  }
  .mapsection .europe .fa-map-marker-alt {
    left: 240px;
    top: 60px;
  }
  .mapsection .africa .fa-map-marker-alt {
    left: 220px;
    top: 120px;
  }
  .mapsection .south-america .fa-map-marker-alt {
    left: 140px;
    top: 160px;
  }
  .mapsection .asia .fa-map-marker-alt {
    right: 90px;
    top: 90px;
  }
  .mapsection .australia .fa-map-marker-alt {
    right: 70px;
    top: 175px;
  }
  .mapsection .caribbean .fa-map-marker-alt {
    left: 120px;
    top: 100px;
  }
  .mapsection .central-america .fa-map-marker-alt {
    left: 90px;
    top: 110px;
  }
}
@media screen and (max-width: 550px) {
  .mapsection #map {
    max-width: 300px;
  }
  .mapsection #map > img,
  .mapsection .maphover img {
    width: 300px;
    height: 151px;
  }
  .mapsection .fa-map-marker-alt {
    font-size: 20px;
  }
  .mapsection .north-america .fa-map-marker-alt {
    left: 35px;
    top: 40px;
  }
  .mapsection .europe .fa-map-marker-alt {
    left: 140px;
    top: 35px;
  }
  .mapsection .africa .fa-map-marker-alt {
    left: 135px;
    top: 75px;
  }
  .mapsection .south-america .fa-map-marker-alt {
    left: 85px;
    top: 100px;
  }
  .mapsection .asia .fa-map-marker-alt {
    right: 55px;
    top: 60px;
  }
  .mapsection .australia .fa-map-marker-alt {
    right: 40px;
    top: 105px;
  }
  .mapsection .caribbean .fa-map-marker-alt {
    left: 70px;
    top: 60px;
  }
  .mapsection .central-america .fa-map-marker-alt {
    left: 50px;
    top: 65px;
  }
  .mapsection .Normal .title {
    font-size: 1.75rem;
  }
}
.slider.slider-2-new {
  padding: 1rem 0 1.5rem;
  background: #e8e8e8;
  border-radius: 25px;
}
.slider.slider-2-new .title {
  text-align: center;
}
.slider.slider-2-new .flickity .carousel-cell {
  width: 14.286%;
}
.slider.slider-2-new .flickity .carousel-cell a {color:var(--secondary-color)}
.slider.slider-2-new .flickity .carousel-cell a:hover {color:#000}
@media screen and (max-width: 991px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 767px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 100%;
  }
}
.slider.slider-2-new {
  background: 0 0;
  padding: 0;
  margin-bottom: 70px;
}
.slider.slider-2-new .flickity .carousel-cell {
  width: 16.6667%;
  height: 230px;
}
.flickity-prev-next-button.next {
  right: -30px;
}
.flickity-prev-next-button.previous {
  left: -30px;
}
.slider__buttons {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding-bottom:3rem
}
.slider__buttons .button {
  margin-right: 30px;
}
.slider.slider-2-new .flickity .carousel-cell .caruosel_content {
  width: 100%;
  color: #00b4e5;
  max-width: 147px;
  text-align: center;
  border: 0;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 80px;
  position: relative;
  top: -83px;
  z-index: 1;
}
.caruosel_content p {
  color: #20b8e2;
  margin-bottom: 0;
  font-size: 1rem;
}
.slider.slider-2-new .imgwrap {
  position: relative;
  border: 0;
  z-index: 3;
}
.slider.slider-2-new .imgwrap:after {
  content: "";
  background: url(/portals/0/plane.svg) no-repeat #00b4e5 8px;
  background-size: 25px 23px;
  width: 39px;
  height: 39px;
  position: absolute;
  bottom: 6%;
  right: 4%;
  border-radius: 100%;
}
.slider.slider-2-new .imgwrap img {
  border-radius: 50%;
}
.slider.slider-2-new .all-consultants {
  background: #20b8e2;
  color: #fff;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider.slider-2-new .all-consultants span {
  text-transform: uppercase;
  position: relative;
  top: 52px;
}
.slider.slider-2-new .flickity-prev-next-button {
  top: 40%;
}
.slider.slider-2-new .imgwrap img {
  border: 4px solid transparent;
}
.slider.slider-2-new .flickity .carousel-cell .caruosel_content p,
.slider.slider-2-new .flickity .carousel-cell .imgwrap:after,
.slider.slider-2-new .imgwrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider.slider-2-new .all-consultants:hover {
  color: #000;
}
.slider.slider-2-new .flickity .carousel-cell:hover .caruosel_content p {
  color: #000;
}
.slider.slider-2-new .flickity .carousel-cell:hover .imgwrap img {
  border: 4px solid #00b4e5;
}
/* TRAVEL EXPERTISE FLICkITY */
/* #travelAgentsExpertise {display:flex;margin-inline:auto;} */
#travelAgentsExpertise .carousel-cell {
  height:auto;
  flex-direction:row;
  height:200px;
  justify-content:center;
}

#travelAgentsExpertise .open-modal {display:flex;gap:5px;align-items:center;cursor:pointer}

.modal-backdrop {
  display: none; /* Hidden by default */
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

#consultantform {
  max-width:500px;
  width:100%;
  margin-inline: auto;
  margin-top:6rem;
  scroll-behavior:none;
}

@media screen and (max-width: 1024px) {
  .slider.slider-2-new .imgwrap img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 767px) {
  .slider__buttons {
    display: block;
  }
  .slider__buttons .btn.btn--border {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .slider__buttons .button.button--primary {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .slider.slider-2-new .flickity .carousel-cell {
    width: 100%;
  }
}
.btn.btn--border {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  overflow: hidden;
  font-family: Futura;
  text-transform: uppercase;
  font-size: 18px;
  color: #20b8e2;
}
.btn.btn--border span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 300px;
  height: 3px;
  pointer-events: none;
  background: #20b8e2;
  transition: all 0.3s ease;
}
.btn.btn--border:hover span {
  opacity: 0;
}
.btn.btn--border::after,
.btn.btn--border::before {
  transform: translateX(101%);
  content: "";
  position: absolute;
  width: calc(100% - 3px);
  height: 3px;
}
.btn.btn--border::before {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
.btn.btn--border::after {
  top: 0;
  left: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
}
.btn.btn--border:hover::after,
.btn.btn--border:hover::before {
  transform: translateX(0);
  height: 100%;
  border-color: #20b8e2;
}
.btn.btn--border:hover::before {
  transition: 0.3s transform linear, 0.3s height linear 0.3s;
}
.btn.btn--border:hover::after {
  transition: 0.3s transform linear 0.6s, 0.3s height linear 0.9s;
}
.btn.btn--border#btn-black {
  color: #464646;
}
.btn.btn--border#btn-black span {
  background: #464646;
}
.btn.btn--border#btn-black:hover::after,
.btn.btn--border#btn-black:hover::before {
  border-color: #464646;
}
.fslightbox-transform-transition {
  max-width: 500px;
  width: 100%;
}
.fslightbox-toolbar div {
  display: none;
}
.fslightbox-toolbar div:last-child {
  display: flex;
}
.fslightbox-source-wrappers-container.fslightbox-absoluted.fslightbox-full-dimension {
  transform: none !important;
}
.container {
  max-width: 1200px !important;
}
body,
html,
p {
  font-family: Futura, sans-serif;
  font-size: 1.041875rem;
}
h2,
h3,
h4 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 2.083125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.button {
  display: inline-block;
  font-size: 1.171875rem;
  font-weight: 400;
  text-align: center;
  font-family: FuturaMed;
  transition:all .3s ease-in-out;
  cursor:pointer;
  padding: 8px 15px;
}
.button.button--primary {
  background: #e67000;
  text-decoration: none;
}
.button.button--blue {background:#14b8e5;color:#fff}
.button.button--blue:hover {background:#1093b7}
.button.button--secondary {
  background: 0 0;
  color: #20b8e2;
  border-bottom: 2px solid #20b8e2;
}
#imggrid {
  margin-bottom: 70px;
}
#imggrid h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
#imggrid .col-4 {
  width: 40%;
}
#imggrid .col-6 {
  font-weight: 60%;
  position: relative;
}
#imggrid .gallery__image {
  width: 100%;
  position: relative;
  background: #262626;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#imggrid .gallery__image:hover {
  background: #00b4e5;
}
#imggrid .gallery__image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: flex;
  opacity: 0.7;
}
#imggrid .gallery__image:hover img {
  opacity: 0.45;
}
#imggrid .image__content img {
  width: auto;
}
#imggrid .col {
  display: flex;
}
#imggrid .image__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
#imggrid .image__content h4 {
  color: #fff;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  line-height: 1.625rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
#imggrid .image__content .plane-icon {
  opacity: 0;
  visibility:hidden;
  height:0;
  width:30px;
  position:relative;
  transform:translate(-100%,10%);
  transition:all .3s ease-in-out;
}
#imggrid .image__content:hover .plane-icon {
  opacity: 1;
  transform:translate(0, 0);
  visibility:visible;
  height:27px;
}
#imggrid .col-7 .col-sm-4 .gallery__image a img {
  height: 100%;
}

.content-area h1 {
  color: #000;
  font-size: 1.823125rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: bebas-neue-pro, sans-serif;
}
.content-area h2 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 3rem 0 20px;
}
.content-area h3 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 10px;
  font-family: FuturaMed;
}
.content-area p {
  color: #000;
  font-size: 1.041875rem;
  font-weight: 400;
  font-family: Futura, sans-serif;
}

.content-area li {line-height:1.2;margin-bottom:.7rem;}
.content-area a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.content-area img.featured {
  width: 100%;
}

/*! ACCORDION  */
[data-accordion-group]{
	margin:2rem 0 50px;
}

 [data-accordion] [data-control]::before{
	display:  none;
}

 [data-control]::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: -1;
	background: 0 0;
	transition: 0.3s ease-in-out;
  }

 [data-accordion] [data-control]{
	background:#666;
	position:relative;
	z-index:3;
	padding:.52rem 1rem .52rem 2.75rem;
	font-size:20px;
  letter-spacing:3px;
	color:#fff;
	font-weight:400;
	max-width:600px;
	transition: all 0.3s ease-in-out;
	text-transform:uppercase;
  font-family:var(--headline-font)
}

 [data-accordion] [data-control] img{
	position:absolute;
	left:15px;
	top:50%;
	z-index:-1;
	width:22px;
    transition: all 0.3s ease-in-out;
	transform:translateY(-50%) rotate(90deg);
}

 [data-accordion].open [data-control],
 [data-accordion]:hover [data-control]{
	background:var(--secondary-color);
}


[data-accordion].open [data-control] img {transform:translateY(-50%) rotate(180deg);}

 [data-accordion] [data-content] p:first-of-type {margin-top:1rem;}

/*! AGENT PAGE ACCORDION */
.agent-accordion {max-width:435px;margin:0 auto;padding:1rem}
.agent-accordion [data-accordion] [data-control] {
  background: transparent;
  color: #000;
  font-size: 1.301875rem;
  text-transform: uppercase;
  border-bottom: 2px solid #777;
  padding: 10px 1.25rem 10px 0;
  letter-spacing:2px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.agent-accordion [data-accordion]:last-of-type [data-control] {border:none;}

.agent-accordion [data-accordion] [data-control]::before {
  content: "";
  display:block;
  background-image: url(../images/xmark.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  right: 0;
  margin: 0;
  position: absolute;
}

.agent-accordion [data-accordion].open > [data-control] {border-bottom:none}
.agent-accordion [data-accordion].open > [data-content] {  border-bottom: 2px solid #777;}

.agent-accordion [data-accordion].open > [data-control]::before {
  background-image: url(../images/minus.svg);
  transform: rotate(0deg);

}

.agent-accordion [data-accordion-group] [data-accordion] [data-content] p {
  padding:0 0 5px;
  line-height:1.2;
}


#touragent {
  margin:30px 0 70px;
}

#touragent .left-agent-info {display:flex;gap:20px;}
#touragent .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#touragent .profimg {
  position: relative;
  top: -15%;
}
#touragent .profimg img {
  border-radius: 50%;
  border: 3px solid #ebebeb;
  max-width:100%;
  height:auto
}
#touragent .row .col-sm-7 {
  max-width: 54%;
}
#touragent .row .col-sm-7 h2 {
  margin-bottom: 10px;
}

#touragent .prof__contacts {
  display: flex;
  width: 100%;
  justify-content: center;
  gap:20px;
}
#touragent .profdets p {
  color: #20b8e2;
  text-transform: uppercase;
  font-size: 1.041875rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#touragent h1 {
  color: #000;
  font-size: 1.823125rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: bebas-neue-pro, sans-serif;
  margin-bottom: 10px;
}
#touragent h2 {
  color: #00abd8;
  font-size: 1.4325rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: bebas-neue-pro, sans-serif;
}
#agentaddinfo h4 {
  font-size: 1.45rem;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom:.5rem;
}

#agentaddinfo {padding:2rem 1rem}

.agent-info-row {
  margin-bottom:2rem
}

#agentaddinfo .agent-info-row:last-of-type {margin:0}
#agentaddinfo ul {
  margin: 0;
  padding: 0 5%;
}
#agentaddinfo ul li {
  color: #00b4e5;
  list-style: none;
  position: relative;
  font-size: 1.03rem;
  font-weight: 400;
  line-height:1.2;
}
#agentaddinfo ul li a {color:#00b4e5}
#agentaddinfo ul li a:hover {color:#545353;text-decoration:underline;}
#agentaddinfo ul.list_2 {
  columns: 2;
}
.sideform {
  max-width: 350px;
  width: 100%;
  margin: 0 auto -110px;
  position: relative;
  z-index: 20;
  top: -140px;
  background-image: -moz-linear-gradient( 90deg, rgb(19,128,158) 0%, rgb(23,186,231) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(19,128,158) 0%, rgb(23,186,231) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(19,128,158) 0%, rgb(23,186,231) 100%);
  
}

.grey-callout .sideform {position:absolute;margin:0;top:50%;transform:translateY(-50%);left:auto;right:0}

.sideform__review-box {
  padding:1rem 1rem 0;
  justify-content: space-between;
  align-items:center
}

.sideform__review-box .divider {
  width:2px;
  height:4.688rem;
  background:#fff;
}

.content-area video {
  margin-bottom: 25px;
}
.content-area .formarea {
  text-align: center;
  margin-bottom: 100px;
  max-width: 1000px;
  width: 100%;
}
.content-area .formarea .wufoo-form-container {
  max-width: 650px;
  min-height: 725px;
  margin: 15px 0 0;
}
.content-area .smallvideo {
  max-width: 225px;
  float: left;
  padding-right: 20px;
}
[data-accordion] [data-control] .fas {
  transform: rotate(90deg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-accordion] [data-control]:hover .fas {
  transform: rotate(180deg);
}
.content-area .contactsection {
  margin-bottom: 1.5rem;
}
.content-area .contactsection p {
  margin-bottom: 5px;
}
.content-area .contactsection .fas {
  margin-right: 7px;
  color: #00b4e5;
}
.content-area .contactsection a {
  text-decoration: none;
  color: #000;
}
.content-area .reviews .fab {
  font-size: 40px;
}
.content-area .reviews .fab:first-child {
  margin-left: 10px;
}
.content-area .reviews {
  margin-bottom: 20px;
}
#touragent .profdets .fas {
  font-size: 25px;
  color: #f7941d;
}
#touragent .profsocial {
  margin-top: 5px;
}
#touragent .profsocial .fab {
  color: #95979a;
  font-size:35px;
  margin-right: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#touragent .prof__contacts .button .fas {
  margin-right: 10px;
  font-size: 1rem;
}
#agentaddinfo ul li:before {
  content: "•";
  position: absolute;
  left: -20px;
}
.content-area .row .col-12.col-md-6 ul {
  margin: 0;
}

#imggrid .gallery__image.margin1,
#imggrid .gallery__image.margin3 {
  margin-bottom: 30px;
}
#imggrid .gallery__image.margin2 {
  margin-top: 26px;
}
#imggrid .gallery__image.relative-position {
  position: relative;
  top: -2px;
}
.content-area .smallvideo + h2 {
  margin-top: 0;
}
.content-area .three-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.grey-callout.row {
  background:#f3f1f1;
  margin:0 0 8rem;
  padding:3rem 0 3rem 1.5rem;
}
.grey-callout.row :where(h2,h3) {margin-top:0}
.grey-callout.row p:last-of-type {margin:0}

@media screen and (min-width:992px) {
  .content-area .cols--2-md {columns:2;text-align:left;padding-left:45px}
}

@media screen and (max-width:991px) {
  .grey-callout.row {padding:3rem 0}
  .grey-callout .sideform {position:relative;right:initial;top:15px;left:50%;transform:translateX(-50%);}
}

.videosection {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 70px;
}
.centeredaccord {
  max-width: 825px;
  margin: 0 auto;
}
.centeredaccord [data-accordion] [data-control] {
  width: 100%;
}
.loginContent {
  margin-top: 125px;
}
span#dnn_dnnBREADCRUMB_lblBreadCrumb {
  font-size: 0.9rem;
}
span#dnn_dnnBREADCRUMB_lblBreadCrumb a {
  color: #00b4e5;
  margin: 7px;
}
.wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-left {
  justify-content: left;
}
.btn-width-lg {
  padding: 8px 50px;
}
.img-box-shadow {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.text-shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.button.button--primary:hover {
  background: #cf6400;
}
.content-area .contactsection a:hover {
  text-decoration: underline;
}
.content-area .button.button--primary:hover {
  color: #fff;
}
.content-area a:hover {
  color: #000;
}
#touragent .profsocial .fab:hover {
  color: #86878a;
}
@media screen and (max-width: 1024px) {
  #touragent .profimg img {
    width: 90%;
  }
  #agentaddinfo .col-sm-3 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #touragent .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  #touragent .row .col-sm-7,
  #touragent .row div {
    max-width: 100%;
  }
  #touragent .prof__contacts {
    flex-direction: column;
  }
  #touragent .prof__contacts .button {
    margin-bottom: 10px;
  }
  #agentaddinfo .col-sm-3 {
    margin-bottom: 30px;
  }
  .button {
    font-size: 1rem;
  }
  [data-accordion] [data-control] {
    width: 100%;
  }
  #imggrid div.image {
    padding: 0 5px !important;
  }
  #imggrid .gallery__image.margin1 {
    margin-bottom: 10px;
  }
  #imggrid .gallery__image.margin2 {
    margin-top: 10px;
  }
  #imggrid .gallery__image.relative-position {
    top: -4px;
  }
  #imggrid .image__content h4 {
    font-size: 1.25rem;
    line-height: 1;
  }
  .sideform {
    top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  #imggrid .image__content h4 {
    font-size: 1rem;
  }
  .content-area .smallvideo {
    float: none;
    padding-right: 0;
  }
  .content-area .three-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .content-area table {
    font-size: 10px;
  }
}
@media screen and (max-width: 450px) {
  #imggrid .col-7 .row .col {
    width: 100%;
  }
  #imggrid .col-7 .row .col-sm-4 .row {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #imggrid .col-12,
  #imggrid .col-4,
  #imggrid .col-5,
  #imggrid .col-7,
  #imggrid .row {
    padding: 0;
  }
  #imggrid .gallery__image {
    margin-bottom: 20px !important;
  }
  #imggrid .row {
    display: block;
  }
  #imggrid .col-4,
  #imggrid .col-5,
  #imggrid .col-7,
  #imggrid div.image {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  #imggrid .image__content h4 {
    font-size: 1.5625rem;
  }
  #imggrid .col-4 .col-12.image .gallery__image,
  #imggrid .col-6.image {
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 100% !important;
  }
  #imggrid .col-4 .row .col-12.image,
  #imggrid .col-5 .row + .row {
    display: flex;
  }
  #imggrid .gallery__image.relative-position {
    top: 0;
    right: -5px;
  }
  #imggrid .col-4.image + .col-4 .row {
    padding: 0 15px;
  }
  #imggrid .gallery__image img {
    max-height: 200px;
  }
}
.uvp.uvp-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  bottom: 125px;
  background: 0 0;
  padding: 0;
}
.uvp.uvp-box .box {
  border-radius: 20px;
  width: 280px;
  height: 250px;
  z-index: 233;
  display: block;
  align-items: center;
  padding: 30px;
}
.uvp.uvp-box .uvp-box-1 {
  background-image: -moz-linear-gradient(90deg, #117a96 0, #2998b6 100%);
  background-image: -webkit-linear-gradient(90deg, #117a96 0, #2998b6 100%);
  background-image: -ms-linear-gradient(90deg, #117a96 0, #2998b6 100%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.uvp.uvp-box .uvp-box-2 {
  background-image: -moz-linear-gradient(90deg, #2f608a 0, #3d7cb2 100%);
  background-image: -webkit-linear-gradient(90deg, #2f608a 0, #3d7cb2 100%);
  background-image: -ms-linear-gradient(90deg, #2f608a 0, #3d7cb2 100%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.uvp.uvp-box .uvp-box-3 {
  background-image: -moz-linear-gradient(90deg, #673f94 0, #7a4ab1 100%);
  background-image: -webkit-linear-gradient(90deg, #673f94 0, #7a4ab1 100%);
  background-image: -ms-linear-gradient(90deg, #673f94 0, #7a4ab1 100%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.uvp.uvp-box .uvp-box-4 {
  background-image: -moz-linear-gradient(90deg, #ac276c 0, #dc2a87 100%);
  background-image: -webkit-linear-gradient(90deg, #ac276c 0, #dc2a87 100%);
  background-image: -ms-linear-gradient(90deg, #ac276c 0, #dc2a87 100%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.uvp.uvp-box .uvp-box-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.uvp.uvp-box .uvp-box-icon img {
  filter: drop-shadow(3px 0 7px rgba(0, 0, 0, 0.2));
  width: 70px;
}
.uvp.uvp-box .box p {
  font-size: 1.35rem;
  font-family: Futura;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.home-feature.feature--4 .feature__image {
  max-width: 100%;
  height: auto;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.home-feature.feature--4 .col-md-6.text {
  margin: 1rem 0;
}
@media screen and (max-width: 1150px) {
  .uvp.uvp-box .box {
    width: 250px;
    height: 250px;
    z-index: 233;
  }
  .uvp.uvp-box .box p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1050px) {
  .uvp.uvp-box .box {
    width: 225px;
  }
  .uvp.uvp-box .box p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 967px) {
  .uvp.uvp-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uvp.uvp-box .box {
    width: 45%;
    margin: 0.5rem;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .uvp.uvp-box {
    bottom: 155px;
  }
  .uvp.uvp-box .uvp-box-icon img {
    width: 50px;
  }
}
@media screen and (max-width: 576px) {
  .uvp.uvp-box .box p {
    font-size: 1.1rem;
  }
  .uvp.uvp-box .box {
    height: 175px;
    width: 100%;
  }
}
.feature.feature--2 {
  position: relative;
  height: 702px;
  background-color: #00b4e5;
}
.feature.feature--2 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature.feature--2 .feature__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
}
.feature.feature--2 .feature__content .content__title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.feature.feature--2 .feature__content .content__text {
  color: #fff;
  text-align: left;
}
.feature.feature--2 .feature__content .content__button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature.feature--2 .feature__content {
  background: 0 0;
}
.feature.feature--2 .feature__content .content__box {
  background: rgb(47, 82, 92, 0.7);
  padding: 40px 30px;
  padding-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1150px) {
  .feature.feature--2 .feature__content {
    width: 100%;
    padding: 0;
  }
  .feature.feature--2 .feature__content .content__title {
    font-size: 1.75rem;
    padding: 0.1rem 0.25rem;
  }
}
@media screen and (max-width: 567px) {
  .feature.feature--2 {
    height: 850px;
  }
  .feature.feature--2 .feature__content .content__title {
    font-size: 1.65rem;
  }
  .feature.feature--2 .feature__content .content__box {
    padding: 10px;
  }
}
.feature.feature--5 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature.feature--5 {
    height: auto;
  }
}
.feature.feature--5 div[class^="container"],
.feature.feature--5 div[class^="row"] {
  height: 100%;
}
.feature.feature--5 div[class^="col"].absolute {
  position: absolute;
  height: 100%;
}
.feature.feature--5 div[class^="col"].absolute.absolute--left {
  left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .feature.feature--5 div[class^="col"].absolute {
    position: relative;
    right: initial;
    padding: initial;
  }
}
.feature.feature--5 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature.feature--5 .feature__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.feature.feature--5 .col-md-6.content {
  background: #d3d3d3;
  padding: 30px;
}
.essentials-covered-accordion h2,
.home-feature.feature.feature--5 .feature__title {
  color: #00b4e5;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1;
}
.essentials-covered-accordion h2 {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 1137px) {
  .essentials-covered-accordion [data-accordion] [data-content],
  .essentials-covered-accordion [data-accordion] [data-control] {
    width: 53%;
  }
}
.feature.feature--6 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature.feature--6 {
    height: auto;
  }
}
.feature.feature--6 div[class^="container"],
.feature.feature--6 div[class^="row"] {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .feature.feature--6 .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.feature.feature--6 div[class^="col"].absolute {
  position: absolute;
  height: 100%;
}
.feature.feature--6 div[class^="col"].absolute.absolute--right {
  right: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .feature.feature--6 div[class^="col"].absolute {
    position: relative;
    right: initial;
    padding: initial;
  }
}
.feature.feature--6 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature.feature--6 .feature__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.feature.feature--6 .col-md-6.content {
  background: #d3d3d3;
  padding: 20px;
}
.feature.feature--6 .content__title {
  font-weight: 700;
  color: #00b4e5;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-top: 1rem;
  margin-bottom: 20px;
  line-height: 1;
}
.feature.feature--6 .content .content__buttons {
  justify-content: left;
}
@media screen and (min-width: 768px) {
  .feature.feature--6 div[class^="col"].absolute.absolute--right {
    padding-left: 0;
  }
  .feature.feature--5 div[class^="col"].absolute.absolute--left {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature.feature--6 .content__title,
  .home-feature.feature.feature--5 .feature__title {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 467px) {
  .uvp.uvp-box .box {
    padding: 10px;
  }
  .feature.feature--5 .content__buttons .button.button--primary,
  .feature.feature--6 .content__buttons .button.button--primary {
    margin-right: 0;
    width: 100%;
  }
  .feature.feature--5 .col-md-6.content,
  .feature.feature--6 .col-md-6.content {
    padding: 10px;
  }
  .feature.feature--2 {
    height: 925px;
  }
  .feature.feature--2 .content-title {
    margin-bottom: 0;
  }
  .essentials-covered-accordion h2,
  .feature.feature--2 .content-title,
  .feature.feature--6 .content__title,
  .home-feature.feature.feature--5 .feature__title {
    font-size: 1.5rem;
  }
  .btn-width-lg {
    padding: 8px 10px;
  }
}


/*! FEATURE 8 */


/*! EVENTS PAGE */
.events .event-item {padding:1rem;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;margin-bottom:50px}
.events .event-item h2 {margin-top:1rem}
.liahona-img-container {align-items:center;justify-content:space-between;max-width:506px;margin-inline:auto;gap:2rem;margin-bottom:4rem}
.lihaona-img-container img {max-width:100%;height:auto}

/*! Grey Background feature */ 
.grey-background, .agent-info-block {background:#f3f1f1;padding:2rem 1rem;margin-bottom:4rem}

.agent-info-block__content {display:flex;flex-direction:column;justify-content:center}

.grey-background h2 {margin:0}
.grey-background ul {padding-left:0;list-style-position:inside;margin:0;}
.grey-background li {margin-bottom:.5rem}
.feature.feature--8 {margin-bottom:3.5rem}

.feature.feature--8 .feature__content {box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);min-height:350px;display:flex;flex-direction:column;justify-content:center;padding-inline:clamp(1rem,4vw,2.25rem);background:#fff;width:100%;position:relative;top:50%;transform:translateY(-50%);z-index:3;}

.feature.feature--8 .feature__content-title {margin-block:0 .5rem;text-wrap:balance;}

.feature.feature--8 p:last-of-type {margin:0}

/*! AGENT INFO BLOCK */
.agent-info-block{padding:0;margin-inline:0;margin-bottom:100px;min-height:423px} 
.agent-info-block img {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;max-height:650px}

  .feature.feature--8 .feature__content {width:105%}


@media screen and (min-width:992px) {
  .feature.feature--8 .feature__content {left:-40px;position:absolute}
  .feature.feature--8.invert .feature__content {left:auto;right:-40px}
}

@media screen and (max-width:991px) {
  .feature.feature.feature--8 .feature__img-container {display:flex;justify-content:center;}
  .feature.feature--8 .feature__content {text-align:center;min-height:auto;padding-block:1.5rem;}
  .liahona-img-container {justify-content:center;flex-wrap:wrap}
  .agent-info-block img {position:relative;margin:0 auto;max-width:600px;display:flex;padding-block:1.5rem}
}
  


/*! IFRAME CONTAINER */
.iframe-container {    
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;}

  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

    /*! CUSTOM CSS */
    .grey-bg {
      background:#f0f0f0
    }
    .mb-0 {
      margin-bottom:0!important
    }
    .mb-100 {margin-bottom:100px;}

    .text-center {text-align:center;}