/*
 * GLOBAL VARS
 */
/*#0c7e96*/
/* mobile */
/* desktop */
/* screen size to toggle mob menu*/
/* screen size to toggle slider caption*/
/* Usage:
a {
    @include links(orange, blue, yellow, teal);
}
*/
/* Using the mixin
.foo {
  @include center(both); // vertical / horizontal / both
}
.foo-parent {
  position: relative;
}
*/
/*Usage
p {
  @include font-size(14px)
  }
Output
p {
  font-size: 14px; //For unsupported browsers
  font-size: 0.8rem;
}
*/
/* Usage:
$start-color, $end-color, $orientation - vertical/horizontal/radial
.foo {
  @include linear-gradient(left, red, black)
}
*/
/* Usage
@include font-face('gotham', '/fonts/gotham');
*/
/* usage
.menu li {
  @include relative;
}

.sub-menu {
  @include absolute(top 100% left 0);
}

.sticky-bar {
  @include fixed(top 0 left 0);
}
*/
/* Fluid Text size */
/*
https://css-tricks.com/snippets/css/fluid-typography/
Usage 

$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;

html {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}

*/
/* Screen size */
/* Using the mixin
.foo {
  @include screen(large) {
    width: 20%;
  }
  @include screen(med) {
    width: 40%;
  }
  @include screen(med-small) {
    width: 60%;
  }
  @include screen(small) {
    width: 80%;
  }
  @include screen(custom, max, 400) {
    width: 100%;
  }
}
*/
/* Using
@include delay-loop(200, 1, 4, 500);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  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: 1170px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

@-webkit-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-ms-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes blinking {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #0C97B4; }
  to {
    color: #fff; } }
@-moz-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #0C97B4; }
  to {
    color: #fff; } }
@-ms-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #0C97B4; }
  to {
    color: #fff; } }
@-o-keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #0C97B4; }
  to {
    color: #fff; } }
@keyframes blinking_text {
  from {
    color: #fff; }
  50% {
    color: #0C97B4; }
  to {
    color: #fff; } }
@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  -moz-animation-name: fadeInUpSm;
  -ms-animation-name: fadeInUpSm;
  -o-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm; }

@-webkit-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownSm {
  -webkit-animation-name: fadeInDownSm;
  -moz-animation-name: fadeInDownSm;
  -ms-animation-name: fadeInDownSm;
  -o-animation-name: fadeInDownSm;
  animation-name: fadeInDownSm; }

@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  -moz-animation-name: fadeInRightSm;
  -ms-animation-name: fadeInRightSm;
  -o-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm; }

@-webkit-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  -moz-animation-name: fadeInLeftSm;
  -ms-animation-name: fadeInLeftSm;
  -o-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm; }

@-webkit-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftMd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftMd {
  -webkit-animation-name: fadeInLeftMd;
  -moz-animation-name: fadeInLeftMd;
  -ms-animation-name: fadeInLeftMd;
  -o-animation-name: fadeInLeftMd;
  animation-name: fadeInLeftMd; }

@-webkit-keyframes bgchange {
  0% {
    background: #9ba2a9; }
  50% {
    background: #0C97B4; }
  100% {
    background: #9ba2a9; } }
@-moz-keyframes bgchange {
  0% {
    background: #9ba2a9; }
  50% {
    background: #0C97B4; }
  100% {
    background: #9ba2a9; } }
@-ms-keyframes bgchange {
  0% {
    background: #9ba2a9; }
  50% {
    background: #0C97B4; }
  100% {
    background: #9ba2a9; } }
@-o-keyframes bgchange {
  0% {
    background: #9ba2a9; }
  50% {
    background: #0C97B4; }
  100% {
    background: #9ba2a9; } }
@keyframes bgchange {
  0% {
    background: #9ba2a9; }
  50% {
    background: #0C97B4; }
  100% {
    background: #9ba2a9; } }
.bgchange {
  -webkit-animation-name: bgchange;
  -moz-animation-name: bgchange;
  -ms-animation-name: bgchange;
  -o-animation-name: bgchange;
  animation-name: bgchange; }

@-webkit-keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes backgroundloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2000px 0; } }
@keyframes shpulse {
  0% {
    box-shadow: 0 0 0 0 rgba(12, 151, 180, 0.4); }
  70% {
    box-shadow: 0 0 0 20px rgba(12, 151, 180, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(12, 151, 180, 0); } }
@keyframes g_blinking {
  from {
    background: #44cd00; }
  50% {
    background: #fff; }
  to {
    background: #44cd00; } }
@keyframes scaleImg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ==========================================================================
   Basic styles
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  color: #343E56;
  font-size: 18px;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5;
  position: relative;
  background: #FEFEFE; }
  @media screen and (max-width: 1366px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1365px) {
    body.menu-opened {
      overflow: hidden; } }

::-webkit-selection {
  background: #03798F;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #03798F;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #03798F;
  color: #fff;
  text-shadow: none; }

.container,
.container-fluid,
.kb-theme-content-width {
  width: 1360px;
  max-width: 100% !important; }
  @media screen and (max-width: 1200px) {
    .container,
    .container-fluid,
    .kb-theme-content-width {
      padding-left: 20px;
      padding-right: 20px; } }

.container-wide {
  padding-left: 20px;
  padding-right: 20px;
  width: 1560px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto; }

.container-full {
  padding-left: 15px;
  padding-right: 15px;
  /*@include screen(custom, max, 768) {
  	padding-left: 20px;
  	padding-right: 20px;
  } */ }
  .container-full.padding-0 {
    padding: 0; }

.site-content {
  padding: 64px 15px 40px 15px; }
  @media screen and (max-width: 768px) {
    .site-content {
      padding: 48px 20px 32px 20px;
      /* Since we have wrapper padding: */ }
      .site-content > .container-fluid, .site-content > .container-wide {
        padding-left: 0;
        padding-right: 0; } }

.home.page .site-content,
.page-template-front-page .site-content,
.page-template-full-width .site-content,
.page-template-blanktitle-page .site-content {
  padding: 0; }
  .home.page .site-content article,
  .home.page .site-content .entry-content,
  .page-template-front-page .site-content article,
  .page-template-front-page .site-content .entry-content,
  .page-template-full-width .site-content article,
  .page-template-full-width .site-content .entry-content,
  .page-template-blanktitle-page .site-content article,
  .page-template-blanktitle-page .site-content .entry-content {
    margin-bottom: 0; }
.home.page .kb-theme-content-width,
.page-template-front-page .kb-theme-content-width,
.page-template-full-width .kb-theme-content-width,
.page-template-blanktitle-page .kb-theme-content-width {
  width: 1560px; }

.home.page .kb-theme-content-width,
.page-template-front-page .kb-theme-content-width,
.page-template-full-width .kb-theme-content-width {
  width: 1560px; }

.wow {
  visibility: hidden;
  animation-fill-mode: backwards; }

.tos-wrapper.tos-fixed {
  background: #F3FAFB; }

.tos-desktop .tos-wrapper.tos-fixed {
  background: rgba(243, 250, 251, 0.9); }

#searchform .field {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid rgba(12, 151, 180, 0.25); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.4;
  color: #0C97B4;
  padding: 0;
  margin: 0 0 0.75em 0; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 500; }

