@import url("//fonts.googleapis.com/css?family=Cabin:400,600");
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
@import url("bootstrap.css");
/* line 5, reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 6, reset.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 7, reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 8, reset.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/* line 13, reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 23, reset.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 26, reset.scss */
a:hover, a:active {
  outline: 0;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 34, reset.scss */
::-moz-selection {
  background: #8a78ec;
  color: #fff;
  text-shadow: none;
}

/* line 35, reset.scss */
::selection {
  background: #8a78ec;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 41, reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 43, reset.scss */
b, strong {
  font-weight: bold;
}

/* line 45, reset.scss */
blockquote {
  margin: 1em 40px;
}

/* line 47, reset.scss */
dfn {
  font-style: italic;
}

/* line 49, reset.scss */
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

/* line 58, reset.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, reset.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 63, reset.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 66, reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 68, reset.scss */
q {
  quotes: none;
}

/* line 69, reset.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 71, reset.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 74, reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 75, reset.scss */
sup {
  top: -0.5em;
}

/* line 76, reset.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 83, reset.scss */
ul, ol {
  margin: 0;
  padding: 0 0 0 40px;
}

/* line 84, reset.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 85, reset.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
/* line 97, reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
/* line 107, reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 114, reset.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 121, reset.scss */
form {
  margin: 0;
}

/* line 122, reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 125, reset.scss */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
/* line 132, reset.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 141, reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 156, reset.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 171, reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 196, reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 210, reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 222, reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 231, reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 242, reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Colors for form validity */
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/* =============================================================================
   Tables
   ========================================================================== */
/* line 256, reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HEADERS */
/* line 262, reset.scss */
h1, h2, h3, h4 {
  margin-top: 0;
}

/* line 266, reset.scss */
p {
  margin: 0;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 292, reset.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 299, reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 304, reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 308, reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 316, reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 322, reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 328, reset.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 332, reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 337, reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 345, reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 352, reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Mixins ("functions") */
/* Variables ("default values") */
/* Styles */
/* line 56, style.scss */
body, html {
  color: #5eb168;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 65, style.scss */
body *, body *:before, body *:after, html *, html *:before, html *:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 71, style.scss */
html {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 79, style.scss */
body {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 86, style.scss */
  body {
    height: auto;
  }
}
/* line 91, style.scss */
* {
  font-family: "Cabin", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  /*@include transitions(400ms, ease-out);*/
}
/* line 97, style.scss */
*:after, *:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 105, style.scss */
a {
  color: #5eb168;
  font-weight: 400;
  text-decoration: underline;
}
/* line 110, style.scss */
a:hover {
  color: #6e2725;
  /*text-decoration: underline !important;*/
}

/* line 116, style.scss */
p {
  font-size: 16px;
  margin-bottom: 20px;
  	/*@include desktop{
  		font-size: 20px;
  	}
  
  	@include tablet{
  		font-size: 18px;
  	}
  
  	@include mobile{
  		font-size: 16px;
  	}*/
}
/* line 120, style.scss */
p:last-of-type {
  margin-bottom: 0;
}

/* line 137, style.scss */
img {
  max-width: 100%;
}

/* line 141, style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  color: #5eb168;
}

/* line 142, style.scss */
h1 {
  font-size: 48px;
  line-height: 1.3;
}

/* line 143, style.scss */
h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  /* line 143, style.scss */
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

/* line 144, style.scss */
h3 {
  font-size: 32px;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  /* line 144, style.scss */
  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* line 145, style.scss */
h4 {
  font-size: 24px;
}

/* line 147, style.scss */
.form-control {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: transparent;
  background-color: #fef9f3;
  padding: 25px 30px;
}
/* line 154, style.scss */
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  border-color: transparent;
  -webkit-text-fill-color: #495057;
  -webkit-box-shadow: 0 0 0px 1000px #fef9f3 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* line 163, style.scss */
.form-control:focus, .form-control:-webkit-autofill:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
@media (max-width: 480px) {
  /* line 147, style.scss */
  .form-control {
    padding: 20px;
  }
}

/* line 173, style.scss */
textarea.form-control {
  height: 249px;
}
@media (max-width: 480px) {
  /* line 173, style.scss */
  textarea.form-control {
    height: 100px;
  }
}

/* line 181, style.scss */
select:hover {
  cursor: pointer;
}

/* Header */
/* line 186, style.scss */
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 80px;
  z-index: 1;
}
/* line 194, style.scss */
header div[class^=col_] {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 186, style.scss */
  header {
    padding-top: 60px;
  }
}

/* line 203, style.scss */
#logo {
  height: 65px;
  float: left;
  display: block;
}
/* line 208, style.scss */
#logo img {
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  /* line 203, style.scss */
  #logo {
    height: 55px;
  }
}
@media (max-width: 480px) {
  /* line 203, style.scss */
  #logo {
    height: 45px;
  }
}

/* line 222, style.scss */
.wrapper {
  position: relative;
  max-width: 1550px;
  padding: 0 100px;
  margin: 0 auto;
}
/* line 31, mixins.scss */
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
/* line 36, mixins.scss */
.wrapper:after {
  clear: both;
}
/* line 230, style.scss */
.wrapper.wrapper-narrow {
  max-width: 1050px;
}
@media (max-width: 768px) {
  /* line 222, style.scss */
  .wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  /* line 222, style.scss */
  .wrapper {
    padding: 0 30px;
  }
}

/* line 243, style.scss */
.clearfix {
  position: relative;
}
/* line 31, mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 36, mixins.scss */
.clearfix:after {
  clear: both;
}

/* Hero */
/* line 250, style.scss */
#hero {
  position: relative;
  height: 100%;
  min-height: 800px;
  /*
  height: 700px;*/
}
/* line 257, style.scss */
#hero .halfs-wrapper, #hero .half {
  height: 100%;
}
/* line 261, style.scss */
#hero .halfs-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 265, style.scss */
#hero .half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 300px;
}
/* line 271, style.scss */
#hero h1 {
  /*font-size: 70px;*/
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  /* line 271, style.scss */
  #hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  /* line 271, style.scss */
  #hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  /* line 250, style.scss */
  #hero {
    /*height: auto;*/
    min-height: auto;
  }
  /* line 288, style.scss */
  #hero .halfs-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }
  /* line 293, style.scss */
  #hero .half {
    height: auto;
  }
  /* line 296, style.scss */
  #hero .half:first-child {
    background: #fdf2e5;
    padding: 50px 0 120px 0;
  }
  /* line 301, style.scss */
  #hero .half:last-child {
    background: #FFFFFF;
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  /* line 250, style.scss */
  #hero {
    height: auto;
  }
  /* line 312, style.scss */
  #hero .halfs-wrapper, #hero .half {
    height: auto;
  }
  /* line 316, style.scss */
  #hero .half:first-child {
    padding: 0;
  }
}

