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

 Main Configuration file

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

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

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

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

   - elements configuration
       - forms
       - select

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

 Module: Helpers / Helpers, Mixins

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

 Preload.scss

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

 Main Configuration file

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

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

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

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

   - elements configuration
       - forms
       - select

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

 Module: Helpers / Helpers, Mixins

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

 Module: Normalize.css


 * Made With normalize.css v3.0.3
 * Documentation: http://github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

 Module: Helpers / Document settings

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

*,
*::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 !important;
}

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

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

 Module: Lemonade grid system (our favourite)


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

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

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.0909090909%;
}

.col-12 {
  width: 8.3333333333%;
}

.col-25 {
  width: 25%;
}

.col-35 {
  width: 35%;
}

.col-50 {
  width: 50%;
}

.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 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Bootstrap grid system


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

 Module: Header

 */
header {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: 30px;
  background: white;
  z-index: 999999999;
}
header a.logo {
  position: relative;
  z-index: 3;
  display: block;
  float: left;
  display: block;
  float: left;
}
header a.logo figure {
  position: relative;
  overflow: hidden;
}
header a.logo figure .logo-txt {
  position: absolute;
  text-indent: -999999px;
}
header a.logo figure .logo-img {
  vertical-align: middle;
  padding-top: 0px;
}
header.nav-up {
  top: -100px;
  transition: all 900ms ease;
}
header.nav-down {
  transition: all 900ms ease;
}
header nav {
  width: auto;
  display: block;
  height: 100px;
}
header nav a {
  text-decoration: none;
  color: #FFFFFF !important;
}
header nav ul {
  width: auto;
  float: right !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  *zoom: 1;
}
@media screen and (max-width: 720px) {
  header nav ul {
    display: none;
  }
  header nav ul.active {
    display: block;
  }
}
header nav ul:before, header nav ul:after {
  content: " ";
  display: table;
}
header nav ul:after {
  clear: both;
}
header nav ul > li:hover a {
  background-color: #151515;
}
header nav ul li {
  display: block;
  float: left;
  position: relative;
  z-index: 999999999;
}
header nav ul li a {
  display: block;
  height: 100px;
  line-height: 100px;
}
header nav ul li a.current {
  background-color: #111111;
  border-bottom: 3px solid #6e18a4;
}
header nav ul li ul,
header nav ul li ul li ul {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 100px;
  width: auto;
  min-width: 300px;
  background: #151515;
}
header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  top: 0 !important;
  right: 300px;
}
header nav ul li ul > li:hover a,
header nav ul li ul li ul > li:hover a {
  background-color: black;
  transition: background 0.3s linear;
}
header nav ul li ul li,
header nav ul li ul li ul li {
  display: block;
  float: left;
  position: relative;
}
header nav ul li ul li a,
header nav ul li ul li ul li a {
  display: block;
  width: 100%;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
header nav ul li ul li a.current,
header nav ul li ul li ul li a.current {
  background-color: #000000;
  color: #6e18a4 !important;
  border-bottom: none !important;
}
header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  display: none;
}
header nav ul li ul li ul > li:hover a,
header nav ul li ul li ul li ul > li:hover a {
  background-color: black;
  transition: background 0.3s linear;
}
header nav ul li ul li ul li a.current,
header nav ul li ul li ul li ul li a.current {
  background-color: #111111;
}
header nav ul li ul li ul li a:hover,
header nav ul li ul li ul li ul li a:hover {
  background-color: black;
  transition: background 0.3s linear;
}
header nav ul li.sub {
  transition-delay: 0s;
}
header nav ul li.sub ul,
header nav ul li.sub ul li ul {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 0.1s 0.5s;
  /* delay of 1 seconds on hover off */
}
header nav ul li.sub:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  top: 100px;
}
header nav ul li.sub:hover ul {
  transition-delay: 0s;
  /* react immediately on hover */
}

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

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

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

  #navigation {
    display: block !important;
  }
}
@media screen and (min-width: 720px) {
  nav ul li a {
    padding: 0 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  nav ul li a {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  header {
    height: auto;
  }
  header.active {
    height: 100%;
    overflow-y: scroll;
  }

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

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

  nav ul {
    position: absolute !important;
    top: 70px !important;
    left: 0;
    background: white;
  }
  nav ul li a {
    padding: 0 5%;
  }

  nav ul li,
li.sub ul,
li.sub ul li {
    position: relative !important;
  }

  li.sub ul {
    top: 0 !important;
  }
  li.sub ul li.sub ul {
    width: 95%;
    display: block;
    position: relative !important;
    left: 5%;
  }

  header nav ul li.sub ul,
header nav ul li.sub ul li ul {
    display: none !important;
  }

  header nav ul li.sub ul.active,
header nav ul li.sub ul li ul.active {
    display: block !important;
    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 {
  padding: 20px 0px 16px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-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: 3px !important;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  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 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Typography

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

body {
  font-family: "Open Sans", sans-serif;
  color: #575757;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

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

h1 {
  font-weight: 700 !important;
  color: #6e18a4;
}

h2 {
  font-weight: 700 !important;
  color: #6e18a4;
}

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

h4 {
  font-weight: 700 !important;
  color: #6e18a4;
}

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

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

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

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 30em) {
  h1 {
    font-size: 31.5px;
    font-size: 3.15rem;
    line-height: 35.7px;
    line-height: 3.57rem;
  }

  h2 {
    font-size: 31.5675px;
    font-size: 3.15675rem;
    line-height: 42.09px;
    line-height: 4.209rem;
  }

  h3 {
    font-size: 25.256px;
    font-size: 2.5256rem;
    line-height: 39.4625px;
    line-height: 3.94625rem;
  }

  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 35.535px;
    line-height: 3.5535rem;
  }

  h5 {
    font-size: 18.05px;
    font-size: 1.805rem;
    line-height: 28.5px;
    line-height: 2.85rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 35.7px;
    font-size: 3.57rem;
    line-height: 42px;
    line-height: 4.2rem;
  }

  h2 {
    font-size: 35.7765px;
    font-size: 3.57765rem;
    line-height: 48.4035px;
    line-height: 4.84035rem;
  }

  h3 {
    font-size: 28.413px;
    font-size: 2.8413rem;
    line-height: 41.9881px;
    line-height: 4.19881rem;
  }

  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 35.535px;
    line-height: 3.5535rem;
  }

  h5 {
    font-size: 18.05px;
    font-size: 1.805rem;
    line-height: 28.5px;
    line-height: 2.85rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 52em) {
  h1 {
    font-size: 37.8px;
    font-size: 3.78rem;
    line-height: 54.6px;
    line-height: 5.46rem;
  }

  h2 {
    font-size: 37.881px;
    font-size: 3.7881rem;
    line-height: 55.9797px;
    line-height: 5.59797rem;
  }

  h3 {
    font-size: 28.413px;
    font-size: 2.8413rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }

  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }

  h5 {
    font-size: 18.05px;
    font-size: 1.805rem;
    line-height: 28.5px;
    line-height: 2.85rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 68.75em) {
  h1 {
    font-size: 50.4px;
    font-size: 5.04rem;
    line-height: 50.4px;
    line-height: 5.04rem;
  }

  h2 {
    font-size: 42.09px;
    font-size: 4.209rem;
    line-height: 55.9797px;
    line-height: 5.59797rem;
  }

  h3 {
    font-size: 31.57px;
    font-size: 3.157rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }

  h4 {
    font-size: 23.69px;
    font-size: 2.369rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }

  h5 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 28.5px;
    line-height: 2.85rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h1 {
    font-size: 54.6px;
    font-size: 5.46rem;
    line-height: 58.8px;
    line-height: 5.88rem;
  }

  h2 {
    font-size: 42.09px;
    font-size: 4.209rem;
    line-height: 55.9797px;
    line-height: 5.59797rem;
  }

  h3 {
    font-size: 31.57px;
    font-size: 3.157rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }

  h4 {
    font-size: 23.69px;
    font-size: 2.369rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }

  h5 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 28.5px;
    line-height: 2.85rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Buttons

 */
.button, .btn, button, input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  width: auto;
  display: inline-block;
  outline: none;
  margin: 0 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0 30px !important;
  transition: all 600ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}
.button:hover, .btn:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
  background: #e6e6e6;
  transition: all 300ms ease;
}
.button.small, .btn.small, button.small, input[type=button].small, input[type=submit].small {
  height: auto !important;
  line-height: auto !important;
  padding: 0.25em 1em !important;
  font-size: 11.9px;
}
.button.normal, .btn.normal, button.normal, input[type=button].normal, input[type=submit].normal {
  height: auto !important;
  line-height: auto !important;
  padding: 0.85em 2em !important;
  font-size: 14px;
}
.button.large, .btn.large, button.large, input[type=button].large, input[type=submit].large {
  height: 60px;
  line-height: 60px;
  font-size: 16.8px;
}
.button.huge, .btn.huge, button.huge, input[type=button].huge, input[type=submit].huge {
  padding: 1.2em 2.4em !important;
  font-size: 1.25em !important;
  font-size: 25.2px;
}
.button.primary, .btn.primary, button.primary, input[type=button].primary, input[type=submit].primary {
  background: #6e18a4;
  color: #FFFFFF;
}
.button.primary:hover, .btn.primary:hover, button.primary:hover, input[type=button].primary:hover, input[type=submit].primary:hover {
  background: #9220d9;
  border-color: #9220d9;
}
.button.primary.inv, .btn.primary.inv, button.primary.inv, input[type=button].primary.inv, input[type=submit].primary.inv {
  background: none;
  border: 1px solid #6e18a4;
  color: #6e18a4;
}
.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: #6e18a4;
  color: #FFFFFF;
}
.button.secondary, .btn.secondary, button.secondary, input[type=button].secondary, input[type=submit].secondary {
  background: #ae167f;
  color: #FFFFFF;
}
.button.secondary:hover, .btn.secondary:hover, button.secondary:hover, input[type=button].secondary:hover, input[type=submit].secondary:hover {
  background: #e31fa6;
  border-color: #e31fa6;
}
.button.secondary.inv, .btn.secondary.inv, button.secondary.inv, input[type=button].secondary.inv, input[type=submit].secondary.inv {
  background: none;
  border: 1px solid #ae167f;
  color: #ae167f;
}
.button.secondary.inv:hover, .btn.secondary.inv:hover, button.secondary.inv:hover, input[type=button].secondary.inv:hover, input[type=submit].secondary.inv:hover {
  background: #ae167f;
  color: #FFFFFF;
}
.button.grey, .btn.grey, button.grey, input[type=button].grey, input[type=submit].grey {
  background: #cecdce;
  color: #FFFFFF;
}
.button.grey:hover, .btn.grey:hover, button.grey:hover, input[type=button].grey:hover, input[type=submit].grey:hover {
  background: #ececec;
  border-color: #ececec;
}
.button.grey.inv, .btn.grey.inv, button.grey.inv, input[type=button].grey.inv, input[type=submit].grey.inv {
  background: none;
  border: 1px solid #cecdce;
  color: #cecdce;
}
.button.grey.inv:hover, .btn.grey.inv:hover, button.grey.inv:hover, input[type=button].grey.inv:hover, input[type=submit].grey.inv:hover {
  background: #cecdce;
  color: #FFFFFF;
}

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

 Module: Carousel, partners plugin


 * Made With Owl Graphic Owl carousel Plugin v1.3.3
 * Documentation: http://owlgraphic.com/owlcarousel/
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../image/AjaxLoader.gif) no-repeat center center;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../image/grabbing.png) 8 8, move;
}

