/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter - Subpages
 * ----------------------------------------------------------------------------
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Main Configuration file
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * @version     v6.1.1
 * ----------------------------------------------------------------------------


 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 Frontend Starter
 *
 * Module: Helpers, Mixins
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Preloader
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Main Configuration file
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * @version     v6.1.1
 * ----------------------------------------------------------------------------


 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 Frontend Starter
 *
 * Module: Helpers, Mixins
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Media queries
 *
 * Made With Hugo Giraudel breakpoint script
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

/******** Base variables ********/

/******** Mixins to manage responsive breakpoints ********/

/******** Mixins to manage custom widths ********/

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Normalize.css
 *
 * Made With normalize.css v3.0.3
 * Documentation: http://github.com/necolas/normalize.css
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

/**
 * 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 Frontend Starter
 *
 *  Module: Helpers / Document settings
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

html {
  box-sizing: border-box;
}

*,
*::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: 80px;
}

footer .copy,
footer .made {
  width: auto;
  padding: 10px 0;
  font-size: 13px;
}

footer .copy a,
footer .made a {
  font-weight: 700;
}

footer .copy {
  float: left;
}

footer .made {
  float: right;
}

@media screen and (max-width: 820px) {
  footer .copy,
footer .made {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
}


/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Lemonade grid system (our favourite)
 *
 * Made With Joe Richardson's (@joericho) Lemonade grid v2
 * Documentation: http://lemonade.im
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

.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,
[class*=col-].nop {
  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-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-75 {
  width: 75%;
}

@media (max-width: 30em) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .gridContainer {
    max-width: 90%;
  }
}

@media (min-width: 30em) and (max-width: 52em) {
  .col-2,
.col-4,
.col-6,
.col-8,
.col-10 {
    width: 50%;
  }
  .col-1,
.col-3,
.col-5,
.col-7,
.col-11 {
    width: 100%;
  }
  .col-9,
.col-12 {
    width: 33.3333333333%;
  }
  .gridContainer {
    max-width: 91%;
  }
}

@media (min-width: 52em) and (max-width: 68.75em) {
  .col-11 {
    width: 100%;
  }
  .col-2,
.col-4,
.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 Frontend Starter
 *
 * 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
 * ---------------------------------------------------------------------------- 
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Module: Header
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

header {
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  top: 0;
  background: rgb(255, 255, 255);
  z-index: 10000000000000000;
}

header.nav-up {
  transition: all 900ms ease;
}

header.nav-down {
  transition: all 900ms ease;
}

header .topBar {
  width: 100%;
  display: flex;
  height: 40px;
}

header.nav-up {
  top: -120px;
}

header.scrolled {
  height: 80px;
}

header.scrolled .topBar {
  height: 0;
  overflow: hidden;
}

header.nav-up {
  top: -80px;
}

header a.logoContainer {
  position: relative;
  z-index: 3;
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

header a.logoContainer figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

header a.logoContainer figure .logo-txt {
  position: absolute;
  text-indent: -999999px;
}

header a.logoContainer figure .logo-img {
  vertical-align: middle;
}

nav {
  width: auto;
  display: flex;
  justify-content: flex-end;
  height: 80px;
  padding-left: 30px;
}

nav a {
  text-decoration: none;
  color: #575757;
}

nav ul {
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  position: relative;*
  zoom: 1;
}

@media only screen and (max-width: 820px) {
  nav ul {
    display: none;
  }
  nav ul.active {
    display: block;
  }
}

nav ul:before,
nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

nav ul li {
  float: left;
  white-space: nowrap;
}

nav ul li:hover {
  background: #ffffff;
}

nav ul li:hover > ul {
  display: block;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #575757;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
}

nav ul ul {
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  background: #ffffff;
}

nav ul ul li {
  float: none;
  position: relative;
}

nav ul ul li:hover {
  background: white;
}

nav ul ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

nav ul ul li a:hover {
  background: white;
}

@media screen and (max-width: 820px) {
  nav ul ul li a {
    height: 64px;
    line-height: 64px;
  }
}

nav ul ul ul {
  position: absolute;
  right: 100%;
  top: 0;
  background: white;
}

nav ul ul ul li a:hover {
  background: white;
}

.hamburger {
  display: inline-block;
  padding: 0;
  text-align: right;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 30em) {
  header a.logoContainer {
    max-width: 80%;
  }
}

@media only screen and (min-width: 30em) {
  header a.logoContainer {
    max-width: 250px;
  }
}

@media only screen and (max-width: 820px) {
  .hamburger {
    display: flex !important;
  }
  #navigation {
    display: none !important;
  }
}

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

@media only screen and (min-width: 820px) {
  nav ul li a {
    padding: 0 5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 820px) {
  nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1000px) {
  nav ul li a {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 820px) {
  header {
    height: auto;
  }
  header.active {
    height: 100%;
    overflow-y: scroll;
  }
  nav {
    width: 100%;
    height: auto;
  }
  nav ul {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background: rgb(255, 255, 255);
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    height: 64px;
    line-height: 64px;
    padding: 0 5%;
  }
  nav ul li,
nav li.sub ul,
nav li.sub ul li {
    position: relative;
  }
  nav li.sub ul {
    top: 0;
  }
  nav li.sub ul li.sub ul {
    position: relative;
    left: 0%;
  }
  nav ul li.sub ul,
nav ul li.sub ul li ul {
    display: none;
  }
  nav ul li.sub ul.active,
nav ul li.sub ul li ul.active {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
  }
}

/*
header {

    @if $nav-height!=$scrolledHeight {
        // onscroll change height
        &.scrolled {
            height: $scrolledHeight;
            @include transition(all, 900ms, ease);
            .logoContainer {
                height: $scrolledHeight;
                figure {
                    height: $scrolledHeight - math.div($scrolledHeight, 4);
                    img {
                        height: 100%;
                        max-width: auto;
                        width: auto;
                        @include transition(all, 900ms, ease);
                    }
                }
            }
            nav {
                height: $scrolledHeight;
                @include transition(all, 900ms, ease);

                ul li a {
                    height: $scrolledHeight;
                    line-height: $scrolledHeight;
                }
            }
            @include max-width($hamburger-starts-from) {
                &.active {
                    height: 100%;
                }
                .hamburger {
                    height: $scrolledHeight;
                }
                nav {
                    height: auto;
                    ul {
                        top: $scrolledHeight;
                        background: $scrolledBackground;
                    }
                }
            }
        }
    }

    @if $nav-bg-color!=$scrolledBackground {
        // onscroll change background
        &.scrolled {
            background-color: $scrolledBackground;
            @include max-width($hamburger-starts-from) {
                nav {
                    ul {
                        background: $scrolledBackground;
                    }
                }
            }
        }
    }

}
*/

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  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: 0px !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: #906270;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  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;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  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);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(-90deg);
  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);
}


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

 Module: Typography

 * Made With  Matej Latin's gutenberg web typo starter kit
 * Documentation: http://matejlatin.github.io/Gutenberg/
 */

