/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter - Main
 * ----------------------------------------------------------------------------
 */

/* ----------------------------------------------------------------------------
 * 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;
}

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

h1,
h2,
h3 {
  font-weight: 300;
}

header {
  /*&.scrolled {


  .topBar {
      background-color: #cccccc;
      font-size: 13px;
      line-height: $topbar-height;
      text-align: right;
  }}*/
}

header .gridContainer .logoContainer figure img {
  width: 150px;
}

header .gridContainer nav ul li:hover {
  background: #ddbdc3;
}

header .gridContainer nav ul li ul li a {
  background: white;
}

header .gridContainer nav ul li ul li a:hover {
  background: #eedfe1;
}

header .gridContainer nav ul li ul li.workers {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
}

@media only screen and (max-width: 820px) {
  header .gridContainer nav ul li ul li.workers {
    height: auto;
  }
}

header .gridContainer nav ul li.cta-place {
  line-height: 80px;
}

header .gridContainer nav ul li.cta-place:hover {
  background: none;
}

header .gridContainer nav ul li.cta-place .btn {
  margin: 0;
}

@media only screen and (min-width: 820px) {
  header .gridContainer nav ul li.cta-place .btn {
    line-height: normal;
  }
  header .gridContainer nav ul li.cta-place .btn:hover {
    background: #ca89a4;
  }
}

@media only screen and (max-width: 820px) {
  header .gridContainer nav {
    text-align: center;
  }
  header .gridContainer nav .btn {
    border-radius: 0;
    width: 100%;
    padding: 0;
    display: block;
    font-size: 16px;
  }
  header .gridContainer nav .btn:hover {
    background: #ca89a4;
  }
}

section {
  overflow: hidden;
}