/* fix */
.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 .item {
  padding: 20px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}

#owl .item img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

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

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

.w_full {
  width: 100% !important;
}

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

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

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

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

.custom-form {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  padding-left: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio & checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Show the check when checked */
  /* Create a custom radio & checkbox */
  /* Create a custom radio & checkbox */
  /* Create the checkbox check indicator */
  /* Create the radio check indicator */
}
.custom-form.np {
  padding-left: 0 !important;
}
.custom-form label {
  padding-left: 35px;
}
.custom-form input[type=radio],
.custom-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-form input[type=radio]:checked ~ .check,
.custom-form input[type=checkbox]:checked ~ .check,
.custom-form input[type=radio]:checked ~ .check:hover,
.custom-form input[type=checkbox]:checked ~ .check:hover {
  background-color: #6e18a4;
  border: 1px solid #6e18a4;
}
.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 600ms ease;
}
.custom-form input[type=radio] ~ .check:hover,
.custom-form input[type=checkbox] ~ .check:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  transition: all 300ms ease;
}
.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;
}
.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 !important;
  background: url("../image/base/icon-ddown.png") no-repeat 98% center;
  background-size: 20px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

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

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

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

form .error {
  color: #e66959;
}

form .okay {
  color: #1ae180;
}

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

 Module: FullPage.js


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

 Module: Lightbox


 * Made With Lokesh Dhakar Lightbox 2 plugin
 * Documentation: http://lokeshdhakar.com/projects/lightbox2/
 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: PopUp

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

 Module: Responsive Table

    /*
     * Made With Filament Group's (@filamentgroup) RWD Table
     * Documentation: https://github.com/filamentgroup/tablesaw
     */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Correction

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