/******** Base settings ********/

*,
html,
body {
  font-size: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  color: #4c3941;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
}

h1.nm,
h2.nm,
h3.nm,
h4.nm,
h5.nm,
h6.nm {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: "Nunito", sans-serif;
  color: #4c3941;
}

p.nm {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 20px; /* indent to the paragraph's line */
}

ul li {
  /* add same style as paragraph */
  font-family: "Nunito", sans-serif;
  color: #4c3941;
}

header ul li,
footer ul li {
  margin-bottom: 0;
}

a {
  color: #4c3941;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

br {
  margin-bottom: 0; /* Clear margin for line breaks */
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.und {
  text-decoration: underline;
}

.upp {
  text-transform: uppercase;
}

.low {
  text-transform: lowercase;
}


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

 Module: Responsive Typography

 * Made With  Mikes's responsive typography
 * Documentation: https://madebymike.com.au/writing/precise-control-responsive-typography/
 */

/******** Base settings ********/

h1,
.h1 {
  font-size: calc(28px + 35 * ( (100vw - 480px) / 620));
  margin-top: 31px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  h1,
.h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  h1,
.h1 {
    font-size: 63px;
  }
}

h2,
.h2 {
  font-size: calc(24px + 25 * ( (100vw - 480px) / 620));
  margin-top: 25px;
  margin-bottom: 12px;
}

@media screen and (max-width: 480px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1100px) {
  h2,
.h2 {
    font-size: 49px;
  }
}

h3,
.h3 {
  font-size: calc(22px + 17 * ( (100vw - 480px) / 620));
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  h3,
.h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  h3,
.h3 {
    font-size: 39px;
  }
}

h4,
.h4 {
  font-size: calc(20px + 11 * ( (100vw - 480px) / 620));
  margin-top: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  h4,
.h4 {
    font-size: 31px;
  }
}

h5,
.h5 {
  font-size: calc(18px + 6 * ( (100vw - 480px) / 620));
  margin-top: 12px;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  h5,
.h5 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  h5,
.h5 {
    font-size: 24px;
  }
}

h6,
.h6 {
  font-size: calc(16px + 3 * ( (100vw - 480px) / 620));
  margin-top: 10px;
  margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
  h6,
.h6 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1100px) {
  h6,
.h6 {
    font-size: 19px;
  }
}

p {
  font-size: calc(16px + 3 * ( (100vw - 480px) / 620));
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1100px) {
  p {
    font-size: 19px;
  }
}


/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Buttons
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

.button,
.btn,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  width: auto;
  height: auto;
  line-height: auto;
  display: inline-block;
  padding: 0.65em 1.5em;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 600ms ease-in;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}

.button:hover,
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #e6e6e6;
  transition: all 300ms ease-out;
}

