@import url(https://fonts.googleapis.com/css2?family=Open+Sans: wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";

/* ----------------------------------------------------------------------------
 * 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     v2.0.0
 * ----------------------------------------------------------------------------


 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     v2.0.0
 * ----------------------------------------------------------------------------


 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: 100px;
}

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: 720px) {
  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: 100px;
  display: block;
  position: fixed;
  top: 0;
  background: rgb(255, 255, 255);
  z-index: 10000000000000000;
}

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

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

header a.logoContainer {
  position: relative;
  z-index: 3;
  float: left;
  height: 100px;
  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: 100px;
  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: 720px) {
  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: #e0e0e0;
}

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

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

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

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

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

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

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

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

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: 100px;
  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: 720px) {
  .hamburger {
    display: flex !important;
  }
  #navigation {
    display: none !important;
  }
}

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

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

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

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

@media only screen and (max-width: 720px) {
  header {
    height: auto;
  }
  header.active {
    height: 100%;
    overflow-y: scroll;
  }
  nav {
    width: 100%;
    height: auto;
  }
  nav ul {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    background: rgb(255, 255, 255);
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    height: 80px;
    line-height: 80px;
    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;
  }
}

/*
 * 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: #f3756a;
  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: "Montserrat", sans-serif;
  color: #575757;
}

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

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

p {
  font-family: "Montserrat", sans-serif;
  color: #575757;
}

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: "Montserrat", sans-serif;
  color: #575757;
}

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

a {
  color: #575757;
}

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,
button,
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: "Montserrat", 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,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #e6e6e6;
  transition: all 300ms ease-out;
}

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

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

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

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

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

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

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

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


/* ----------------------------------------------------------------------------
 * Lighty framework Frontend Starter
 *
 * Module: Carousel, partners plugin
 *
 * Made With Owl Graphic Owl carousel Plugin v1.3.3
 * Documentation: http://owlgraphic.com/owlcarousel/
 *
 * @package     lighty-framework-frontend-starter
 * @author      Giant Advertising <hello@giantads.agency>
 * @copyright   Copyright (c) 2020, Giant Advertising
 * @link        http://giantads.agency
 * ---------------------------------------------------------------------------- 
 */

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

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

 */

input,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
button,
textarea {
  width: 100%;
  float: left;
  display: block;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  margin: 0 0 20px 0;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  background-color: #fdfdfd;
  border: #9fafb7;
  font-family: "Montserrat", sans-serif;
  transition: all 800ms ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}

input:focus,
input:active,
input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
  background-color: #FFFFFF;
  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],
  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: #f3756a;
  color: #FFFFFF;
}

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

.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: #d12f77;
  border: 1px solid #d12f77;
}

.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: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}

.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;
  background: url("../image/base/icon-ddown.png") no-repeat 98% center;
  background-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}

select.custom {
  width: 100%;
  float: left;
  display: block;
  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: #fdfdfd;
  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: 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;
}

* {
  font-family: "Open Sans", sans-serif;
}

.cleaner.h20 {
  height: 20px;
}

.cleaner.h60 {
  height: 60px;
}

