@charset "UTF-8";
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Main Configuration file

 1. LOADER CONFIGURATION
   - Import preload elements
   - Import secondary modules

 2. COLOR CONFIGURATION
   - base colors
   - input
   - radio, checkbox
   - buttons
   - notifications
   - table
   - slider

 3. VARIABLES CONFIGURATION
   - document, body, canvas settings
   - navigation confihuration
   - typography configuration
       - headlings
       - paragraph
       - font-weights
       - colors

   - gridsystem configuration
       - helpers
       - media queries breakpoints
       - padding for grid
       - grid widths
       - commons (fixed) col widths
       - frame width (grid wrapper)

   - elements configuration
       - forms
       - select

   - other variables
 */
/* 1. LOADER CONFIGURATION */
/* 2. COLORS CONFIGURATION */
/* 3. VARIABLES CONFIGURATION */
/* transitons */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Helpers, Mixins

 */
@-webkit-keyframes kenburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes kenburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes mobileburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes mobileburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes noburns {
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Preload.scss

 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Main Configuration file

 1. LOADER CONFIGURATION
   - Import preload elements
   - Import secondary modules

 2. COLOR CONFIGURATION
   - base colors
   - input
   - radio, checkbox
   - buttons
   - notifications
   - table
   - slider

 3. VARIABLES CONFIGURATION
   - document, body, canvas settings
   - navigation confihuration
   - typography configuration
       - headlings
       - paragraph
       - font-weights
       - colors

   - gridsystem configuration
       - helpers
       - media queries breakpoints
       - padding for grid
       - grid widths
       - commons (fixed) col widths
       - frame width (grid wrapper)

   - elements configuration
       - forms
       - select

   - other variables
 */
/* 1. LOADER CONFIGURATION */
/* 2. COLORS CONFIGURATION */
/* 3. VARIABLES CONFIGURATION */
/* transitons */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Helpers, Mixins

 */
@keyframes kenburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes mobileburns {
  5% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
            transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Normalize.css


 * Made With normalize.css v3.0.3
 * Documentation: http://github.com/necolas/normalize.css
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

*::after,
*::before {
  content: "";
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Document settings

 */
html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

section {
  display: block;
  background-color: #FFFFFF;
  margin: 0 auto;
}
section.first {
  padding-top: 0 !important;
}

footer .copy, footer .made {
  width: auto !important;
  padding: 10px 0;
  font-size: 16px !important;
}
footer .copy a, footer .made a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700 !important;
}
footer .copy {
  float: left;
}
footer .made {
  float: right;
}
@media screen and (max-width: 830px) {
  footer .copy, footer .made {
    display: block;
    width: 100% !important;
    float: left;
    clear: both;
    text-align: center;
  }
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Lemonade grid system (our favourite)


 * Made With Joe Richardson's (@joericho) Lemonade grid v2
 * Documentation: http://lemonade.im
 */
.gridContainer {
  margin: 0 auto;
}
.gridContainer:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
  padding: 0.6em;
}
[class*=col-].no-pad-h {
  padding-right: 0;
  padding-left: 0;
}
[class*=col-].no-pad-v {
  padding-top: 0;
  padding-bottom: 0;
}
[class*=col-].no-pad {
  padding: 0;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.0909090909%;
}

.col-12 {
  width: 8.3333333333%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

@media (max-width: 30em) {
  .col-1,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-2,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-3,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-4,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-5,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-6,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-7,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-8,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-9,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-10,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-11,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-12,
.col-30,
.col-35,
.col-45,
.col-55,
.col-65,
.col-70,
.col-75 {
    width: 100%;
  }

  .gridContainer {
    max-width: 90%;
  }
}
@media (min-width: 30em) and (max-width: 52em) {
  .col-3,
.col-4,
.col-6,
.col-8,
.col-10,
.col-35,
.col-65 {
    width: 50%;
  }

  .col-1,
.col-2,
.col-5,
.col-7,
.col-11,
.col-30,
.col-45,
.col-55,
.col-70,
.col-75 {
    width: 100%;
  }

  .col-9,
.col-12 {
    width: 33.3333333333%;
  }

  .gridContainer {
    max-width: 91%;
  }
}
@media (min-width: 52em) and (max-width: 68.75em) {
  .col-11,
.col-45,
.col-55,
.col-75 {
    width: 100%;
  }

  .col-2,
.col-8,
.col-10 {
    width: 50%;
  }

  .col-6,
.col-9,
.col-12 {
    width: 33.3333333333%;
  }

  .gridContainer {
    max-width: 93%;
  }
}
@media (min-width: 68.75em) {
  .gridContainer {
    width: 93%;
    max-width: 1296px;
  }
}
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Bootstrap grid system


 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Documentation: http://getbootstrap.com
 */
/* Light Framework 4.0
 * Copyright 2014-2016 Graphworks Creative Ltd.
 **********************************************

 Module: Header

 */
header {
  width: 100%;
  height: 63px;
  display: block;
  position: fixed;
  top: 0;
  background: white;
  z-index: 999999999;
}
@media screen and (min-width: 1034px) {
  header {
    height: 90px;
  }
}
header a.logo {
  position: relative;
  z-index: 3;
  display: block;
  float: left;
  display: block;
  float: left;
}
header a.logo figure {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  max-width: 180px;
}
header a.logo figure .logo-txt {
  position: absolute;
  text-indent: -999999px;
}
header a.logo figure .logo-img {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
}
@media screen and (max-width: 1034px) {
  header a.logo figure .logo-img {
    max-width: 130px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 830px) {
  header a.logo figure .logo-img {
    max-width: 150px;
    padding-top: 7px;
  }
}
header.nav-up {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  top: -90px;
}
header.nav-down {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
header nav {
  width: auto;
  display: block;
  height: 63px;
}
@media screen and (min-width: 1034px) {
  header nav {
    height: 90px;
  }
}
header nav a {
  text-decoration: none;
  color: #776a4f !important;
}
header nav ul {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  width: auto;
  float: right !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  *zoom: 1;
}
@media screen and (max-width: 830px) {
  header nav ul {
    display: none;
  }
  header nav ul.active {
    display: block;
  }
}
header nav ul:before, header nav ul:after {
  content: " ";
  display: table;
}
header nav ul:after {
  clear: both;
}
header nav ul > li:hover a {
  background-color: transparent;
  border-bottom: 2px solid #ece2c6;
}
header nav ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 63px;
  position: relative;
  z-index: 999999999;
}
@media screen and (min-width: 1034px) {
  header nav ul li {
    height: 90px;
  }
}
header nav ul li a {
  display: block;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: solid 2px transparent;
}
header nav ul li a.current {
  background-color: transparent;
  border-bottom: 2px solid #37d9ff;
}
header nav ul li ul,
header nav ul li ul li ul {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 63px;
  width: auto;
  min-width: 300px;
  background: transparent;
}
@media screen and (min-width: 1034px) {
  header nav ul li ul,
header nav ul li ul li ul {
    top: 90px;
  }
}
header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  top: 0 !important;
  right: 300px;
}
header nav ul li ul > li:hover a,
header nav ul li ul li ul > li:hover a {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background-color: rgba(0, 0, 0, 0);
}
header nav ul li ul li,
header nav ul li ul li ul li {
  display: block;
  float: left;
  position: relative;
}
header nav ul li ul li a,
header nav ul li ul li ul li a {
  display: block;
  width: 100%;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
header nav ul li ul li a.current,
header nav ul li ul li ul li a.current {
  background-color: #000000;
  color: #37d9ff !important;
  border-bottom: none !important;
}
header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  display: none;
}
header nav ul li ul li ul > li:hover a,
header nav ul li ul li ul li ul > li:hover a {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background-color: rgba(0, 0, 0, 0);
}
header nav ul li ul li ul li a.current,
header nav ul li ul li ul li ul li a.current {
  background-color: transparent;
}
header nav ul li ul li ul li a:hover,
header nav ul li ul li ul li ul li a:hover {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background-color: rgba(0, 0, 0, 0);
}
header nav ul li.sub {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header nav ul li.sub ul,
header nav ul li.sub ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  display: block;
  -webkit-transition: all 0.1s 0.5s;
  transition: all 0.1s 0.5s;
  /* delay of 1 seconds on hover off */
}
header nav ul li.sub:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  display: block;
  visibility: visible;
  top: 63px;
}
@media screen and (min-width: 1034px) {
  header nav ul li.sub:hover > ul {
    top: 90px;
  }
}
header nav ul li.sub:hover ul {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  /* react immediately on hover */
}

.hamburger {
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 830px) {
  .hamburger {
    display: block !important;
  }

  #navigation {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .hamburger {
    display: none !important;
  }

  #navigation {
    display: block !important;
  }
}
@media screen and (min-width: 830px) {
  nav ul li {
    padding: 0 3.5px;
  }
  nav ul li a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1034px) {
  nav ul li {
    padding: 0 7px;
  }
  nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1250px) {
  nav ul li {
    padding: 0 14px;
  }
  nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 830px) {
  header {
    height: auto;
  }
  header.active {
    height: 100%;
    overflow-y: scroll;
  }

  nav {
    width: 100%;
    height: auto !important;
  }

  nav ul,
nav ul li {
    width: 100% !important;
  }

  nav ul {
    position: absolute !important;
    top: 63px !important;
    left: 0;
    background: 255, 255, 255;
  }
}
@media screen and (max-width: 830px) and (min-width: 1034px) {
  nav ul {
    top: 90px !important;
  }
}
@media screen and (max-width: 830px) {
  nav ul li a {
    margin: 0 5%;
  }
}
@media screen and (max-width: 830px) {
  nav ul li,
li.sub ul,
li.sub ul li {
    position: relative !important;
  }
}
@media screen and (max-width: 830px) {
  li.sub ul {
    top: 0 !important;
  }
  li.sub ul li.sub ul {
    width: 95%;
    display: block;
    position: relative !important;
    left: 5%;
  }
}
@media screen and (max-width: 830px) {
  header nav ul li.sub ul,
header nav ul li.sub ul li ul {
    display: none !important;
  }
}
@media screen and (max-width: 830px) {
  header nav ul li.sub ul.active,
header nav ul li.sub ul li ul.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    display: block !important;
    visibility: visible;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 22.5px 0px 18px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-top: 3px !important;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11px, 0) rotate(-45deg);
          transform: translate3d(0, -11px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Typography

 * Made With HugoGIRAUDEL's Ultimate PX/REM mixin
 * Documentation: http://hugogiraudel.com
 */
html {
  font-size: 62.5%;
  /* 1 */
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-family: "Montserrat", sans-serif;
  color: #011b42;
}
@media screen and (max-width: 68.75em) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 52em) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 700 !important;
  color: #37d9ff;
}