@supports not (-moz-appearance: none) {
  img,
object {
    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;
}
.cleaner.h60 {
  height: 60px;
}
.cleaner.h80 {
  height: 80px;
}

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

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

footer {
  margin-top: 40px;
  background-color: #efefef;
}

html {
  width: 100%;
  min-height: 100vh;
}

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

header {
  top: 0;
  min-height: 130px;
}
header .preHeader {
  background: #683160;
  padding: 14px 0;
}
header .preHeader .callback {
  color: #c277b7 !important;
}
header .preHeader .callback a, header .preHeader .callback b {
  color: #c277b7 !important;
}
header .logo {
  margin-top: 3px;
}
header .logo figure.logo {
  max-width: 240px;
}
header .logo h5 {
  color: #683160;
  font-weight: 300 !important;
  font-size: 14px;
  margin-top: -5px;
}
@media only screen and (max-width: 460px) {
  header .logo {
    max-width: 200px;
    margin-top: 8px;
  }
  header .logo h5 {
    font-size: 12px;
  }
}
header .callback {
  float: right;
  text-align: right;
  display: block;
  color: #f71494;
  font-size: 90%;
}
header .callback a {
  color: #f71494;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 763px) {
  header .callback {
    float: left;
    text-align: left;
  }
}
header a.cta {
  background-color: #f71494;
  color: #FFFFFF !important;
  margin-top: 15px;
  float: right;
}
header a.cta:hover {
  background: #fa5eb6;
}
@media only screen and (max-width: 460px) {
  header a.cta {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 320px) {
  header a.cta {
    width: 100%;
    display: block;
  }
}

section.first {
  padding-top: 0 !important;
  width: 100%;
  min-height: 90vh;
  display: block;
  position: relative;
  background: url(../image/home-hero.jpg) no-repeat top 50px right -50px #eee5e0;
  background-size: auto 90vh !important;
}
@media only screen and (max-width: 720px) {
  section.first {
    background-size: auto 360px !important;
    background-position: top 100px right -50px;
  }
}
@media only screen and (max-width: 353px) {
  section.first {
    background-position: top 200px right -50px;
  }
}
section.first .gridContainer {
  position: relative;
  min-height: 80vh;
  height: auto;
  z-index: 2;
}
section.first .gridContainer .col-2 {
  margin-top: 240px;
  color: #999999;
}
@media only screen and (max-width: 720px) {
  section.first .gridContainer .col-2 {
    width: 100%;
    margin-top: 460px;
  }
}
@media only screen and (max-width: 353px) {
  section.first .gridContainer .col-2 {
    margin-top: 490px;
  }
}
section.first .gridContainer .col-2 h1 {
  font-weight: 300 !important;
  color: #000000;
  margin-bottom: 20px;
}
section.first .gridContainer .col-2 h3 {
  color: #8c5584;
  font-weight: 300 !important;
}
section.first .gridContainer .col-2 h3.price {
  color: #000000;
  margin-bottom: 20px;
}
section.first .gridContainer .col-2 h3.price b {
  color: #f71494;
  font-weight: 700 !important;
}
section.first .gridContainer .col-2 h5 {
  color: #d41baf;
  font-weight: 300 !important;
  margin-bottom: 15px;
}
section.first .gridContainer .col-2 span {
  color: #999999;
  text-decoration: line-through;
  font-weight: 300 !important;
}
section.first .gridContainer .badge {
  width: 160px;
  height: 160px;
  display: block;
  background-color: #c277b7;
  text-align: center;
  padding-top: 44px;
  font-weight: 700 !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  position: absolute;
  top: 160px;
  right: 36%;
  transform: rotate(10deg);
  color: #FFFFFF !important;
}
@media only screen and (max-width: 1280px) {
  section.first .gridContainer .badge {
    right: 0;
  }
}
section.first .gridContainer .badge h6 {
  font-weight: 300 !important;
  color: #FFFFFF !important;
}
section.first .gridContainer .badge h6 span {
  font-size: 180%;
  line-height: 1.5;
  font-weight: 700 !important;
}
@media only screen and (max-width: 920px) {
  section.first:after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    z-index: 1;
  }
}
@media only screen and (max-width: 720px) {
  section.first:after {
    display: none;
  }
  section.first .badge {
    display: none !important;
  }
}
@media only screen and (max-width: 620px) {
  section.first .gridContainer .col-1 {
    margin-top: 80px;
  }
}

.bottomFeatures {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ece2c6;
  background: linear-gradient(to right, #ede5e2 0%, #ede5e2 50%, #faf4f2 51%, #faf4f2 100%);
}
@media screen and (min-width: 1100px) {
  .bottomFeatures {
    height: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .bottomFeatures {
    height: 300px;
  }
}
@media screen and (max-width: 30em) {
  .bottomFeatures {
    height: 600px;
  }
}

.feature {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.8rem;
  background: #ede5e2;
  min-height: 150px;
}
@media screen and (max-width: 87.5em) {
  .feature {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.feature:nth-child(2n) {
  background: #faf4f2;
}
.feature__container {
  padding: 0;
  list-style: none;
}
.feature__image {
  width: 8rem;
}
@media screen and (max-width: 87.5em) {
  .feature__image {
    width: 6rem;
  }
}
.feature__text {
  text-align: center;
  color: #332f22;
  line-height: 1.3;
  font-weight: 200 !important;
  min-height: 46px;
}
@media screen and (max-width: 87.5em) {
  .feature__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 68.75em) {
  .feature__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 52em) {
  .feature__text {
    font-size: 1.6rem;
  }
}

section.zigzagContainer {
  z-index: 4;
  position: relative;
}
section.zigzagContainer .zigzag {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 52em) {
  section.zigzagContainer .zigzag {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.zigzagContainer .zigzag__content {
  padding: 6rem 10rem 5rem;
}
@media screen and (max-width: 68.75em) {
  section.zigzagContainer .zigzag__content {
    padding: 5rem 6rem 4rem;
  }
}
@media screen and (max-width: 30em) {
  section.zigzagContainer .zigzag__content {
    padding: 4rem 3rem 1rem;
  }
}
section.zigzagContainer .zigzag__content h3 {
  font-weight: 300 !important;
}
section.zigzagContainer .zigzag__photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 59rem;
}
@media screen and (max-width: 52em) {
  section.zigzagContainer .zigzag__photo {
    min-height: auto;
    height: 40rem;
  }
}
@media screen and (max-width: 30em) {
  section.zigzagContainer .zigzag__photo {
    height: 30rem;
  }
}
section.zigzagContainer .zigzag.first {
  background-color: #683160;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.zigzagContainer .zigzag.first .zigzag__content h3 {
  color: #FFFFFF;
}
section.zigzagContainer .zigzag.first .zigzag__content h5 {
  color: #c277b7;
}
section.zigzagContainer .zigzag.first .zigzag__content p {
  color: #FFFFFF;
}
section.zigzagContainer .zigzag.first .zigzag__photo {
  background-image: url(../image/zag-1.jpg);
  background-position: left center;
}
@media screen and (max-width: 52em) {
  section.zigzagContainer .zigzag.first {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.zigzagContainer .zigzag.second {
  background-color: #FFFFFF;
}
section.zigzagContainer .zigzag.second .zigzag__content h3 {
  color: #ba239d;
}
section.zigzagContainer .zigzag.second .zigzag__content ol li, section.zigzagContainer .zigzag.second .zigzag__content ul li, section.zigzagContainer .zigzag.second .zigzag__content p {
  color: #955a8c;
}
section.zigzagContainer .zigzag.second .zigzag__content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.zigzagContainer .zigzag.second .zigzag__content .beige {
  background: #eee5e0;
  padding: 16px 30px;
}
section.zigzagContainer .zigzag.second .zigzag__content .beige h3 {
  color: #683160;
}
section.zigzagContainer .zigzag.second .zigzag__content .beige p {
  color: #683160;
}
section.zigzagContainer .zigzag.second .zigzag__content .beige p.pink {
  color: #ba239d;
}
section.zigzagContainer .zigzag.third {
  background-color: #eee5e0;
}
section.zigzagContainer .zigzag.third .zigzag__content h3 {
  color: #ba239d;
}
section.zigzagContainer .zigzag.third .zigzag__content ul li, section.zigzagContainer .zigzag.third .zigzag__content p {
  color: #955a8c;
}
section.zigzagContainer .zigzag.third .zigzag__photo {
  background-image: url(../image/zag-2.jpg);
  background-position: center;
}
section.zigzagContainer .zigzag.fourth {
  background-color: #faf4f2;
  -moz-flex-direction: row;
  flex-direction: row;
}
section.zigzagContainer .zigzag.fourth .zigzag__content h3 {
  color: #ba239d;
}
section.zigzagContainer .zigzag.fourth .zigzag__content ul li, section.zigzagContainer .zigzag.fourth .zigzag__content p {
  color: #955a8c;
}
section.zigzagContainer .zigzag.fourth .zigzag__photo {
  background-image: url(../image/zag-3.jpg);
  background-position: right center;
}
@media screen and (max-width: 52em) {
  section.zigzagContainer .zigzag.fourth {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
section.zigzagContainer .zigzag > div {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 52em) {
  section.zigzagContainer .zigzag > div {
    width: 100%;
  }
}

.cta {
  background: #f71494;
  color: #FFFFFF !important;
}
.cta:hover {
  background: #f945aa;
}

section.callTo {
  background: url(../image/bg-intim-megszepules.png) no-repeat #c277b7;
  background-position: bottom 0px right 40%;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1442px) {
  section.callTo {
    background-position: bottom 0px right 30%;
  }
}
@media screen and (max-width: 1020px) {
  section.callTo {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 660px) {
  section.callTo {
    padding-bottom: 250px;
  }
  section.callTo .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  section.callTo {
    background-position: bottom 0px right -20px;
  }
}
section.callTo h2 {
  color: #FFFFFF;
  font-weight: 300 !important;
  line-height: 0.8rem;
}
section.callTo h2 span {
  color: #f71494;
  font-weight: 700 !important;
}
section.callTo h3 {
  color: #FFFFFF;
  font-weight: 300 !important;
}
section.callTo h5 {
  color: #FFFFFF;
  font-weight: 300 !important;
}
section.callTo h5 span {
  color: #3e1d39;
  text-decoration: line-through;
}
section.callTo p.small {
  font-size: 12px;
  color: #3e1d39;
  line-height: 1.2;
  margin: 0;
  width: 70%;
}
section.callTo .badge {
  position: absolute;
  display: block;
  width: 180px;
  height: 180px;
  padding-top: 20px;
  float: left;
  background: #683160;
  color: #FFFFFF;
  font-weight: 400 !important;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  top: 20px;
  left: 40%;
  transform: rotate(10deg);
}
@media screen and (max-width: 1020px) {
  section.callTo .badge {
    left: 50%;
  }
}
@media screen and (max-width: 660px) {
  section.callTo .badge {
    left: auto;
    right: 10px;
    top: 100px;
  }
}
@media screen and (max-width: 520px) {
  section.callTo .badge {
    left: 10px;
    bottom: 10px;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 358px) {
  section.callTo .badge {
    display: none;
  }
}
section.callTo .badge span, section.callTo .badge b {
  color: #FFFFFF;
  font-weight: 700 !important;
}
section.callTo .badge span.plusSign {
  color: #f71494;
  font-weight: 700 !important;
}
section.callTo .btn.cta {
  background: #f71494;
  float: right;
  color: #FFFFFF;
  margin-top: 110px;
}
section.callTo .btn.cta:hover {
  background: #f945aa;
}
@media screen and (max-width: 1020px) {
  section.callTo .btn.cta {
    margin-top: 160px;
  }
}
@media screen and (max-width: 660px) {
  section.callTo .btn.cta {
    margin-top: 0px;
    float: left;
  }
}

section.why {
  padding: 40px 0;
}
section.why .col-2:first-child {
  width: 60%;
}
section.why .col-2:first-child ol {
  margin-bottom: 20px;
}
section.why .col-2:first-child ol li {
  margin-bottom: 10px;
}
section.why .col-2:first-child ul {
  margin-top: -10px;
  margin-bottom: 40px;
}
section.why .col-2:first-child ul li {
  margin-left: 10px;
}
section.why .col-2:first-child center {
  margin-bottom: 40px;
}
section.why .col-2:first-child center .btn {
  margin-bottom: 10px;
}
section.why .col-2:first-child center p {
  margin: 0;
  font-size: 80%;
  line-height: 1.2;
  color: #955a8c;
}
section.why .col-2:first-child center .btn, section.why .col-2:first-child center p {
  margin-left: -100px;
}
section.why .col-2:first-child ul.bullets {
  list-style: none;
  margin-top: 10px;
}
section.why .col-2:first-child ul.bullets li {
  margin-left: -10px;
  font-weight: 700 !important;
}
section.why .col-2:first-child ul.bullets li::before {
  margin-left: 0;
  color: #f71494;
  /* color of bullet or square */
  content: "\2022";
  /* Unicode of character to precede the list item */
  font-size: 1.5em;
  /* em or %*/
  padding-right: 10px;
  /* use em*/
  position: relative;
  top: 4px;
  left: 0;
  /* use em or % */
}
section.why .col-2:nth-child(2) {
  width: 40%;
}
section.why .col-2:nth-child(2) .pink-box {
  margin-left: 80px;
  margin-top: -0.6em;
  padding: 30px 20px;
  background-color: #ffd4e8;
  color: #c84bb2;
}
section.why .col-2:nth-child(2) .pink-box p {
  font-size: 80%;
}
section.why .col-2:nth-child(2) .pink-box ul {
  list-style: none;
  padding-left: 0;
}
section.why .col-2:nth-child(2) .pink-box ul li {
  font-size: 80%;
  color: #c84bb2;
  margin-bottom: 10px;
}
section.why .col-2:nth-child(2) ul.tick {
  list-style: none;
  margin-left: 50px;
  margin-top: 20px;
}
section.why .col-2:nth-child(2) ul.tick li {
  padding-left: 33px;
  background: url(../image/icon-tick.png) no-repeat left center;
  background-size: 26px auto;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #fb8ec1;
}
@media only screen and (max-width: 52em) {
  section.why .col-2:first-child, section.why .col-2:nth-child(2) {
    width: 100%;
  }
  section.why .col-2:nth-child(2) .pink-box {
    margin: -0.6em 0 0 0;
    width: 100%;
  }
  section.why .col-2:nth-child(2) ul.tick {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

section.price {
  background: url(../image/bg-intim-megszepules.png) no-repeat center bottom #ffd4e8;
  padding: 40px 0;
  position: relative;
}
section.price .know {
  width: 35%;
  float: right;
  text-align: right;
}
section.price .know h3 {
  font-weight: 700 !important;
}
section.price .know h3, section.price .know p {
  color: #f71494;
}
section.price h3 {
  color: #303030;
  font-weight: 300 !important;
}
section.price h3 span {
  color: #f71494;
  font-weight: 700 !important;
  font-size: 150%;
}
section.price h5 {
  padding-top: 20px;
  color: #5c5d61;
  font-weight: 300 !important;
}
@media only screen and (max-width: 52em) {
  section.price {
    padding-bottom: 280px;
  }
  section.price .col-2 {
    width: 100%;
  }
  section.price h2, section.price h3, section.price h5, section.price p {
    width: 100%;
    text-align: center;
  }
}

section.success {
  padding: 40px 0;
  background: url(../image/bg-neogyn-sikertortenetek.jpg) no-repeat left top #f5f6fa;
  background-size: auto 100%;
}
section.success h3 {
  font-weight: 300 !important;
}
section.success #mySwipe {
  overflow: hidden !important;
  width: 60%;
  margin-bottom: 30px;
  margin-left: 40%;
}
section.success .swipe {
  position: relative;
  overflow: hidden !important;
  width: 90%;
  max-width: 100% !important;
}
section.success .swipe-wrap {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
section.success .swipe-wrap > * {
  float: left;
  width: 100%;
  position: relative;
}
section.success .switcher {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  float: right;
  background: url("../image/icon-swipe-left.png") no-repeat center center;
  background-size: 100%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  transition: all 300ms ease;
}
section.success .switcher.right {
  margin-left: 6px;
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
section.success .switcher:hover, section.success .switcher:active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
@media only screen and (max-width: 763px) {
  section.success {
    padding-bottom: 220px;
    background-size: 360px auto;
    background-position: bottom left;
  }
  section.success #mySwipe {
    width: 100%;
    margin-left: 0%;
  }
}

section.contact {
  background: url(../image/bg-contact.jpg) no-repeat center top;
  background-size: cover;
  padding: 40px 0;
}
section.contact .col-40 {
  width: 40%;
}
section.contact .col-40 h3 {
  margin-bottom: 20px;
  font-weight: 300 !important;
}
section.contact .col-60 {
  width: 50%;
  margin-left: 10%;
}
@media only screen and (max-width: 52em) {
  section.contact .col-40, section.contact .col-60 {
    width: 100%;
    margin-left: 0;
  }
}
section.contact input[type=checkbox] {
  width: auto !important;
  float: left;
  display: inline-block;
  height: auto;
  margin-bottom: 0 !important;
}
section.contact span.gdpr {
  display: inline-block;
  float: left;
  font-size: 12px;
  padding-left: 8px;
}
section.contact span.gdpr a {
  font-size: 12px;
  text-decoration: underline;
}
section.contact h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
section.contact p {
  margin-top: 0;
}
section.contact p.magenta {
  font-size: 90%;
}
section.contact .magenta {
  color: #f71494;
}
section.contact .grey {
  color: #5c5d61;
}
section.contact .small {
  font-size: 80%;
}
section.contact h4.light {
  margin: 30px 0;
}
section.contact .g-recaptcha {
  margin-bottom: 20px;
}
section.contact .btn {
  padding: 0 40px !important;
  float: left;
  width: auto !important;
}
section.contact .btn.cta {
  background: #f71494;
  color: #FFFFFF;
}
section.contact .btn.cta:hover {
  background: #f945aa;
}
section.contact input[type=submit] {
  background: #f71494;
  color: #FFFFFF;
}
section.contact input[type=submit]:hover {
  background: #f945aa;
}
.notify.success {
    background-color: #41cc6c;
    color: #FFFFFF;
    padding: 10px 0;
}
footer {
  margin: 0 !important;
}
/*# sourceMappingURL=main.css.map*/