@keyframes jump {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
    transform: translatey(-15px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
}

body {
  background-color: #ffffff;
}

main {
  margin: 0 auto;
  /* min-height: 95vh; */
}

section {
  position: relative;
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 30px;
}

section .gridContainer {
  position: relative;
  text-align: center;
}

section .gridContainer label {
  font-style: normal;
  font-weight: 400;
}

section .gridContainer label.error {
  font-size: 12px;
  padding: 10px 0;
  display: block;
}

section .gridContainer .badge {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #f3756a;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-top: 40px;
  border: 1px solid #f3756a;
}

section .gridContainer .badge.active {
  background-color: #ffffff;
  transform: translateY(0px);
  animation: jump 3.5s ease-in-out forwards;
  animation-iteration-count: 2;
  border: 1px solid #f3756a;
}

section .gridContainer h5 {
  color: #575757;
  padding: 30px 0 45px 0;
  margin: 0;
  /* &::after {
      width: 300px;
      background-color: $color-4;
      content: ' ';
      height: 2px;
      position: absolute;
      top: 70px;
      left: 50%;
      margin-left: -150px;
      @include max-width (362px) {
          width: 200px;
          margin-left: -32%;
          top: 90px;
      }
  }
  &::before {
      top: 70px;
      background-color: $color-4;
      content: ' ';
      width: 2px;
      height: 40px;
      position: absolute;
      left: 50%;

      @include max-width(799px) {
          display: none;
      }
  } */
}

section .gridContainer .not-good {
  text-align: left;
  border: 3px dashed #f3756a;
  padding: 15px;
  line-height: 1.6em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  background-color: white;
  /* background-color: #ffffff; */
  /* a {
      border: 1px solid $primary-color;
      padding: 5px;
      @include border-radius (5px);
      color: $primary-color;
  } */
  /* span {
      margin-top: 20px;
      font-size: 2rem;
      color: $color-4;
      font-weight: 700;
  } */
}

section .gridContainer .not-good .phoneFlex {
  display: flex;
  align-items: center;
  min-width: 310px;
  font-weight: 700;
}

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

section .gridContainer .not-good .phoneNumber a {
  color: #f3756a;
  text-decoration: none;
  margin-right: 5px;
}

section .gridContainer .not-good .phoneNumber a span {
  float: right !important;
}

section .gridContainer .not-good .button-show {
  padding: 6px 14px;
  border: 1px solid #f3756a;
  color: #f3756a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  text-decoration: none;
  margin-left: 5px;
  font-size: 16px;
}

section .gridContainer .not-good .hidden-number {
  margin-left: 5px;
}

section .gridContainer .col-1 {
  background-color: transparent;
}

section.stripe {
  height: 30px;
  background: #d12f77;
  background: linear-gradient(to right, #d12f77 0%, #f3756a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d12f77", endColorstr="#f3756a",GradientType=1 );
}

section.hidden {
  height: 1px;
  overflow: hidden;
}

section.visible {
  height: auto;
}

section.step:before {
  content: " ";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 70px;
  left: 50%;
  background-color: #d8d8d8;
}

@media only screen and (max-width: 799px) {
  section.step:before {
    display: none;
  }
}

section.active .badge {
  background-color: #f3756a;
}

section.ready .badge {
  background: url(../image/icon-tick.svg) center center no-repeat #ffffff;
  text-indent: -99999px;
  background-size: 60%;
}

section.ready::before {
  background-color: #f3756a;
}

section.title {
  background-color: #ffffff;
  padding: 20px;
}

section.title .gridContainer .col-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

section.title .gridContainer .col-1 a figure {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  max-width: 160px;
}

section.title .gridContainer .col-1 a .h5 {
  padding-left: 15px;
  color: #f3756a;
  margin-bottom: 10px;
}

@media only screen and (max-width: 52em) {
  section.title .gridContainer .col-1 a {
    flex-direction: column;
  }
  section.title .gridContainer .col-1 a h6 {
    margin: 0;
    padding: 0;
  }
}

section.title .gridContainer .col-1 h2 {
  margin: 0;
  padding-bottom: 0;
}

section.title .gridContainer .col-1 .subtitle {
  color: #f3756a;
  text-transform: uppercase;
  font-weight: 300;
}

section.title .gridContainer .col-1 .notification {
  text-align: center;
  background-color: #41cc6c;
}

section.title .gridContainer .col-1 .notification p {
  color: #ffffff;
}

section.service .col-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

section.service .col-1 label {
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
}

section.service .col-1 .custom-form {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

section.service .col-1 .custom-form select.custom {
  display: flex;
  width: 100%;
  max-width: 600px;
}

section.service .col-1 .custom-form select.custom::after {
  position: absolute;
  content: " ";
  display: block;
  right: 20px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section.booking {
  position: relative;
  height: 1px;
  overflow: hidden;
}

section.booking.active,
section.booking.ready {
  height: auto;
}

section.booking.active .badge,
section.booking.ready .badge {
  top: 0px;
}

section.booking h5 {
  padding-top: 120px;
}

@media only screen and (max-width: 680px) {
  section.booking h5 {
    padding-top: 20px;
  }
}

section.booking .col-2 label {
  font-size: 1em;
}

section.booking .col-2 label.calendar {
  width: 100%;
}

section.booking .col-2 label.calendar .datepicker {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

section.booking .col-2 label.calendar .hasDatepicker {
  width: 100%;
}

section.booking .col-2 label.calendar .hasDatepicker .ui-datepicker {
  width: 90%;
}

@media only screen and (max-width: 680px) {
  section.booking .col-2 label.calendar .hasDatepicker .ui-datepicker {
    width: 100%;
  }
}

section.booking .col-2 label.time {
  width: 90%;
  float: right;
}

section.booking .col-2 label.time #time-select {
  margin: 10px 0 20px 0;
}

section.booking .col-2 label.time #time-select .slot {
  line-height: 40px;
  height: 40px;
  padding: 10px 12px;
  color: #ffffff;
  background-color: #f3756a;
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}

section.booking .col-2 label.time #time-select .slot:hover {
  background: linear-gradient(to right, #f3756a 1%, #d12f77 100%);
}

section.booking .col-2 label.time #time-select .slot.selected {
  background-color: #e52312;
  position: relative;
}

@media only screen and (min-width: 470px) {
  section.booking .col-2 label.time #time-select .slot.selected::after {
    content: "(választott időpont)";
    width: auto;
    min-width: 80px;
    position: absolute;
    display: block;
    text-align: center;
    left: -8px;
    bottom: -25px;
    color: #f3756a;
    float: left;
    margin-left: 0px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
  }
}

section.booking .col-2 label.time #time-select .mobile-only {
  margin-top: 40px;
}