.button.small,
.btn.small,
input[type=button].small,
input[type=submit].small {
  padding: 0.3em 1em;
  font-size: 11.9px;
}

.button.normal,
.btn.normal,
input[type=button].normal,
input[type=submit].normal {
  padding: 0.65em 1.5em;
  font-size: 14px;
}

.button.large,
.btn.large,
input[type=button].large,
input[type=submit].large {
  padding: 0.85em 1.75em;
  font-size: 16.8px;
}

.button.huge,
.btn.huge,
input[type=button].huge,
input[type=submit].huge {
  padding: 0.65em 1.2em;
  font-size: 25.2px;
}

.button.primary,
.btn.primary,
input[type=button].primary,
input[type=submit].primary {
  background: #906270;
  color: #fefefe;
}

.button.primary:hover,
.btn.primary:hover,
input[type=button].primary:hover,
input[type=submit].primary:hover {
  background: #ab8490;
  border-color: #ab8490;
}

.button.primary.inv,
.btn.primary.inv,
input[type=button].primary.inv,
input[type=submit].primary.inv {
  background: none;
  border: 1px solid #906270;
  color: #906270;
}

.button.primary.inv:hover,
.btn.primary.inv:hover,
input[type=button].primary.inv:hover,
input[type=submit].primary.inv:hover {
  background: #906270;
  color: #fefefe;
}


/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Carousel, partners plugin
 *
 * Made With Owl Graphic Owl carousel Plugin v2.3.4
 * Documentation: https://owlcarousel2.github.io/OwlCarousel2/
 * ----------------------------------------------------------------------------
 */

/*
*  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;
  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;
  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 .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;*
  display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}


/*
*  Owl Carousel - Carousel types
*/

.owl-carousel.fullpageSlider,
.owl-carousel.fullwidthSlider {
  width: 100%;
}

.owl-carousel.fullpageSlider .gridContainer,
.owl-carousel.fullwidthSlider .gridContainer {
  display: flex;
  align-items: center;
}

.owl-carousel.fullpageSlider {
  width: 100%;
}

.owl-carousel.fullpageSlider .item .gridContainer {
  height: 100vh;
}

.owl-carousel.fullwidthSlider {
  width: 100%;
}

.owl-carousel.fullwidthSlider .item .gridContainer {
  height: auto;
  min-height: 500px;
}

.owl-carousel.reviewSlider .owl-dots,
.owl-carousel.serviceSlider .owl-dots {
  position: relative;
  bottom: 0;
}