h1 {
  font-size: 38px; }
  @media screen and (min-width: 320px) {
    h1 {
      font-size: calc(38px + 10 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h1 {
      font-size: 48px !important; } }

h2 {
  font-size: 32px; }
  @media screen and (min-width: 320px) {
    h2 {
      font-size: calc(32px + 8 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h2 {
      font-size: 40px !important; } }

h3 {
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    h3 {
      font-size: calc(28px + 6 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h3 {
      font-size: 34px !important; } }

h4 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    h4 {
      font-size: calc(24px + 4 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h4 {
      font-size: 28px !important; } }

h5 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    h5 {
      font-size: calc(20px + 2 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h5 {
      font-size: 22px !important; } }

h6 {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    h6 {
      font-size: calc(14px + 2 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    h6 {
      font-size: 16px !important; } }

.inner-page h2 {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .inner-page h2 {
      font-size: calc(24px + 12 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    .inner-page h2 {
      font-size: 36px !important; } }
.inner-page h3 {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    .inner-page h3 {
      font-size: calc(20px + 8 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    .inner-page h3 {
      font-size: 28px !important; } }
.inner-page h4 {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    .inner-page h4 {
      font-size: calc(18px + 4 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    .inner-page h4 {
      font-size: 22px !important; } }
.inner-page h5 {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .inner-page h5 {
      font-size: calc(16px + 4 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    .inner-page h5 {
      font-size: 20px !important; } }
.inner-page h6 {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    .inner-page h6 {
      font-size: calc(14px + 2 * ((100vw - 320px) / 1600)) !important; } }
  @media screen and (min-width: 1920px) {
    .inner-page h6 {
      font-size: 16px !important; } }

strong, b {
  font-weight: 600; }

a {
  color: #0C97B4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:hover {
    color: #783056; }

/* ==========================================================================
   General style of forms
   ========================================================================== */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(52, 62, 86, 0.65); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(52, 62, 86, 0.65); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(52, 62, 86, 0.65); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(52, 62, 86, 0.65); }

.grecaptcha-badge {
  opacity: 0 !important;
  width: 0 !important; }

.has-captcha-shift form.forminator-ui {
  margin: 0 !important; }
  .has-captcha-shift form.forminator-ui .forminator-row-last {
    /* to fix recpatcha shift */
    margin-top: -30px !important; }
    @media screen and (max-width: 782px) {
      .has-captcha-shift form.forminator-ui .forminator-row-last {
        margin-top: 0 !important; } }

form {
  position: relative; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="file"],
  form input[type="url"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="search"],
  form input[type="number"],
  form textarea,
  form select {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    background: #F3FAFB;
    border: 1px solid rgba(12, 151, 180, 0.25);
    width: 100%;
    color: #343E56;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 600px) {
      form input[type="text"],
      form input[type="password"],
      form input[type="email"],
      form input[type="file"],
      form input[type="url"],
      form input[type="tel"],
      form input[type="date"],
      form input[type="search"],
      form input[type="number"],
      form textarea,
      form select {
        font-size: 15px;
        padding: 12px 18px; } }
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form input[type="email"]:focus,
    form input[type="file"]:focus,
    form input[type="url"]:focus,
    form input[type="tel"]:focus,
    form input[type="date"]:focus,
    form input[type="search"]:focus,
    form input[type="number"]:focus,
    form textarea:focus,
    form select:focus {
      border-color: #0C97B4; }
  form select {
    min-height: 46px;
    /*-webkit-appearance: none; */ }
    @media screen and (max-width: 600px) {
      form select {
        min-height: 40px; } }
    form select option {
      padding: 5px 10px; }
  form textarea {
    height: 80px;
    min-height: 80px;
    overflow: auto; }
  form fieldset {
    border-color: rgba(3, 121, 143, 0.6);
    margin-bottom: 1em; }
    form fieldset legend {
      font-family: "Poppins", sans-serif;
      color: #03798F;
      text-transform: uppercase; }
  form .forminator-label {
    display: none !important; }
  form .show-label .forminator-label {
    font-weight: 500;
    display: block !important;
    width: 100%;
    margin-bottom: 10px; }
  form div[id*="textarea-"] .forminator-field {
    position: relative; }
    form div[id*="textarea-"] .forminator-field .forminator-description {
      padding: 10px;
      font-size: 12px;
      color: #343E56;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 20; }
  form .forminator-field-checkbox > .forminator-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */
    -webkit-flex-direction: row;
    flex-direction: row;
    /*
    vertically
    align-items: flex-start | flex-end | center | baseline | stretch;
    */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    form .forminator-field-checkbox > .forminator-field .forminator-label {
      width: 100%;
      font-size: 15px !important; }
    form .forminator-field-checkbox > .forminator-field .forminator-checkbox {
      width: calc(50% - 15px);
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        form .forminator-field-checkbox > .forminator-field .forminator-checkbox {
          font-size: 14px; } }
      @media screen and (max-width: 640px) {
        form .forminator-field-checkbox > .forminator-field .forminator-checkbox {
          width: 100%; } }
  form .forminator-field-radio > .forminator-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */
    -webkit-flex-direction: row;
    flex-direction: row;
    /*
    vertically
    align-items: flex-start | flex-end | center | baseline | stretch;
    */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    form .forminator-field-radio > .forminator-field .forminator-label {
      width: 100%;
      font-size: 15px !important; }
    form .forminator-field-radio > .forminator-field .forminator-radio {
      width: calc(50% - 15px);
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        form .forminator-field-radio > .forminator-field .forminator-radio {
          font-size: 14px; } }
      @media screen and (max-width: 640px) {
        form .forminator-field-radio > .forminator-field .forminator-radio {
          width: 100%; } }
  form .forminator-checkbox input {
    margin-right: 10px;
    width: 20px;
    height: 20px; }
  form .forminator-radio {
    margin-right: 20px; }
    form .forminator-radio input {
      margin-right: 10px;
      width: 20px;
      height: 20px; }
  form .forminator-multi-upload {
    padding: 15px !important; }
  form .forminator-error-message {
    color: #dc0505;
    font-size: 14px; }
  form .forminator-error ul {
    color: #ff6c00; }
  form .forminator-success {
    color: #fff;
    background: #00c264;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px; }
  form.forminator-custom-form .forminator-row {
    position: relative; }
    form.forminator-custom-form .forminator-row.forminator-row-last {
      margin-bottom: 0 !important; }
    @media screen and (min-width: 782px) {
      form.forminator-custom-form .forminator-row.forminator-row-last {
        /*margin-top: -24px;  to fix captcha extra space */ } }
    form.forminator-custom-form .forminator-row .forminator-col {
      position: relative; }
    form.forminator-custom-form .forminator-row > .fas:before {
      display: block;
      color: #0C97B4;
      top: 15px;
      left: 30px;
      position: absolute;
      z-index: 10; }
    form.forminator-custom-form .forminator-row > .fas .forminator-field input, form.forminator-custom-form .forminator-row > .fas .forminator-field select, form.forminator-custom-form .forminator-row > .fas .forminator-field textarea {
      padding-left: 40px; }
    @media screen and (max-width: 783px) {
      form.forminator-custom-form .forminator-row .forminator-col {
        display: block; }
        form.forminator-custom-form .forminator-row .forminator-col.fas:before {
          left: 15px; } }
  form.forminator-ui[data-design="basic"] .forminator-field-checkbox .forminator-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */
    -webkit-flex-direction: row;
    flex-direction: row;
    /*
    vertically
    align-items: flex-start | flex-end | center | baseline | stretch;
    */
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    cursor: pointer;
    margin: 5px 0 !important; }
    form.forminator-ui[data-design="basic"] .forminator-field-checkbox .forminator-checkbox input {
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      position: absolute !important;
      white-space: nowrap !important;
      margin: -1px !important;
      padding: 0 !important;
      border: 0 !important;
      opacity: 0 !important; }
    form.forminator-ui[data-design="basic"] .forminator-field-checkbox .forminator-checkbox .forminator-checkbox-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      width: 22px;
      height: 22px;
      position: relative;
      border: 1px solid rgba(12, 151, 180, 0.75);
      border-radius: 3px;
      background: rgba(0, 0, 0, 0);
      align-self: flex-start;
      margin-right: 12px; }
      form.forminator-ui[data-design="basic"] .forminator-field-checkbox .forminator-checkbox .forminator-checkbox-box:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #0C97B4;
        opacity: 0;
        transition: all 0.4s; }
    form.forminator-ui[data-design="basic"] .forminator-field-checkbox .forminator-checkbox input:checked + .forminator-checkbox-box:before {
      opacity: 1; }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-input,
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-textarea {
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
    border-radius: 10px !important; }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-checkbox {
    margin: 0 !important;
    font-size: 15px !important; }
    form.forminator-ui.forminator-design--default[data-design=default] .forminator-checkbox .forminator-checkbox-box {
      width: 24px !important;
      height: 24px !important;
      flex-basis: 24px;
      background: #F3FAFB !important;
      border: 1px solid rgba(12, 151, 180, 0.5) !important;
      border-radius: 4px; }
      form.forminator-ui.forminator-design--default[data-design=default] .forminator-checkbox .forminator-checkbox-box:before {
        font-size: 14px !important;
        color: #0C97B4 !important; }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-radio {
    margin: 0 !important;
    font-size: 15px !important; }
    form.forminator-ui.forminator-design--default[data-design=default] .forminator-radio .forminator-radio-bullet {
      width: 24px !important;
      height: 24px !important;
      flex-basis: 24px;
      background: #F3FAFB !important;
      border: 1px solid rgba(12, 151, 180, 0.5) !important; }
      form.forminator-ui.forminator-design--default[data-design=default] .forminator-radio .forminator-radio-bullet:before {
        background-color: #0C97B4 !important; }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-field-upload .forminator-field {
    position: relative; }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-field-upload .forminator-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0; }
  @media screen and (min-width: 640px) {
    form.forminator-ui.forminator-design--default[data-design=default] .forminator-field-upload .forminator-label {
      font-weight: bold !important;
      color: #03798F;
      width: auto	!important;
      top: 12px;
      left: 12px;
      position: absolute; }
    form.forminator-ui.forminator-design--default[data-design=default] .forminator-field-upload .forminator-description {
      margin: 0 !important;
      top: 12px;
      right: 12px;
      position: absolute; } }
  form.forminator-ui.forminator-design--default[data-design=default] .forminator-button {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    padding: 0.8em 1.35em 0.7em 1.35em !important;
    min-width: 180px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    background: #783056 !important;
    border: 1px solid #783056 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 16px  !important; }
    form.forminator-ui.forminator-design--default[data-design=default] .forminator-button:hover {
      background: #0C97B4 !important;
      border-color: #0C97B4 !important;
      color: #fff !important;
      box-shadow: none !important; }

body .select2-results__options {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

/** Buttons */
input[type="submit"], .wpforms-submit, .wp-block-button__link, .btn, .forminator-button, .button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.8em 1.35em 0.7em 1.35em;
  min-width: 130px;
  text-align: center;
  line-height: 1.4;
  background: #783056;
  border: 1px solid #783056;
  color: #fff !important;
  text-shadow: none;
  border-radius: 8px;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include screen(custom, max, 520) {
  	font-size: 16px;
  }*/ }
  input[type="submit"] img, .wpforms-submit img, .wp-block-button__link img, .btn img, .forminator-button img, .button img {
    vertical-align: top;
    margin-right: 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  input[type="submit"]:hover, .wpforms-submit:hover, .wp-block-button__link:hover, .btn:hover, .forminator-button:hover, .button:hover {
    background: #0C97B4;
    border-color: #0C97B4;
    color: #fff !important; }
  input[type="submit"] > *, .wpforms-submit > *, .wp-block-button__link > *, .btn > *, .forminator-button > *, .button > * {
    position: relative; }
  input[type="submit"].white, .white > input[type="submit"], .wpforms-submit.white, .white > .wpforms-submit, .wp-block-button__link.white, .white > .wp-block-button__link, .btn.white, .white > .btn, .forminator-button.white, .white > .forminator-button, .button.white, .white > .button {
    background: #fff;
    border-color: #fff;
    color: #343E56 !important; }
    input[type="submit"].white:hover, .white > input[type="submit"]:hover, .wpforms-submit.white:hover, .white > .wpforms-submit:hover, .wp-block-button__link.white:hover, .white > .wp-block-button__link:hover, .btn.white:hover, .white > .btn:hover, .forminator-button.white:hover, .white > .forminator-button:hover, .button.white:hover, .white > .button:hover {
      background: #783056;
      border-color: #783056;
      color: #fff !important; }
  input[type="submit"].blue, .blue > input[type="submit"], .wpforms-submit.blue, .blue > .wpforms-submit, .wp-block-button__link.blue, .blue > .wp-block-button__link, .btn.blue, .blue > .btn, .forminator-button.blue, .blue > .forminator-button, .button.blue, .blue > .button {
    background: #0C97B4;
    border-color: #0C97B4;
    color: #fff !important; }
    input[type="submit"].blue:hover, .blue > input[type="submit"]:hover, .wpforms-submit.blue:hover, .blue > .wpforms-submit:hover, .wp-block-button__link.blue:hover, .blue > .wp-block-button__link:hover, .btn.blue:hover, .blue > .btn:hover, .forminator-button.blue:hover, .blue > .forminator-button:hover, .button.blue:hover, .blue > .button:hover {
      background: #783056;
      border-color: #783056;
      color: #fff !important; }
  input[type="submit"].outline, .outline > input[type="submit"], .wpforms-submit.outline, .outline > .wpforms-submit, .wp-block-button__link.outline, .outline > .wp-block-button__link, .btn.outline, .outline > .btn, .forminator-button.outline, .outline > .forminator-button, .button.outline, .outline > .button {
    background: rgba(0, 0, 0, 0);
    border-color: #783056;
    color: #783056 !important; }
    input[type="submit"].outline:hover, .outline > input[type="submit"]:hover, .wpforms-submit.outline:hover, .outline > .wpforms-submit:hover, .wp-block-button__link.outline:hover, .outline > .wp-block-button__link:hover, .btn.outline:hover, .outline > .btn:hover, .forminator-button.outline:hover, .outline > .forminator-button:hover, .button.outline:hover, .outline > .button:hover {
      background: #783056;
      border-color: #783056;
      color: #fff !important; }
  input[type="submit"].outline-white, .outline-white > input[type="submit"], .wpforms-submit.outline-white, .outline-white > .wpforms-submit, .wp-block-button__link.outline-white, .outline-white > .wp-block-button__link, .btn.outline-white, .outline-white > .btn, .forminator-button.outline-white, .outline-white > .forminator-button, .button.outline-white, .outline-white > .button {
    background: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff !important; }
    input[type="submit"].outline-white:hover, .outline-white > input[type="submit"]:hover, .wpforms-submit.outline-white:hover, .outline-white > .wpforms-submit:hover, .wp-block-button__link.outline-white:hover, .outline-white > .wp-block-button__link:hover, .btn.outline-white:hover, .outline-white > .btn:hover, .forminator-button.outline-white:hover, .outline-white > .forminator-button:hover, .button.outline-white:hover, .outline-white > .button:hover {
      background: #783056;
      border-color: #783056;
      color: #fff !important; }
  input[type="submit"].hover-w:hover, .hover-w > input[type="submit"]:hover, .wpforms-submit.hover-w:hover, .hover-w > .wpforms-submit:hover, .wp-block-button__link.hover-w:hover, .hover-w > .wp-block-button__link:hover, .btn.hover-w:hover, .hover-w > .btn:hover, .forminator-button.hover-w:hover, .hover-w > .forminator-button:hover, .button.hover-w:hover, .hover-w > .button:hover {
    background: #3dacc3;
    border-color: #3dacc3;
    color: #0C97B4 !important; }
  input[type="submit"].hover-blue-dark:hover, .hover-blue-dark > input[type="submit"]:hover, .wpforms-submit.hover-blue-dark:hover, .hover-blue-dark > .wpforms-submit:hover, .wp-block-button__link.hover-blue-dark:hover, .hover-blue-dark > .wp-block-button__link:hover, .btn.hover-blue-dark:hover, .hover-blue-dark > .btn:hover, .forminator-button.hover-blue-dark:hover, .hover-blue-dark > .forminator-button:hover, .button.hover-blue-dark:hover, .hover-blue-dark > .button:hover {
    background: #03798F;
    border-color: #03798F;
    color: #fff !important; }
  input[type="submit"].hover-purp-dark:hover, .hover-purp-dark > input[type="submit"]:hover, .wpforms-submit.hover-purp-dark:hover, .hover-purp-dark > .wpforms-submit:hover, .wp-block-button__link.hover-purp-dark:hover, .hover-purp-dark > .wp-block-button__link:hover, .btn.hover-purp-dark:hover, .hover-purp-dark > .btn:hover, .forminator-button.hover-purp-dark:hover, .hover-purp-dark > .forminator-button:hover, .button.hover-purp-dark:hover, .hover-purp-dark > .button:hover {
    background: #62193F;
    border-color: #62193F;
    color: #fff !important; }
  input[type="submit"].btn-lg, .btn-lg > input[type="submit"], .wpforms-submit.btn-lg, .btn-lg > .wpforms-submit, .wp-block-button__link.btn-lg, .btn-lg > .wp-block-button__link, .btn.btn-lg, .btn-lg > .btn, .forminator-button.btn-lg, .btn-lg > .forminator-button, .button.btn-lg, .btn-lg > .button {
    padding: 0.66em 1.75em;
    min-width: 180px;
    font-size: 20px; }
  input[type="submit"].btn-sm, .btn-sm > input[type="submit"], .wpforms-submit.btn-sm, .btn-sm > .wpforms-submit, .wp-block-button__link.btn-sm, .btn-sm > .wp-block-button__link, .btn.btn-sm, .btn-sm > .btn, .forminator-button.btn-sm, .btn-sm > .forminator-button, .button.btn-sm, .btn-sm > .button {
    min-width: 110px;
    padding: 0.66em 1.75em;
    font-size: 14px; }
  input[type="submit"].full, .full > input[type="submit"], .wpforms-submit.full, .full > .wpforms-submit, .wp-block-button__link.full, .full > .wp-block-button__link, .btn.full, .full > .btn, .forminator-button.full, .full > .forminator-button, .button.full, .full > .button {
    display: block;
    width: 100%; }
  input[type="submit"].wider, .wider > input[type="submit"], .wpforms-submit.wider, .wider > .wpforms-submit, .wp-block-button__link.wider, .wider > .wp-block-button__link, .btn.wider, .wider > .btn, .forminator-button.wider, .wider > .forminator-button, .button.wider, .wider > .button {
    padding-left: 2.5em;
    padding-right: 2.5em; }

/* Social Media icons */
.social-media-icons {
  height: auto; }
  .social-media-icons h4,
  .social-media-icons .ttl {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px !important; }
  .social-media-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
    .social-media-icons ul li {
      display: inline-block;
      vertical-align: top;
      margin: 5px 10px;
      text-align: center;
      font-size: 32px; }
      .social-media-icons ul li a {
        text-decoration: none;
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #0C97B4 !important;
        background-color: rgba(0, 0, 0, 0);
        border: none !important;
        position: relative; }
        .social-media-icons ul li a i {
          position: relative;
          z-index: 20; }
        .social-media-icons ul li a:hover {
          color: #03798F !important; }
          .social-media-icons ul li a:hover .fa-homestars {
            background-image: url("../images/homestars.png"); }
  .social-media-icons .fa-homestars {
    background: url("../images/homestars_w.png") no-repeat center center;
    background-size: contain;
    width: 55%;
    margin: 0 auto;
    padding-top: 100%;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .social-media-icons.light ul li a {
    color: #fff !important; }
    .social-media-icons.light ul li a:hover {
      color: #783056 !important; }
  .social-media-icons.sm ul li {
    margin: 0 2px;
    text-align: center;
    font-size: 22px; }
    .social-media-icons.sm ul li a {
      width: 32px;
      height: 32px;
      line-height: 32px; }

/* ==========================================================================
   Header Section
   ========================================================================== */
#headercontainer {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 500; }
  #headercontainer .top-nav-line {
    padding: 10px 0 7px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #0C97B4; }
    @media screen and (min-width: 1366px) {
      #headercontainer .top-nav-line {
        border-bottom: 1px solid rgba(3, 121, 143, 0.12); } }
    @media screen and (max-width: 768px) {
      #headercontainer .top-nav-line {
        padding: 10px 0;
        font-size: 13px; } }
    @media screen and (max-width: 650px) {
      #headercontainer .top-nav-line .row {
        /*
        horizontally
        justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
        */
        -webkit-justify-content: center !important;
        justify-content: center !important; } }
    #headercontainer .top-nav-line .widgets-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: auto; }
      @media screen and (max-width: 1024px) {
        #headercontainer .top-nav-line .widgets-left {
          display: none; } }
    #headercontainer .top-nav-line .widgets-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 1366px) {
        #headercontainer .top-nav-line .widgets-right .phone {
          display: none; } }
      @media screen and (min-width: 480px) {
        #headercontainer .top-nav-line .widgets-right .phone {
          margin-left: 15px; } }
      @media screen and (max-width: 768px) {
        #headercontainer .top-nav-line .widgets-right {
          display: none; } }
    #headercontainer .top-nav-line .hours-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; }
      #headercontainer .top-nav-line .hours-info img {
        margin-right: 10px; }
    #headercontainer .top-nav-line .g-link {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; }
      #headercontainer .top-nav-line .g-link img {
        margin-right: 10px; }
      @media screen and (max-width: 1365px) {
        #headercontainer .top-nav-line .g-link {
          font-size: 0; }
          #headercontainer .top-nav-line .g-link img {
            margin-right: 0;
            width: 32px; } }
      @media screen and (max-width: 480px) {
        #headercontainer .top-nav-line .g-link {
          display: none; } }
  #headercontainer .site-header {
    flex: 1;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #headercontainer .site-header .logo {
      position: relative;
      align-self: center;
      max-width: 20%;
      z-index: 10; }
      #headercontainer .site-header .logo a {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 12px 0; }
        #headercontainer .site-header .logo a img {
          transition: all 0.3s; }
      @media screen and (max-width: 1640px) {
        #headercontainer .site-header .logo {
          max-width: 18%; } }
      @media screen and (max-width: 1365px) {
        #headercontainer .site-header .logo {
          max-width: 35%; } }
      @media screen and (max-width: 640px) {
        #headercontainer .site-header .logo {
          max-width: 66%; } }
    #headercontainer .site-header .header-right {
      margin-left: auto;
      align-self: center; }
      @media screen and (max-width: 1365px) {
        #headercontainer .site-header .header-right {
          position: static;
          align-self: center; } }
    #headercontainer .site-header .quote-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      margin-right: -20px; }
      #headercontainer .site-header .quote-block .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /*
        flex-direction: row | row-reverse | column | column-reverse;
        */
        -webkit-flex-direction: row;
        flex-direction: row;
        /*
        horizontally
        justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
        */
        -webkit-justify-content: center;
        justify-content: center;
        /*
        vertically
        align-items: flex-start | flex-end | center | baseline | stretch;
        */
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        height: 100%;
        padding: 1em 1.25em;
        border-radius: 0;
        min-width: 220px;
        font-size: 18px; }
        @media screen and (max-width: 1840px) {
          #headercontainer .site-header .quote-block .btn {
            min-width: 180px;
            font-size: 16px; } }
        @media screen and (max-width: 1640px) {
          #headercontainer .site-header .quote-block .btn {
            padding: 1em 1.15em;
            min-width: 160px;
            font-size: 14px; } }
        #headercontainer .site-header .quote-block .btn i {
          margin-right: 8px; }
      @media screen and (max-width: 1365px) {
        #headercontainer .site-header .quote-block {
          display: none; } }

.is-sticky .sticker {
  left: 0;
  right: 0;
  width: auto !important;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2) !important;
  z-index: 999 !important; }
  .admin-bar .is-sticky .sticker {
    margin-top: 32px; }

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main-menu-toggler {
  display: none;
  cursor: pointer;
  color: #fff;
  background: #783056;
  font-size: 20px;
  border: none;
  line-height: 1em;
  box-sizing: border-box;
  z-index: 300;
  text-align: center;
  padding: 20px 20px;
  width: auto; }
  @media screen and (max-width: 1365px) {
    .main-menu-toggler {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      order: 10; } }
  .main-menu-toggler .lbl {
    display: none;
    vertical-align: bottom;
    text-transform: uppercase; }
  .main-menu-toggler .bar {
    width: 40px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .main-menu-toggler .bar i {
      display: block;
      position: relative;
      width: 100%;
      height: 2px;
      background: #fff;
      margin: 6px 0 0 0; }
      .main-menu-toggler .bar i:first-child {
        margin: 0; }

.main-navigation .innav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
.main-navigation .mobile-logo {
  display: none; }
  @media screen and (max-width: 1365px) {
    .main-navigation .mobile-logo {
      display: block;
      position: relative;
      margin: -10px 60px 25px 0;
      max-width: 250px;
      z-index: 20; }
      .main-navigation .mobile-logo img {
        max-height: 100px;
        width: auto; } }
.main-navigation .side-menu-footer {
  display: none; }
  @media screen and (max-width: 1365px) {
    .main-navigation .side-menu-footer {
      display: block;
      margin-top: 30px;
      text-align: center; } }
  .main-navigation .side-menu-footer .btn {
    margin-bottom: 16px;
    width: 100%; }
  .main-navigation .side-menu-footer > :last-child {
    margin-bottom: 0; }
.main-navigation ul.menu {
  list-style: none;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .main-navigation ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 14px 0 14px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .main-navigation ul.menu > li:not(:first-child) {
      margin-left: 48px; }
      @media screen and (max-width: 1840px) {
        .main-navigation ul.menu > li:not(:first-child) {
          margin-left: 32px; } }
      @media screen and (max-width: 1640px) {
        .main-navigation ul.menu > li:not(:first-child) {
          margin-left: 24px; } }
    .main-navigation ul.menu > li.menu-item-has-children > a {
      position: relative; }
      .main-navigation ul.menu > li.menu-item-has-children > a:after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-style: normal;
        font-size: 60%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        line-height: 1em;
        opacity: 0.9;
        position: relative;
        z-index: 10; }
    .main-navigation ul.menu > li > a {
      display: block;
      position: relative;
      padding: 2px 0;
      font-weight: 500;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      text-transform: none;
      color: #343E56;
      text-decoration: none;
      text-align: center;
      white-space: nowrap;
      z-index: 10; }
      @media screen and (max-width: 1840px) {
        .main-navigation ul.menu > li > a {
          font-size: 15px; } }
      @media screen and (max-width: 1640px) {
        .main-navigation ul.menu > li > a {
          font-size: 14px; } }
      .main-navigation ul.menu > li > a:before {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0;
        background: #FFCA07;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1; }
      .main-navigation ul.menu > li > a > .link_txt {
        position: relative;
        z-index: 20; }
    .main-navigation ul.menu > li:hover:not(.btn-item) > a, .main-navigation ul.menu > li[class*="current"]:not(.btn-item) > a {
      color: #0C97B4; }
      .main-navigation ul.menu > li:hover:not(.btn-item) > a:before, .main-navigation ul.menu > li[class*="current"]:not(.btn-item) > a:before {
        opacity: 1;
        width: 100%;
        left: 0; }
    .main-navigation ul.menu > li:hover > .sub-menu {
      animation: fadeIn 0.6s; }
      @media screen and (min-width: 1365px) {
        .main-navigation ul.menu > li:hover > .sub-menu {
          display: block; } }
.main-navigation .sub-menu {
  display: none;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 320px;
  background: #F3FAFB;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  position: absolute; }
  .main-navigation .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: normal;
    border-top: 1px solid rgba(3, 121, 143, 0.1); }
    .main-navigation .sub-menu li:first-child {
      border: none; }
    .main-navigation .sub-menu li a:not(.wp-block-button__link) {
      display: block;
      position: relative;
      padding: 16px 32px;
      font-size: 15px;
      font-weight: 400;
      color: #222938;
      text-decoration: none;
      text-transform: none; }
    .main-navigation .sub-menu li:not(.wp-block-button__link):hover > a {
      background: rgba(12, 151, 180, 0.1);
      color: #0C97B4; }
    .main-navigation .sub-menu li[class*="current"] > a {
      color: #0C97B4; }
.main-navigation .menu-close {
  position: absolute;
  right: 15px;
  top: 30px;
  color: #343E56;
  opacity: 0.75;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 28px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 0.3s; }
  .main-navigation .menu-close:hover {
    opacity: 1; }
  @media screen and (max-width: 1365px) {
    .main-navigation .menu-close {
      display: block; } }
@media screen and (max-width: 1365px) {
  .main-navigation {
    text-align: left;
    position: relative;
    /*
    horizontally
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
    */
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .main-navigation .menu-holder {
      display: block;
      background: #F3FAFB;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
      height: 100%;
      max-height: 100%;
      top: 0;
      left: -450px;
      position: fixed;
      width: 350px;
      max-width: 100%;
      overflow: auto;
      margin: 0;
      padding: 30px 30px 30px 30px;
      text-align: left;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 1200; }
      .main-navigation .menu-holder.menu-open {
        left: 0; }
      .main-navigation .menu-holder ul.menu {
        display: block !important;
        padding: 0;
        border-top: 1px solid rgba(3, 121, 143, 0.1); }
        .main-navigation .menu-holder ul.menu > li {
          display: block;
          margin: 0 !important;
          padding: 0 !important;
          text-align: left;
          border-bottom: 1px solid rgba(3, 121, 143, 0.1); }
          .main-navigation .menu-holder ul.menu > li > a {
            text-align: left;
            padding: 15px 45px 15px 0;
            font-size: 18px; }
            .main-navigation .menu-holder ul.menu > li > a:before {
              height: 1px; }
          .main-navigation .menu-holder ul.menu > li.menu-item-has-children > a:after {
            display: none !important; }
          .main-navigation .menu-holder ul.menu > li.menu-item-has-children > .sub-menu-toggler {
            height: 55px;
            line-height: 55px;
            top: 0;
            right: 0px;
            position: absolute;
            color: rgba(12, 151, 180, 0.5);
            opacity: 1;
            z-index: 20;
            width: 40px;
            text-align: right;
            /* to make all tab clickable  
            width: 100%; */ }
            .main-navigation .menu-holder ul.menu > li.menu-item-has-children > .sub-menu-toggler:before {
              content: '\f107';
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              font-size: 18px; }
            .main-navigation .menu-holder ul.menu > li.menu-item-has-children > .sub-menu-toggler.toggled-on:before {
              content: '\f106'; }
          .main-navigation .menu-holder ul.menu > li:hover > a {
            color: #0C97B4; }
          .main-navigation .menu-holder ul.menu > li[class*="current"] > a {
            color: #0C97B4; }
      .main-navigation .menu-holder .sub-menu {
        display: none;
        border: none;
        top: 0;
        left: 0;
        position: relative;
        padding: 0 0 15px 0;
        margin: 0px 0 0px 25px;
        width: auto !important;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        text-align: left; }
        .main-navigation .menu-holder .sub-menu.show {
          display: block !important;
          animation: fadeInDownSm 1s !important; }
        .main-navigation .menu-holder .sub-menu li {
          position: relative; }
          .main-navigation .menu-holder .sub-menu li:not(:last-child) {
            border-bottom-color: rgba(255, 255, 255, 0.1); }
          .main-navigation .menu-holder .sub-menu li a {
            font-size: 16px;
            color: #222938;
            padding: 16px 0; }
            .main-navigation .menu-holder .sub-menu li a .link_txt {
              position: relative; }
              .main-navigation .menu-holder .sub-menu li a .link_txt:before {
                content: '';
                display: block;
                width: 12px;
                height: 1px;
                background: rgba(52, 62, 86, 0.5);
                top: 0.65em;
                left: -20px;
                position: absolute; }
          .main-navigation .menu-holder .sub-menu li:hover > a, .main-navigation .menu-holder .sub-menu li[class*="current"] > a {
            color: #0C97B4;
            background: rgba(0, 0, 0, 0); }
            .main-navigation .menu-holder .sub-menu li:hover > a .link_txt:before, .main-navigation .menu-holder .sub-menu li[class*="current"] > a .link_txt:before {
              background: #0C97B4; }
    .main-navigation .sh_body {
      display: none;
      background: rgba(24, 24, 24, 0.45);
      top: 0;
      left: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: -1; }
      .main-navigation .sh_body.show {
        display: block;
        animation: fadeIn 0.4s;
        z-index: 1100; } }

/* ==========================================================================
	Banner section for post/page
	========================================================================== */
.header-top-image {
  padding: 120px 0 120px 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  @media screen and (max-width: 992px) {
    .header-top-image {
      background-attachment: scroll; } }
  @media screen and (max-width: 600px) {
    .header-top-image {
      padding: 80px 0 80px 0;
      height: auto; } }
  .header-top-image .cover-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
    .header-top-image .cover-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*animation: scaleImg 12s ease;
      animation-fill-mode: forwards; */
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .header-top-image .cover-img:before {
      content: '';
      display: block;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(3, 121, 143, 0.65);
      background-color: #002e56;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, 45deg, from(#374554), to(#002e56));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(45deg, #374554, #002e56);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(45deg, #374554, #002e56);
      /* FF3.6 */
      background-image: -ms-linear-gradient(45deg, #374554, #002e56);
      /* IE10 */
      background-image: -o-linear-gradient(45deg, #374554, #002e56);
      /* Opera 11.10+ */
      background-image: linear-gradient(45deg, #374554, #002e56);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#374554', EndColorStr='#002e56');
      opacity: 0.75;
      z-index: 3; }
  .header-top-image > * {
    position: relative;
    z-index: 30; }
  .page-template-full-width .header-top-image .container-fluid {
    width: 1560px; }
  .header-top-image .entry-header {
    margin: 0; }
  .header-top-image .entry-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.25em;
    overflow: hidden;
    z-index: 20; }
    .header-top-image .entry-title {
      font-size: 32px; }
      @media screen and (min-width: 320px) {
        .header-top-image .entry-title {
          font-size: calc(32px + 16 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .header-top-image .entry-title {
          font-size: 48px !important; } }
    @media screen and (max-width: 768px) {
      .header-top-image .entry-title {
        text-align: center; } }
  .header-top-image .sub-ttl {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    text-align: center; }
    .header-top-image .sub-ttl {
      font-size: 15px; }
      @media screen and (min-width: 320px) {
        .header-top-image .sub-ttl {
          font-size: calc(15px + 2 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .header-top-image .sub-ttl {
          font-size: 17px !important; } }
    @media screen and (max-width: 768px) {
      .header-top-image .sub-ttl {
        text-align: center; } }
    .header-top-image .sub-ttl p {
      margin: 0; }
    .header-top-image .sub-ttl .btn {
      margin-top: 40px;
      font-weight: bold; }
  .header-top-image .post-cats {
    margin-bottom: 20px; }
    .header-top-image .post-cats a {
      display: inline-block;
      padding: 0.75em 1.5em;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      margin: 5px 10px; }
      @media (hover: hover) {
        .header-top-image .post-cats a:hover {
          background: #fff;
          color: #0C97B4; } }
  .header-top-image #breadcrumbs {
    font-style: normal;
    font-size: 75%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 20px 0 20px 0;
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .header-top-image #breadcrumbs {
        text-align: center; } }
    .header-top-image #breadcrumbs a {
      color: #fff;
      text-decoration: none; }
      .header-top-image #breadcrumbs a:hover {
        opacity: 0.8; }

/* ==========================================================================
	Block editor - general styles 
	========================================================================== */
.site {
  /** Gallery */ }
  .site .wp-block-heading {
    margin-bottom: 0.75em; }
    .home .site .wp-block-heading {
      margin-bottom: 0.5em; }
    .site .wp-block-heading.margin-lg {
      margin-bottom: 1.1em; }
    .site .wp-block-heading.margin-md {
      margin-bottom: 0.75em; }
    .site .wp-block-heading.margin-sm {
      margin-bottom: 0.15em; }
    .site .wp-block-heading.large-txt {
      font-size: 34px; }
      @media screen and (min-width: 320px) {
        .site .wp-block-heading.large-txt {
          font-size: calc(34px + 16 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site .wp-block-heading.large-txt {
          font-size: 50px !important; } }
    .site .wp-block-heading:not(:first-child) {
      margin-top: 0.75em; }
  .site .wp-block-kadence-column .wp-block-heading:not(:first-child) {
    margin-top: 0; }
  .site p, .site ol, .site ul, .site dl, .site address {
    margin-bottom: 1.5em; }
  .inner-page .site .site-content p:not(.stars) a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link), .inner-page .site .site-content ol a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link), .inner-page .site .site-content ul:not(.kb-gallery-ul):not(.products):not(.wc-block-grid__products) a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link) {
    text-decoration: none;
    border-bottom: 1px solid; }
    .inner-page .site .site-content p:not(.stars) a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link):hover, .inner-page .site .site-content ol a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link):hover, .inner-page .site .site-content ul:not(.kb-gallery-ul):not(.products):not(.wc-block-grid__products) a:not(.btn):not(.wp-block-button__link):not(.kt-tab-title):not(.woocommerce-loop-product__link):hover {
      border-bottom-color: #783056; }
  .site hr {
    height: 1px;
    background: #f1f2f8;
    border-color: #f1f2f8;
    margin: 30px 0; }
  .site .has-inline-img img {
    vertical-align: baseline; }
  .site .margin-top {
    margin-top: 2em; }
  .site .margin-bot {
    margin-bottom: 2em; }
  .site .shadow-box {
    position: relative;
    box-shadow: 0px 5px 45px rgba(64, 63, 62, 0.14); }
    .site .shadow-box .kt-inside-inner-col {
      padding: 30px; }
      .site .shadow-box .kt-inside-inner-col > :last-child {
        margin-bottom: 0; }
    .site .shadow-box .wp-block-group__inner-container {
      padding: 30px; }
      .site .shadow-box .wp-block-group__inner-container > :last-child {
        margin-bottom: 0; }
  .site .top-ttl {
    color: #783056;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0.75em !important;
    position: relative;
    line-height: normal; }
    .site .top-ttl {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .site .top-ttl {
          font-size: calc(14px + 4 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site .top-ttl {
          font-size: 18px !important; } }
    .site .top-ttl p.site .top-ttl {
      font-size: 20px; }
      @media screen and (min-width: 320px) {
        .site .top-ttl p.site .top-ttl {
          font-size: calc(20px + 6 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site .top-ttl p.site .top-ttl {
          font-size: 26px !important; } }
    .site .top-ttl strong {
      display: inline-block; }
    .site .top-ttl + .wp-block-heading {
      margin-top: 0; }
    .site .top-ttl i.fa-icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .site .top-ttl.margin-bot {
      margin-bottom: 1.5em !important; }
  .site .main-title {
    color: #fff;
    font-weight: 600;
    line-height: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.25em; }
    .site .main-title {
      font-size: 32px; }
      @media screen and (min-width: 320px) {
        .site .main-title {
          font-size: calc(32px + 16 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site .main-title {
          font-size: 48px !important; } }
  .site .decor-ttl strong {
    position: relative;
    font-weight: inherit;
    border-bottom: 2px solid #FFCA07; }
  @media screen and (max-width: 768px) {
    .site .decor-ttl:not(.has-text-align-left) {
      text-align: center; }
    .site .decor-ttl br {
      display: none; } }
  .site .p-intro {
    width: 85%;
    font-size: 18px;
    margin-bottom: 48px; }
    .site .p-intro.has-text-align-center {
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 992px) {
      .site .p-intro {
        width: 100%; } }
  .site .bg-gray {
    padding: 0.75em 1.5em;
    background: #cdd0d4; }
  .site .bg-box ul:last-child,
  .site .bg-box p:last-child {
    margin-bottom: 0; }
  .site .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 3em; }
    @media screen and (max-width: 768px) {
      .site .wp-block-group.has-background .wp-block-group__inner-container {
        padding: 30px; } }
  .site blockquote {
    margin: 0 0 20px 0;
    position: relative;
    border-left-color: #0C97B4;
    padding: 0.5em 0 0.5em 2em;
    /*&:before {
    	content: "\f10d";
    	font-family: $_font_awesome;
    	font-weight: 900;
    	font-size: 24px;
    	display: block;
    	color: $_color_accent;
    	background: #fff;
    	padding: 8px 0;
    	@include absolute(left -12px top 50%);
    	@include center(vertical);
    	z-index: 10;
    } */ }
    .site blockquote p {
      margin-bottom: 0;
      font-size: 18px;
      letter-spacing: 1px;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px; }
    .site blockquote cite {
      margin-top: 15px;
      font-size: 20px; }
  .site ul.list-col-2,
  .site ol.list-col-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    @media screen and (max-width: 520px) {
      .site ul.list-col-2,
      .site ol.list-col-2 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .site ul.list-col-3,
  .site ol.list-col-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
    @media screen and (max-width: 768px) {
      .site ul.list-col-3,
      .site ol.list-col-3 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    @media screen and (max-width: 520px) {
      .site ul.list-col-3,
      .site ol.list-col-3 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .site ul.list-style {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1.5em; }
    .site ul.list-style li {
      padding-left: 20px;
      position: relative;
      margin: 0 0 12px 0; }
      .site ul.list-style li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #0C97B4;
        color: #0C97B4;
        border-radius: 50%;
        top: 0.6em;
        left: 0;
        position: absolute; }
      .site ul.list-style li ul {
        list-style: none; }
        .site ul.list-style li ul li:first-child {
          margin-top: 10px; }
        .site ul.list-style li ul li:before {
          background: #fff;
          width: 6px;
          height: 6px;
          border: 1px solid #0C97B4; }
    .site ul.list-style.check li {
      padding-left: 32px; }
      .site ul.list-style.check li:before {
        /*content: '\2713';
        font-family: Arial;					
        background: rgba(0,0,0,0);*/
        content: '';
        background: url("../images/list-icon.svg") no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 0;
        top: 0.2em; }
    .site ul.list-style.shield li {
      padding-left: 32px; }
      .site ul.list-style.shield li:before {
        content: '';
        width: 20px;
        height: 20px;
        line-height: 25px;
        border-radius: 0;
        top: 0.1em;
        background: url("../images/shield.svg") no-repeat center;
        background-size: contain; }
    .site ul.list-style.shield.has-white-color li:before {
      filter: grayscale(100%) brightness(3); }
    .site ul.list-style.has-medium-font-size.shield li {
      padding-left: 40px; }
      .site ul.list-style.has-medium-font-size.shield li:before {
        width: 26px;
        height: 26px; }
  .site ol.list-style {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    list-style-type: none;
    counter-reset: li; }
    .site ol.list-style li {
      display: block;
      margin-bottom: 16px;
      margin-left: 0;
      position: relative;
      padding-left: 35px; }
      .site ol.list-style li:before {
        display: inline-block;
        color: #0C97B4;
        margin-right: 14px;
        min-width: 22px;
        counter-increment: li;
        content: counter(li,decimal-leading-zero) ".";
        top: 0;
        left: 0;
        position: absolute; }
  .site .wp-block-table {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
    margin: 30px 0; }
    .site .wp-block-table thead {
      border-bottom-color: #0C97B4; }
    .site .wp-block-table tr:nth-child(2n+1) {
      background: #f7f7f7; }
    .site .wp-block-table tr:nth-child(2n) {
      background: #fff; }
    .site .wp-block-table th, .site .wp-block-table td {
      padding: 10px 15px;
      border-color: #fff; }
      @media screen and (max-width: 600px) {
        .site .wp-block-table th, .site .wp-block-table td {
          padding: 6px 10px;
          font-size: 14px; } }
    .site .wp-block-table th {
      background: rgba(12, 151, 180, 0.25);
      color: #0C97B4;
      text-align: center;
      border-left: 1px solid rgba(255, 255, 255, 0.6); }
    .site .wp-block-table.price-table th, .site .wp-block-table.price-table td {
      vertical-align: middle;
      padding: 15px 15px; }
    .site .wp-block-table.price-table td:last-child {
      color: #0C97B4; }
      .site .wp-block-table.price-table td:last-child strong {
        opacity: 0.85;
        font-size: 120%; }
      .site .wp-block-table.price-table td:last-child em {
        font-style: normal; }
  .site .entry-content > .wp-block-image .aligncenter {
    margin-bottom: 2em; }
  .site .wp-block-image.full figure {
    display: block;
    width: 100%; }
    .site .wp-block-image.full figure img {
      width: 100%; }
  .site .wp-block-image.shadow-img figure img {
    border: 1px solid #fff;
    box-shadow: 0 0 30px rgba(64, 63, 62, 0.2); }
  .site .wp-block-image.shadow-img figure > a {
    display: block;
    position: relative; }
    .site .wp-block-image.shadow-img figure > a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(20, 22, 24, 0.5);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
    .site .wp-block-image.shadow-img figure > a:hover:after {
      opacity: 1; }
  .site .wp-block-image.fill-img {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 65%; }
    .site .wp-block-image.fill-img > figure {
      position: absolute !important;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .site .wp-block-image.fill-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      position: absolute; }
  .site .wp-block-image.crop-img {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em auto;
    position: relative;
    padding-top: 87%; }
    .site .wp-block-image.crop-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      position: absolute; }
  .site .schema-faq .schema-faq-section {
    margin: 0 0 15px 0; }
    .site .schema-faq .schema-faq-section .schema-faq-question {
      font-family: "Poppins", sans-serif;
      color: #222938;
      position: relative;
      margin: 0 0 10px 0;
      padding: 0 0 0 38px;
      font-weight: 500;
      font-size: 20px;
      text-align: left;
      line-height: normal;
      display: block;
      transition: color 0.4s; }
      .site .schema-faq .schema-faq-section .schema-faq-question:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url("../images/faq.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 115%;
        line-height: 1.15;
        color: #0C97B4; }
    .site .schema-faq .schema-faq-section .schema-faq-answer {
      font-size: 17px;
      margin-bottom: 25px; }
  .site .schema-faq.faqs-spoiler {
    position: relative; }
    .site .schema-faq.faqs-spoiler .schema-faq-section {
      padding: 0;
      margin: 0 0 28px 0;
      border: 1px solid rgba(12, 151, 180, 0.2);
      border-radius: 30px;
      background: #fff;
      overflow: hidden; }
      .site .schema-faq.faqs-spoiler .schema-faq-section:hover .schema-faq-question {
        background: #F3FAFB;
        color: #0C97B4; }
    .site .schema-faq.faqs-spoiler .schema-faq-question {
      display: block;
      position: relative;
      text-align: left;
      padding: 20px 60px 20px 60px;
      margin: 0;
      cursor: pointer;
      font-weight: 500; }
      .site .schema-faq.faqs-spoiler .schema-faq-question {
        font-size: 17px; }
        @media screen and (min-width: 320px) {
          .site .schema-faq.faqs-spoiler .schema-faq-question {
            font-size: calc(17px + 3 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          .site .schema-faq.faqs-spoiler .schema-faq-question {
            font-size: 20px !important; } }
      .site .schema-faq.faqs-spoiler .schema-faq-question:before {
        width: 24px;
        height: 24px;
        left: 20px;
        top: 50%;
        margin-top: -12px; }
      .site .schema-faq.faqs-spoiler .schema-faq-question:after {
        content: '\2b';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 18px;
        color: #0C97B4;
        background: rgba(61, 172, 195, 0.15);
        border-radius: 50%;
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -16px; }
      .site .schema-faq.faqs-spoiler .schema-faq-question.open:after {
        content: '\f068';
        animation: fadeIn 0.6s;
        color: #fff;
        background: #0C97B4; }
      @media screen and (max-width: 640px) {
        .site .schema-faq.faqs-spoiler .schema-faq-question {
          padding: 16px 50px 16px 50px; }
          .site .schema-faq.faqs-spoiler .schema-faq-question:after {
            right: 16px; } }
    .site .schema-faq.faqs-spoiler .schema-faq-answer {
      display: none;
      padding: 24px 32px;
      margin: 0;
      border-top: 1px solid #e2e6eb;
      position: relative; }
      @media screen and (max-width: 640px) {
        .site .schema-faq.faqs-spoiler .schema-faq-answer {
          padding: 20px;
          font-size: 14px; } }
  .site .rl-gallery-container .rl-gallery-item {
    overflow: hidden; }
    .site .rl-gallery-container .rl-gallery-item img {
      width: 100%; }
  .site .rl-gallery-container .rl-gallery-link:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #374554 url("../images/arrow-up-right.svg") no-repeat center;
    background-size: 24px 24px;
    margin: -24px 0 0 -24px;
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10; }
  .site .rl-gallery-container .rl-gallery-link:hover:before {
    opacity: 1; }
  .site .wp-block-kadence-advancedgallery .kb-gallery-figure {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .site .wp-block-kadence-advancedgallery .kb-gallery-item-link {
    position: relative; }
    .site .wp-block-kadence-advancedgallery .kb-gallery-item-link:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(55, 69, 84, 0.4);
      opacity: 0;
      top: 0;
      left: 0;
      position: absolute;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 5; }
    .site .wp-block-kadence-advancedgallery .kb-gallery-item-link:after {
      content: '';
      display: block;
      width: 48px;
      height: 48px;
      line-height: 48px;
      background: #374554 url("../images/arrow-up-right.svg") no-repeat center;
      background-size: 24px 24px;
      margin: -24px 0 0 -24px;
      opacity: 0;
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      z-index: 10; }
    .site .wp-block-kadence-advancedgallery .kb-gallery-item-link:hover:before, .site .wp-block-kadence-advancedgallery .kb-gallery-item-link:hover:after {
      opacity: 1; }
  .site .wp-block-gallery {
    margin: 0 0 30px 0; }
    .site .wp-block-gallery .blocks-gallery-item a,
    .site .wp-block-gallery .wp-block-image a {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      border: none !important; }
      .site .wp-block-gallery .blocks-gallery-item a:before,
      .site .wp-block-gallery .wp-block-image a:before {
        content: '';
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        background: #374554 url("../images/arrow-up-right.svg") no-repeat center;
        background-size: 24px 24px;
        margin: -24px 0 0 -24px;
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        z-index: 100; }
    .site .wp-block-gallery .blocks-gallery-item:hover a:before,
    .site .wp-block-gallery .wp-block-image:hover a:before {
      opacity: 1; }
  @media screen and (max-width: 992px) {
    .site .wp-block-columns.row-responsive {
      display: block; }
      .site .wp-block-columns.row-responsive .wp-block-column {
        width: 100%;
        margin: 0 0 30px 0; } }
  .site .wp-block-media-text h2 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      .site .wp-block-media-text h2 {
        font-size: calc(22px + 8 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site .wp-block-media-text h2 {
        font-size: 30px !important; } }
  .site .wp-block-media-text.margin-top {
    margin-top: 30px; }
  .site .wp-block-media-text.margin-bottom {
    margin-bottom: 30px; }
  .site .wp-block-media-text__content {
    padding: 40px 0px 40px 50px; }
    .site .wp-block-media-text__content > *:last-child {
      margin-bottom: 0; }
  .site .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 40px 50px 40px 0; }
  .site .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    padding-top: 70%;
    position: relative; }
    .site .wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 10; }
  @media screen and (max-width: 992px) {
    .site .wp-block-media-text:not(.device-grid-sm) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site .wp-block-media-text:not(.device-grid-sm) > * {
        width: 100%; }
      .site .wp-block-media-text:not(.device-grid-sm) .wp-block-media-text__content {
        padding: 40px 0 !important; }
      .site .wp-block-media-text:not(.device-grid-sm) .wp-block-media-text__media {
        order: -1; } }
  @media screen and (max-width: 600px) {
    .site .wp-block-media-text.device-grid-sm {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site .wp-block-media-text.device-grid-sm > * {
        width: 100%; }
      .site .wp-block-media-text.device-grid-sm .wp-block-media-text__content {
        padding: 40px 0; }
      .site .wp-block-media-text.device-grid-sm .wp-block-media-text__media {
        order: -1; } }
  .site .wp-block-media-text + h2, .site .wp-block-media-text + h3 {
    margin-top: 1.3em;
    /*margin-bottom: 1.3em; */ }
  @media screen and (max-width: 992px) {
    .site .wp-block-media-text.shadow-box .wp-block-media-text__content {
      padding: 30px; } }
  .site .wp-block-media-text.decor-img .wp-block-media-text__media {
    position: relative; }
    .site .wp-block-media-text.decor-img .wp-block-media-text__media:before, .site .wp-block-media-text.decor-img .wp-block-media-text__media:after {
      content: '';
      display: block;
      width: 150px;
      height: 2px;
      background: #783056;
      position: absolute;
      z-index: 20; }
    .site .wp-block-media-text.decor-img .wp-block-media-text__media:before {
      left: -40px;
      top: 30px; }
    .site .wp-block-media-text.decor-img .wp-block-media-text__media:after {
      right: -40px;
      bottom: 30px; }
  .site .kt-tabs-content-wrap .wp-block-kadence-tab[aria-hidden="false"] {
    animation: fadeIn 0.8s; }
  @media screen and (max-width: 768px) {
    .site .has-medium-font-size {
      font-size: 17px !important; } }
  .site .kt-svg-icon-list li {
    margin-left: 0; }
  .site .wp-block-buttons.is-layout-flex {
    gap: 16px; }
    @media screen and (max-width: 640px) {
      .site .wp-block-buttons.is-layout-flex {
        gap: 12px; } }

/* ==========================================================================
   Home Page Content
   ========================================================================== */
.site-content .hero-section {
  overflow: hidden;
  position: relative; }
  .site-content .hero-section .kt-inside-inner-col > *:last-child {
    margin-bottom: 0 !important; }
  .site-content .hero-section .ttl {
    margin-bottom: 0.35em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.25; }
    .site-content .hero-section .ttl {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .site-content .hero-section .ttl {
          font-size: calc(30px + 42 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .site-content .hero-section .ttl {
          font-size: 72px !important; } }
    .site-content .hero-section .ttl strong {
      font-weight: 500;
      color: #0C97B4; }
    @media screen and (max-width: 768px) {
      .site-content .hero-section .ttl {
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 32px; }
        .site-content .hero-section .ttl:before {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #FFCA07;
          bottom: 0;
          left: 0;
          position: absolute; } }
  .site-content .hero-section .txt {
    font-size: 20px;
    margin-bottom: 48px;
    width: 640px;
    max-width: 100%; }
    @media screen and (max-width: 640px) {
      .site-content .hero-section .txt {
        margin-bottom: 24px; } }
  .site-content .hero-section .inline-list {
    list-style: none;
    margin: 0 0 48px 0;
    padding-left: 0; }
    .site-content .hero-section .inline-list li {
      position: relative;
      font-size: 20px;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0;
      padding: 0 0 0 13px; }
      @media screen and (max-width: 768px) {
        .site-content .hero-section .inline-list li {
          font-size: 18px;
          margin-bottom: 16px; } }
      .site-content .hero-section .inline-list li:before {
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        background: #FFCA07;
        top: 0;
        left: 0;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media screen and (min-width: 769px) {
        .site-content .hero-section .inline-list li:first-child {
          padding-left: 0; }
          .site-content .hero-section .inline-list li:first-child:before {
            display: none; } }
.site-content .benefits-boxes-line .benefits-list {
  gap: 32px; }
  @media screen and (max-width: 640px) {
    .site-content .benefits-boxes-line .benefits-list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 16px; }
      .site-content .benefits-boxes-line .benefits-list .wp-block-kadence-infobox {
        width: 100%; } }
.site-content .CTA-section .kt-inside-inner-col {
  overflow: hidden; }
  .site-content .CTA-section .kt-inside-inner-col:before {
    background-position: bottom -80px right -20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform-origin: bottom right; }
  .site-content .CTA-section .kt-inside-inner-col:hover:before {
    /*background-position: bottom -40px right 0px;*/
    transform: scale(1.2);
    transform-origin: bottom right; }
.site-content .CTA-section .ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 0.75em; }
  .site-content .CTA-section .ttl {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .site-content .CTA-section .ttl {
        font-size: calc(20px + 8 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content .CTA-section .ttl {
        font-size: 28px !important; } }
  .site-content .CTA-section .ttl:before, .site-content .CTA-section .ttl:after {
    content: '';
    display: block;
    flex: 1;
    min-width: 32px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
    margin-top: 0.7em; }
  .site-content .CTA-section .ttl strong {
    font-weight: inherit; }
  @media screen and (max-width: 640px) {
    .site-content .CTA-section .ttl {
      margin-left: -32px;
      margin-right: -32px; } }
.site-content .CTA-section .txt {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 640px) {
  .site-content .CTA-section .wp-block-button {
    width: 100%; } }
.site-content .service-boxes-grid .kt-inside-inner-col {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 24px 24px 24px;
  box-shadow: 0px 4px 24px 0px rgba(3, 121, 143, 0.12);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .site-content .service-boxes-grid .kt-inside-inner-col:hover {
    box-shadow: 0px 6px 40px 0px rgba(3, 121, 143, 0.18); }
    .site-content .service-boxes-grid .kt-inside-inner-col:hover .wp-block-image img {
      border-radius: 0 0 8px 0; }
.site-content .service-boxes-grid .wp-block-image {
  margin: 0 -24px 20px -24px; }
  .site-content .service-boxes-grid .wp-block-image figure, .site-content .service-boxes-grid .wp-block-image a {
    display: block; }
  .site-content .service-boxes-grid .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 0 0 80px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.site-content .service-boxes-grid .wp-block-heading {
  color: #222938; }
  .site-content .service-boxes-grid .wp-block-heading {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .site-content .service-boxes-grid .wp-block-heading {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content .service-boxes-grid .wp-block-heading {
        font-size: 24px !important; } }
.site-content .service-boxes-grid .wp-block-buttons {
  margin-top: auto; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-content .service-boxes-grid {
    /** horzontal layout */ }
    .site-content .service-boxes-grid .kt-inside-inner-col {
      padding-left: calc(40% + 32px); }
      .site-content .service-boxes-grid .kt-inside-inner-col .wp-block-image {
        margin: 0;
        width: 40%;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute; }
        .site-content .service-boxes-grid .kt-inside-inner-col .wp-block-image figure, .site-content .service-boxes-grid .kt-inside-inner-col .wp-block-image a {
          height: 100%; }
        .site-content .service-boxes-grid .kt-inside-inner-col .wp-block-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .site-content .service-boxes-grid .kt-inside-inner-col .wp-block-heading {
        margin-top: 24px; } }
.site-content .forms-section .kt-inside-inner-col {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 48px;
  box-shadow: 0px 4px 24px 0px rgba(64, 63, 62, 0.12);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (max-width: 640px) {
    .site-content .forms-section .kt-inside-inner-col {
      padding: 24px; } }
  .site-content .forms-section .kt-inside-inner-col:hover {
    box-shadow: 0px 6px 40px 0px rgba(3, 121, 143, 0.18); }
  .site-content .forms-section .kt-inside-inner-col .wp-block-image:first-child {
    margin-bottom: 16px; }
.site-content .forms-section .highlighted {
  margin-left: -48px;
  margin-right: -48px; }
  @media screen and (max-width: 640px) {
    .site-content .forms-section .highlighted {
      margin-left: -24px;
      margin-right: -24px; } }
.site-content .forms-section .wp-block-buttons.is-layout-flex {
  gap: 10px; }
.site-content .forms-section .wp-block-button .fa-icon {
  margin-right: 8px; }
@media screen and (max-width: 768px) {
  .site-content .forms-section .wp-block-button {
    width: 100%; } }
.site-content .reviews-slider {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }
  .site-content .reviews-slider ::-webkit-scrollbar {
    width: 10px; }
  .site-content .reviews-slider ::-webkit-scrollbar-thumb {
    background: #9ba2a9;
    background-size: contain;
    border-radius: 6px; }
  .site-content .reviews-slider ::-webkit-scrollbar-track {
    background-color: #cdd0d4; }
  .site-content .reviews-slider ::-webkit-scrollbar-button {
    background-color: #cdd0d4;
    height: 0; }
  .site-content .reviews-slider .kt-blocks-carousel-init {
    padding-bottom: 0 !important; }
  .site-content .reviews-slider .splide__track {
    padding: 20px !important; }
  .site-content .reviews-slider .kb-splide ul.splide__pagination .splide__pagination__page {
    border: 1px solid rgba(12, 151, 180, 0.75);
    background: rgba(12, 151, 180, 0.5); }
    .site-content .reviews-slider .kb-splide ul.splide__pagination .splide__pagination__page.is-active {
      background: #0C97B4; }
  .site-content .reviews-slider .kt-testimonial-item-wrap {
    font-size: 16px; }
    .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-text-wrap {
      position: relative; }
      .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-text-wrap:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url("../images/g.svg") no-repeat center;
        background-size: contain;
        top: 0;
        right: 0;
        position: absolute; }
    .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-content-wrap {
      font-size: 16px;
      margin: 16px 0;
      padding-right: 20px;
      height: 120px;
      overflow: auto;
      font-family: "Poppins", sans-serif;
      scrollbar-color: #9ba2a9 #cdd0d4;
      scrollbar-width: thin !important; }
    .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-rating-wrap {
      margin-top: 0;
      padding-top: 2px; }
      .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-rating-wrap .kt-svg-testimonial-rating-icon {
        color: #FFD876;
        font-size: 20px;
        margin-right: 5px; }
        .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-rating-wrap .kt-svg-testimonial-rating-icon svg {
          width: 20px;
          height: 20px; }
    .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-meta-wrap .kt-testimonial-name {
      color: #222938;
      font-weight: 500; }
    .site-content .reviews-slider .kt-testimonial-item-wrap .kt-testimonial-meta-wrap .kt-testimonial-occupation {
      color: rgba(52, 62, 86, 0.75); }
@media screen and (min-width: 768px) {
  .site-content .map-section .contact-box {
    width: 510px;
    max-width: 100%;
    margin-left: auto; } }
.site-content .map-section .contact-box .wp-block-group:not(:first-child) {
  margin-top: 48px; }
.site-content .map-section .contact-box .wp-block-group .wp-block-heading {
  margin-bottom: 0.75em; }
  .site-content .map-section .contact-box .wp-block-group .wp-block-heading {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      .site-content .map-section .contact-box .wp-block-group .wp-block-heading {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content .map-section .contact-box .wp-block-group .wp-block-heading {
        font-size: 24px !important; } }
.site-content .map-section .contact-box .wp-block-group .wp-block-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .site-content .map-section .contact-box .wp-block-group .wp-block-list li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */
    -webkit-flex-direction: row;
    flex-direction: row;
    /*
    horizontally
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
    */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*
    vertically
    align-items: flex-start | flex-end | center | baseline | stretch;
    */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    .site-content .map-section .contact-box .wp-block-group .wp-block-list li strong {
      display: inline-block;
      min-width: 100px;
      margin-right: 10px;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .site-content .map-section .contact-box .wp-block-group .wp-block-list li strong {
          min-width: 80px; } }
.site-content .gallery-section .wp-block-heading {
  padding-left: 15px;
  padding-right: 15px; }

/* ==========================================================================
	Block editor - additional styles 
	========================================================================== */
.site-content .tabs-style .kt-tab-title {
  font-family: "Poppins", sans-serif; }
.site-content .dot-ttl {
  position: relative;
  padding-left: 20px; }
  .site-content .dot-ttl {
    font-size: 17px; }
    @media screen and (min-width: 320px) {
      .site-content .dot-ttl {
        font-size: calc(17px + 3 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .site-content .dot-ttl {
        font-size: 20px !important; } }
  .site-content .dot-ttl:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #0C97B4;
    border-radius: 50%;
    top: 0.55em;
    left: 0;
    position: absolute; }
.site-content .wp-block-image img {
  border-radius: 8px; }
.site-content .wp-block-image.decor {
  position: relative; }
  .site-content .wp-block-image.decor:after {
    content: '';
    display: block;
    width: 40%;
    height: 50%;
    background: url("../images/logo-icon.svg") no-repeat right bottom;
    background-size: contain;
    opacity: 0.15;
    right: -10%;
    bottom: -15%;
    position: absolute;
    z-index: 1; }
  .site-content .wp-block-image.decor figure {
    position: relative;
    z-index: 20; }
  .site-content .wp-block-image.decor.left:after {
    background-position: left bottom;
    right: auto;
    left: -10%; }
.site-content .wp-block-media-text .wp-block-media-text__media {
  border-radius: 8px;
  overflow: hidden; }
.site-content .team-grid .wp-block-image {
  margin-bottom: 1em; }
.site-content .team-grid .status {
  margin-bottom: 0.75em; }
.site-content .scheduling-table p {
  margin-bottom: 0; }
.site-content .scheduling-table em {
  font-size: 80%; }
@media screen and (max-width: 768px) {
  .site-content .scheduling-table {
    font-size: 14px; }
    .site-content .scheduling-table td, .site-content .scheduling-table th {
      min-width: 130px;
      width: 130px !important; } }
@media screen and (max-width: 520px) {
  .site-content .scheduling-table {
    font-size: 12px; }
    .site-content .scheduling-table td, .site-content .scheduling-table th {
      min-width: 110px;
      width: 110px !important; } }

/* ==========================================================================
	Category posts 
	========================================================================== */
.archive .post-col,
.blog .post-col,
.search .post-col {
  margin-bottom: 40px; }
  .archive .post-col article,
  .blog .post-col article,
  .search .post-col article {
    height: 100%; }
.archive article.post-list-item,
.blog article.post-list-item,
.search article.post-list-item {
  position: relative;
  border-radius: 0;
  background: #3dacc3;
  background-color: #3dacc3;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, 145deg, from(#F3FAFB), to(#3dacc3));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(145deg, #F3FAFB, #3dacc3);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(145deg, #F3FAFB, #3dacc3);
  /* FF3.6 */
  background-image: -ms-linear-gradient(145deg, #F3FAFB, #3dacc3);
  /* IE10 */
  background-image: -o-linear-gradient(145deg, #F3FAFB, #3dacc3);
  /* Opera 11.10+ */
  background-image: linear-gradient(145deg, #F3FAFB, #3dacc3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#F3FAFB', EndColorStr='#3dacc3');
  margin-bottom: 0; }
  .archive article.post-list-item.sticky,
  .blog article.post-list-item.sticky,
  .search article.post-list-item.sticky {
    border: none; }
  .archive article.post-list-item .featured-post-lbl,
  .blog article.post-list-item .featured-post-lbl,
  .search article.post-list-item .featured-post-lbl {
    background: #818a91;
    color: #fff;
    padding: 0.5em 1.2em;
    text-transform: uppercase;
    font-size: 12px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 30; }
  .archive article.post-list-item .entry-header,
  .blog article.post-list-item .entry-header,
  .search article.post-list-item .entry-header {
    margin: 0; }
  .archive article.post-list-item .post-thumb,
  .blog article.post-list-item .post-thumb,
  .search article.post-list-item .post-thumb {
    width: 100%;
    display: block;
    position: relative; }
    .archive article.post-list-item .post-thumb a,
    .blog article.post-list-item .post-thumb a,
    .search article.post-list-item .post-thumb a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-top: 50%;
      z-index: 10; }
      .archive article.post-list-item .post-thumb a img,
      .blog article.post-list-item .post-thumb a img,
      .search article.post-list-item .post-thumb a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -ms-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
      .archive article.post-list-item .post-thumb a:hover img,
      .blog article.post-list-item .post-thumb a:hover img,
      .search article.post-list-item .post-thumb a:hover img {
        transform: scale(1.05); }
  .archive article.post-list-item .entry-content,
  .blog article.post-list-item .entry-content,
  .search article.post-list-item .entry-content {
    margin: 0;
    position: relative;
    padding: 30px; }
    .archive article.post-list-item .entry-content .entry-summary,
    .blog article.post-list-item .entry-content .entry-summary,
    .search article.post-list-item .entry-content .entry-summary {
      margin-bottom: 20px; }
    .archive article.post-list-item .entry-content .entry-more,
    .blog article.post-list-item .entry-content .entry-more,
    .search article.post-list-item .entry-content .entry-more {
      margin-bottom: 0; }
    .archive article.post-list-item .entry-content p.more,
    .blog article.post-list-item .entry-content p.more,
    .search article.post-list-item .entry-content p.more {
      display: none; }
  .archive article.post-list-item .entry-title,
  .blog article.post-list-item .entry-title,
  .search article.post-list-item .entry-title {
    font-family: "Poppins", sans-serif;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0; }
    .archive article.post-list-item .entry-title,
    .blog article.post-list-item .entry-title,
    .search article.post-list-item .entry-title {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .archive article.post-list-item .entry-title,
        .blog article.post-list-item .entry-title,
        .search article.post-list-item .entry-title {
          font-size: calc(16px + 4 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        .archive article.post-list-item .entry-title,
        .blog article.post-list-item .entry-title,
        .search article.post-list-item .entry-title {
          font-size: 20px !important; } }
    .archive article.post-list-item .entry-title a,
    .blog article.post-list-item .entry-title a,
    .search article.post-list-item .entry-title a {
      text-decoration: none;
      border: none;
      color: #03798F; }
      .archive article.post-list-item .entry-title a:hover,
      .blog article.post-list-item .entry-title a:hover,
      .search article.post-list-item .entry-title a:hover {
        color: #783056; }
.archive article.no-results,
.blog article.no-results,
.search article.no-results {
  padding: 40px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(64, 63, 62, 0.2); }
  .archive article.no-results .entry-content,
  .blog article.no-results .entry-content,
  .search article.no-results .entry-content {
    background: none;
    width: auto;
    margin: 0;
    padding: 0; }

.author-info .author-avatar {
  align-self: flex-start; }
.author-info .author-description .author-title {
  margin-bottom: 0.25em; }
.author-info .author-description p {
  margin-bottom: 10px; }
  .author-info .author-description p:last-child {
    margin-bottom: 0; }
@media screen and (max-width: 480px) {
  .author-info {
    /*
    horizontally
    justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
    */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    .author-info .author-avatar {
      width: 100%; } }

.header-meta {
  text-align: left;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #111;
  background: #F3FAFB;
  padding: 10px 15px;
  border: none;
  margin-bottom: 30px; }
  .header-meta > * {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    font-style: normal; }

.post-thumb img {
  width: 100%;
  height: auto; }

.post-meta {
  color: #999;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 1em; }

p.more {
  margin: 0; }

a.more-link {
  /* @extend .btn; */
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #03798F;
  border: none !important;
  padding-right: 32px; }
  a.more-link:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/arrow.svg") no-repeat center;
    margin-top: -9px;
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10; }
  a.more-link:hover:after {
    right: -10px; }

.tags-line {
  background: #F3FAFB;
  padding: 16px 24px;
  margin: 20px 0; }
  .tags-line i {
    color: #783056;
    margin-right: 8px; }
  .tags-line a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px; }
    .tags-line a:not(:last-child):after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 3px;
      height: 3px;
      background: #03798F;
      border-radius: 50%;
      margin-left: 10px; }

/** Post Nav bottom */
.post-nav-section {
  margin-bottom: 40px; }

.post-nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  .post-nav-links .btn {
    width: 49%;
    min-width: 100px;
    white-space: normal; }
    .post-nav-links .btn strong {
      display: block;
      position: relative;
      font-size: 80%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 480px) {
        .post-nav-links .btn strong {
          display: none; } }
    .post-nav-links .btn[rel="prev"] {
      text-align: left; }
    .post-nav-links .btn[rel="next"] {
      text-align: right;
      margin-left: auto; }
    @media screen and (max-width: 480px) {
      .post-nav-links .btn {
        font-size: 12px !important; } }

.post-navigation.nav-single {
  padding: 0 !important; }
  .post-navigation.nav-single .lbl {
    display: block;
    font-weight: 700;
    text-transform: uppercase; }
  .post-navigation.nav-single i.arr {
    color: #d4d4d4;
    font-size: 180%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .post-navigation.nav-single .nav-previous {
    position: relative;
    padding-left: 26px; }
    .post-navigation.nav-single .nav-previous .arr {
      left: 0; }
  .post-navigation.nav-single .nav-next {
    position: relative;
    padding-right: 26px; }
    .post-navigation.nav-single .nav-next .arr {
      right: 0; }
  @media screen and (max-width: 480px) {
    .post-navigation.nav-single .nav-previous, .post-navigation.nav-single .nav-next {
      font-size: 12px !important; } }

#nav-below.paging-navigation {
  /*.page-numbers {
  	border: none;
  } */ }

.blog-search {
  margin-bottom: 40px; }

/* ==========================================================================
	Blog
	========================================================================== */
.blogposts-pull .posts-articles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blogposts-pull .posts-articles .post-list-item {
    width: calc(33.33% - 24px); }
    @media screen and (max-width: 992px) {
      .blogposts-pull .posts-articles .post-list-item {
        width: calc(50% - 24px);
        margin-bottom: 32px !important; } }
    @media screen and (max-width: 768px) {
      .blogposts-pull .posts-articles .post-list-item {
        width: 100%; } }

.blog-grid-style .post-list-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px !important; }
  .blog-grid-style .post-list-item .post-image {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-top: 68%;
    background: #9b958b;
    z-index: 1; }
    .blog-grid-style .post-list-item .post-image img {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /*mix-blend-mode: luminosity;*/
      filter: grayscale(75%);
      top: 0;
      left: 0;
      position: absolute;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -ms-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
  .blog-grid-style .post-list-item .summary-info {
    width: 100%;
    padding: 32px 0 0 0;
    position: relative;
    z-index: 20; }
    .blog-grid-style .post-list-item .summary-info > :last-child {
      margin: 0; }
    .blog-grid-style .post-list-item .summary-info .post-meta {
      color: #343E56; }
      .blog-grid-style .post-list-item .summary-info .post-meta span {
        display: inline-block; }
        .blog-grid-style .post-list-item .summary-info .post-meta span.author {
          position: relative;
          margin-right: 8px; }
          .blog-grid-style .post-list-item .summary-info .post-meta span.author:after {
            content: '-';
            display: inline-block;
            margin-left: 8px; }
    .blog-grid-style .post-list-item .summary-info .ttl {
      color: #03798F;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      text-transform: none;
      line-height: 1.5;
      letter-spacing: 0; }
      .blog-grid-style .post-list-item .summary-info .ttl {
        font-size: 20px; }
        @media screen and (min-width: 320px) {
          .blog-grid-style .post-list-item .summary-info .ttl {
            font-size: calc(20px + 4 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 1920px) {
          .blog-grid-style .post-list-item .summary-info .ttl {
            font-size: 24px !important; } }
      .blog-grid-style .post-list-item .summary-info .ttl a {
        color: #03798F; }
        .blog-grid-style .post-list-item .summary-info .ttl a:hover {
          color: #783056; }
    .blog-grid-style .post-list-item .summary-info .post-excerpt {
      color: rgba(52, 62, 86, 0.65);
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 1.2em; }
    .blog-grid-style .post-list-item .summary-info .post-more {
      margin: 0; }
      .blog-grid-style .post-list-item .summary-info .post-more a {
        position: relative;
        display: inline-block;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #343E56;
        border: none;
        padding-right: 24px; }
        .blog-grid-style .post-list-item .summary-info .post-more a:after {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          background: url("../images/arrow.svg") no-repeat center;
          margin-top: -8px;
          top: 50%;
          right: 0;
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          z-index: 10; }
  .blog-grid-style .post-list-item:hover .post-image img {
    /*mix-blend-mode: normal;*/
    filter: grayscale(0%); }
  .blog-grid-style .post-list-item:hover .summary-info .ttl a {
    color: #03798F; }
  .blog-grid-style .post-list-item:hover .summary-info .post-more a:after {
    right: -10px; }
  .blog-grid-style .post-list-item.sticky {
    order: -1;
    border: none; }
    @media screen and (min-width: 993px) {
      .blog-grid-style .post-list-item.sticky {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /*
        flex-direction: row | row-reverse | column | column-reverse;
        */
        -webkit-flex-direction: row;
        flex-direction: row;
        /*
        horizontally
        justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
        */
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        gap: 48px; }
        .blog-grid-style .post-list-item.sticky .summary-info {
          width: 40%;
          order: -1;
          align-self: center; }
          .blog-grid-style .post-list-item.sticky .summary-info .ttl {
            line-height: 1.35;
            margin-bottom: 0.5em; }
            .blog-grid-style .post-list-item.sticky .summary-info .ttl {
              font-size: 24px; } }
        @media screen and (min-width: 993px) and (min-width: 320px) {
          .blog-grid-style .post-list-item.sticky .summary-info .ttl {
            font-size: calc(24px + 24 * ((100vw - 320px) / 1600)) !important; } }
        @media screen and (min-width: 993px) and (min-width: 1920px) {
          .blog-grid-style .post-list-item.sticky .summary-info .ttl {
            font-size: 48px !important; } }
    @media screen and (min-width: 993px) {
            .blog-grid-style .post-list-item.sticky .summary-info .ttl b {
              font-weight: 600;
              color: #03798F; }
        .blog-grid-style .post-list-item.sticky .post-image {
          flex: 1;
          padding-top: 25%; } }
.blog-grid-style .post-col {
  margin-bottom: 30px; }
  .blog-grid-style .post-col .post-list-item {
    height: 100%;
    margin-bottom: 0 !important; }

/* ==========================================================================
   Footer Section
   ========================================================================== */
#footercontainer {
  position: relative;
  color: #fff;
  background: #0C97B4;
  z-index: 10; }
  #footercontainer a {
    color: #fff;
    display: inline-block;
    position: relative; }
    #footercontainer a:hover {
      color: #FFCA07; }
  #footercontainer .site-footer {
    position: relative;
    z-index: 20; }
  #footercontainer .footer-widgets {
    position: relative;
    padding: 80px 0 30px 0;
    font-size: 18px; }
    @media screen and (max-width: 1280px) {
      #footercontainer .footer-widgets {
        font-size: 16px; } }
    #footercontainer .footer-widgets .widget {
      margin-bottom: 32px; }
    #footercontainer .footer-widgets .widget-title {
      font-size: 20px !important;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-align: left;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 28px;
      color: #fff; }
    #footercontainer .footer-widgets .menu,
    #footercontainer .footer-widgets .textwidget ul.list-style {
      padding: 0;
      margin: 0; }
      #footercontainer .footer-widgets .menu li,
      #footercontainer .footer-widgets .textwidget ul.list-style li {
        display: block;
        position: relative;
        margin-bottom: 10px;
        padding-left: 0; }
        #footercontainer .footer-widgets .menu li:before,
        #footercontainer .footer-widgets .textwidget ul.list-style li:before {
          display: none; }
        #footercontainer .footer-widgets .menu li:last-child,
        #footercontainer .footer-widgets .textwidget ul.list-style li:last-child {
          margin-bottom: 0; }
        #footercontainer .footer-widgets .menu li a,
        #footercontainer .footer-widgets .textwidget ul.list-style li a {
          position: relative; }
          #footercontainer .footer-widgets .menu li a:after,
          #footercontainer .footer-widgets .textwidget ul.list-style li a:after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #FFCA07;
            opacity: 0;
            transition: all 0.4s;
            top: 100%;
            left: 0;
            position: absolute; }
          #footercontainer .footer-widgets .menu li a:hover,
          #footercontainer .footer-widgets .textwidget ul.list-style li a:hover {
            color: #fff; }
            #footercontainer .footer-widgets .menu li a:hover:after,
            #footercontainer .footer-widgets .textwidget ul.list-style li a:hover:after {
              width: 100%;
              opacity: 1; }
        #footercontainer .footer-widgets .menu li .sub-menu,
        #footercontainer .footer-widgets .textwidget ul.list-style li .sub-menu {
          margin-top: 6px;
          padding-left: 15px; }
    @media screen and (max-width: 991px) {
      #footercontainer .footer-widgets .footer-1 {
        order: 1; }
      #footercontainer .footer-widgets .footer-2 {
        order: 3; }
      #footercontainer .footer-widgets .footer-3 {
        order: 4; }
      #footercontainer .footer-widgets .footer-4 {
        order: 2; } }
    #footercontainer .footer-widgets .foot-logo img {
      width: 236px;
      height: auto; }
    #footercontainer .footer-widgets .foot-logo a:after {
      display: none; }
    #footercontainer .footer-widgets .foot-contacts .textwidget > ul {
      margin-left: 0;
      padding: 0;
      text-align: left;
      font-optical-sizing: auto; }
      #footercontainer .footer-widgets .foot-contacts .textwidget > ul li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 32px;
        font-size: 18px; }
        #footercontainer .footer-widgets .foot-contacts .textwidget > ul li a {
          display: inline-block; }
        #footercontainer .footer-widgets .foot-contacts .textwidget > ul li i, #footercontainer .footer-widgets .foot-contacts .textwidget > ul li img {
          font-size: 20px;
          margin-right: 6px;
          color: #fff;
          text-align: center;
          top: 0.1em;
          left: 0;
          position: absolute; }
        #footercontainer .footer-widgets .foot-contacts .textwidget > ul li.phone a {
          font-size: 120%; }
        @media screen and (max-width: 1280px) {
          #footercontainer .footer-widgets .foot-contacts .textwidget > ul li {
            font-size: 16px; } }
        @media screen and (max-width: 520px) {
          #footercontainer .footer-widgets .foot-contacts .textwidget > ul li {
            font-size: 15px; } }
  #footercontainer .copyright {
    font-size: 16px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #footercontainer .copyright {
        font-size: 13px; } }
    #footercontainer .copyright .smallprint {
      padding: 20px 0 20px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      #footercontainer .copyright .smallprint .sq_column {
        padding-top: 5px;
        padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #footercontainer .copyright .left {
        text-align: left; }
      #footercontainer .copyright .right {
        text-align: right; } }
    #footercontainer .copyright .menu {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*
      flex-direction: row | row-reverse | column | column-reverse;
      */
      -webkit-flex-direction: row;
      flex-direction: row;
      /*
      horizontally
      justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
      */
      -webkit-justify-content: center;
      justify-content: center;
      /*
      vertically
      align-items: flex-start | flex-end | center | baseline | stretch;
      */
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #footercontainer .copyright .menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0 12px;
        margin: 0;
        position: relative; }
        #footercontainer .copyright .menu li:not(:first-child):before {
          content: '';
          display: block;
          height: 16px;
          border-left: 1px solid;
          margin-top: -8px;
          top: 50%;
          left: 0;
          position: absolute; }
    #footercontainer .copyright a {
      color: inherit;
      text-decoration: underline; }
      #footercontainer .copyright a:hover {
        color: #FFCA07;
        text-decoration: none; }
      #footercontainer .copyright a:after {
        display: none; }
    #footercontainer .copyright p {
      margin: 0;
      padding: 0; }
    #footercontainer .copyright .totop-page {
      display: inline-block;
      vertical-align: middle;
      margin-left: 32px; }
      @media screen and (max-width: 992px) {
        #footercontainer .copyright .totop-page {
          display: block;
          margin: 20px auto 0 auto; } }
  @media screen and (max-width: 768px) {
    #footercontainer {
      padding-bottom: 65px; } }

/** Back Top Link */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 300;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (max-width: 992px) {
    #back-top {
      bottom: 5px; } }
  #back-top.show {
    display: block;
    animation: fadeInRight 0.8s; }
  #back-top a {
    display: block;
    cursor: pointer;
    color: #0C97B4;
    text-decoration: none;
    background: #fff;
    border: 2px solid #0C97B4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #back-top a:before {
      content: "\f106";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 20px;
      line-height: 40px;
      height: 40px;
      width: 40px;
      text-align: center;
      display: block;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    #back-top a:hover {
      background: #0C97B4;
      border-color: #0C97B4;
      color: #fff; }

/** Phone Floater */
.phone-floater {
  animation: fadeInLeft 1s 3s;
  animation-fill-mode: backwards;
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 200;
  display: none; }
  @media screen and (max-width: 992px) {
    .phone-floater {
      bottom: 5px;
      left: 5px;
      display: block; } }
  .phone-floater a {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #0C97B4;
    animation: shpulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.whatsapp-floater {
  animation: fadeInRight 1s 3s;
  animation-fill-mode: backwards;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 200; }
  @media screen and (max-width: 992px) {
    .whatsapp-floater {
      bottom: 5px;
      right: 5px; } }
  .whatsapp-floater a {
    display: block; }
    .whatsapp-floater a img {
      width: 70px;
      height: 70px; }

/** Mobile floater widgets */
.mobile-floater {
  display: none;
  background: #783056;
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;
  animation: fadeInUp 1s 1s;
  animation-fill-mode: backwards;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 300; }
  @media screen and (max-width: 768px) {
    .mobile-floater {
      display: block; } }
  .mobile-floater .floater-btns .btn {
    margin-left: 6px;
    padding: 0.66em 1.1em;
    min-width: 120px;
    font-size: 14px; }
    .mobile-floater .floater-btns .btn:first-child {
      margin-left: 0; }
    .mobile-floater .floater-btns .btn img {
      max-height: 22px;
      vertical-align: middle; }
    .mobile-floater .floater-btns .btn b, .mobile-floater .floater-btns .btn i {
      vertical-align: middle; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
@media screen and (min-width: 992px) {
  .site-content .main-sidebar {
    padding-right: 48px; } }

#secondary .widget {
  padding: 32px;
  margin-bottom: 40px;
  background: #F3FAFB; }
  @media screen and (max-width: 768px) {
    #secondary .widget {
      padding: 24px; } }
  #secondary .widget:last-child {
    margin: 0; }
  #secondary .widget .widget-title {
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 1em;
    color: #03798F; }
    #secondary .widget .widget-title {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        #secondary .widget .widget-title {
          font-size: calc(16px + 6 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        #secondary .widget .widget-title {
          font-size: 22px !important; } }
    #secondary .widget .widget-title:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      background: #0C97B4;
      top: 50%;
      left: 0;
      position: absolute; }
  #secondary .widget .menu {
    padding: 0;
    margin: 0; }
    #secondary .widget .menu li {
      display: block;
      position: relative;
      padding: 10px 0 10px 22px;
      border-top: 1px solid rgba(12, 151, 180, 0.1); }
      #secondary .widget .menu li:first-child {
        border: none; }
      #secondary .widget .menu li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #783056;
        opacity: 0.5;
        top: 17px;
        left: 0px;
        position: absolute; }
      #secondary .widget .menu li a {
        color: #783056;
        border-bottom: 1px solid rgba(0, 0, 0, 0); }
        #secondary .widget .menu li a:hover {
          color: #0C97B4;
          border-bottom-color: #0C97B4; }
      #secondary .widget .menu li .sub-menu {
        margin-top: 6px;
        padding-left: 15px; }

/* ==========================================================================
   404 Page
   ========================================================================== */
article.error404 {
  text-align: center; }
  article.error404 .error-code {
    color: #F3FAFB;
    text-shadow: -2px 0 #0C97B4, 0 2px #0C97B4, 2px 0 #0C97B4, 0 -2px #0C97B4;
    line-height: 1.1; }
    article.error404 .error-code {
      font-size: 60px; }
      @media screen and (min-width: 320px) {
        article.error404 .error-code {
          font-size: calc(60px + 120 * ((100vw - 320px) / 1600)) !important; } }
      @media screen and (min-width: 1920px) {
        article.error404 .error-code {
          font-size: 180px !important; } }

/* ==========================================================================
   Site specific styles
   ========================================================================== */
.odometer-item {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  text-align: center; }
  .odometer-item {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .odometer-item {
        font-size: calc(40px + 20 * ((100vw - 320px) / 1600)) !important; } }
    @media screen and (min-width: 1920px) {
      .odometer-item {
        font-size: 60px !important; } }
  .odometer-item .odometer {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    vertical-align: baseline; }
    .odometer-item .odometer * {
      vertical-align: baseline !important; }

/** 	Custom Separator 	*/
.sq_sep {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  flex-direction: row | row-reverse | column | column-reverse;
  */
  -webkit-flex-direction: row;
  flex-direction: row;
  /*
  horizontally
  justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  */
  -webkit-justify-content: center;
  justify-content: center;
  /*
  vertically
  align-items: flex-start | flex-end | center | baseline | stretch;
  */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 30px auto 30px auto;
  width: 270px;
  max-width: 100%; }
  .sq_sep:before, .sq_sep:after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background: #0c97b4;
    margin: 0 15px; }
  .sq_sep .decor {
    display: block;
    width: 55px;
    height: 26px;
    background: url(../images/logo-icon.svg) no-repeat center;
    background-size: contain; }
  .sq_sep.white:before, .sq_sep.white:after {
    background: #fff; }
  .sq_sep.white .decor {
    background-image: url(../images/logo-icon-w.svg); }

.sq-video-preview .video-box {
  background: #f0f0f0;
  cursor: pointer;
  position: relative; }
  .sq-video-preview .video-box.played {
    background: none; }
  .sq-video-preview .video-box .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute; }
  .sq-video-preview .video-box .play-video {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-left: -30px;
    margin-top: -20px;
    color: #fff;
    text-decoration: none;
    background: rgba(12, 151, 180, 0.85);
    border-radius: 6px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 20; }
    .sq-video-preview .video-box .play-video i {
      margin-left: 3px; }
  .sq-video-preview .video-box:hover .play-video {
    transform: scale(1.2);
    background: rgba(120, 48, 86, 0.84); }

/** Working hours */
.sq_working_hours {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  font-size: 16px;
  position: relative; }
  .sq_working_hours b {
    font-weight: 500;
    font-size: 110%; }
  .sq_working_hours ul.full {
    display: none;
    width: 340px;
    background: #F3FAFB;
    padding: 15px 20px;
    margin: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    color: #343E56;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 300; }
    .sq_working_hours ul.full li {
      padding: 5px 0; }
  .sq_working_hours .current:hover ul.full {
    display: block;
    animation: fadeIn 0.6s; }

/*@import "_site-loader";*/
/*@import "_site-modals"; */
/* ==========================================================================
   Additional styles
   ========================================================================== */
/** Additional Color Palette */
.has-sq-light-gray-background-color {
  background-color: #cdd0d4; }

.has-sq-light-gray-color {
  color: #cdd0d4; }

.has-sq-accent-gray-background-color {
  background-color: #9ba2a9; }

.has-sq-accent-gray-color {
  color: #9ba2a9; }

.has-sq-dark-gray-background-color {
  background-color: #374554; }

.has-sq-dark-gray-color {
  color: #374554; }

.has-sq-color-accent-light-background-color {
  background-color: #3dacc3; }

.has-sq-color-accent-light-color {
  color: #3dacc3; }

.has-sq-color-accent-primary-background-color {
  background-color: #0C97B4; }

.has-sq-color-accent-primary-color {
  color: #0C97B4; }

.has-sq-color-accent-dark-background-color {
  background-color: #03798F; }

.has-sq-color-accent-dark-color {
  color: #03798F; }

.has-sq-color-accent-secondary-light-background-color {
  background-color: #cf3780; }

.has-sq-color-accent-secondary-light-color {
  color: #cf3780; }

.has-sq-color-accent-secondary-background-color {
  background-color: #783056; }

.has-sq-color-accent-secondary-color {
  color: #783056; }

.has-sq-color-accent-secondary-dark-background-color {
  background-color: #62193F; }

.has-sq-color-accent-secondary-dark-color {
  color: #62193F; }

.has-sq-color-accent-tertiary-background-color {
  background-color: #FFCA07; }

.has-sq-color-accent-tertiary-color {
  color: #FFCA07; }

.has-sq-color-light-bg-background-color {
  background-color: #F3FAFB; }

.has-sq-color-light-bg-color {
  color: #F3FAFB; }

/*# sourceMappingURL=theme.css.map */