/* line 322, style.scss */
#hero-next {
  position: absolute;
  bottom: 100px;
  left: 100px;
  /*margin-left: 20px;*/
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  background-color: #5eb168;
  -webkit-mask: url(../images/arrow.svg) no-repeat center center;
  mask: url(../images/arrow.svg) no-repeat center center;
  -webkit-transition: all 400ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 400ms ease-out;
  /* Firefox */
  -ms-transition: all 400ms ease-out;
  /* IE 9 */
  -o-transition: all 400ms ease-out;
  /* Opera */
  transition: all 400ms ease-out;
}
/* line 338, style.scss */
#hero-next:hover {
  bottom: 95px;
}
@media (max-width: 768px) {
  /* line 322, style.scss */
  #hero-next {
    display: none !important;
  }
}
/* line 346, style.scss */
#hero-next.stagger {
  -webkit-transition: none;
  /* Safari and Chrome */
  -moz-transition: none;
  /* Firefox */
  -ms-transition: none;
  /* IE 9 */
  -o-transition: none;
  /* Opera */
  transition: none;
}

/* line 352, style.scss */
#sub-hero .half {
  padding: 140px 0;
}
/* line 355, style.scss */
#sub-hero .half:last-child {
  display: block;
}
@media (max-width: 1024px) {
  /* line 352, style.scss */
  #sub-hero .half {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  /* line 352, style.scss */
  #sub-hero .half {
    padding: 80px 0;
  }
}
/* line 368, style.scss */
#sub-hero h2 {
  /*font-size: 60px;*/
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  /* line 368, style.scss */
  #sub-hero h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  /* line 368, style.scss */
  #sub-hero h2 {
    font-size: 26px;
  }
}