/* 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],
textarea {
  width: 100%;
  float: left;
  display: block;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  margin: 0 0 20px 0;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  font-family: "Nunito", sans-serif;
  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,
textarea:focus,
textarea:active {
  background-color: #FFFFFF;
  transition: all 800ms ease;
}

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

@media only screen and (max-width: 52em) {
  input,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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;
  visibility: hidden;
}

input[type=submit],
input[type=button],
button {
  background-color: #906270;
  color: #FFFFFF;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background-color: #724d58;
}

.custom-form {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 20px;
  /* 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 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: #906270;
  border: 1px solid #906270;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.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;
  transition: all 300ms ease-in;
}

.custom-form input[type=radio] ~ .check:hover,
.custom-form input[type=checkbox] ~ .check:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  transition: all 600ms ease-out;
}

.custom-form input[type=radio] ~ .check {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.custom-form input[type=radio] ~ .check:hover:after {
  opacity: 1;
  background: white;
  transition: all 300ms ease-out;
}

.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;
  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 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #eaeaea, #eaeaea);
  background-position: calc(100% - 25px) 27px, calc(100% - 20px) 27px, calc(100% - 50px) 8px;
  background-size: 5px 5px, 5px 5px, 1px 45px;
  background-repeat: no-repeat;
}

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

.notify {
  width: 100%;
  height: auto;
  display: block;
  padding: 16px 10px;
  margin-bottom: 20px;
}

.notify.success {
  background-color: #41cc6c;
  color: #FFFFFF;
}

.notify.error {
  background-color: #ec5564;
  color: #FFFFFF;
}

.notify.info {
  background-color: #4ec2e7;
  color: #FFFFFF;
}

.notify.warning {
  background-color: #f2b52f;
  color: #FFFFFF;
}

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

form label:not(.custom-form) {
  display: block;
  width: 100%;
}

form .error {
  color: #ec5564;
}

form .okay {
  color: #41cc6c;
}


/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: FullPage.js
 *
 * Made With Alvaro Trigo fullPage 2.7.5
 * Documentation: https://github.com/alvarotrigo/fullPage.js
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Lightbox
 *
 * Made With Lokesh Dhakar Lightbox 2 plugin
 * Documentation: http://lokeshdhakar.com/projects/lightbox2/
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: PopUp
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Responsive Table
 *
 * Made With Filament Group's (@filamentgroup) RWD Table
 * Documentation: https://github.com/filamentgroup/tablesaw
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: AOS plugin
 *
 * Made With michalsnik AOS Plugin
 * Documentation: https://michalsnik.github.io/aos/
 * ----------------------------------------------------------------------------
 */

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /*
    [data-aos='fade-down'] {
    transform: translate3d(0, -$aos-distance, 0);
    }

    [data-aos='fade-up-right'] {
    transform: translate3d(-$aos-distance, $aos-distance, 0);
    }

    [data-aos='fade-down-right'] {
    transform: translate3d(-$aos-distance, -$aos-distance, 0);
    }

    [data-aos='fade-down-left'] {
    transform: translate3d($aos-distance, -$aos-distance, 0);
    }
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /*
    [data-aos='zoom-in'] {
    transform: scale(.6);
    }

    [data-aos='zoom-in-up'] {
    transform: translate3d(0, $aos-distance, 0) scale(.6);
    }

    [data-aos='zoom-in-down'] {
    transform: translate3d(0, -$aos-distance, 0) scale(.6);
    }

    [data-aos='zoom-in-right'] {
    transform: translate3d(-$aos-distance, 0, 0) scale(.6);
    }

    [data-aos='zoom-in-left'] {
    transform: translate3d($aos-distance, 0, 0) scale(.6);
    }

    [data-aos='zoom-out'] {
    transform: scale(1.2);
    }

    [data-aos='zoom-out-up'] {
    transform: translate3d(0, $aos-distance, 0) scale(1.2);
    }

    [data-aos='zoom-out-down'] {
    transform: translate3d(0, -$aos-distance, 0) scale(1.2);
    }
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
    /*
    [data-aos^='flip'][data-aos^='flip'] {
    backface-visibility: hidden;
    transition-property: transform;
    }

    [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
    &.aos-animate {transform: perspective(2500px) rotateY(0);}
    }

    [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
    &.aos-animate {transform: perspective(2500px) rotateY(0);}
    }

    [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
    &.aos-animate {transform: perspective(2500px) rotateX(0);}
    }

    [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
    &.aos-animate {transform: perspective(2500px) rotateX(0);}
    }
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0.01; /* !!! important for Google page speed first contentful paint */
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
}

/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Helpers / Correction
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ----------------------------------------------------------------------------
 */

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

@supports not (-moz-appearance: none) {
  img,
object {
    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;
}

.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;
}

.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%;
}