section.booking .col-2 label.time #time-select .mobile-only a {
  color: #f3756a;
}

@media only screen and (max-width: 680px) {
  section.booking .col-2 label.time {
    width: 100%;
    margin-top: 20px;
  }
}

section.booking .col-2 .desktop-only {
  width: 90%;
}

@media only screen and (max-width: 680px) {
  section.booking .col-2 {
    width: 100%;
  }
  section.booking .col-2 .desktop-only {
    width: 100%;
  }
}

section.booking .badge {
  margin-left: 0;
  top: 40px;
}

@media screen and (min-width: 681px) {
  section.booking .badge {
    position: absolute;
    margin-left: -30px;
  }
}

section.contact {
  height: 1px;
  overflow: hidden;
}

section.contact.active,
section.contact.ready {
  height: auto;
}

section.contact h5 {
  padding-top: 0;
}

section.contact .gridContainer form .col-1 {
  display: flex;
  flex-direction: column;
}

section.contact .gridContainer form .col-1 label {
  font-size: 12px;
}

section.contact .gridContainer form .col-1 label.description .checkContainer .chkForm label {
  margin-right: 0;
}

section.contact .gridContainer form .col-1 label.description .checkContainer .chkText {
  display: inline-block;
  line-height: 25px;
}

@media only screen and (max-width: 446px) {
  section.contact .gridContainer form .col-1 label.description .checkContainer .chkText {
    padding-top: 20px;
  }
}

@media screen and (min-width: 833px) and (max-width: 1037px) {
  section.contact .gridContainer form .col-1 label.description .checkContainer .chkText {
    padding-top: 20px;
  }
}

section.contact .gridContainer form .col-1 label.description input {
  min-width: 20px;
  max-width: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #f3756a;
}

section.contact .gridContainer form .col-1 label.description-big {
  font-size: 14px;
  margin: 20px auto;
}

@media only screen and (min-width: 693px) {
  section.contact .gridContainer form .col-1 label.terms {
    line-height: 5;
    font-size: 16px;
  }
}

