@import url('animate.css');
@import url('hamburgers.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none;
  color: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.word-break {
  overflow: auto;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  -moz-binding: url(../css/xbl.xml#wordwrap);
  /* Firefox (using XBL) */
  -ms-word-break: break-all;
  /* word-break: break-all;
    Non standard for webkit */
  word-break: break-word;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
@font-face {
  font-family: 'TTNorms-Bold';
  src: url('/css/fonts/35A7FF_1_0.eot');
  src: url('/css/fonts/35A7FF_1_0.eot?#iefix') format('embedded-opentype'), url('/css/fonts/35A7FF_1_0.woff2') format('woff2'), url('/css/fonts/35A7FF_1_0.woff') format('woff'), url('/css/fonts/35A7FF_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTNorms-Medium';
  src: url('/css/fonts/35A7FF_D_0.eot');
  src: url('/css/fonts/35A7FF_D_0.eot?#iefix') format('embedded-opentype'), url('/css/fonts/35A7FF_D_0.woff2') format('woff2'), url('/css/fonts/35A7FF_D_0.woff') format('woff'), url('/css/fonts/35A7FF_D_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTNorms-Regular';
  src: url('/css/fonts/35A7FF_F_0.eot');
  src: url('/css/fonts/35A7FF_F_0.eot?#iefix') format('embedded-opentype'), url('/css/fonts/35A7FF_F_0.woff2') format('woff2'), url('/css/fonts/35A7FF_F_0.woff') format('woff'), url('/css/fonts/35A7FF_F_0.ttf') format('truetype');
}
@font-face {
  font-family: 'fontox';
  src: url('/css/fonts/fontox.eot?w6wiqz');
  src: url('/css/fonts/fontox.eot?w6wiqz#iefix') format('embedded-opentype'), url('/css/fonts/fontox.woff2?w6wiqz') format('woff2'), url('/css/fonts/fontox.ttf?w6wiqz') format('truetype'), url('/css/fonts/fontox.woff?w6wiqz') format('woff'), url('/css/fonts/fontox.svg?w6wiqz#fontox') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontox' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e910";
}
.icon-envelope:before {
  content: "\e90c";
}
.icon-fax:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-pin:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-profile:before {
  content: "\e90a";
}
.icon-search1:before {
  content: "\e91d";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-cta-arrow:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e902";
}
body {
  background-color: #d7e1ed;
  overflow-x: hidden;
  font-family: 'TTNorms-Regular';
  font-size: 16px;
  color: #000;
}
.container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: relative;
}
.hamburger {
  display: none;
  float: left;
  padding: 7px 15px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
}
.btn {
  background: #094a4a;
  font-family: 'TTNorms-Bold';
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.25px;
  text-align: center;
  padding: 0 30px;
  border-radius: 20px;
  text-transform: uppercase;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  display: inline-block;
}
.btn:hover {
  background: #0b5858;
}
.d-block {
  display: table;
  margin-top: 30px;
}
.d-block.centered {
  margin: 30px auto 0;
}
.form-group {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.form-group label {
  font-family: 'TTNorms-Bold';
  font-size: 16px;
  color: #094a4a;
  margin-bottom: 15px;
  display: block;
}
.form-group label.error {
  color: red;
  position: absolute;
}
.form-group label.ch-container {
  margin-bottom: 0;
  line-height: 50px;
  padding-left: 50px;
}
.form-group input {
  border: none;
  width: 100%;
  background: none;
  font-size: 16px;
  line-height: 32px;
  font-family: 'TTNorms-Regular';
  border-bottom: 2px solid #094a4a;
  padding: 5px;
}
.form-group textarea {
  border: none;
  width: 100%;
  background: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'TTNorms-Regular';
  border-bottom: 2px solid #094a4a;
  padding: 5px;
  height: 150px;
  resize: none;
}
.form-group .btn {
  display: inline-block;
}
h2 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 108px;
  margin: 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 75px;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: 300ms padding;
  -moz-transition: 300ms padding;
  -ms-transition: 300ms padding;
  -o-transition: 300ms padding;
}
header .facebook-icon {
  text-decoration: none;
  color: #094a4a;
  font-size: 26px;
  line-height: 46px;
  margin-left: 10px;
  float: right;
}
header.full {
  background-color: #d7e1ed;
  padding-top: 35px;
  padding-bottom: 35px;
}
header .logo {
  width: 160px;
  float: left;
}
header .logo img {
  width: 100%;
}
header .navigation {
  float: right;
  position: relative;
  margin-right: 0px;
}
header .navigation ul {
  list-style: none;
}
header .navigation ul li {
  color: #094a4a;
  font-family: 'TTNorms-Bold';
  font-size: 16px;
  letter-spacing: -0.04px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  float: left;
  padding: 8px 20px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
header .navigation ul li a {
  text-decoration: none;
}
header .navigation ul li.active {
  color: #094a4a;
}
header .navigation .selector {
  border: 2px solid #094a4a;
  border-radius: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  display: none;
  z-index: -1;
}
header .download {
  float: right;
}
header .download span {
  float: right;
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.05px;
  text-align: right;
  line-height: 26px;
  margin-top: 8px;
  display: inline-block;
  margin-right: 20px;
}
header .download .btn {
  float: right;
  margin-left: 10px;
}
.content-image {
  max-width: 100%;
  margin-top: 50px;
}
section {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
section.header-section {
  height: 100vh;
  min-height: 600px;
  z-index: 1;
}
section.header-section .mockup {
  position: absolute;
  right: 0%;
  bottom: 0%;
  height: 70%;
}
section.header-section .mockup img {
  height: 100%;
}
section.header-section .container {
  display: table;
  height: 100%;
  z-index: 2;
}
section.header-section .container .inner {
  display: table-cell;
  vertical-align: middle;
}
section.header-section .container .inner h1 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 100px;
  width: 90%;
  max-width: 700px;
}
section.header-section .container .inner .scroll-down {
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  color: #094a4a;
  letter-spacing: 0;
  line-height: 28px;
}
section.header-section .container .inner .scroll-down img {
  display: block;
  margin-bottom: 10px;
}
section.order-section h1 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 100px;
  width: 90%;
  max-width: 700px;
}
section.order-section h1 span {
  display: block;
  font-size: 18px;
  font-family: 'TTNorms-Regular';
}
section.content-section {
  padding-top: 150px;
}
section.content-section h1 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 100px;
  width: 90%;
  max-width: 700px;
}
section.services-section {
  padding-top: 150px;
}
section.services-section h1 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 100px;
  width: 90%;
  max-width: 700px;
}
section.services-section h1 img {
  height: 1em;
  float: left;
  margin-right: 20px;
}
section.about-section .container {
  position: static;
}
section.about-section .mockup {
  background: url(../images/svg/mockup2.svg) no-repeat scroll center center transparent;
  position: absolute;
  width: 40%;
  max-width: 600px;
  min-width: 300px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  padding-top: 40%;
}
section.about-section .table {
  width: 60%;
  padding: 50px 0;
}
section.about-section .table .table-cell {
  vertical-align: middle;
  font-family: 'TTNorms-Bold';
  font-size: 18px;
  color: #094a4a;
  letter-spacing: 0;
  line-height: 28px;
  display: table-cell;
}
section.about-section .table .table-cell:nth-child(1) {
  width: 60%;
  max-width: 500px;
}
section.about-section .table .table-cell h2 {
  font-family: 'TTNorms-Bold';
  font-size: 82px;
  color: #094a4a;
  letter-spacing: -0.2px;
  line-height: 108px;
}
section.how-it-works-section h2 {
  margin-bottom: 50px;
}
section.contact-section .table {
  width: 100%;
  display: table;
}
section.contact-section .table .table-cell {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
section.contact-section .table .table-cell h2 {
  margin: 0 0 50px 0;
  line-height: 88px;
}
section.map-section {
  padding: 0;
}
section.map-section .map {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: url(../images/map.png) no-repeat scroll top center transparent;
  background-size: cover;
  position: absolute;
}
section.map-section .container {
  padding: 10vw 0;
}
section.map-section .container h2 {
  max-width: 50%;
  min-width: 300px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
section.footer-section {
  padding: 40px 0;
  background-color: #094a4a;
  color: #fff;
}
section.footer-section .copyright {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
section.white {
  background: #fff;
}
.features {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.features li {
  display: table;
  padding: 60px 0;
}
.features li .image {
  display: table-cell;
  vertical-align: middle;
  width: 340px;
}
.features li .image .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 360px;
}
.features li .text {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 340px);
  padding: 0 50px;
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.21px;
  line-height: 26px;
  direction: ltr;
}
.features li .text .title {
  font-family: 'TTNorms-Bold';
  font-size: 38px;
  color: #094a4a;
  letter-spacing: 1.58px;
  line-height: 44px;
  margin-bottom: 20px;
}
.features li .text .btn {
  display: table;
  margin: 30px 0;
}
.features li:nth-child(2n+0) {
  direction: rtl;
}
.features li:nth-child(2n+0) .text {
  text-align: right;
}
.features li:nth-child(2n+0) .text .btn {
  margin-right: 0;
  margin-left: auto;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  overflow: auto;
}
.popup .close-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 600px;
  margin: 50px 0;
}
.popup .popup-inner .popup-box {
  display: block;
  margin: auto;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
  background: #FBFBFB;
  text-align: center;
  position: relative;
  padding: 40px;
  font-family: 'Avenir';
  font-weight: normal;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
}
.popup .popup-inner .popup-box .popup-close {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  font-weight: normal;
}
.categories-section {
  background-color: #ffd34d;
  position: relative;
}
.categories-section h3 {
  text-align: center;
  font-family: 'TTNorms-Bold';
  font-size: 42px;
  line-height: 1em;
}
.categories {
  list-style: none;
  width: 100%;
}
.categories li {
  float: left;
  width: 50%;
  position: relative;
  margin: 35px 0;
}
.categories li a {
  text-decoration: none;
}
.categories li:nth-child(2n+1) {
  padding-right: 0px;
  padding-left: 160px;
  clear: left;
}
.categories li:nth-child(2n+2) {
  padding-left: 160px;
}
.categories li .icon {
  width: 100px;
  height: 76px;
  float: left;
  margin-left: -120px;
  margin-top: 20px;
  text-align: center;
  background: url(../images/avatar.png) no-repeat center center transparent;
  background-size: cover;
  display: table;
}
.categories li .icon .img {
  display: table-cell;
  vertical-align: middle;
}
.categories li .icon .img img {
  max-width: 100%;
}
.categories li h5 {
  font-size: 26px;
  font-family: 'TTNorms-Medium';
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 15px;
  width: 80%;
  margin-top: 20px;
  text-decoration: underline;
}
.categories li div.sans {
  font-size: 16px;
  line-height: 22px;
  width: 80%;
}
.contact-section {
  background: #fff;
  padding: 50px 0 80px;
}
.contact-section h3 {
  margin-bottom: 70px;
}
.contact-section .title {
  margin-bottom: 20px;
  width: 70%;
  font-family: 'TTNorms-Bold';
  font-size: 68px;
  color: #212121;
  letter-spacing: 0;
  line-height: 80px;
}
.contact-section p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #094a4a;
}
.contact-section p i {
  margin-right: 15px;
  float: left;
  width: 20px;
  text-align: center;
}
.contact-section .row {
  display: block;
  width: 100%;
}
.contact-section .row .col {
  float: left;
  width: 60%;
  position: relative;
}
.contact-section .row .col:nth-child(2) {
  width: 40%;
}
#response {
  background: rgba(255, 255, 255, 0.8);
  display: table;
  height: 320px;
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
#response.show {
  opacity: 1;
  display: table;
  z-index: 1;
}
label.error {
  color: red;
  font-size: 14px;
  padding: 5px;
}
#response div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.form-group {
  width: 100%;
  margin-bottom: 15px;
}
.form-group.left {
  float: left;
  width: 50%;
}
.form-group.left:nth-child(1) {
  padding-right: 5px;
}
.form-group.left:nth-child(2) {
  padding-left: 5px;
}
.form-group input,
.form-group textarea {
  font-family: 'TTNorms-Medium';
  font-size: 20px;
  color: #231F20;
  border: none;
  background: none;
}
.form-group select {
  font-family: 'TTNorms-Medium';
  font-size: 20px;
  color: #231F20;
  border: none;
  background: none;
  height: 50px;
  width: 100%;
}
.form-group input {
  line-height: 50px;
  padding: 0 7px;
}
.form-group textarea {
  padding: 20px;
  resize: none;
}
.form-group .input-group {
  background: rgba(35, 31, 32, 0.06);
  border-radius: 6px;
  font-family: 'TTNorms-Medium';
  font-size: 13px;
  color: #231F20;
  width: 100%;
  border: none;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.form-group .input-group input[type='radio'] {
  float: left;
  width: auto;
  margin: 20px;
}
.form-group .input-group label {
  line-height: 53px;
  margin-bottom: 0;
}
.order-steps,
.testimonials-steps {
  display: table;
  width: 80%;
  max-width: 500px;
  margin: auto;
}
.order-steps .btn-container,
.testimonials-steps .btn-container {
  display: table;
  margin: auto;
}
.order-steps .btn-container .btn,
.testimonials-steps .btn-container .btn {
  margin: 0 20px;
}
.price {
  float: none;
  font-size: 50px;
  color: #094a4a;
  font-family: 'TTNorms-Bold';
  text-align: center;
  display: block;
  margin: 30px 0 0px 0;
}
.additionalprice {
  float: none;
  font-size: 18px;
  color: #094a4a;
  font-family: 'TTNorms-Bold';
  text-align: center;
  display: block;
  margin: 0 0 30px 0;
}
.orderError {
  color: red;
  font-size: 14px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-family: 'TTNorms-Medium';
}
.slider-container {
  width: 100%;
  position: relative;
}
.slider-container .slider {
  width: calc(100% - 60px);
  margin: auto;
  display: block;
  overflow: hidden;
}
.slider-container .slider ul {
  width: 10000%;
}
.slider-container .slider ul li {
  float: left;
}
@media screen and (max-width: 460px) {
  .slider-container .arrows.sm-hide {
    display: none !important;
  }
}
.slider-container .arrows .arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  color: #094a4a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 24px;
  text-decoration: none;
}
.slider-container .arrows .arrow.arrow-left {
  left: 0;
}
.slider-container .arrows .arrow.arrow-right {
  right: 0;
}
.slider-container .arrows .arrow:hover {
  color: #031d1d;
}
.slider-container .indicators {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.slider-container .indicators ul {
  list-style: none;
}
.slider-container .indicators ul li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.3;
  background: #094a4a;
  transition: 0.3s all ease-in-out;
}
.slider-container .indicators ul li.active {
  opacity: 1;
}
.testimonials {
  padding: 70px 0 0px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.testimonials h2 {
  text-align: center;
}
.testimonials .slider-container {
  overflow: hidden;
  padding: 50px 0 80px;
}
.testimonials .slider-container .slider {
  width: 100%;
  overflow: visible;
  display: inline-block;
}
.testimonials .slider-container .slider ul {
  list-style: none;
}
.testimonials .slider-container .slider ul li {
  width: 1%;
  padding: 0 100px;
}
@media screen and (max-width: 860px) {
  .testimonials .slider-container .slider ul li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 460px) {
  .testimonials .slider-container .slider ul li {
    padding: 0;
  }
}
.testimonials .slider-container .slider ul li .inner {
  background: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(11, 51, 49, 0.06);
  border-radius: 8px;
  padding: 35px;
  width: 100%;
  max-width: 740px;
  margin: auto;
  font-family: 'TTNorms-Regular';
  font-weight: normal;
  font-size: 14px;
  color: #525252;
  text-align: center;
  line-height: 22px;
}
@media screen and (max-width: 460px) {
  .testimonials .slider-container .slider ul li .inner {
    box-shadow: none;
  }
}
.testimonials .slider-container .slider ul li .inner h5 {
  margin-bottom: 15px;
  font-family: 'TTNorms-Bold';
  font-weight: 500;
  font-size: 20px;
  color: #094a4a;
  text-align: center;
  line-height: 22px;
}
.testimonials .slider-container .indicators {
  bottom: 40px;
}
/* Customize the label (the container) */
.ch-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.ch-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 12px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.ch-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.ch-container input:checked ~ .checkmark {
  background-color: #094a4a;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.ch-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.ch-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1340px) {
  header .navigation ul li {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  header .navigation {
    margin-right: 10px;
  }
  header .navigation ul li {
    padding: 8px 10px;
    font-size: 14px;
  }
  header .download span {
    font-size: 14px;
    margin-right: 10px;
  }
  header .download .btn {
    font-size: 12px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  section.header-section .container .inner h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 500px;
  }
  section.header-section .container .inner .scroll-down {
    font-size: 14px;
  }
  section.about-section .table .table-cell h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  section.download-section .download-text h2,
  h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  section.download-section .download-text {
    width: 55%;
  }
  section.header-section .mockup img {
    height: 80%;
  }
  header .navigation ul li {
    padding: 8px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  header .navigation .selector {
    display: none !important;
  }
  .hamburger {
    display: block;
  }
  header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  header .navigation {
    position: fixed;
    top: -100vh;
    height: 100vh;
    left: 0;
    right: 0;
    background-color: #d7e1ed;
    margin-right: 0;
  }
  header .navigation ul li {
    display: block;
    width: 100%;
    font-size: 1.25em;
  }
  header .download span {
    display: none;
  }
  body.menu-opened header .navigation {
    top: 85px;
  }
  section.header-section .mockup {
    right: -5%;
  }
  section.header-section .container .inner h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 500px;
  }
  section.header-section .container .inner .scroll-down {
    display: none;
  }
  section.about-section {
    background: none;
  }
  section.about-section .table {
    display: block;
    padding: 0;
  }
  section.about-section .table .table-cell {
    display: block;
  }
  section.about-section .table .table-cell h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  section.download-section .download-text h2,
  h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .features li .image {
    width: 280px;
  }
  .features li .text {
    width: calc(100% - 280px);
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .features li .text .title {
    font-size: 28px;
    line-height: 34px;
  }
  section.contact-section {
    padding: 60px 0;
  }
  section.contact-section .table .table-cell {
    width: 100%;
    display: block;
    padding-bottom: 100px;
  }
  section.contact-section .table .table-cell h2 {
    margin-bottom: 20px;
  }
  section.about-section .table .table-cell:nth-child(1) {
    width: 100%;
  }
  section.about-section .mockup {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .order-body .content-container {
    padding-top: 200px;
  }
  section.download-section .download-text {
    width: 80%;
  }
  section.order-section h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .price {
    font-size: 30px;
  }
  .additionalprice {
    font-size: 16px;
  }
  .contact-section .row .col {
    width: 100%;
    float: none;
    padding-bottom: 50px;
  }
  .contact-section .row .col:nth-child(2) {
    width: 100%;
  }
  section {
    padding: 60px 0;
  }
  .categories li {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .categories li:nth-child(2n+1) {
    width: 100%;
  }
  .categories li .icon {
    margin-top: 0px;
  }
  .categories li:nth-child(2n+1) {
    padding-left: 120px;
  }
  .categories li:nth-child(2n+2) {
    padding-left: 120px;
  }
}
@media screen and (max-width: 700px) {
  .order-body .content-container {
    padding-top: 100px;
  }
  .features li {
    display: block;
  }
  .features li .image {
    width: 100%;
    display: block;
  }
  .features li .text {
    width: 100%;
    display: block;
    text-align: center;
  }
  .features li:nth-child(2n+0) {
    direction: ltr;
  }
  .features li:nth-child(2n+0) .text {
    text-align: center;
  }
  header {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #d7e1ed;
  }
  section {
    padding: 60px 0;
  }
  section.header-section {
    padding-top: 100px;
    padding-bottom: 60px;
    height: auto;
  }
  section.header-section .mockup {
    position: relative;
    right: 50%;
    display: table;
    margin: auto;
    height: auto;
  }
  section.header-section .mockup img {
    height: auto;
    width: 150%;
  }
  section.about-section {
    margin-top: 0;
  }
  section.download-section .download-text {
    font-size: 16px;
    line-height: 24px;
  }
  section.content-section h1,
  section.services-section h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 660px) {
  section.about-section .mockup {
    display: none;
  }
  section.about-section .table {
    width: 100%;
  }
  .contact-section .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 560px) {
  .hamburger {
    padding: 11px 0 0;
  }
  header,
  header.full {
    padding: 20px 0;
  }
  header .logo,
  header.full .logo {
    width: 120px;
  }
  h2 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  section.content-section h1,
  section.services-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  section.header-section .container .inner h1 {
    font-size: 50px;
    line-height: 60px;
  }
  section.download-section .download-text {
    width: 100%;
  }
  section.about-section .table .table-cell {
    font-size: 16px;
    line-height: 24px;
  }
  .order-steps {
    width: 100%;
  }
  .price {
    float: none;
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .additionalprice {
    float: none;
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .order-steps .btn-container .btn {
    margin: 0 5px;
  }
  header .logo,
  header.full .logo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  header .logo,
  header.full .logo {
    width: 100px;
  }
  header .facebook-icon {
    font-size: 18px;
  }
  .hamburger-box {
    width: 30px;
    height: 20px;
    margin-right: 10px;
  }
  .categories li .image .img {
    width: 100%;
  }
  .categories li .text .title {
    font-size: 28px;
    line-height: 32px;
  }
  .categories-section h3 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .categories li .icon {
    display: block;
    margin: 0;
    float: none;
    margin: 0 auto 40px;
  }
  .categories li {
    text-align: center;
  }
  .categories li:nth-child(2n+1) {
    padding-left: 0;
  }
  .categories li:nth-child(2n+2) {
    padding-left: 0;
  }
  .categories li div.sans {
    width: 100%;
  }
  .categories li h5 {
    width: 100%;
  }
  header .download .btn {
    font-size: 10px;
    padding: 0px 10px;
  }
}
/*# sourceMappingURL=main.css.map */