button,
input[type=button],
input[type=submit] {
  position: relative;
  z-index: 99;
}

nav ul li.navBtn a {
  height: auto;
  line-height: auto;
}

#map {
  display: block;
  height: 400px;
}

.btn {
  border-radius: 30px;
  color: #fefefe;
  text-transform: none;
}

.btn:hover {
  transition: all 300ms ease-out;
}

.btn.dark {
  background-color: #a4496f;
}

.btn.dark:hover {
  background: #bb6589;
}

.btn.light {
  background-color: #cb9ca4;
}

.btn.light:hover {
  background: #b97b85;
}

.box {
  background-color: #f7f6f4;
  padding: 20px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  box-shadow: 3px 4px #eceae6;
  margin-bottom: 30px;
}

.box h4 {
  font-weight: 300;
}

.box p {
  color: #a4496f !important;
}

.box .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  text-transform: none;
  font-weight: 700;
}

section.service-banner {
  position: relative;
}

section.service-banner picture img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.service-banner .gridContainer .col-1 {
  position: absolute;
  bottom: 0;
}

section.service-banner .gridContainer .col-1 figure {
  position: absolute;
  width: 15vw;
  margin-left: -2%;
  bottom: 15%;
}

section.service-banner .gridContainer .col-1 figure img {
  opacity: 0.09;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
  filter: alpha(opacity=9);
  -khtml-opacity: 0.09;
  -moz-opacity: 0.09;
}

section.service-banner .gridContainer .col-1 h2 {
  color: #a4496f;
  margin-bottom: 60px;
}

section.text {
  padding: 40px 0;
}

section.text .gridContainer {
  display: flex;
}

section.text .gridContainer p,
section.text .gridContainer h4,
section.text .gridContainer h5 {
  color: #4c3941;
}

section.text .gridContainer .col-60 {
  width: 60%;
  margin-right: 40px;
}