/* Apple */
/* line 383, style.scss */
#apple {
  position: relative;
  /*position: absolute;
  bottom: $apple_size_desktopHd / 2;
  right: 100px;*/
  width: 330px;
  height: 330px;
  background: url(../images/apple.png) no-repeat scroll center center;
  padding: 0;
  margin: 0 100px 0 0;
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 397, style.scss */
#apple:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(188, 2, 2, 0.85);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 409, style.scss */
#apple:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50%;
  background: #3a3a3a;
  -moz-border-radius: 330px 0 0 330px;
  -webkit-border-radius: 330px;
  border-radius: 330px 0 0 330px;
}
@media (max-width: 1100px) {
  /* line 383, style.scss */
  #apple {
    /*bottom: $apple_size_desktopM / 2;*/
    width: 300px;
    height: 300px;
  }
  /* line 426, style.scss */
  #apple:after {
    -moz-border-radius: 300px 0 0 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px 0 0 300px;
  }
}
@media (max-width: 1024px) {
  /* line 383, style.scss */
  #apple {
    /*bottom: $apple_size_desktop / 2;*/
    width: 260px;
    height: 260px;
  }
  /* line 434, style.scss */
  #apple:after {
    -moz-border-radius: 260px 0 0 260px;
    -webkit-border-radius: 260px;
    border-radius: 260px 0 0 260px;
  }
}
@media (max-width: 768px) {
  /* line 383, style.scss */
  #apple {
    /*position: relative;
    bottom: auto;
    right: auto;*/
    width: 240px;
    height: 240px;
    margin-right: 10%;
    /*margin: 50px 10% ($apple_size_tablet / 2) 10%;*/
  }
  /* line 446, style.scss */
  #apple:after {
    -moz-border-radius: 240px 0 0 240px;
    -webkit-border-radius: 240px;
    border-radius: 240px 0 0 240px;
  }
}
@media (max-width: 560px) {
  /* line 383, style.scss */
  #apple {
    width: 220px;
    height: 220px;
    /*margin-bottom: ($apple_size_tabletSm / 2);*/
  }
  /* line 454, style.scss */
  #apple:after {
    -moz-border-radius: 220px 0 0 220px;
    -webkit-border-radius: 220px;
    border-radius: 220px 0 0 220px;
  }
}
@media (max-width: 480px) {
  /* line 383, style.scss */
  #apple {
    width: 200px;
    height: 200px;
    margin-top: 100px;
    margin-bottom: 150px;
  }
  /* line 463, style.scss */
  #apple:after {
    -moz-border-radius: 200px 0 0 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px 0 0 200px;
  }
}