section.hero {
  background-image: url(../image/hero-bg.png);
  background-image: url(../image/hero-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 80px;
  background-color: #f0e9ea;
}

section.hero .gridContainer {
  height: 100vh;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

section.hero .gridContainer .col-1 .container {
  max-width: 60%;
}

section.hero .gridContainer .col-1 .container figure {
  position: absolute;
  width: 15vw;
  min-width: 200px;
  max-width: 200px;
  margin-left: -2%;
  top: 16%;
}

section.hero .gridContainer .col-1 .container 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.hero .gridContainer .col-1 .container h2 {
  color: #a4496f;
}

section.hero .gridContainer .col-1 .container .cursor {
  display: inline-block;
  background-color: #a4496f;
  color: #a4496f;
  margin-left: 0.1rem;
  width: 5px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
  font-weight: 700;
  font-size: 3.4em;
}

@-webkit-keyframes blink {
  0% {
    background-color: #a4496f;
  }
  49% {
    background-color: #a4496f;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #a4496f;
  }
}

@keyframes blink {
  0% {
    background-color: #a4496f;
  }
  49% {
    background-color: #a4496f;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #a4496f;
  }
}

section.hero .gridContainer .col-1 .container h3 {
  font-family: "Nunito", sans-serif;
  display: inline;
  font-weight: 700;
}

section.hero .gridContainer .col-1 .buttons {
  float: left;
  margin-top: 35px;
}

section.hero .gridContainer .col-1 .buttons .dark {
  margin-right: 20px;
}

@media only screen and (max-width: 52em) {
  section.hero {
    background-size: 130%;
    background-position: bottom right;
    margin-top: 0;
  }
  section.hero .gridContainer {
    display: block;
  }
  section.hero .gridContainer .col-1 {
    padding-top: 150px;
  }
  section.hero .gridContainer .col-1 .container figure {
    min-width: 120px;
    top: 80px;
  }
  section.hero .gridContainer .col-1 .buttons .btn {
    display: block;
  }
}

@media only screen and (max-width: 30em) {
  section.hero .gridContainer .col-1 .container {
    max-width: 100%;
  }
}

section.about {
  position: relative;
  overflow: visible !important;
}

section.about::before {
  content: " ";
  position: absolute;
  display: block;
  background-image: url(../image/logo-bg.svg);
  background-position: top -100px right 80px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50%;
  height: 100%;
}

section.about .gridContainer {
  padding: 60px 0 40px;
}

section.about .gridContainer .col-2 picture {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}

section.about .gridContainer .col-2 picture img {
  width: 70%;
  height: auto;
  border-radius: 10vw;
}

section.about .gridContainer .col-2 h2 {
  margin-top: 0;
}

section.about .gridContainer .col-2 h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #a4496f;
  text-transform: uppercase;
}

section.about .gridContainer .col-2 .btn {
  margin-top: 15px;
}

@media only screen and (min-width: 1440px) {
  section.about::before {
    background-position: bottom 100px right 80px;
  }
  section.about .gridContainer .col-2 picture img {
    border-radius: 120px;
  }
}

@media only screen and (max-width: 820px) {
  section.about::before {
    background-position: top -100px right 0;
    right: 0;
  }
  section.about .gridContainer .col-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 30em) {
  section.about::before {
    background-position: top -30px right 0;
    right: 0;
  }
  section.about .gridContainer .col-2 picture img {
    width: 100%;
  }
}

section.banner {
  background-image: url(../image/banner.jpg);
  background-image: url(../image/banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.banner .gridContainer {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.banner .gridContainer .col-1 {
  text-align: center;
}

section.banner .gridContainer .col-1 h2 {
  color: #fefefe;
}

section.services .servicesContainer {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -4px 0;
}

section.services .servicesContainer .service {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 33.3333333333%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 980px) {
  section.services .servicesContainer .service {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section.services .servicesContainer .service {
    width: 100%;
  }
}

section.services .servicesContainer .service .blur {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0.02) 44%, rgba(255, 255, 255, 0.85) 89%, rgb(255, 255, 255) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  height: 100%;
  width: 100%;
  transition: all 200ms ease-out;
}

section.services .servicesContainer .service .overlay {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1.8rem 12rem;
  position: absolute;
  left: 0;
  top: 100%;
  transition: top 900ms ease;
}

@media screen and (max-width: 68.75em) {
  section.services .servicesContainer .service .overlay {
    padding: 0 1rem 14rem;
  }
}

section.services .servicesContainer .service .name {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  color: #4c3941;
  text-align: center;
  transition: all 900ms ease;
  padding: 0;
  font-weight: 300;
  margin-top: -70px;
}

section.services .servicesContainer .service .more {
  margin-top: 1rem;
  text-align: center;
  color: #906270;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

section.services .servicesContainer .service .icon {
  position: relative;
  display: block;
  margin-top: 30px;
}

section.services .servicesContainer .service .icon::after {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  border: 0.2rem solid #906270;
  border-bottom: 0;
  border-right: 0;
  content: " ";
  height: 30px;
  width: 30px;
}

section.services .servicesContainer .service .icon.icon--arrow-bottom::after {
  transform: translate(-50%, -75%) rotate(225deg);
}

section.services .servicesContainer .service p {
  color: #ffffff;
  margin-top: 20px;
}

@media screen and (max-width: 68.75em) {
  section.services .servicesContainer .service p {
    line-height: 1.2;
  }
}

@media screen and (max-width: 52em) {
  section.services .servicesContainer .service p {
    line-height: 1.4;
  }
}

section.services .servicesContainer .service a:link,
section.services .servicesContainer .service a:visited {
  color: white;
}

section.services .servicesContainer .service:hover .blur {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition: all 400ms ease-in;
}

section.services .servicesContainer .service:hover .overlay {
  background-color: rgba(207, 160, 167, 0.88);
  top: 0;
}

section.services .servicesContainer .service:hover .name {
  padding-bottom: 0;
  height: auto;
  color: #ffffff;
  margin-top: 6rem;
}

section.cintec {
  background-image: url(../image/cintec.jpg);
  background-image: url(../image/cintec.webp);
  background-size: cover;
  background-position: center;
}

section.cintec .gridContainer {
  padding: 20px 0;
}

section.cintec .gridContainer .col-1 h4 {
  font-weight: 300;
}

section.cintec .gridContainer .col-1 :nth-child(1) {
  color: #4b1378;
}

section.cintec .gridContainer .col-1 :nth-child(2) {
  color: #0096b7;
}

section.cintec .gridContainer .col-1 :nth-child(2) sup {
  color: #0096b7;
}

section.cintec .gridContainer .col-1 .btn {
  background: #65a7c7;
  margin-top: 20px;
}

section.cintec .gridContainer .col-1 .btn:hover {
  background-color: #8abcd5;
}

section.laser {
  position: relative;
  background: #f7f6f4; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f7f6f4 0%, #f7f6f4 50%, #e8e5e3 50%, #e8e5e3 50%, #e8e5e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f6f4", endColorstr="#e8e5e3",GradientType=1 ); /* IE6-9 */
}

section.laser:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-image: url(../image/laser-bg.jpg);
  background-image: url(../image/laser-bg.webp);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 100%;
}

section.laser .gridContainer {
  margin-bottom: -20px;
}

section.laser .gridContainer .col-3 {
  min-height: 500px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.laser .gridContainer .col-3.light {
  background-color: #f7f6f4;
  text-align: left;
}

section.laser .gridContainer .col-3.light img {
  max-width: 200px;
}

section.laser .gridContainer .col-3.light h6 {
  color: #c800a7;
  font-weight: 600;
}

section.laser .gridContainer .col-3.light h4 {
  font-weight: 300;
}

section.laser .gridContainer .col-3.light p {
  color: #74386d;
}

section.laser .gridContainer .col-3 .details {
  text-align: right;
}

section.laser .gridContainer .col-3 .details h3,
section.laser .gridContainer .col-3 .details h4,
section.laser .gridContainer .col-3 .details .small {
  color: #74386d;
  margin-top: 0;
}

section.laser .gridContainer .col-3 .details h3 {
  font-weight: 400;
}

section.laser .gridContainer .col-3 .details h3 b {
  font-weight: 700;
}

section.laser .gridContainer .col-3 .details h4 {
  font-weight: 400;
}

section.laser .gridContainer .col-3 .details h5 {
  color: #b9b4b1;
  text-decoration: line-through;
  font-weight: 400;
}

section.laser .gridContainer .col-3 .details .small {
  font-size: 16px;
}

section.laser .gridContainer .col-3 .details .smaller {
  color: #bab5b2;
  font-weight: 400;
  font-size: 10px;
  width: 70%;
  float: right;
}

@media only screen and (max-width: 1100px) {
  section.laser {
    background: #f7f6f4;
  }
  section.laser:before {
    width: 100%;
    height: 500px;
    left: 0;
    background-color: #f7f6f4;
  }
  section.laser .gridContainer .col-3 {
    width: 50%;
    min-height: auto;
    position: relative;
    z-index: 9;
  }
  section.laser .gridContainer .col-3:last-child {
    width: 100%;
    min-height: auto;
    background: #e8e5e3;
  }
  section.laser .gridContainer .col-3.light {
    background: none;
  }
  section.laser .gridContainer .col-3 .details {
    text-align: center;
  }
  section.laser .gridContainer .col-3 .details .smaller {
    margin: 0 15%;
  }
}

@media only screen and (max-width: 820px) {
  section.laser:before {
    width: 100%;
    height: 40vw;
  }
  section.laser .gridContainer .col-3 {
    width: 100%;
  }
  section.laser .gridContainer .col-3:first-child {
    height: 40vw;
  }
}

section.partners {
  padding: 30px 0;
}

section.partners .gridContainer .owl-carousel .owl-stage .owl-item .item picture img {
  width: 150px;
  padding: 0 20px;
}

main {
  min-height: 600px;
  background-color: #ffffff;
}

footer {
  overflow: hidden;
  position: relative;
}

footer h5 {
  color: #f8d2bc;
}

footer li {
  list-style-type: none;
}

footer li a {
  color: #f7f6f4;
}

footer section.sitemap {
  padding: 40px 0 20px;
  background-color: #706167;
}

footer section.sitemap .gridContainer .col-1 {
  display: flex;
  align-items: center;
  position: relative;
}

footer section.sitemap .gridContainer .col-1 figure {
  margin: 0;
}

footer section.sitemap .gridContainer .col-1 figure img {
  width: 160px;
  height: auto;
}

@media only screen and (max-width: 30em) {
  footer section.sitemap .gridContainer .col-1 figure {
    margin-right: 20px;
  }
}

footer section.sitemap .gridContainer .col-1:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 190px;
  height: 3%;
  min-height: 20px;
  width: 200%;
  margin-right: -75%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: rgb(165, 127, 143);
  background: linear-gradient(to right, rgb(165, 127, 143) 0%, rgb(227, 177, 179) 46%, rgb(251, 214, 190) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a57f8f", endColorstr="#fbd6be",GradientType=1 );
}

@media only screen and (max-width: 950px) {
  footer section.sitemap .gridContainer .col-1:after {
    height: 20px;
  }
}

footer section.sitemap .gridContainer .col-3 h5 {
  font-weight: 300;
}

footer section.sitemap .gridContainer .col-3 ul {
  padding-left: 0;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos {
  margin-bottom: 35px;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li {
  color: #c4999f;
  text-transform: uppercase;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li address {
  font-style: normal;
  display: inline;
  color: #f7f6f4;
  text-transform: none;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li a {
  text-transform: none;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li.phoneFlex a {
  color: #ffffff;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li.phoneFlex a.button-show {
  color: #ffffff;
  border: 1px solid #ffffff;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__infos li.phoneFlex a span {
  color: #ffffff;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__navigation li {
  display: inline;
  float: left;
  position: relative;
  padding-right: 20px;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__navigation li::after {
  content: "|";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  color: #c4999f;
  padding-right: 7px;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__navigation li:last-child {
  padding-right: none;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__navigation li:last-child::after {
  display: none;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__workers ul {
  padding-left: 0;
  margin-bottom: 10px;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__workers ul li {
  color: #f7f6f4;
}

footer section.sitemap .gridContainer .col-3 ul.sitemap__workers ul li a {
  padding-left: 20px;
  color: #cfa0a7;
  font-size: 14px;
}

footer section.bottom {
  background-color: #4c3941;
}

footer section.bottom .copy,
footer section.bottom .made {
  color: #f7f6f4;
}

footer section.bottom .copy a,
footer section.bottom .made a {
  color: #f8d2bc;
}

.phoneFlex {
  display: flex;
  align-items: center;
  min-width: 310px;
}

.phoneNumber {
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
}

.phoneNumber a {
  color: #6a6565;
  text-decoration: none;
}

.phoneNumber a span {
  float: right !important;
}

.button-show {
  padding: 4px 12px;
  border: 1px solid #6a6565;
  text-decoration: none;
  margin-left: 10px;
  /*     &:hover {
          color: #ffffff;
          background-color: #6a6565;
      } */
}

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