h2 {
  font-weight: 700 !important;
  color: #37d9ff;
}

h3 {
  font-weight: 700 !important;
  color: #37d9ff;
}

h4 {
  font-weight: 700 !important;
  color: #37d9ff;
}

h5 {
  font-weight: 700 !important;
  color: #37d9ff;
}

h6 {
  font-weight: 700 !important;
  color: #37d9ff;
}

ul {
  margin: 0;
  padding-left: 30px;
  color: #011b42;
}
ul li {
  line-height: 1.8;
  color: #011b42;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.underline {
  text-decoration: underline !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.ultralight {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.bold, b, strong {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

a:link {
  color: #37d9ff;
  text-decoration: none;
}

a:visited {
  color: #37d9ff;
  text-decoration: none;
}

a:hover {
  color: #37d9ff;
  text-decoration: none;
}

a:active {
  color: #37d9ff;
  text-decoration: none;
}

@media only screen and (max-width: 30em) {
  h1,
.hero .section__title {
    font-size: 27.2px;
    font-size: 2.72rem;
    line-height: 40.8px;
    line-height: 4.08rem;
  }

  h2,
.highlight__title,
.gallery__title {
    font-size: 25.5px;
    font-size: 2.55rem;
    line-height: 34px;
    line-height: 3.4rem;
  }

  h3,
.boat-details .section__title,
.boat-services .boat-services__title,
.extra-services__title,
.safari-advantages .section__title,
.safari-program .section__title {
    font-size: 24.8px;
    font-size: 2.48rem;
    line-height: 37.2px;
    line-height: 3.72rem;
  }

  h4,
.hero .section__text,
.boat-services .section__title,
.cabins .section__title,
.faq-banner .section__title,
.tour .section__title,
.tour .highlights {
    font-size: 25.2px;
    font-size: 2.52rem;
    line-height: 42px;
    line-height: 4.2rem;
  }

  h5,
.why-us .section__title,
.why-us .section__text,
.newsletter .section__title,
.footer__title {
    font-size: 16.8px;
    font-size: 1.68rem;
    line-height: 33.6px;
    line-height: 3.36rem;
  }

  h6,
.highlight p,
.cabin__title,
.routes .tour__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 30em) {
  h1,
.hero .section__title {
    font-size: 27.2px;
    font-size: 2.72rem;
    line-height: 34px;
    line-height: 3.4rem;
  }

  .faq h1.section__title,
h1.mainTitle {
    font-size: 27.2px;
    font-size: 2.72rem;
    line-height: 40.8px;
    line-height: 4.08rem;
  }

  h2,
.highlight__title,
.gallery__title {
    font-size: 28.9px;
    font-size: 2.89rem;
    line-height: 39.1px;
    line-height: 3.91rem;
  }

  h3,
.boat-details .section__title,
.boat-services .boat-services__title,
.extra-services__title,
.safari-advantages .section__title,
.safari-program .section__title {
    font-size: 27.9px;
    font-size: 2.79rem;
    line-height: 40.3px;
    line-height: 4.03rem;
  }

  h4,
.hero .section__text,
.boat-services .section__title,
.cabins .section__title,
.faq-banner .section__title,
.tour .section__title,
.tour .highlights {
    font-size: 25.2px;
    font-size: 2.52rem;
    line-height: 42px;
    line-height: 4.2rem;
  }

  h5,
.why-us .section__title,
.why-us .section__text,
.newsletter .section__title,
.footer__title {
    font-size: 16.8px;
    font-size: 1.68rem;
    line-height: 31.2px;
    line-height: 3.12rem;
  }

  h6,
.highlight p,
.cabin__title,
.routes .tour__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 52em) {
  h1,
.hero .section__title {
    font-size: 40.8px;
    font-size: 4.08rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  .faq h1.section__title,
h1.mainTitle {
    font-size: 40.8px;
    font-size: 4.08rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  h2,
.highlight__title,
.gallery__title {
    font-size: 30.6px;
    font-size: 3.06rem;
    line-height: 45.22px;
    line-height: 4.522rem;
  }

  h3,
.boat-details .section__title,
.boat-services .boat-services__title,
.extra-services__title,
.safari-advantages .section__title,
.safari-program .section__title {
    font-size: 27.9px;
    font-size: 2.79rem;
    line-height: 40.3px;
    line-height: 4.03rem;
  }

  h4,
.hero .section__text,
.boat-services .section__title,
.cabins .section__title,
.faq-banner .section__title,
.tour .section__title,
.tour .highlights {
    font-size: 25.2px;
    font-size: 2.52rem;
    line-height: 44.8px;
    line-height: 4.48rem;
  }

  h5,
.why-us .section__title,
.why-us .section__text,
.newsletter .section__title,
.footer__title {
    font-size: 19.2px;
    font-size: 1.92rem;
    line-height: 36px;
    line-height: 3.6rem;
  }

  h6,
.highlight p,
.cabin__title,
.routes .tour__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 68.75em) {
  h1,
.hero .section__title {
    font-size: 54.4px;
    font-size: 5.44rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  .faq h1.section__title,
h1.mainTitle {
    font-size: 47.6px;
    font-size: 4.76rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  h2,
.highlight__title,
.gallery__title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 45.22px;
    line-height: 4.522rem;
  }

  h3,
.boat-details .section__title,
.boat-services .boat-services__title,
.extra-services__title,
.safari-advantages .section__title,
.safari-program .section__title {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40.3px;
    line-height: 4.03rem;
  }

  h4,
.hero .section__text,
.boat-services .section__title,
.cabins .section__title,
.faq-banner .section__title,
.tour .section__title,
.tour .highlights {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 44.8px;
    line-height: 4.48rem;
  }

  h5,
.why-us .section__title,
.why-us .section__text,
.newsletter .section__title,
.footer__title {
    font-size: 22.8px;
    font-size: 2.28rem;
    line-height: 36px;
    line-height: 3.6rem;
  }

  h6,
.highlight p,
.cabin__title,
.routes .tour__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h1,
.hero .section__title {
    font-size: 68px;
    font-size: 6.8rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  .faq h1.section__title,
.boat-details h1,
h1.mainTitle {
    font-size: 54.4px;
    font-size: 5.44rem;
    line-height: 81.6px;
    line-height: 8.16rem;
  }

  h2,
.highlight__title,
.gallery__title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 45.22px;
    line-height: 4.522rem;
  }

  h3,
.boat-details .section__title,
.boat-services .boat-services__title,
.extra-services__title,
.safari-advantages .section__title,
.safari-program .section__title {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40.3px;
    line-height: 4.03rem;
  }

  h4,
.hero .section__text,
.boat-services .section__title,
.cabins .section__title,
.faq-banner .section__title,
.tour .section__title,
.tour .highlights {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 44.8px;
    line-height: 4.48rem;
  }

  h5,
.why-us .section__title,
.why-us .section__text,
.newsletter .section__title,
.footer__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }

  h6,
.highlight p,
.cabin__title,
.routes .tour__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Buttons

 */
.button,
.btn,
button,
input[type=button],
input[type=submit] {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  border: 0;
  width: auto;
  display: inline-block;
  outline: none;
  margin: 0 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  padding: 0 30px !important;
}
.button:hover,
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #e6e6e6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button.small,
.btn.small,
button.small,
input[type=button].small,
input[type=submit].small {
  height: auto !important;
  line-height: auto !important;
  padding: 0.25em 1em !important;
  font-size: 11.9px;
}
.button.normal,
.btn.normal,
button.normal,
input[type=button].normal,
input[type=submit].normal {
  height: auto !important;
  line-height: auto !important;
  padding: 0.85em 2em !important;
  font-size: 14px;
}
.button.large,
.btn.large,
button.large,
input[type=button].large,
input[type=submit].large {
  height: 60px;
  line-height: 60px;
  font-size: 18.2px;
}
@media screen and (max-width: 20em) {
  .button.large,
.btn.large,
button.large,
input[type=button].large,
input[type=submit].large {
    font-size: 14px;
  }
}
.button.huge,
.btn.huge,
button.huge,
input[type=button].huge,
input[type=submit].huge {
  padding: 1.2em 2.4em !important;
  font-size: 1.25em !important;
  font-size: 25.2px;
}
.button.primary,
.btn.primary,
button.primary,
input[type=button].primary,
input[type=submit].primary {
  background: #37d9ff;
  color: #FFFFFF;
}
.button.primary:hover,
.btn.primary:hover,
button.primary:hover,
input[type=button].primary:hover,
input[type=submit].primary:hover {
  background: #74e5ff;
  border-color: #74e5ff;
}
.button.primary.inv,
.btn.primary.inv,
button.primary.inv,
input[type=button].primary.inv,
input[type=submit].primary.inv {
  background: none;
  border: 1px solid #37d9ff;
  color: #37d9ff;
}
.button.primary.inv:hover,
.btn.primary.inv:hover,
button.primary.inv:hover,
input[type=button].primary.inv:hover,
input[type=submit].primary.inv:hover {
  background: #37d9ff;
  color: #FFFFFF;
}
.button.secondary,
.btn.secondary,
button.secondary,
input[type=button].secondary,
input[type=submit].secondary {
  background: #063273;
  color: #FFFFFF;
}
.button.secondary:hover,
.btn.secondary:hover,
button.secondary:hover,
input[type=button].secondary:hover,
input[type=submit].secondary:hover {
  background: #094bad;
  border-color: #094bad;
}
.button.secondary.inv,
.btn.secondary.inv,
button.secondary.inv,
input[type=button].secondary.inv,
input[type=submit].secondary.inv {
  background: none;
  border: 1px solid #063273;
  color: #063273;
}
.button.secondary.inv:hover,
.btn.secondary.inv:hover,
button.secondary.inv:hover,
input[type=button].secondary.inv:hover,
input[type=submit].secondary.inv:hover {
  background: #063273;
  color: #FFFFFF;
}
.button.plain,
.btn.plain,
button.plain,
input[type=button].plain,
input[type=submit].plain {
  background: #FFFFFF;
  color: #011b42;
}
.button.plain:hover,
.btn.plain:hover,
button.plain:hover,
input[type=button].plain:hover,
input[type=submit].plain:hover {
  background: white;
  border-color: white;
}
.button.plain.inv,
.btn.plain.inv,
button.plain.inv,
input[type=button].plain.inv,
input[type=submit].plain.inv {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.plain.inv:hover,
.btn.plain.inv:hover,
button.plain.inv:hover,
input[type=button].plain.inv:hover,
input[type=submit].plain.inv:hover {
  background: #FFFFFF;
  color: #011b42;
}
.button.newsletter,
.btn.newsletter,
button.newsletter,
input[type=button].newsletter,
input[type=submit].newsletter {
  background: #063273;
  color: #01112a;
}
.button.newsletter:hover,
.btn.newsletter:hover,
button.newsletter:hover,
input[type=button].newsletter:hover,
input[type=submit].newsletter:hover {
  background: #094bad;
  border-color: #094bad;
}
.button.newsletter.inv,
.btn.newsletter.inv,
button.newsletter.inv,
input[type=button].newsletter.inv,
input[type=submit].newsletter.inv {
  background: none;
  border: 1px solid #063273;
  color: #063273;
}
.button.newsletter.inv:hover,
.btn.newsletter.inv:hover,
button.newsletter.inv:hover,
input[type=button].newsletter.inv:hover,
input[type=submit].newsletter.inv:hover {
  background: #063273;
  color: #01112a;
}
.button.success,
.btn.success,
button.success,
input[type=button].success,
input[type=submit].success {
  background: #1ae180;
  color: #FFFFFF;
}
.button.success:hover,
.btn.success:hover,
button.success:hover,
input[type=button].success:hover,
input[type=submit].success:hover {
  background: #4eeb9e;
  border-color: #4eeb9e;
}
.button.success.inv,
.btn.success.inv,
button.success.inv,
input[type=button].success.inv,
input[type=submit].success.inv {
  background: none;
  border: 1px solid #1ae180;
  color: #1ae180;
}
.button.success.inv:hover,
.btn.success.inv:hover,
button.success.inv:hover,
input[type=button].success.inv:hover,
input[type=submit].success.inv:hover {
  background: #1ae180;
  color: #FFFFFF;
}
.button.danger,
.btn.danger,
button.danger,
input[type=button].danger,
input[type=submit].danger {
  background: #e66959;
  color: #FFFFFF;
}
.button.danger:hover,
.btn.danger:hover,
button.danger:hover,
input[type=button].danger:hover,
input[type=submit].danger:hover {
  background: #ee998e;
  border-color: #ee998e;
}
.button.danger.inv,
.btn.danger.inv,
button.danger.inv,
input[type=button].danger.inv,
input[type=submit].danger.inv {
  background: none;
  border: 1px solid #e66959;
  color: #e66959;
}
.button.danger.inv:hover,
.btn.danger.inv:hover,
button.danger.inv:hover,
input[type=button].danger.inv:hover,
input[type=submit].danger.inv:hover {
  background: #e66959;
  color: #FFFFFF;
}
.button.warning,
.btn.warning,
button.warning,
input[type=button].warning,
input[type=submit].warning {
  background: #fdc347;
  color: #FFFFFF;
}
.button.warning:hover,
.btn.warning:hover,
button.warning:hover,
input[type=button].warning:hover,
input[type=submit].warning:hover {
  background: #fed784;
  border-color: #fed784;
}
.button.warning.inv,
.btn.warning.inv,
button.warning.inv,
input[type=button].warning.inv,
input[type=submit].warning.inv {
  background: none;
  border: 1px solid #fdc347;
  color: #fdc347;
}
.button.warning.inv:hover,
.btn.warning.inv:hover,
button.warning.inv:hover,
input[type=button].warning.inv:hover,
input[type=submit].warning.inv:hover {
  background: #fdc347;
  color: #FFFFFF;
}
.button.info,
.btn.info,
button.info,
input[type=button].info,
input[type=submit].info {
  background: #88cceb;
  color: #FFFFFF;
}
.button.info:hover,
.btn.info:hover,
button.info:hover,
input[type=button].info:hover,
input[type=submit].info:hover {
  background: #bce2f4;
  border-color: #bce2f4;
}
.button.info.inv,
.btn.info.inv,
button.info.inv,
input[type=button].info.inv,
input[type=submit].info.inv {
  background: none;
  border: 1px solid #88cceb;
  color: #88cceb;
}
.button.info.inv:hover,
.btn.info.inv:hover,
button.info.inv:hover,
input[type=button].info.inv:hover,
input[type=submit].info.inv:hover {
  background: #88cceb;
  color: #FFFFFF;
}
.button.grey,
.btn.grey,
button.grey,
input[type=button].grey,
input[type=submit].grey {
  background: #bbbbbb;
  color: #FFFFFF;
}
.button.grey:hover,
.btn.grey:hover,
button.grey:hover,
input[type=button].grey:hover,
input[type=submit].grey:hover {
  background: #dadada;
  border-color: #dadada;
}
.button.grey.inv,
.btn.grey.inv,
button.grey.inv,
input[type=button].grey.inv,
input[type=submit].grey.inv {
  background: none;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
}
.button.grey.inv:hover,
.btn.grey.inv:hover,
button.grey.inv:hover,
input[type=button].grey.inv:hover,
input[type=submit].grey.inv:hover {
  background: #bbbbbb;
  color: #FFFFFF;
}
.button.plain,
.btn.plain,
button.plain,
input[type=button].plain,
input[type=submit].plain {
  border: 1px solid #011b42;
}
.button.plain:hover,
.btn.plain:hover,
button.plain:hover,
input[type=button].plain:hover,
input[type=submit].plain:hover {
  border-color: #011b42;
  background-color: #011b42;
  color: #ffffff;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Elements
 1. Basic inputs, textarea
 2. Radio and checkboxes
 3. Custom Select dropdown
 4. Notification

 */
input,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
button,
textarea {
  width: 100%;
  float: left;
  display: block;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 15px !important;
  margin: 0 0 20px 0;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400 !important;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}
input:focus, input:active,
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
  background-color: #FFFFFF;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
input:required,
input[type=text]:required,
input[type=email]:required,
input[type=password]:required,
input[type=submit]:required,
input[type=button]:required,
button:required,
textarea:required {
  font-weight: 700 !important;
}

textarea {
  min-height: 80px;
  line-height: 25.2px;
  padding: 15px !important;
}

.w_full {
  width: 100% !important;
}

.form-group input,
.form-group textarea,
.form-group .btn {
  float: left !important;
  display: inline-block;
}
.form-group input.w_50,
.form-group textarea.w_50,
.form-group .btn.w_50 {
  width: 48% !important;
  margin: 0 4% 20px 0 !important;
}
.form-group input.w_50:last-child,
.form-group textarea.w_50:last-child,
.form-group .btn.w_50:last-child {
  margin: 0 0 20px !important;
}
.form-group input.w_33,
.form-group textarea.w_33,
.form-group .btn.w_33 {
  width: 30.666666% !important;
  margin: 0 4% 20px 0 !important;
}
.form-group input.w_33:last-child,
.form-group textarea.w_33:last-child,
.form-group .btn.w_33:last-child {
  margin: 0 0 20px !important;
}

@media only screen and (max-width: 52em) {
  input,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
button,
textarea {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  input.w_50, input.w_33,
input[type=text].w_50,
input[type=text].w_33,
input[type=email].w_50,
input[type=email].w_33,
input[type=password].w_50,
input[type=password].w_33,
input[type=submit].w_50,
input[type=submit].w_33,
input[type=button].w_50,
input[type=button].w_33,
button.w_50,
button.w_33,
textarea.w_50,
textarea.w_33 {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}
input.placeholder,
textarea.placeholder {
  color: #6d6d6d;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6d6d6d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6d6d6d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6d6d6d;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6d6d6d;
}

input:active.placeholder,
input:focus.placeholder,
textarea:active.placeholder,
textarea:focus.placeholder {
  color: #eaeaea;
}
input:active:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:active:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #eaeaea;
}
input:active::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #eaeaea;
}
input:active:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #eaeaea;
}
input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #eaeaea;
}

input:hidden,
input.hidden,
input[type=hidden] {
  display: none !important;
  visibility: hidden !important;
}

input[type=submit],
input[type=button],
button {
  background-color: #37d9ff;
  color: #FFFFFF;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background-color: #04cfff;
}

.custom-form {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  padding-left: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio & checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Show the check when checked */
  /* Create a custom radio & checkbox */
  /* Create a custom radio & checkbox */
  /* Create the checkbox check indicator */
  /* Create the radio check indicator */
}
.custom-form.np {
  padding-left: 0 !important;
}
.custom-form label {
  padding-left: 35px;
}
.custom-form input[type=radio],
.custom-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-form input[type=radio]:checked ~ .check,
.custom-form input[type=checkbox]:checked ~ .check,
.custom-form input[type=radio]:checked ~ .check:hover,
.custom-form input[type=checkbox]:checked ~ .check:hover {
  background-color: #37d9ff;
  border: 1px solid #37d9ff;
}
.custom-form input[type=radio]:checked ~ .check:after,
.custom-form input[type=checkbox]:checked ~ .check:after,
.custom-form input[type=radio]:checked ~ .check:hover:after,
.custom-form input[type=checkbox] ~ .check:hover:after {
  opacity: 1;
}
.custom-form input[type=radio] ~ .check,
.custom-form input[type=checkbox] ~ .check {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.custom-form input[type=radio] ~ .check,
.custom-form input[type=checkbox] ~ .check {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.custom-form input[type=radio] ~ .check:hover,
.custom-form input[type=checkbox] ~ .check:hover {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.custom-form input[type=radio] ~ .check {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.custom-form input[type=radio] ~ .check:hover:after {
  opacity: 1;
  background: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.custom-form input[type=checkbox] ~ .check {
  height: 25px;
  width: 25px;
}
.custom-form input[type=checkbox] ~ .check:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form input[type=radio] ~ .check:after {
  content: "";
  opacity: 0;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

select.custom {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  outline: 0 !important;
  background: url("../image/base/icon-ddown.png") no-repeat 98% center;
  background-size: 20px !important;
}

select.custom {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  width: 100% !important;
  float: left;
  display: block;
  padding: 0 15px !important;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 14px;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  color: #6d6d6d !important;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  outline: none;
}

.notify {
  width: 100%;
  height: auto;
  display: block;
  padding: 16px 20px;
  margin-bottom: 20px;
  color: #FFFFFF !important;
  text-align: left;
  margin-top: 20px;
}
.notify.okay {
  background-color: #1ae180;
}
.notify.error {
  background-color: #e66959;
}

label {
  float: left;
  text-align: left;
  font-size: 1.333rem;
  font-style: italic;
}

form label {
  display: block;
  width: 100%;
}

form .error {
  color: #e66959;
}

form .okay {
  color: #1ae180;
}

/**
 * FAQ Template
 *
 * @see: https://codyhouse.co/gem/css-faq-template/
 */
/* --------------------------------

Primary style

-------------------------------- */
body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
@media only screen and (min-width: 0) {
  body::after {
    display: none;
  }
}

a {
  color: #999999;
  text-decoration: none;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-faq {
  width: 100%;
  max-width: 68.75em;
  margin: 0 0 2em 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:before, .cd-faq:after {
  content: " ";
  display: table;
}
.cd-faq:after {
  clear: both;
}
@media only screen and (min-width: 0) {
  .cd-faq {
    position: relative;
    margin: 2em auto;
    box-shadow: none;
  }
}

.cd-faq-categories {
  display: none;
  /*padding: 0;
  list-style: none;

  a {
      @include font-smooth;
      position: relative;
      display: block;
      overflow: hidden;
      height: 50px;
      line-height: 50px;
      padding: 0 28px 0 16px;
      background-color: $color-1;
      color: $color-5;
      white-space: nowrap;
      border-bottom: 1px solid lighten($color-1, 3%);
      text-overflow: ellipsis;

      &::before,
      &::after {
          position: absolute;
          top: 50%;
          right: 1.6rem;
          display: inline-block;
          height: 0.1rem;
          width: 1rem;
          background-color: lighten($color-1, 20%);
      }

      &::after {
          transform: rotate(90deg);
      }
      */
}

/*
    li:last-child a {
        border-bottom: none;
    }

    @include MQ(M) {
        width: 20%;
        float: left;
        box-shadow: 0 1px 2px rgba(#000, 0.08);

        a {
            font-size: 1.3rem;
            font-weight: 600;
            padding-left: 2.4rem;
            padding: 0 2.4rem;
            transition: background 0.2s, padding 0.2s;

            &::before,
            &::after {
                display: none;
            }

            .no-touch &:hover {
                background: lighten($color-1, 3%);
            }
        }

        .no-js & {
            width: 100%;
            margin-bottom: 2em;
        }
    }

    @include MQ(L) {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;

        a::before {
            display: block;
            top: 0;
            right: auto;
            left: 0;
            height: 100%;
            width: 3px;
            background-color: $color-2;
            opacity: 0;
            transition: opacity 0.2s;
        }

        .selected {
            background: darken($color-1, 5%) !important;

            &::before {
                opacity: 1;
            }
        }

        &.is-fixed {
            position: fixed;
        }

.no-js & {
    position: relative;
}
*/
.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
          transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
          transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 0) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    float: left;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 68.75em) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 0.5rem;
  right: -100%;
  display: block;
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 1.6rem;
  left: 1.2rem;
  display: inline-block;
  height: 3px;
  width: 1.8rem;
  background: #011b42;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 0) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
  padding: 0;
  list-style: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700 !important;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 0) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 1rem rgba(1, 27, 66, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 0.4em;
  line-height: 1.2;
}
@media only screen and (min-width: 0) {
  .cd-faq-trigger {
    font-size: 2.4rem;
    font-weight: 400 !important;
    margin: 0;
    padding: 2.4rem 7.2rem 2.4rem 2.4rem;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 2.4rem;
    top: 50%;
    height: 0.2rem;
    width: 1.3rem;
    background: #cccccc;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #011b42;
}
@media only screen and (min-width: 0) {
  .cd-faq-content {
    display: none;
    padding: 0 2.4rem 3rem;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: FullPage.js


 * Made With Alvaro Trigo fullPage 2.7.5
 * Documentation: https://github.com/alvarotrigo/fullPage.js
 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Lightbox


 * Made With Lokesh Dhakar Lightbox 2 plugin
 * Documentation: http://lokeshdhakar.com/projects/lightbox2/
 */
/* Preload images */
body:after {
  content: url(../image/base/lightbox/close.png) url(../image/base/lightbox/loading.gif) url(../image/base/lightbox/prev.png) url(../image/base/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 0px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../image/base/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../image/base/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../image/base/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../image/base/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: PopUp

 */
/* Light Framework 4.0
 * Copyright 2014-2016 Graphworks Creative Ltd.
 **********************************************

 Module: Responsive Table

    /*
     * Made With Filament Group's (@filamentgroup) RWD Table
     * Documentation: https://github.com/filamentgroup/tablesaw
     */
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr:first-child {
  border-bottom: 1px solid #eeeeee !important;
}
table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

table th,
table td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
table th:first-child,
table td:first-child {
  padding-left: 20px;
}
table th:last-child,
table td:last-child {
  text-align: right !important;
  padding-right: 20px;
}

table th  {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }

  table th, table thead  {
    display: none !important;
  }

  table tr {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ddd;
  }
  table tr.head {
    display: none !important;
  }

  table th,
table td {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    padding: 10px !important;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
/*
.rwd-table {
  margin: 1em 0;
  width: 100%;
  min-width: 300px; // adjust to your needs

  tr {
    border-top: 1px solid $table-border-color;
    border-bottom: 1px solid $table-border-color;
    border-left: 1px solid $table-border-color;
    border-right: 1px solid $table-border-color;
    box-sizing: border-box;
    line-height: $table-lineheight / 2
  }

  th {
    display: none;
  }

  td {
    display: block;

    &:first-child {
      padding-top: .5em;
    }

    &:last-child {
      padding-bottom: .5em;
    }

    &:before {
      content: attr(data-th)" ";
      font-weight: bold;
      width: $table-before-width; // adjust according to your own content
      display: inline-block;

      @media (min-width: $medium) {
        display: none;
      }
    }
  }

  th,
  td {
    text-align: left;

      @media (min-width: $medium) {
      display: table-cell;
      padding: .25em .5em;

      &:first-child {
        padding-left: 0;
      }

      &:last-child {
        padding-right: 0;
      }
    }
  }
}

// presentational styling
.rwd-table {
  color: $table-font-color;
  overflow: hidden;

  tr {
    border-color: lighten(#999999, 10%);
  }

  th {
    line-height: $table-lineheight;
    background-color: $table-header-color;
  }

  th,
  td {
    @media (min-width: $medium) {
      padding: 1em !important;
    }
  }

  th,
  td:before {
    color: $table-td-font-color;
    margin: .5em 1em;
  }
}*/
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Correction

 */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

@supports not (-moz-appearance: none) {
  img,
object {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@-moz-document url-prefix() {
  img,
object {
    max-width: 100%;
    display: table-cell !important;
    height: auto;
  }
}
.fl_r {
  float: right !important;
  margin-right: 0 !important;
}

.fl_l {
  float: left !important;
  margin-left: 0 !important;
}

.pos_rel {
  position: relative !important;
}

.pos_abs {
  position: absolute !important;
}

.disp_n {
  display: none;
}

.disp_b {
  display: block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.cleaner {
  width: 100%;
  clear: both;
}
.cleaner.h5 {
  height: 5px;
}
.cleaner.h10 {
  height: 10px;
}
.cleaner.h15 {
  height: 15px;
}
.cleaner.h20 {
  height: 20px;
}
.cleaner.h30 {
  height: 30px;
}
.cleaner.h40 {
  height: 40px;
}
.cleaner.h50 {
  height: 50px;
}
.cleaner.h60 {
  height: 60px;
}
.cleaner.h80 {
  height: 80px;
}

figure.logo {
  padding: 0 !important;
  margin: 0 !important;
}

figure {
  margin: 0;
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embedContainer iframe, .embedContainer object, .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.owl-dot {
  background-color: rgba(255, 255, 255, 0.25) !important;
  width: 60px;
  height: 8px;
  margin: 0 8px;
  border-radius: 0;
}
@media screen and (max-width: 52em) {
  .owl-dot {
    width: 60px !important;
  }
}
@media screen and (max-width: 30em) {
  .owl-dot {
    width: 44px !important;
    height: 7px;
  }
}
.owl-dot.active, .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.hero {
  position: relative;
  height: auto;
  height: 100vh;
  /*.owl-item.active .slide__background {
      animation: kenburns 30s infinite;

      @media screen and(max-width: $medium) {
          animation: mobileburns 30s infinite;
      }
  }*/
}
@media screen and (max-width: 30em) {
  .hero {
    height: auto;
  }
}
.hero .section__title, .hero .section__text {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 30em) {
  .hero .section__title span {
    display: block;
  }
}
.hero .section__title span:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 30em) {
  .hero .section__title span:not(:first-child) {
    margin-left: 0;
  }
}
.hero .section__title span:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 30em) {
  .hero .section__title span:not(:last-child) {
    padding-right: 0;
  }
}
.hero .section__title span:not(:last-child)::after {
  right: -7.5px;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  background: #FFFFFF;
}
@media screen and (max-width: 68.75em) {
  .hero .section__title span:not(:last-child)::after {
    right: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 52em) {
  .hero .section__title span:not(:last-child)::after {
    right: -5.25px;
    margin-top: -5.25px;
    width: 10.5px;
    height: 10.5px;
    border-radius: 10.5px;
  }
}
@media screen and (max-width: 30em) {
  .hero .section__title span:not(:last-child)::after {
    display: none;
  }
}
.hero .section__text {
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (max-width: 87.5em) {
  .hero .section__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 68.75em) {
  .hero .section__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 52em) {
  .hero .section__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 52em) and (orientation: landscape) {
  .hero .section__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 30em) {
  .hero .section__text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.hero .btn {
  text-transform: none;
  margin-top: 60px;
}
@media screen and (max-width: 52em) and (orientation: landscape) {
  .hero .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 30em) {
  .hero .btn {
    margin-top: 40px;
  }
}
.hero .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero .slide__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 220px 0 0;
}
@media screen and (max-width: 100em) {
  .hero .slide__content {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 87.5em) {
  .hero .slide__content {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 52em) and (orientation: landscape) {
  .hero .slide__content {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 30em) {
  .hero .slide__content {
    padding: 120px 0 0;
  }
}
.hero .slide__content .gridContainer {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
}
.hero .slide__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
.hero .owl-item .slide__background {
  -webkit-animation: scale 10s linear infinite;
          animation: scale 10s linear infinite;
}
.hero .owl-item:nth-child(even) .slide__background {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.hero .owl-item:nth-child(odd) .slide__background {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hero .owl-dots {
  bottom: 20rem;
}
@media screen and (max-width: 87.5em) {
  .hero .owl-dots {
    bottom: 20rem;
  }
}
@media screen and (max-width: 52em) {
  .hero .owl-dots {
    bottom: 30rem;
  }
}
@media screen and (max-width: 52em) and (orientation: landscape) {
  .hero .owl-dots {
    bottom: 4rem;
  }
}
@media screen and (max-width: 30em) {
  .hero .owl-dots {
    bottom: 4rem;
  }
}
.hero .feature {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.8rem;
  background: #ece2c6;
}
@media screen and (max-width: 87.5em) {
  .hero .feature {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.hero .feature:nth-child(2n) {
  background: #FFFFFF;
}
.hero .feature__container {
  padding: 0;
  list-style: none;
}
.hero .feature__image {
  width: 8rem;
}
@media screen and (max-width: 87.5em) {
  .hero .feature__image {
    width: 6rem;
  }
}
.hero .feature__text {
  text-align: center;
  color: #332f22;
  line-height: 1.3;
  font-weight: 300 !important;
  min-height: 46px;
}
@media screen and (max-width: 87.5em) {
  .hero .feature__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 68.75em) {
  .hero .feature__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 52em) {
  .hero .feature__text {
    font-size: 1.6rem;
  }
}
.hero__slider {
  padding: 0;
  list-style: none;
}
.hero__bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #ece2c6;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(51%, #ece2c6), to(#ece2c6));
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #ece2c6 51%, #ece2c6 100%);
}
@media screen and (max-width: 52em) and (orientation: landscape) {
  .hero__bottom {
    position: relative;
  }
}
@media screen and (max-width: 30em) {
  .hero__bottom {
    position: relative;
    background: #011b42;
  }
}

.why-us {
  background: url(../image/graphics/section-why-us-background.jpg) no-repeat fixed;
  background-size: cover;
  padding: 5rem 0 4rem;
  text-align: right;
  color: #FFFFFF;
}
.why-us .col-75 {
  margin-left: 25%;
  padding-left: 5%;
}
@media screen and (max-width: 68.75em) {
  .why-us .col-75 {
    margin-left: 0;
    padding-left: 0;
  }
}
.why-us .section__title {
  color: #ece2c6;
  text-transform: uppercase;
}
.why-us .section__text {
  font-weight: 300 !important;
}

.highlight {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 33.3333333333%;
  height: 50rem;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 52em) {
  .highlight {
    width: 100%;
  }
}
.highlight__container {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.highlight__background {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}
.highlight--travel .highlight__background {
  background-image: url(../image/home/utazas.jpg);
}
.highlight--prices .highlight__background {
  background-image: url(../image/home/buvarkodas-arak.jpg);
}
.highlight--tours .highlight__background {
  background-image: url(../image/home/fakultativ.jpg);
}
.highlight__overlay {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  background-color: rgba(1, 17, 42, 0.6);
  width: 100%;
  height: 100%;
  padding: 0 5rem 9rem;
  position: absolute;
  left: 0;
  top: 38rem;
  z-index: 1;
  will-change: top;
}
@media screen and (max-width: 68.75em) {
  .highlight__overlay {
    padding: 0 3rem 8rem;
  }
}
.highlight__title {
  color: #ece2c6;
  text-align: center;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  height: 12rem;
  line-height: 12rem;
  text-transform: uppercase;
}
@media screen and (max-width: 87.5em) {
  .highlight__title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 68.75em) {
  .highlight__title {
    font-size: 2.5rem;
  }
}
.highlight__more {
  font-weight: 700 !important;
  margin-top: 3rem;
}
.highlight__icon {
  position: relative;
  display: block;
  margin-top: 15px;
}
.highlight__icon::before, .highlight__icon::after {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  border: 0.3rem solid #37d9ff;
  border-bottom: 0;
  border-right: 0;
  content: "";
  height: 6rem;
  width: 6rem;
}
.highlight__icon.icon--arrow-bottom::before {
  -webkit-transform: translate(-50%, -75%) rotate(225deg);
          transform: translate(-50%, -75%) rotate(225deg);
}
.highlight__icon.icon--arrow-bottom::after {
  -webkit-transform: translate(-50%, -75%) rotate(225deg);
          transform: translate(-50%, -75%) rotate(225deg);
  margin-top: 18px;
}
.highlight p {
  margin: 0;
}
@media screen and (max-width: 52em) {
  .highlight p {
    text-align: center;
  }
}
.highlight a:link, .highlight a:visited {
  color: #FFFFFF;
}
.highlight:hover .highlight__background, .highlight:focus .highlight__background {
  -webkit-transform: scale(1.2) rotate(6deg);
          transform: scale(1.2) rotate(6deg);
}
.highlight:hover .highlight__overlay, .highlight:focus .highlight__overlay {
  background-color: rgba(1, 17, 42, 0.9);
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  top: 0;
}
.highlight:hover .highlight__title, .highlight:focus .highlight__title {
  padding-bottom: 1.5rem;
  height: auto;
  color: #ece2c6;
}

.gallery--advanced {
  background: url(../image/graphics/section-gallery-background.jpg) no-repeat fixed;
  background-size: cover;
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 68.75em) {
  .gallery--advanced {
    padding: 7rem 0 5rem;
  }
}
.gallery--advanced .gallery__title {
  height: 8rem;
  line-height: 8rem;
  background: rgba(1, 17, 42, 0.8);
  color: #ece2c6;
  text-align: center;
  text-transform: uppercase;
}

.offers--banner {
  position: relative;
  padding: 3.5rem 0;
  background-color: #011b42;
  color: #FFFFFF;
}
.offers--banner .col-1 {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
}
.offers--banner p {
  margin: 0;
  text-align: center;
}
.offers--list {
  padding: 3.5rem 0;
}
.offers .icon-arrow--offer {
  position: absolute;
  bottom: -1.75rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 3.5rem 0 3.5rem;
  border-color: #011b42 transparent transparent transparent;
}

.offer .btn {
  margin: 0;
}
@media screen and (max-width: 30em) {
  .offer .btn {
    margin-top: 5px;
  }
}
.offer .btn.plain {
  border-radius: 0;
  min-width: 120px !important;
  text-transform: none;
  font-weight: 400 !important;
}
@media screen and (max-width: 800px) {
  .offer .btn.plain {
    width: 100% !important;
  }
}
.offer .btn .icon-arrow--right {
  width: 1em;
  margin-left: 0.75em;
  font-size: inherit;
  height: 1em;
  position: relative;
}
.offer .btn .icon-arrow--right::before, .offer .btn .icon-arrow--right::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.offer .btn .icon-arrow--right::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.65em;
  width: 0.65em;
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
          transform: translate(-75%, -50%) rotate(135deg);
}

.newsletter {
  padding: 5rem 0 2.7rem;
  background: #ece2c6;
}
.newsletter .section__title {
  font-weight: 300 !important;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #01112a;
}
.newsletter .row {
  margin: 0 -1.8rem;
}
.newsletter [class*=col-] {
  padding: 1.8rem;
}
.newsletter input {
  border-color: #e2d2a7;
  margin: 0;
}
.newsletter .form_text {
  background: #e6d8b3;
  border-radius: 0;
  color: #776a4f;
}
.newsletter .form_text.placeholder {
  color: #776a4f;
}
.newsletter .form_text:-moz-placeholder {
  color: #776a4f;
}
.newsletter .form_text::-moz-placeholder {
  color: #776a4f;
}
.newsletter .form_text:-ms-input-placeholder {
  color: #776a4f;
}
.newsletter .form_text::-webkit-input-placeholder {
  color: #776a4f;
}
.newsletter .form_text:focus {
  background: #e9dfc3;
}
.newsletter .btn {
  text-transform: none;
  font-weight: 700 !important;
  background: #dfbe6f !important;
  border-color: #dfbe6f !important;
  color: #776a4f !important;
}
.newsletter .btn:hover {
  background: #d4a73d !important;
}

.footer {
  background: #dbcb9e;
  color: #776a4f;
  padding: 6rem 0 4rem;
}
.footer a:link,
.footer a:visited {
  color: #01112a;
}
.footer a:link:hover,
.footer a:visited:hover {
  color: #37d9ff;
}
.footer__title {
  font-weight: 300 !important;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #01112a;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer__menu {
  font-size: 2rem;
}
@media screen and (max-width: 68.75em) {
  .footer__menu {
    font-size: 1.8rem;
  }
}
.footer__menu li {
  line-height: 1.6;
}
.footer__menu a:link,
.footer__menu a:visited {
  color: #776a4f;
}
.footer__menu a:link:hover,
.footer__menu a:visited:hover {
  color: #524937;
}
.footer__box {
  margin-right: 20%;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 52em) {
  .footer__box {
    margin-right: 0;
  }
}
.footer__box:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #132643;
}
.footer__box p:first-of-type {
  margin-top: 0;
}
.footer__box p:last-of-type {
  margin-bottom: 0;
}
.footer__box a:hover {
  color: #FFFFFF;
}
.footer__logos {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  margin: 2rem -0.7rem 0;
}
.footer__logo {
  padding: 0 1rem;
}
.footer__contacts {
  margin: 3rem 0 0;
}
.footer__contact {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700 !important;
  color: #776a4f !important;
}
.footer__contact a:hover {
  color: #584f3b !important;
}
.footer .social {
  padding: 0 0.7rem;
}
.footer .social__container {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  margin: 0 -0.7rem;
}
.footer .social__image {
  width: 6.6rem;
}

.bottom {
  background: #01112a;
  color: #FFFFFF;
}
.bottom a:link,
.bottom a:visited {
  color: #a19271;
}
.bottom a:link:hover,
.bottom a:visited:hover {
  color: #b5a990;
}

.faqBanner {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  cursor: pointer;
  padding: 3rem 0;
  background: url(../image/graphics/section-faq-background.jpg) no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 52em) {
  .faqBanner {
    position: relative;
  }
  .faqBanner:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
  }
}
.faqBanner .col-55 {
  margin-left: 45%;
}
@media screen and (max-width: 68.75em) {
  .faqBanner .col-55 {
    z-index: 99;
    width: 55%;
    position: relative;
  }
}
@media screen and (max-width: 52em) {
  .faqBanner .col-55 {
    width: 100%;
    margin-left: 0;
  }
}
.faqBanner .section__title {
  color: #011b42;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (max-width: 52em) {
  .faqBanner .section__title {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.faqBanner p {
  margin: 0;
}
@media screen and (max-width: 52em) {
  .faqBanner p {
    text-align: center;
    color: #011b42;
  }
}
.faqBanner .content {
  position: relative;
}
.faqBanner .content::before, .faqBanner .content::after {
  display: block;
  left: -7rem;
  position: absolute;
  top: 50%;
  border: 0.2rem solid #37d9ff;
  border-bottom: 0;
  border-right: 0;
  content: "";
  height: 4rem;
  width: 4rem;
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
          transform: translate(-75%, -50%) rotate(135deg);
}
@media screen and (max-width: 52em) {
  .faqBanner .content::before, .faqBanner .content::after {
    display: none;
  }
}
.faqBanner .content::after {
  margin-left: 1.1rem;
}

.imageGallery .cabin__image:after {
  position: absolute;
  display: block;
  content: " ";
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  background: url(../image/graphics/icon-gallery.svg) no-repeat center center;
  background-size: 40px;
}

.imageGallery .cabin__image:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

a.lang {
  color: #776a4f !important;
}

.price-list a span {
  color: #37d9ff !important;
}

@-moz-document url-prefix() {
  .heightFix {
    height: 40px;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.noHeader {
  margin-top: 90px !important;
}

.footLogo {
  max-width: 200px !important;
  display: block;
  margin-top: 20px;
}

.tripadv {
  max-width: 140px !important;
}

.footer__contacts {
  margin: -0.5rem 0 0 !important;
}

ul.navigation li.mobileOnly,
ul.navigation li.mobileOnly a {
  display: none !important;
}

@media screen and (max-width: 820px) {
  ul.navigation li.mobileOnly,
ul.navigation li.mobileOnly a {
    display: block !important;
  }
}

@-moz-document url-prefix() {
  .cabin__container {
    float:left;
  }
}
/*# sourceMappingURL=main.css.map*/