/* Layouts */
/* line 468, style.scss */
.box-white, .box-beige, .box-red {
  padding: 160px 0;
}
/* line 471, style.scss */
.box-white .no-margin, .box-beige .no-margin, .box-red .no-margin {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  /* line 468, style.scss */
  .box-white, .box-beige, .box-red {
    padding: 120px 0;
  }
}
@media (max-width: 480px) {
  /* line 468, style.scss */
  .box-white, .box-beige, .box-red {
    padding: 60px 0;
  }
}
/* line 483, style.scss */
.box-white.padding-bottom-adjuster, .padding-bottom-adjuster.box-beige, .padding-bottom-adjuster.box-red {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  /* line 483, style.scss */
  .box-white.padding-bottom-adjuster, .padding-bottom-adjuster.box-beige, .padding-bottom-adjuster.box-red {
    padding-bottom: 90px;
  }
}
@media (max-width: 480px) {
  /* line 483, style.scss */
  .box-white.padding-bottom-adjuster, .padding-bottom-adjuster.box-beige, .padding-bottom-adjuster.box-red {
    padding-bottom: 30px;
  }
}
/* line 495, style.scss */
.box-white.box-md, .box-md.box-beige, .box-md.box-red {
  padding: 100px 0;
}
/* line 498, style.scss */
.box-white.box-md.padding-bottom-adjuster, .box-md.padding-bottom-adjuster.box-beige, .box-md.padding-bottom-adjuster.box-red {
  padding-bottom: 70px;
}

/* line 504, style.scss */
.box-beige {
  background: #fdf2e5;
}

/* line 510, style.scss */
.box-red {
  background: #ba433e;
}
/* line 515, style.scss */
.box-red, .box-red *, .box-red a:hover {
  color: #fdf2e5;
}
/* line 519, style.scss */
.box-red a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media (max-width: 480px) {
  /* line 524, style.scss */
  .box-red h2 {
    margin-top: 40px;
  }
}

/* line 530, style.scss */
.header-xl {
  /*padding: 50px 0 150px 0;*/
  	/*@include desktop{
  		padding-bottom: 70px;
  	}
  
  	@include mobile{
  		padding-bottom: 50px;
  	}*/
}
/* line 533, style.scss */
.header-xl h2 {
  /*font-size: 50px;*/
  margin: 0 0 30px 0;
}
@media (max-width: 1024px) {
  /* line 533, style.scss */
  .header-xl h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  /* line 533, style.scss */
  .header-xl h2 {
    font-size: 30px;
  }
}

/* line 559, style.scss */
.halfs-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  /* line 559, style.scss */
  .halfs-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 566, style.scss */
  .halfs-wrapper.halfs-mobile-reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    /*.half:first-child{
    	padding-top: 50px;
    }*/
  }
}