section.text .gridContainer .col-60 h6,
section.text .gridContainer .col-60 h5 {
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

section.text .gridContainer .col-60 h5 {
  color: #a4496f;
  margin-bottom: 0;
}

section.text .gridContainer .col-60 h6 {
  text-transform: uppercase;
  color: #a4496f;
  margin-bottom: 30px;
}

section.text .gridContainer .col-60 h4 {
  font-weight: 300;
  margin-top: 30px;
  color: #a4496f;
}

section.text .gridContainer .col-60 p {
  margin-top: 0;
}

section.text .gridContainer .col-60 ul {
  padding-left: 0;
}

section.text .gridContainer .col-60 ul li {
  list-style-type: none;
  color: #a28e83;
}

section.text .gridContainer .col-60 ul li a {
  color: #cfa0a7;
}

section.text .gridContainer .col-40 {
  width: 40%;
}

@media only screen and (max-width: 52em) {
  section.text {
    padding: 10px 0;
  }
  section.text .gridContainer {
    display: block;
  }
  section.text .gridContainer .col-60,
section.text .gridContainer .col-40 {
    width: 100%;
  }
  section.text .gridContainer .col-60 ul {
    margin-bottom: 20px;
  }
}

section.doctor-banner {
  background-color: #eae2e4;
}

section.doctor-banner .gridContainer {
  min-height: 300px;
  max-height: 400px;
}

section.doctor-banner .gridContainer .col-1 {
  position: relative;
}

section.doctor-banner .gridContainer .col-1 figure {
  width: 20vw;
  margin: 0;
  min-width: 300px;
}

section.doctor-banner .gridContainer .col-1 figure.left {
  margin-top: -150px;
}

section.doctor-banner .gridContainer .col-1 figure.right {
  position: absolute;
  right: 0%;
  top: 30%;
  z-index: 15;
}

@media only screen and (max-width: 52em) {
  section.doctor-banner .gridContainer .col-1 figure.right {
    opacity: 20%;
  }
}

section.doctor-banner .gridContainer .col-1 h2 {
  color: #a4496f;
  font-weight: 300;
}

section.doctor-banner .gridContainer .col-1 p {
  text-transform: uppercase;
}

@media only screen and (min-width: 52em) {
  section.doctor-banner .gridContainer .col-1 p {
    width: 50%;
  }
}

section.about_doctor {
  padding: 40px 0;
}

section.about_doctor .gridContainer {
  display: flex;
  align-items: center;
}

section.about_doctor .gridContainer .col-2.pic picture {
  float: right;
}

section.about_doctor .gridContainer .col-2.pic picture img {
  width: 80%;
  min-width: 280px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
}

section.about_doctor .gridContainer .col-2.pic .box {
  width: 70%;
  min-width: 280px;
  margin-top: 230px;
}

section.about_doctor .gridContainer .col-2.pic .box ul {
  padding-left: 0;
}

section.about_doctor .gridContainer .col-2.pic .box ul li,
section.about_doctor .gridContainer .col-2.pic .box ul a {
  list-style-type: none;
  color: #a4496f;
}

section.about_doctor .gridContainer .col-2.pic .box p a {
  margin-top: 20px;
  border-radius: 30px;
  color: #fefefe;
  text-transform: none;
  background-color: #a4496f;
  padding: 0.65em 1.5em;
  font-size: 14px;
}

section.about_doctor .gridContainer .col-2.pic .box p a:hover {
  transition: all 300ms ease-out;
  background: #bb6589;
}

section.about_doctor .gridContainer .col-2.text h5 {
  color: #a4496f;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

section.about_doctor .gridContainer .col-2.text :nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 52em) {
  section.about_doctor .gridContainer {
    display: block;
  }
  section.about_doctor .gridContainer .col-2 {
    width: 100%;
  }
}

section.contact-first {
  margin-top: 80px;
}

section.contact-main .gridContainer {
  padding: 40px 0;
}

section.contact-main .gridContainer .col-2:first-child {
  padding-right: 50px;
}

@media only screen and (max-width: 52em) {
  section.contact-main .gridContainer .col-2:first-child {
    padding-right: 0;
  }
}

section.contact-main .gridContainer .col-2 p b {
  color: #a4496f;
}

section.contact-main .gridContainer .col-2 p span.invis {
  visibility: hidden !important;
}

section.contact-main .gridContainer .col-2 p.small {
  color: #c4999f;
  font-size: 14px;
  font-weight: 700;
}

section.contact-main .gridContainer .col-2 p a {
  color: #4c3941;
}

section.contact-main .gridContainer .col-2 p a.show-cta {
  display: inline-block;
  position: relative;
  margin-left: -46px;
  border: 1px solid #6a6565;
  padding: 3px 8px;
}

section.contact-main .gridContainer .col-2 p a.show-cta:hover {
  background: #6a6565;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

section.contact-main .gridContainer .col-2 input[type=submit] {
  border: none;
}

section.contact-main .gridContainer .col-2 .desc a {
  color: #c4999f;
}

section.contact-main .gridContainer .col-2.infos h4 {
  color: #a4496f;
  margin-top: 0;
}

section.contact-main .gridContainer .col-2.infos .btn {
  margin-top: 8px;
}

section.contact-main .gridContainer .col-2.infos .btn.btn_1 {
  background-color: #c4999f;
  margin-right: 20px;
}

section.contact-main .gridContainer .col-2.infos .btn.btn_1:hover {
  background-color: #a86971;
}

section.contact-main .gridContainer .col-2.infos .btn.btn_3 {
  background-color: lightgrey;
}

section.contact-main .gridContainer .col-2.infos .btn.btn_3:hover {
  background-color: #adadad;
}

section.contact-main .gridContainer .col-2.datas form .desc {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

section.contact-main .gridContainer .col-2.datas form .desc input[type=checkbox] {
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

section.contact-main .gridContainer .col-2.datas form .desc span {
  font-size: 14px;
}

section.contact-main .gridContainer .col-2.datas form .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  font-weight: 700;
}

section.contact-main .gridContainer .col-2.datas form input[type=submit] {
  line-height: 1.2rem;
  background: #a4496f;
}

section.contact-main .gridContainer .col-2.datas form input[type=submit]:hover {
  transition: all 300ms ease-out;
  background: #bb6589;
}

@media only screen and (max-width: 52em) {
  section.contact-main .gridContainer .col-2 {
    width: 100%;
  }
}

.error {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 10px;
}

input[type=checkbox] {
  width: 30px;
  display: inline;
  line-height: 1.2rem;
}

label {
  font-style: normal;
}

/*# sourceMappingURL=subpage.css.map*/