section.contact .gridContainer form .col-1 button {
  min-width: 200px;
  width: 50%;
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #f3756a;
  align-self: center;
  justify-self: center;
}

section.title a h6 {
  font-weight: 400;
}

section.title h2 {
  font-weight: 300;
  padding: 15px;
}

@media only screen and (max-width: 680px) {
  section.title h2 {
    font-size: 1.3em;
  }
}

section.appointment {
  /* &.resign {
      .gridContainer {
          .col-1 {
              display: flex;
              justify-content: center;
              form {
                  h4 {
                      color: $primary-color;
                      text-align: center;
                      margin-bottom: 40px;
                      font-family: 'Montserrat', sans-serif;
                      font-weight: 400;
                  }
                  textarea {
                      margin-bottom: 40px;
                  }
                  .send {
                      text-align: center;
                      .btn {
                          min-width: 300px;
                          color: #ffffff;
                          background-color: $color-1;
                          font-weight: 700;
                          &:hover {
                              background-color: lighten($color-1, 10%);
                          }
                      }
                  }
                  p {
                      span {
                          color: $color-3;
                      }
                  }
              }
          }
      }
  } */
}

section.appointment .steps .gridContainer h5 {
  font-size: 20px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 362px) {
  section.appointment .steps .gridContainer h5:after {
    width: 200px;
    margin-left: -32%;
    top: 90px;
  }
}

section.appointment .steps .gridContainer label strong {
  font-size: 16px;
  color: #575757;
}

section.appointment .steps .gridContainer .col-1 {
  margin-top: 60px;
}

section.appointment .steps.service .first h5 {
  font-size: 20px;
  padding-top: 120px;
}

@media only screen and (max-width: 680px) {
  section.appointment .steps.service .first h5 {
    padding-top: 20px;
  }
}

section.appointment .steps.service .badge {
  position: absolute;
  margin-left: -30px;
}

section.appointment .steps.service .col-2.doctor label,
section.appointment .steps.service .col-2.doctor .custom-form {
  padding-right: 10%;
  margin-right: 0;
}

section.appointment .steps.service .col-2.doctor label select,
section.appointment .steps.service .col-2.doctor .custom-form select {
  margin-top: 10px;
}

section.appointment .steps.service .col-2.doctor .custom-form {
  padding-left: 0;
}

section.appointment .steps.service .col-2.service label,
section.appointment .steps.service .col-2.service .custom-form {
  padding-left: 10%;
  margin-right: 0;
  margin-left: 10px;
}

section.appointment .steps.service .col-2.service label select,
section.appointment .steps.service .col-2.service .custom-form select {
  margin-top: 10px;
}

@media only screen and (max-width: 680px) {
  section.appointment .steps.service .badge {
    position: static;
    margin-left: 0;
  }
  section.appointment .steps.service .col-2 {
    width: 100%;
  }
  section.appointment .steps.service .col-2.doctor label,
section.appointment .steps.service .col-2.doctor .custom-form {
    padding-right: 0;
    margin-right: 0;
  }
  section.appointment .steps.service .col-2.service label,
section.appointment .steps.service .col-2.service .custom-form {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0px;
  }
}