/* line 579, style.scss */
.half {
  position: relative;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 588, style.scss */
.half.half-fat .half-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 588, style.scss */
  .half.half-fat .half-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  /* line 588, style.scss */
  .half.half-fat .half-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* line 604, style.scss */
.half.half-beige {
  background: #fdf2e5;
}
/* line 608, style.scss */
.half.half-green {
  background: #5eb168;
}
/* line 611, style.scss */
.half.half-green, .half.half-green * {
  color: #fdf2e5;
}
/* line 616, style.scss */
.half:first-child {
  justify-content: flex-end;
}
/* line 620, style.scss */
.half:first-child .half-content > * {
  margin-right: 15%;
  padding-right: 0;
  padding-left: 100px;
  margin-left: 4%;
}
@media (max-width: 1024px) {
  /* line 620, style.scss */
  .half:first-child .half-content > * {
    margin-right: 7%;
  }
}
@media (max-width: 768px) {
  /* line 620, style.scss */
  .half:first-child .half-content > * {
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  /* line 620, style.scss */
  .half:first-child .half-content > * {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 647, style.scss */
.half.half-space-bottom {
  padding-bottom: 200px;
}
/* line 650, style.scss */
.half.half-space-bottom .btn {
  margin-top: 100px;
}
@media (max-width: 768px) {
  /* line 647, style.scss */
  .half.half-space-bottom {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  /* line 647, style.scss */
  .half.half-space-bottom {
    padding-bottom: 50px;
  }
  /* line 661, style.scss */
  .half.half-space-bottom .btn {
    margin-top: 40px;
    display: block;
  }
}
/* line 668, style.scss */
.half.half-image {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 676, style.scss */
.half.half-image-fixed-width {
  max-width: 1000px;
}
@media (max-width: 768px) {
  /* line 579, style.scss */
  .half {
    width: 100%;
  }
}

/* line 685, style.scss */
.half-content {
  max-width: 775px;
}
/* line 688, style.scss */
.half-content > * {
  margin-left: 15%;
  padding-right: 100px;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  /* line 688, style.scss */
  .half-content > * {
    margin-left: 7%;
  }
}
@media (max-width: 768px) {
  /* line 688, style.scss */
  .half-content > * {
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  /* line 688, style.scss */
  .half-content > * {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 685, style.scss */
  .half-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Table */
/* line 719, style.scss */
.table {
  width: 100%;
  margin: 0;
}
/* line 723, style.scss */
.table td {
  padding: 0 0 15px 0;
  border: none;
}
/* line 728, style.scss */
.table label {
  display: block;
  width: 100%;
  margin-bottom: -8px;
  font-size: 12px;
}
/* line 735, style.scss */
.table tr:last-child td {
  padding: 0;
}

/* Btns */
/* line 741, style.scss */
.btn {
  text-decoration: none !important;
}
/* line 744, style.scss */
.btn.btn-xl {
  font-size: 14px;
  font-weight: 600;
  padding: 11px 40px 10px 40px;
}
/* line 750, style.scss */
.btn.btn-success {
  background: #5eb168;
}
/* line 754, style.scss */
.btn.btn-margin-top {
  margin-top: 40px;
}

/* Footer */
/* line 760, style.scss */
footer {
  background: #3a3a3a;
  color: #FFFFFF;
  text-align: center;
  padding: 120px 0;
  color: #FFFFFF;
}
/* line 767, style.scss */
footer p {
  font-size: 18px;
}
/* line 771, style.scss */
footer div[class^=col_] {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  /* line 760, style.scss */
  footer {
    padding: 70px 0;
  }
  /* line 778, style.scss */
  footer p {
    font-size: 14px;
  }
}

/* Video on startpage */
/* line 785, style.scss */
#play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*&:hover{
  	@include scale(1.1);
  	@include opacity(.9); 
  }*/
}
/* line 794, style.scss */
#play div {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-mask: url(../images/play.svg) no-repeat center center;
  mask: url(../images/play.svg) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 400ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 400ms ease-out;
  /* Firefox */
  -ms-transition: all 400ms ease-out;
  /* IE 9 */
  -o-transition: all 400ms ease-out;
  /* Opera */
  transition: all 400ms ease-out;
}

/* line 812, style.scss */
#video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 400ms ease-out;
  /* Firefox */
  -ms-transition: all 400ms ease-out;
  /* IE 9 */
  -o-transition: all 400ms ease-out;
  /* Opera */
  transition: all 400ms ease-out;
}
/* line 824, style.scss */
#video-popup.popup-visible {
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 830, style.scss */
#video-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 838, style.scss */
#video-popup-container .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
@media (max-width: 768px) {
  /* line 830, style.scss */
  #video-popup-container {
    width: 100%;
  }
}

/* line 850, style.scss */
#video-popup-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 856, style.scss */
#video-popup-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 865, style.scss */
#video-popup-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat scroll center center;
  background-size: 50px;
}

/* line 876, style.scss */
.half-video {
  position: relative;
  cursor: pointer;
}
/* line 880, style.scss */
.half-video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms ease-out;
  /* Safari and Chrome */
  -moz-transition: all 400ms ease-out;
  /* Firefox */
  -ms-transition: all 400ms ease-out;
  /* IE 9 */
  -o-transition: all 400ms ease-out;
  /* Opera */
  transition: all 400ms ease-out;
}
/* line 892, style.scss */
.half-video:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
/* line 896, style.scss */
.half-video:hover #play div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* CSS Spinner */
/* line 904, style.scss */
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  -moz-animation: sk-rotate 2s infinite linear;
  -ms-animation: sk-rotate 2s infinite linear;
  -o-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
/* line 914, style.scss */
.spinner.spinner-white .spinner-dot1, .spinner.spinner-white .spinner-dot2 {
  background-color: #FFFFFF;
}

/* line 920, style.scss */
.spinner-dot1, .spinner-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ba433e;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  -moz-animation: sk-bounce 2s infinite ease-in-out;
  -ms-animation: sk-bounce 2s infinite ease-in-out;
  -o-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

/* line 932, style.scss */
.spinner-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* Misc-styles */
/* line 942, style.scss */
.float-right {
  float: right;
}

/* line 946, style.scss */
.align-center {
  text-align: center;
}
/* line 949, style.scss */
.align-center .box-cover {
  text-align: center;
}
/* line 953, style.scss */
.align-center .col_4 {
  float: none;
  display: inline-block;
}

/* line 959, style.scss */
.align-left {
  text-align: left;
}

/* line 963, style.scss */
.align-right {
  text-align: right;
}

/* line 967, style.scss */
.hidden {
  display: none;
}

/* line 968, style.scss */
.grecaptcha-badge {
  display: none;
}

/* Last: Import all Responsive rules */
/* line 1, _responsive.scss */
.visible-phone {
  display: none;
}

/* line 5, _responsive.scss */
.hidden-phone {
  display: block;
}

/* line 9, _responsive.scss */
.col_0 {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

/* line 15, _responsive.scss */
.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c,
.col_6, .col_6c,
.col_7, .col_7c,
.col_8, .col_8c,
.col_9, .col_9c,
.col_10, .col_10c {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
  display: block;
}
/* line 31, _responsive.scss */
.col_1.extra-margin,
.col_2.extra-margin,
.col_3.extra-margin, .col_3c.extra-margin,
.col_4.extra-margin, .col_4c.extra-margin,
.col_5.extra-margin, .col_5c.extra-margin,
.col_6.extra-margin, .col_6c.extra-margin,
.col_7.extra-margin, .col_7c.extra-margin,
.col_8.extra-margin, .col_8c.extra-margin,
.col_9.extra-margin, .col_9c.extra-margin,
.col_10.extra-margin, .col_10c.extra-margin {
  margin-bottom: 60px;
}
/* line 35, _responsive.scss */
.col_1.col_center,
.col_2.col_center,
.col_3.col_center, .col_3c.col_center,
.col_4.col_center, .col_4c.col_center,
.col_5.col_center, .col_5c.col_center,
.col_6.col_center, .col_6c.col_center,
.col_7.col_center, .col_7c.col_center,
.col_8.col_center, .col_8c.col_center,
.col_9.col_center, .col_9c.col_center,
.col_10.col_center, .col_10c.col_center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 42, _responsive.scss */
.col_1 {
  float: none;
}

/* line 46, _responsive.scss */
.col_6, .col_6c {
  margin-bottom: 10px;
}

/* columns (autogenerated styles) */
/* line 51, _responsive.scss */
.col_1 {
  width: 96%;
}

/* line 52, _responsive.scss */
.col_2 {
  width: 46%;
}

/* line 53, _responsive.scss */
.col_3 {
  width: 29.3333333333%;
}

/* line 54, _responsive.scss */
.col_4 {
  width: 21%;
}

/* line 55, _responsive.scss */
.col_5 {
  width: 16%;
}

/* line 56, _responsive.scss */
.col_6 {
  width: 12.6666666667%;
}

/* line 57, _responsive.scss */
.col_7 {
  width: 10.2857142857%;
}

/* line 58, _responsive.scss */
.col_8 {
  width: 8.5%;
}

/* line 59, _responsive.scss */
.col_9 {
  width: 7.11111111111%;
}

/* line 60, _responsive.scss */
.col_10 {
  width: 6%;
}

/* complements (autogenerated styles) */
/* line 63, _responsive.scss */
.col_3c {
  width: 62.6666666667%;
}

/* line 64, _responsive.scss */
.col_4c {
  width: 71%;
}

/* line 65, _responsive.scss */
.col_5c {
  width: 76%;
}

/* line 66, _responsive.scss */
.col_6c {
  width: 79.3333333333%;
}

/* line 67, _responsive.scss */
.col_7c {
  width: 81.7142857143%;
}

/* line 68, _responsive.scss */
.col_8c {
  width: 83.5%;
}

/* line 69, _responsive.scss */
.col_9c {
  width: 84.8888888889%;
}

/* line 70, _responsive.scss */
.col_10c {
  width: 86%;
}

/* line 72, _responsive.scss */
[class*=col_].center {
  float: none;
  margin: 0 auto 50px auto;
}

/* 
  ============================================= IPAD LANDSCAPE ====
*/
@media (max-width: 1150px) {
  /* line 81, _responsive.scss */
  .col_6 {
    width: 29.3333333333%;
  }

  /* line 82, _responsive.scss */
  .col_8 {
    width: 21%;
  }

  /* line 83, _responsive.scss */
  .col_9 {
    width: 29.3333333333%;
  }

  /* line 84, _responsive.scss */
  .col_10 {
    width: 16%;
  }

  /* line 86, _responsive.scss */
  .col_6c {
    width: 62.6666666667%;
  }

  /* line 87, _responsive.scss */
  .col_8c {
    width: 71%;
  }

  /* line 88, _responsive.scss */
  .col_9c {
    width: 62.6666666667%;
  }

  /* line 89, _responsive.scss */
  .col_10c {
    width: 76%;
  }
}
/* 
  ============================================== IPAD PORTRAIT ====
*/
@media (max-width: 991px) {
  /* line 100, _responsive.scss */
  .col_4 {
    width: 46%;
  }

  /* line 101, _responsive.scss */
  .col_6 {
    width: 46%;
  }

  /* line 102, _responsive.scss */
  .col_8 {
    width: 46%;
  }

  /* line 103, _responsive.scss */
  .col_9 {
    width: 96%;
  }

  /* line 104, _responsive.scss */
  .col_10 {
    width: 46%;
  }

  /* line 106, _responsive.scss */
  .col_4c {
    width: 46%;
  }

  /* line 107, _responsive.scss */
  .col_6c {
    width: 46%;
  }

  /* line 108, _responsive.scss */
  .col_8c {
    width: 46%;
  }

  /* line 109, _responsive.scss */
  .col_9c {
    width: 96%;
  }

  /* line 110, _responsive.scss */
  .col_10c {
    width: 46%;
  }

  /* line 112, _responsive.scss */
  .col_4c .col_2 {
    width: 96%;
  }
  /* line 115, _responsive.scss */
  .col_4c .col_2:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 785px) {
  /* line 122, _responsive.scss */
  #hero-content-table {
    display: block;
  }
}
@media (max-width: 768px) {
  /* line 128, _responsive.scss */
  .col_5 {
    width: 29%;
  }
}
@media (max-width: 700px) {
  /* line 134, _responsive.scss */
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_10,
  .col_2c,
  .col_3c,
  .col_4c,
  .col_5c,
  .col_6c,
  .col_7c,
  .col_8c,
  .col_10c,
  .row-column {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 156, _responsive.scss */
  .col_1, .col_2, .col_3, .col_3c, .col_4 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* 
  =========================================== IPHONE LANDSCAPE ====
*/
@media (max-width: 480px) {
  /* line 163, _responsive.scss */
  #menu-toggler {
    display: block;
  }

  /* line 167, _responsive.scss */
  header #menu {
    display: none;
  }

    /*.wrapper{
        padding: 0 20px;

        /*h1, h2, h3{
          text-align: center;
        }*
    }*/
  /*.box-white, .box-gray{
    padding: 40px 0;
  
    &.box-column-padding{
      padding: 40px 0 0 0;
    }
  }*/
  /* line 188, _responsive.scss */
  header {
    position: absolute;
  }

  /* line 192, _responsive.scss */
  .visible-phone {
    display: block;
  }

  /* line 196, _responsive.scss */
  .hidden-phone {
    display: none;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sk-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes sk-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes sk-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}