@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:hover, a:focus {
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro LightItalic';
  src: url('../fonts/SourceSansPro-LightItalic.eot');
  src: url('../fonts/SourceSansPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-LightItalic.woff2') format('woff2'), url('../fonts/SourceSansPro-LightItalic.woff') format('woff'), url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype'), url('../fonts/SourceSansPro-LightItalic.svg#SourceSansPro-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.woff2') format('woff2'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Asap Regular';
  src: url('../fonts/Asap-Regular.eot');
  src: url('../fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Regular.woff2') format('woff2'), url('../fonts/Asap-Regular.woff') format('woff'), url('../fonts/Asap-Regular.ttf') format('truetype'), url('../fonts/Asap-Regular.svg#Asap-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Asap Bold';
  src: url('../fonts/Asap-Bold.eot');
  src: url('../fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Bold.woff2') format('woff2'), url('../fonts/Asap-Bold.woff') format('woff'), url('../fonts/Asap-Bold.ttf') format('truetype'), url('../fonts/Asap-Bold.svg#Asap-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?9vgfpj');
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?9vgfpj#iefix') format('embedded-opentype'), url('../fonts/icons-dog-gear/fonts/icomoon.ttf?9vgfpj') format('truetype'), url('../fonts/icons-dog-gear/fonts/icomoon.woff?9vgfpj') format('woff'), url('../fonts/icons-dog-gear/fonts/icomoon.svg?9vgfpj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" dg-icon"], [class^="dg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dg-icon-twitter:before {
  content: "";
}
.dg-icon-facebook:before {
  content: "";
}
.dg-icon-instagram:before {
  content: "";
}
.dg-icon-search:before {
  content: "";
}
.dg-icon-nav-arrow:before {
  content: "";
}
.dg-icon-share:before {
  content: "";
}
.dg-icon-arr:before {
  content: "";
}
.dg-icon-arro:before {
  content: "";
}
.dg-icon-arrow:before {
  content: "";
}
.dg-icon-pros:before {
  content: "";
}
.dg-icon-check:before {
  content: "";
}
.dg-icon-best:before {
  content: "";
}
.dg-icon-star:before {
  content: "";
}
.dg-icon-cons:before {
  content: "";
}
.dg-icon-linkedin:before {
  content: "";
}
/*
  ========================================
  HEADER STYLES
  ========================================
*/
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media screen and (max-width: 991px) {
  .admin-bar .header .mob-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.open-main-menu {
  overflow: hidden;
}
body.open-main-menu .burger-btn div {
  right: 0;
  left: 100%;
}
body.open-main-menu .close-menu-btn {
  opacity: 1;
}
body.open-main-menu .close-menu-btn .line-1 .subline {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
body.open-main-menu .close-menu-btn .line-2 .subline {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
body.open-main-menu .mob-wrap {
  opacity: 1;
  visibility: visible;
}
.fake-padding {
  height: 50px;
}
@media (min-width: 992px) {
  .fake-padding {
    height: 79px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #2accab;
  z-index: 1000;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header {
    height: 79px;
  }
}
.header.shrink {
  height: 59px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header .logo {
  width: 91px;
  z-index: 2;
}
@media (min-width: 992px) {
  .header .logo {
    width: 105px;
  }
}
.header .btn {
  display: none;
}
@media (min-width: 992px) {
  .header .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .header .mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 991px) {
  .header .mob-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    background: #95d8d7;
  }
}
@media (max-width: 991px) {
  .header .soc-list [class*=" dg-icon"], .header .soc-list [class^=dg-icon] {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .header .soc-list ul {
    margin: 0 -12px 0 0;
  }
}
.logo {
  display: inline-block;
  color: #fff;
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .logo {
    font-size: 1.5rem;
  }
}
.logo img {
  width: 100%;
}
.main-menu {
  padding: 0;
  margin-top: 51px;
}
@media (min-width: 992px) {
  .main-menu {
    margin-top: 0;
    padding: 0 0 0 75px;
  }
}
@media (max-width: 991px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 53vh;
    overflow: auto;
  }
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu li {
  position: relative;
  list-style: none;
}
@media (max-width: 991px) {
  .main-menu li.active .dropdown-menu {
    display: block;
  }
  .main-menu li.active .btn-expand {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 9px;
  }
}
@media (min-width: 992px) {
  .main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 16px 0;
}
@media (min-width: 992px) {
  .main-menu > ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 30px;
  }
}
.main-menu > ul > li > a {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-menu > ul > li > a {
    font-size: 1rem;
    line-height: 1.4;
    text-transform: initial;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }
}
@media (min-width: 992px) {
  .main-menu > ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-menu > ul > li:hover .btn-expand {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main-menu > ul > li:hover .expand-btn-wrap a {
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
  }
  .main-menu > ul > li:hover > a {
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
  }
}
.main-menu .dropdown-menu {
  margin-top: 16px;
  padding: 0 12px 16px;
  border-radius: 4px;
  background: #fff;
  filter: drop-shadow(0 2px 4px rgba(79, 79, 79, 0.12));
  box-shadow: 0 6px 24px rgba(30, 48, 110, 0.13);
}
@media (max-width: 991px) {
  .main-menu .dropdown-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 626px;
    max-height: 657px;
    margin-top: 0;
    padding: 20px 15px 16px 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }
  .main-menu .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 151px;
    bottom: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
  }
}
@media (min-width: 992px) {
  .main-menu .dropdown-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    padding-right: 9px;
  }
  .main-menu .dropdown-menu ul::-webkit-scrollbar {
    width: 4px;
  }
  .main-menu .dropdown-menu ul::-webkit-scrollbar-track {
    background: rgba(211, 211, 211, 0.6);
    border-radius: 10px;
  }
  .main-menu .dropdown-menu ul::-webkit-scrollbar-thumb {
    background: #95d8d7;
    border-radius: 10px;
  }
}
.main-menu .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .main-menu .dropdown-menu li {
    width: 50%;
    padding: 1px 1px 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-menu .dropdown-menu li:last-of-type {
    border: none;
  }
  .main-menu .dropdown-menu li:nth-of-type(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.main-menu .dropdown-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 8px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .main-menu .dropdown-menu a:hover {
    background: #F2F2F2;
  }
  .main-menu .dropdown-menu a:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.main-menu .dropdown-menu a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #95d8d7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
.main-menu .dropdown-menu a span {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #95d8d7;
  text-shadow: 2px 2px 0 rgba(149, 216, 215, 0.1);
}
.main-menu .dropdown-menu a span:nth-of-type(2) {
  padding-left: 18px;
}
.main-menu .img {
  width: 60px;
}
@media (min-width: 992px) {
  .main-menu .img {
    width: 80px;
  }
}
.main-menu img {
  width: 100%;
}
.main-menu .btn-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  margin-top: -1px;
  padding-left: 10px;
  font-size: 0.8125rem;
  color: #fff;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .main-menu .btn-expand {
    padding-left: 0;
    margin-left: 11px;
    margin-top: 3px;
    font-size: 0.9rem;
  }
}
.expand-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.expand-btn-wrap a, .expand-btn-wrap span {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .expand-btn-wrap a, .expand-btn-wrap span {
    font-size: 1rem;
    line-height: 1.4;
    text-transform: initial;
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }
}
.menu-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }
}
.burger-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 12px;
}
.burger-btn div {
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.burger-btn .line-1 {
  top: 0;
  left: 0;
  right: 0;
}
.burger-btn .line-2 {
  top: 5px;
  left: 0;
  right: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.burger-btn .line-3 {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.close-menu-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  opacity: 0;
}
.close-menu-btn > div {
  display: inline-block;
  height: 2px;
  width: 19px;
  background: transparent;
  position: absolute;
  top: 8px;
  overflow: hidden;
}
.close-menu-btn > div > div {
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.close-menu-btn > div .subline {
  height: 2px;
  width: 19px;
  background: #fff;
}
.close-menu-btn .line-1 {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-menu-btn .line-1 .subline {
  right: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.close-menu-btn .line-2 {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-menu-btn .line-2 .subline {
  left: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transform: translate(100%);
  -o-transform: translate(100%);
  -ms-transform: translate(100%);
  -webkit-transform: translate(100%);
  transform: translate(100%);
}
.header-content-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .header-content-l {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
}
.header-content-r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 56px;
}
@media (min-width: 992px) {
  .header-content-r {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 37px;
  }
  .header-content-r:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .header-content-r .btn {
    margin-left: 35px;
  }
}
.search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  font-size: 1rem;
  width: 100%;
  height: 59px;
  padding: 8px;
  background: #fff;
}
@media (min-width: 992px) {
  .search-box {
    position: absolute;
    right: 0;
    top: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    transition: width 450ms ease;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .search-box:focus-within {
    width: calc(100% - 30px);
    background: #fff;
  }
  .search-box:focus-within .search-input {
    opacity: 1;
    z-index: initial;
    cursor: initial;
    width: calc(100% - 40px);
  }
  .search-box:focus-within .search-submit:hover, .search-box:focus-within .search-submit:focus {
    outline: 0;
  }
  .search-box:focus-within .dg-icon-search {
    color: #2accab;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .search-box:focus-within .search-input {
    width: calc(100% - 40px);
  }
}
.search-input {
  width: 100%;
  padding: 10px 75px 10px 20px;
  border: 0;
  font-size: 1.125rem;
  color: #95d8d7;
  outline: 0;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 20px;
    background: transparent;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .search-input {
    border: 1px solid rgba(149, 216, 215, 0.2);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }
}
.search-submit {
  position: absolute;
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: #fff;
  width: 57px;
  height: 43px;
  border-radius: 0 4px 4px 0;
  background: #95d8d7;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 992px) {
  .search-submit {
    right: -1px;
    width: 40px;
    height: 40px;
    background: transparent;
    font-size: 1rem;
    z-index: initial;
  }
}
.search-submit .dg-icon-search {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.soc-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.soc-list li {
  padding: 0 12px;
  list-style: none;
}
.soc-list [class*=" dg-icon"], .soc-list [class^=dg-icon] {
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .soc-list a:hover [class*=" dg-icon"], .soc-list a:hover [class^=dg-icon] {
    color: #2accab;
  }
}
/*
  ========================================
  FOOTER STYLES
  ========================================
*/
.footer {
  border-top: 1px solid rgba(149, 216, 215, 0.2);
}
.footer ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer li {
  list-style: none;
}
.footer [class*=" dg-icon"], .footer [class^=dg-icon] {
  font-size: 1.5rem;
  color: #2accab;
}
@media (min-width: 992px) {
  .footer [class*=" dg-icon"], .footer [class^=dg-icon] {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .footer .soc-list ul {
    margin: 0 -12px;
  }
}
.footer .logo {
  display: inline-block;
  width: 91px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105px;
    margin-bottom: 0;
  }
}
.footer-menu {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-menu {
    margin-bottom: 0;
  }
}
.footer-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -30px;
  }
}
.footer-menu li {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-menu li {
    padding: 0 30px;
    margin-bottom: 0;
    text-align: left;
  }
}
.footer-menu a {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .footer-menu a:hover {
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
  }
}
.footer-bottom {
  background: #2accab;
}
.footer-bottom .footer-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 62px;
  padding: 42px 0;
}
@media (min-width: 992px) {
  .footer-bottom .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-bottom .align-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright {
  position: relative;
  padding-right: 8px;
  font-size: 0.75rem;
  color: #fff;
}
.copyright:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
.privacy-policy-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 8px;
}
.privacy-policy-menu li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
.privacy-policy-menu a {
  font-size: 0.75rem;
  color: #fff;
}
/*
  ========================================
  COMMON STYLES
  ========================================
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
}
a, input, label, button, .menu-btn, .toc-header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
button, input, img, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
img {
  display: block;
}
input:focus {
  outline: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Source Sans Pro Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
}
p {
  font-size: 1.125rem;
  margin: 0 0 20px;
  line-height: 1.37;
}
br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}
.container {
  position: relative;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-extended {
  position: relative;
  padding: 0 15px;
  max-width: 1326px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .grid-bg {
    padding: 40px 40px 20px 40px;
    margin: 0 auto;
    background-image: url(../img/corner-top-left-blue.svg), url(../img/corner-bottom-left-blue.svg), url(../img/corner-top-right-blue.svg), url(../img/corner-bottom-right-blue.svg);
    background-position: left top, left bottom, right top, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 40px;
  border-radius: 4px;
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.btn-box1 {
  min-width: 100%;
  font-size: 0.875rem;
  background: #2accab;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media (min-width: 992px) {
  .btn-box1 {
    min-width: 112px;
  }
  .btn-box1:hover {
    background: transparent;
    border-color: #2accab;
    color: #2accab;
  }
}
.btn-box2 {
  min-width: 192px;
  background: #fc8910;
  color: #ffffff;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .btn-box2 {
    min-width: 112px;
  }
  .btn-box2:hover {
    background: #000000;
    color: #ffffff;
  }
}
.btn-box3 {
  min-width: 100%;
  background: transparent;
  color: #3D3D3D;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media (min-width: 500px) {
  .btn-box3 {
    min-width: 146px;
  }
}
@media (min-width: 992px) {
  .btn-box3:hover {
    border: 1px solid #3D3D3D;
  }
}
.btn-see-more {
  border: 2px solid #2accab;
  border-radius: 4px;
  padding: 10px 35px;
  margin-top: 40px;
  color: #2accab;
}
.btn-see-more:hover {
  background: #2accab;
  color: #ffffff;
}
.slick-slide {
  outline: none;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #2accab;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2accab;
  font-size: 0.75rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.125rem;
  line-height: 1.4;
  color: #2accab;
}
@media (min-width: 992px) {
  .section-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-title:after {
    content: '';
    display: block;
    margin-left: 43px;
    width: 100%;
    max-width: 315px;
    height: 1px;
    background: #2accab;
  }
}
br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}
/*sticky footer styles*/
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fake-padding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sticky-footer-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/*paddings when no subscription section*/
.no-subscribe .sticky-footer-wrap {
  padding-bottom: 67px;
}
@media (min-width: 992px) {
  .no-subscribe .sticky-footer-wrap {
    padding-bottom: 100px;
  }
}