section.appointment .steps.booking {
  /* background-color: #f2f2f2; */
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker {
  width: 100%;
  color: #ffffff;
  padding: 0;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline {
  width: 100%;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years {
  width: 100%;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table {
  width: 90%;
  background-color: #f3756a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}

@media only screen and (max-width: 680px) {
  section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table {
    width: 100%;
  }
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table thead tr .prev,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table thead tr .prev,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table thead tr .prev {
  visibility: visible !important;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table thead tr .datepicker-switch,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table thead tr .datepicker-switch,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table thead tr .datepicker-switch {
  font-size: 20px;
  padding: 20px 0;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table thead tr:first-child th:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table thead tr:first-child th:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table thead tr:first-child th:hover {
  background: #f69890;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table thead tr .dow,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table thead tr .dow,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table thead tr .dow {
  padding-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #f3756a;
  background-color: #fafafa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border: 1px solid transparent;
}

@media only screen and (max-width: 680px) {
  section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table thead,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table thead,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table thead {
    width: 100%;
  }
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table tbody,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table tbody,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table tbody {
  background-color: #fafafa;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table tbody tr td,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table tbody tr td,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table tbody tr td {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 16px;
  padding: 10px 0;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day {
  background: none;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day:hover {
  background-color: white;
  outline: 1px solid #f3756a;
  outline-offset: -1px;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.disabled,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.disabled,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.disabled {
  color: #cccccc;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.disabled:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.disabled:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.disabled:hover {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  outline: 1px solid #cccccc;
  outline-offset: -1px;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.old,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.new,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.old,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.new,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.old,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.new {
  color: transparent;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.old:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.new:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.old:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.new:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.old:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.new:hover {
  border: none;
  background: none;
  border: 1px solid transparent;
  outline: 0;
  outline-offset: 0;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .day.active,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .day.active,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .day.active {
  font-weight: 700;
  color: #ffffff;
  background-color: #f9b7b1;
  background-image: none;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .today,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .today,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .today {
  font-weight: 400;
  color: #575757 !important;
  background-color: #ddd !important;
  background-image: none;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .today:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .today:hover,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .today:hover {
  background-color: #ddd !important;
  color: #575757 !important;
  font-weight: 700;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-days table .today.active,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-months table .today.active,
section.appointment .steps.booking .gridContainer .col-2 label .datepicker .datepicker-inline .datepicker-years table .today.active {
  font-weight: 700;
  color: #ffffff;
  background-color: #f3756a;
  background-image: none;
  border: 1px solid transparent;
}

section.appointment .steps.booking .gridContainer .col-2 label .available-hours div {
  display: flex;
  flex-wrap: wrap;
}

section.appointment .steps.booking .gridContainer .col-2 label .available-hours div button.availableTime {
  font-size: 16px;
  padding: 0 12px;
  margin-bottom: 27px;
  margin-right: 10px;
  background: #dddddd;
  color: #575757;
  font-weight: 400;
  border: 1px solid #dddddd;
}

section.appointment .steps.booking .gridContainer .col-2 label .available-hours div button:hover {
  border: 1px solid #f3756a;
}

section.appointment .steps.booking .gridContainer .col-2 label .available-hours div button.selected {
  background: #f9b7b1;
  color: #ffffff;
  font-weight: 700;
  display: block;
  float: left;
}

section.appointment .steps.contact .gridContainer .col-1 {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer {
  margin-bottom: 0px;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm {
  /* position: absolute;
  left: 10px; */
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form {
  margin-top: -5px;
  margin-right: 5px !important;
  display: block;
  position: relative;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  padding-left: 33px;
  -webkit-user-select: none;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form #agree {
  height: auto;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form .custom-form input[type=checkbox] {
  position: absolute;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form .custom-form input[type=checkbox]:checked ~ .check,
section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form .custom-form input[type=checkbox]:checked ~ .check:hover,
section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form .custom-form input[type=radio]:checked ~ .check,
section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form .custom-form input[type=radio]:checked ~ .check:hover {
  background-color: #aec9cb;
  border: 1px solid #aec9cb;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form span {
  margin-top: 17px;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkForm .custom-form label.error {
  margin-top: 17px;
  padding: 0;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkText {
  font-size: 12px;
  color: #575757;
  padding-top: 0;
  text-align: left;
  padding-left: 35px;
  text-align: left;
  display: flex;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkText a {
  font-weight: 700;
  color: #f3756a;
  text-decoration: underline;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkText.terms {
  display: block;
}

section.appointment .steps.contact .gridContainer .col-1 .checkContainer .chkText.terms :first-child {
  font-style: italic;
}

section.appointment .steps.contact .gridContainer .col-1 .descBig {
  font-size: 18px;
  color: #d12f77;
}

section.appointment .steps.contact .gridContainer .col-1 .cleaner {
  height: 40px;
}

section.appointment .steps.contact .gridContainer .col-1 label {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
}

section.appointment .steps.contact .gridContainer .col-1 label input {
  vertical-align: middle;
  display: inline;
  width: 30px;
  height: 20px;
  margin-bottom: 0;
}

section.appointment .steps.contact .gridContainer .col-1 label.description-big {
  font-size: 17px;
  color: #575757;
  display: block;
}

section.appointment .steps.contact .gridContainer .col-1 .btn-primary {
  width: 50%;
  max-width: 500px;
  min-width: 300px;
  align-self: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  background-color: #f3756a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}

section.appointment .steps.contact .gridContainer .col-1 .btn-primary:hover {
  background-color: #fbccc8;
}

section.appointment .steps.contact .gridContainer .inputContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3 input,
section.appointment .steps.contact .gridContainer .inputContainer .col-2 input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border: 1px solid #dcdcdc;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3 {
  width: 33%;
  padding: 0.3em;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.taj {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  padding-right: 0.3em;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.taj label {
  position: absolute;
  top: -18px;
  font-size: 14px;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.taj input {
  text-align: center;
  letter-spacing: 10px;
  font-size: 16px;
  padding-left: 15px;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.mobile {
  display: flex;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.mobile select {
  width: 30%;
  margin-right: 10px;
}

section.appointment .steps.contact .gridContainer .inputContainer .col-3.mobile .phoneContainer {
  width: 70%;
}

section.appointment .steps.contact .gridContainer .inputContainer .billing {
  margin-top: -20px;
}

section.appointment .steps.contact .gridContainer .inputContainer .billing label,
section.appointment .steps.contact .gridContainer .inputContainer .billing .chkForm label {
  height: 0;
}

section.appointment .steps.contact .gridContainer .inputContainer .billing .chkText {
  font-size: 14px;
}

section.appointment .steps.contact .gridContainer .inputContainer .invoiceData {
  width: 100%;
}

@media only screen and (max-width: 650px) {
  section.appointment .steps.contact .gridContainer .inputContainer .col-2,
section.appointment .steps.contact .gridContainer .inputContainer .col-3 {
    width: 100%;
  }
}

section.resign .gridContainer .col-1 {
  display: flex;
  justify-content: center;
}

section.resign .gridContainer .col-1 .border {
  background: none;
  border: 1px solid #5d5e60;
  color: #5d5e60;
  text-transform: none;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

section.resign .gridContainer .col-1 .reason textarea {
  margin-bottom: 40px;
  /* max-width: 50%;
  min-width: 300px; */
}

section.resign .gridContainer .col-1 .reason .send {
  text-align: center;
  width: 100%;
  display: block;
}

section.resign .gridContainer .col-1 .reason .send .btn {
  /*  max-width: 300px; */
  color: #ffffff;
  background-color: #f3756a;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

section.resign .gridContainer .col-1 .reason .send .btn:hover {
  background-color: #f7a199;
}

section.success .gridContainer .col-1,
section.resign .gridContainer .col-1 {
  text-align: center;
}

section.success .gridContainer .col-1 h3,
section.success .gridContainer .col-1 h5,
section.success .gridContainer .col-1 h6,
section.resign .gridContainer .col-1 h3,
section.resign .gridContainer .col-1 h5,
section.resign .gridContainer .col-1 h6 {
  font-weight: 300;
}

section.success .gridContainer .col-1 h6,
section.resign .gridContainer .col-1 h6 {
  color: #979898;
  padding: 0;
  line-height: 1.5;
}

section.success .gridContainer .col-1 h3,
section.resign .gridContainer .col-1 h3 {
  color: #f3756a;
}

section.success .gridContainer .col-1 h3.resign,
section.resign .gridContainer .col-1 h3.resign {
  color: #d12f77;
  margin-bottom: 40px;
}

section.success .gridContainer .col-1 h4.date,
section.resign .gridContainer .col-1 h4.date {
  font-weight: 700;
  color: #979898;
  margin-top: 16px;
  margin-bottom: 20px;
}

section.success .gridContainer .col-1 p,
section.resign .gridContainer .col-1 p {
  font-size: 18px;
  color: #5d5e60;
}

section.success .gridContainer .col-1 p.title,
section.resign .gridContainer .col-1 p.title {
  color: #f3756a;
  font-weight: 700;
  text-transform: uppercase;
}

section.success .gridContainer .col-1 p.subtitle,
section.resign .gridContainer .col-1 p.subtitle {
  color: #f3756a;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
}

section.success .gridContainer .col-1 p.data,
section.resign .gridContainer .col-1 p.data {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 20px;
}

section.success .gridContainer .col-1 p.data.nobottom,
section.resign .gridContainer .col-1 p.data.nobottom {
  margin-bottom: 5px;
}

section.success .gridContainer .col-1 h5,
section.resign .gridContainer .col-1 h5 {
  color: #d12f77;
  padding-bottom: 0;
}

section.success .gridContainer .col-1 .address,
section.resign .gridContainer .col-1 .address {
  color: #f3756a;
  border-bottom: 1px solid #f3756a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

section.success .gridContainer .col-1 .link,
section.resign .gridContainer .col-1 .link {
  color: #bcbfc6;
  font-size: 12px;
  font-weight: 700;
}

section.success .gridContainer .col-1 .info,
section.resign .gridContainer .col-1 .info {
  color: #bcbfc6;
  font-size: 12px;
  font-weight: 300;
  margin: 40px 0 0;
}

section.success .gridContainer .col-1 .options,
section.resign .gridContainer .col-1 .options {
  width: 80%;
  margin: 30px auto 0;
  padding-top: 0;
  border-top: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

section.success .gridContainer .col-1 .options p,
section.resign .gridContainer .col-1 .options p {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

section.success .gridContainer .col-1 .options p.active,
section.resign .gridContainer .col-1 .options p.active {
  color: #5d5e60;
}

section.success .gridContainer .col-1 .options .cancel,
section.resign .gridContainer .col-1 .options .cancel {
  max-width: 300px;
  font-size: 14px;
  background-color: #f3756a;
  font-weight: 700;
  padding: 0px 20px;
  height: auto;
  min-height: auto;
  line-height: auto;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
}

section.success .gridContainer .col-1 .options .cancel:disabled,
section.resign .gridContainer .col-1 .options .cancel:disabled {
  background-color: #b0c4cc;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

section.success .gridContainer .col-1 .options .cancel:hover,
section.resign .gridContainer .col-1 .options .cancel:hover {
  background-color: #f7a199;
}

footer {
  background-color: #ffffff;
  padding: 20px 0;
}

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

footer .gridContainer .col-1 p.small {
  color: #f3756a;
  font-size: 13px;
  margin: 0 auto;
}

footer .gridContainer .col-1 p.small a {
  font-weight: 700 !important;
  color: #f3756a;
  text-decoration: none !important;
}

footer .gridContainer .col-1 p.small a:hover {
  color: #f7a199;
}

footer .gridContainer .col-1 .copy {
  float: none;
  color: #f3756a;
}

footer .gridContainer .col-1 .copy a {
  font-weight: 700 !important;
  color: #f3756a;
  text-decoration: none !important;
}

footer .gridContainer .col-1 .copy a:hover {
  color: #f7a199;
}

footer .gridContainer .col-1 .bf-logo {
  /* width: 140px !important;
  max-width: 140px;
  padding-left: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 20px; */
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

footer .gridContainer .col-1 .bf-logo img {
  filter: invert(100%) sepia(3%) saturate(2261%) hue-rotate(181deg) brightness(113%) contrast(90%);
}

.alert.resign {
  font-weight: 700;
  text-align: center;
}

input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-color: #9fafb7;
}

/*# sourceMappingURL=bookcessful-front.css.map*/