html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.dc-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  .dc-container::after {
    clear: both;
    content: "";
    display: block; }
  .dc-container::after {
    clear: both;
    content: "";
    display: block; }
  .dc-container .one-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    .dc-container .one-col:last-child {
      margin-right: 0; }
  .dc-container .two-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .dc-container .two-col:last-child {
      margin-right: 0; }
  .dc-container .three-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .dc-container .three-col:last-child {
      margin-right: 0; }
  .dc-container .threebig-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.49666%; }
    .dc-container .threebig-col:last-child {
      margin-right: 0; }
  .dc-container .four-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .dc-container .four-col:last-child {
      margin-right: 0; }
  .dc-container .five-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .dc-container .five-col:last-child {
      margin-right: 0; }
  .dc-container .six-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .dc-container .six-col:last-child {
      margin-right: 0; }
  .dc-container .eight-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .dc-container .eight-col:last-child {
      margin-right: 0; }
  .dc-container .twelve-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .dc-container .twelve-col:last-child {
      margin-right: 0; }
  .dc-container.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 480px) {
    .dc-container {
      padding: 0 20px; } }

.align-center {
  text-align: center; }

.dark-parallax {
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .dark-parallax .align-center {
    background: rgba(16, 13, 13, 0.7); }

.dc-mobile .dark-parallax {
  background-attachment: scroll; }

.full-screen,
.big-screen {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%; }
  .full-screen .align-center,
  .big-screen .align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 160px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 560px) {
    .full-screen,
    .big-screen {
      min-height: 0; } }
  @media screen and (max-width: 480px) {
    .full-screen .align-center,
    .big-screen .align-center {
      padding: 80px 0; } }

.big-screen {
  min-height: 80vh; }
  @media screen and (max-width: 768px) {
    .big-screen {
      min-height: 70vh; } }
  @media screen and (max-width: 560px) {
    .big-screen {
      min-height: 0; } }

.dc-mobile.dc-apple .full-screen,
.dc-mobile.dc-apple .big-screen {
  min-height: 0; }

* {
  outline: 0; }
  *:active, *:focus, *:hover {
    outline: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #fff;
  font-size: 18px;
  line-height: 26px; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 16px;
      line-height: 22px; } }
  body.standalone #stickymenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

#pagewrap {
  max-width: 100%;
  overflow: hidden; }

#stickymenu {
  background: rgba(0, 0, 0, 0.82);
  height: 80px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }
  #stickymenu a {
    cursor: pointer;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease; }
  #stickymenu .logo {
    background: url(../images/dc-longshadowbw.png) left bottom no-repeat;
    background-size: contain;
    bottom: 0;
    display: block;
    height: 67px;
    left: 30px;
    position: absolute;
    width: 105px; }
    #stickymenu .logo:hover {
      opacity: 0.75; }
  #stickymenu ul {
    float: right;
    margin: 0;
    padding: 0; }
    #stickymenu ul::after {
      clear: both;
      content: "";
      display: block; }
    #stickymenu ul li {
      display: block;
      float: left; }
      #stickymenu ul li a {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        font-size: 18px;
        line-height: 80px; }
        @media screen and (max-width: 900px) {
          #stickymenu ul li a {
            font-size: 17px; } }
        @media screen and (max-width: 820px) {
          #stickymenu ul li a {
            font-size: 16px; } }
      #stickymenu ul li.active a {
        color: #fff; }
      #stickymenu ul li:not(:first-child) {
        margin-left: 40px; }
        @media screen and (max-width: 960px) {
          #stickymenu ul li:not(:first-child) {
            margin-left: 30px; } }
        @media screen and (max-width: 900px) {
          #stickymenu ul li:not(:first-child) {
            margin-left: 24px; } }
        @media screen and (max-width: 820px) {
          #stickymenu ul li:not(:first-child) {
            margin-left: 20px; } }
      #stickymenu ul li:not(.active):hover a {
        color: rgba(255, 255, 255, 0.75); }
  #stickymenu.visible {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 768px) {
    #stickymenu {
      background: rgba(0, 0, 0, 0.72);
      height: auto; }
      #stickymenu .dc-container {
        padding: 0; }
      #stickymenu .logo {
        height: 57px; }
      #stickymenu .mobile-toggle {
        bottom: 13px;
        display: block;
        height: 40px;
        position: absolute;
        right: 30px;
        width: 40px; }
        #stickymenu .mobile-toggle.active:before, #stickymenu .mobile-toggle:hover:before {
          opacity: 0; }
        #stickymenu .mobile-toggle.active:after, #stickymenu .mobile-toggle:hover:after {
          opacity: 1; }
        #stickymenu .mobile-toggle:before, #stickymenu .mobile-toggle:after {
          background: url(../images/menu.png) center center no-repeat;
          background-size: contain;
          content: "\0020";
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          width: 100%; }
        #stickymenu .mobile-toggle:after {
          background-image: url(../images/menu-hover.png);
          opacity: 0; }
      #stickymenu ul {
        background: rgba(0, 0, 0, 0.4);
        float: none;
        max-height: 0;
        margin-bottom: 66px;
        -webkit-transition: max-height 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: max-height 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        overflow: hidden; }
        #stickymenu ul li {
          float: none;
          margin: 0; }
          #stickymenu ul li a {
            font-size: 17px;
            line-height: 56px;
            text-align: center; }
          #stickymenu ul li:first-child, #stickymenu ul li:not(:first-child) {
            margin: 0; }
      #stickymenu.expanded ul {
        max-height: 280px; } }
  @media screen and (max-width: 480px) {
    #stickymenu .logo {
      height: 50px;
      left: 20px; }
    #stickymenu .mobile-toggle {
      bottom: 14px;
      height: 32px;
      right: 20px;
      width: 32px; }
    #stickymenu ul {
      margin-bottom: 60px; }
      #stickymenu ul li a {
        font-size: 16px;
        line-height: 50px; } }

#legal-notice {
  -webkit-overflow-scrolling: touch;
  background: rgba(60, 60, 60, 0.95);
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99999; }
  #legal-notice .legal-inner {
    margin: 0 auto;
    max-width: 960px; }
  #legal-notice .legal-close {
    background: url(../images/close.png) center center no-repeat;
    background-size: cover;
    display: block;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 40px; }
    #legal-notice .legal-close:hover {
      opacity: 1; }
  #legal-notice h2,
  #legal-notice h3 {
    color: #fff; }
  #legal-notice h2:not(:first-of-type) {
    margin-top: 32px; }
  #legal-notice h3 {
    margin-top: 24px; }
  #legal-notice a {
    color: #fff;
    text-decoration: underline; }
    #legal-notice a:hover {
      text-decoration: none; }
  #legal-notice.block {
    display: block; }
  #legal-notice.visible {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.contact-row-outer {
  padding: 96px 0; }
  .contact-row-outer .dc-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-row-outer h3 {
    font-size: 30px; }
  .contact-row-outer .link {
    text-align: right; }
    .contact-row-outer .link .button {
      white-space: nowrap; }
    .contact-row-outer .link strong {
      font-size: 50px;
      line-height: 1em;
      white-space: nowrap; }
      @media screen and (max-width: 480px) {
        .contact-row-outer .link strong {
          font-size: 36px; } }
  @media screen and (max-width: 768px) {
    .contact-row-outer {
      padding: 72px 0; }
      .contact-row-outer .text,
      .contact-row-outer .link {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%; }
        .contact-row-outer .text:last-child,
        .contact-row-outer .link:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .contact-row-outer .dc-container {
      display: block; }
    .contact-row-outer .text,
    .contact-row-outer .link {
      width: 100%;
      margin: 0; }
    .contact-row-outer .link {
      padding-top: 32px;
      text-align: left; } }
  @media screen and (max-width: 480px) {
    .contact-row-outer {
      padding: 64px 0; } }

.form-container {
  margin: 0;
  padding: 0; }
  .form-container li {
    display: block;
    margin-bottom: 16px; }
    .form-container li.error input,
    .form-container li.error textarea {
      background: rgba(255, 0, 0, 0.1);
      color: rgba(247, 212, 214, 0.9); }
      .form-container li.error input::-webkit-input-placeholder,
      .form-container li.error textarea::-webkit-input-placeholder {
        color: rgba(231, 126, 133, 0.4); }
      .form-container li.error input::-moz-placeholder,
      .form-container li.error textarea::-moz-placeholder {
        color: rgba(231, 126, 133, 0.4); }
      .form-container li.error input:-moz-placeholder,
      .form-container li.error textarea:-moz-placeholder {
        color: rgba(231, 126, 133, 0.4); }
      .form-container li.error input:-ms-input-placeholder,
      .form-container li.error textarea:-ms-input-placeholder {
        color: rgba(231, 126, 133, 0.4); }
  .form-container input,
  .form-container textarea,
  .form-container button {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.07);
    border: 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 64px;
    padding: 20px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    width: 100%; }
    .form-container input:disabled::-webkit-input-placeholder,
    .form-container textarea:disabled::-webkit-input-placeholder,
    .form-container button:disabled::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0); }
    .form-container input:disabled::-moz-placeholder,
    .form-container textarea:disabled::-moz-placeholder,
    .form-container button:disabled::-moz-placeholder {
      color: rgba(255, 255, 255, 0); }
    .form-container input:disabled:-moz-placeholder,
    .form-container textarea:disabled:-moz-placeholder,
    .form-container button:disabled:-moz-placeholder {
      color: rgba(255, 255, 255, 0); }
    .form-container input:disabled:-ms-input-placeholder,
    .form-container textarea:disabled:-ms-input-placeholder,
    .form-container button:disabled:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0); }
    @media screen and (max-width: 640px) {
      .form-container input,
      .form-container textarea,
      .form-container button {
        border-radius: 5px;
        height: 48px; } }
  .form-container input:disabled {
    background: rgba(255, 255, 255, 0.03); }
  .form-container input::-webkit-input-placeholder,
  .form-container textarea::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2); }
  .form-container input::-moz-placeholder,
  .form-container textarea::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2); }
  .form-container input:-moz-placeholder,
  .form-container textarea:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2); }
  .form-container input:-ms-input-placeholder,
  .form-container textarea:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2); }
  .form-container textarea {
    resize: none; }
  .form-container button {
    background: #fff;
    border-radius: 32px;
    color: #2b2b2b; }
    .form-container button:disabled {
      background: rgba(255, 255, 255, 0.5);
      cursor: not-allowed; }
    @media screen and (max-width: 640px) {
      .form-container button {
        padding-bottom: 0;
        padding-top: 0; } }

.phone-desctext {
  background: url(../images/section-shadow.png) bottom center no-repeat; }
  .phone-desctext .dc-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .phone-desctext .dc-container h3 {
      font-size: 30px;
      margin-bottom: 12px;
      position: relative; }
      .phone-desctext .dc-container h3:before, .phone-desctext .dc-container h3:after {
        background: #bcbcbc;
        content: "\0020";
        display: block;
        height: 1px;
        margin-top: 1px;
        position: absolute;
        top: 50%;
        width: 20%; }
      .phone-desctext .dc-container h3:after {
        border-radius: 50%;
        height: 5px;
        margin-top: -1px;
        width: 5px; }
    .phone-desctext .dc-container:first-child {
      padding-top: 96px; }
    .phone-desctext .dc-container:last-child {
      padding-bottom: 96px; }
    @media screen and (max-width: 880px) {
      .phone-desctext .dc-container {
        display: block; } }
    @media screen and (max-width: 560px) {
      .phone-desctext .dc-container:first-child {
        padding-top: 72px; }
      .phone-desctext .dc-container:last-child {
        padding-bottom: 72px; } }
    @media screen and (max-width: 480px) {
      .phone-desctext .dc-container:first-child {
        padding-top: 64px; }
      .phone-desctext .dc-container:last-child {
        padding-bottom: 64px; } }
  .phone-desctext h1 {
    margin-bottom: 64px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .phone-desctext h1 {
        margin-bottom: 48px; } }
    @media screen and (max-width: 480px) {
      .phone-desctext h1 {
        margin-bottom: 40px; } }
  .phone-desctext .desctext,
  .phone-desctext .phone {
    position: relative; }
    @media screen and (max-width: 880px) {
      .phone-desctext .desctext,
      .phone-desctext .phone {
        width: 100%;
        margin: 0; } }
  .phone-desctext .desctext {
    z-index: 5; }
    .phone-desctext .desctext:first-child {
      text-align: right; }
      .phone-desctext .desctext:first-child h3:before, .phone-desctext .desctext:first-child h3:after {
        left: 100%;
        margin-left: 16px; }
      .phone-desctext .desctext:first-child h3:after {
        left: 120%; }
      @media screen and (max-width: 880px) {
        .phone-desctext .desctext:first-child {
          text-align: left; } }
    .phone-desctext .desctext:last-child h3:before, .phone-desctext .desctext:last-child h3:after {
      right: 100%;
      margin-right: 16px; }
    .phone-desctext .desctext:last-child h3:after {
      right: 120%; }
  .phone-desctext .phone {
    line-height: 0;
    text-align: center;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .phone-desctext .phone img {
        max-height: 480px; } }
    @media screen and (max-width: 480px) {
      .phone-desctext .phone img {
        max-height: 320px; } }
    @media screen and (max-width: 880px) {
      .phone-desctext .phone {
        margin: 64px 0; } }

h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0; }
  h1 span,
  h2 span,
  h3 span,
  h4 span {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400; }

h1 {
  font-size: 50px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 48px; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 28px; } }

a {
  color: #78ce18;
  text-decoration: none; }
  
a:hover {
  color: #6fb322;
  text-decoration: none; }

p {
  margin-top: 0; 
} p:last-child {
    margin-bottom: 0; }

.nowrap {
  white-space: nowrap; }

strong {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400; }

img {
  max-width: 100%; }

.button {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #f2f3f3;
  border-radius: 32px;
  color: #3c3c3c;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 64px;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; }
  .button.block {
    display: block;
    padding: 0;
    text-align: center; }
  .button:hover {
    background: #3c3c3c;
    color: #f2f3f3; }
  @media screen and (max-width: 960px) {
    .button {
      height: 56px;
      line-height: 56px;
      padding: 0 40px; } }
  @media screen and (max-width: 880px) {
    .button {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .button {
      height: 48px;
      line-height: 48px; } }

#intro-consumer,
#intro-trainer,
#intro-business {
  background-position: center center;
  background-repeat: no-repeat; }
  #intro-consumer .icon,
  #intro-trainer .icon,
  #intro-business .icon {
    line-height: 0;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #intro-consumer .icon,
      #intro-trainer .icon,
      #intro-business .icon {
        margin-bottom: 24px; }
        #intro-consumer .icon img,
        #intro-trainer .icon img,
        #intro-business .icon img {
          width: 100px; } }
    @media screen and (max-width: 480px) {
      #intro-consumer .icon img,
      #intro-trainer .icon img,
      #intro-business .icon img {
        width: 80px; } }
  #intro-consumer h1,
  #intro-consumer h2,
  #intro-consumer h3,
  #intro-consumer h4,
  #intro-trainer h1,
  #intro-trainer h2,
  #intro-trainer h3,
  #intro-trainer h4,
  #intro-business h1,
  #intro-business h2,
  #intro-business h3,
  #intro-business h4 {
    color: #fff; }
  #intro-consumer p,
  #intro-trainer p,
  #intro-business p {
    padding: 0 10%; }
    @media screen and (max-width: 960px) {
      #intro-consumer p,
      #intro-trainer p,
      #intro-business p {
        padding: 0; } }
    @media screen and (max-width: 880px) {
      #intro-consumer p br,
      #intro-trainer p br,
      #intro-business p br {
        display: none; } }
  @media screen and (max-width: 480px) {
    #intro-consumer .dc-container,
    #intro-trainer .dc-container,
    #intro-business .dc-container {
      padding-left: 20px;
      padding-right: 20px; } }

#intro-consumer {
  background-image: url(../images/intro-consumer.jpg);
  border-bottom: 10px solid #8ad420; }
  #intro-consumer h1 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100px;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin-bottom: 0.2em; }
    #intro-consumer h1 span {
      font-family: 'Lato', sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block;
      letter-spacing: -0.01em;
      margin-left: 0.035em; }
    @media screen and (max-width: 960px) {
      #intro-consumer h1 {
        font-size: 80px; } }
    @media screen and (max-width: 640px) {
      #intro-consumer h1 {
        font-size: 64px;
        margin-bottom: 0.25em; } }
    @media screen and (max-width: 480px) {
      #intro-consumer h1 {
        font-size: 48px; } }
  #intro-consumer h2 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 48px; }
    @media screen and (max-width: 640px) {
      #intro-consumer h2 {
        font-size: 20px;
        margin-bottom: 32px; } }
    @media screen and (max-width: 480px) {
      #intro-consumer h2 {
        font-size: 16px; } }
  #intro-consumer .buttons {
    margin: 64px 0 40px 0;
    padding: 0; }
    @media screen and (max-width: 880px) {
      #intro-consumer .buttons {
        margin: 56px 0 32px 0; } }
    @media screen and (max-width: 640px) {
      #intro-consumer .buttons {
        margin: 40px 0 32px 0; } }
    @media screen and (max-width: 560px) {
      #intro-consumer .buttons {
        margin: 32px 0; } }
  #intro-consumer .button {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 8px; }
    #intro-consumer .button:nth-child(1) {
      background: rgba(138, 212, 32, 0);
      margin-left: 0; }
      #intro-consumer .button:nth-child(1):hover {
        background: #8ad420;
        border-color: #8ad420; }
    #intro-consumer .button:nth-child(2) {
      background: rgba(32, 100, 177, 0); }
      #intro-consumer .button:nth-child(2):hover {
        background: #2064b1;
        border-color: #2064b1; }
    #intro-consumer .button:nth-child(3) {
      background: rgba(215, 40, 52, 0);
      margin-right: 0; }
      #intro-consumer .button:nth-child(3):hover {
        background: #d72834;
        border-color: #d72834; }
    @media screen and (max-width: 960px) {
      #intro-consumer .button {
        margin: 0 6px; } }
    @media screen and (max-width: 768px) {
      #intro-consumer .button {
        display: block;
        height: 48px;
        line-height: 48px;
        margin: 12px auto;
        max-width: 72%;
        padding: 0; }
        #intro-consumer .button:first-child {
          margin-left: auto;
          margin-top: 0; }
        #intro-consumer .button:last-child {
          margin-bottom: 0;
          margin-right: auto; } }
    @media screen and (max-width: 768px) {
      #intro-consumer .button {
        height: 40px;
        line-height: 40px;
        max-width: none; } }

#intro-trainer h1,
#intro-business h1 {
  font-size: 60px; }
  @media screen and (max-width: 768px) {
    #intro-trainer h1,
    #intro-business h1 {
      font-size: 48px; } }
  @media screen and (max-width: 560px) {
    #intro-trainer h1,
    #intro-business h1 {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    #intro-trainer h1,
    #intro-business h1 {
      font-size: 32px; } }

#intro-trainer p:last-child,
#intro-business p:last-child {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400; }

#intro-trainer {
  background-image: url(../images/intro-trainer.jpg);
  border-bottom: 10px solid #2064b1; }

#intro-business {
  background-image: url(../images/intro-business.jpg);
  border-bottom: 10px solid #d72834; }

#consumer .dc-container {
  padding-bottom: 44px;
  padding-top: 44px; }
  #consumer .dc-container .phoneimg,
  #consumer .dc-container .text {
    position: relative; }
  #consumer .dc-container .phoneimg {
    -ms-flex-item-align: end;
        align-self: flex-end;
    line-height: 0;
    z-index: 5; }
    #consumer .dc-container .phoneimg::after {
      clear: both;
      content: "";
      display: block; }
    #consumer .dc-container .phoneimg .innerimg {
      position: relative; }
    #consumer .dc-container .phoneimg img {
      max-width: none;
      right: 0; }
    #consumer .dc-container .phoneimg:first-child .innerimg {
      float: right; }
    #consumer .dc-container .phoneimg:last-child .innerimg {
      float: left; }
  #consumer .dc-container .text {
    padding-top: 96px;
    z-index: 10; }
    #consumer .dc-container .text h2 {
      white-space: nowrap; }
      #consumer .dc-container .text h2 span {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 300; }
      @media screen and (max-width: 1060px) {
        #consumer .dc-container .text h2 {
          white-space: normal; } }
    @media screen and (max-width: 768px) {
      #consumer .dc-container .text {
        padding-bottom: 32px;
        padding-top: 56px; } }
  @media screen and (max-width: 960px) {
    #consumer .dc-container.detailed-knowledge .innerimg img {
      margin-left: 5%; } }
  #consumer .dc-container.compact-knowledge .innerimg img {
    margin-left: -12.5%; }
    @media screen and (max-width: 960px) {
      #consumer .dc-container.compact-knowledge .innerimg img {
        margin-left: -15%; } }
    @media screen and (max-width: 768px) {
      #consumer .dc-container.compact-knowledge .innerimg img {
        margin-left: -22.5%; } }
  #consumer .dc-container.motivation .innerimg img {
    margin-left: 11.5%; }
    @media screen and (max-width: 960px) {
      #consumer .dc-container.motivation .innerimg img {
        margin-left: 15%; } }
  #consumer .dc-container.stats .innerimg img {
    margin-left: -11%; }
    @media screen and (max-width: 960px) {
      #consumer .dc-container.stats .innerimg img {
        margin-left: -15%; } }
  #consumer .dc-container:first-child {
    padding-top: 88px; }
  #consumer .dc-container:last-child {
    padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    #consumer .dc-container .phoneimg img {
      max-height: 460px; } }
  @media screen and (max-width: 640px) {
    #consumer .dc-container {
      padding-bottom: 32px;
      padding-top: 32px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #consumer .dc-container .phoneimg,
      #consumer .dc-container .text {
        width: 100%;
        margin: 0; }
      #consumer .dc-container .phoneimg {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        #consumer .dc-container .phoneimg .innerimg img {
          margin: 0;
          max-height: none;
          max-width: 100%; }
        #consumer .dc-container .phoneimg:first-child .innerimg, #consumer .dc-container .phoneimg:last-child .innerimg {
          float: none;
          margin: 0; }
      #consumer .dc-container .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 40px 0 0 0; }
      #consumer .dc-container:first-child {
        padding-top: 64px; }
      #consumer .dc-container:last-child {
        padding-bottom: 64px; } }
  @media screen and (max-width: 480px) {
    #consumer .dc-container .phoneimg .innerimg img {
      margin-left: -7.5%;
      max-width: 115%; } }
  @media screen and (max-width: 400px) {
    #consumer .dc-container .phoneimg .innerimg img {
      margin-left: -12.5%;
      max-width: 125%; } }

#offer {
  background: #f2f3f3;
  padding: 96px 0; }
  @media screen and (max-width: 880px) {
    #offer .dc-container {
      display: block; } }
  #offer h1 {
    margin-bottom: 64px; }
    @media screen and (max-width: 640px) {
      #offer h1 {
        margin-bottom: 48px; } }
    @media screen and (max-width: 480px) {
      #offer h1 {
        margin-bottom: 32px; } }
  #offer .four-col {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    #offer .four-col h2,
    #offer .four-col .subhead,
    #offer .four-col .offer,
    #offer .four-col .link {
      padding: 30px; }
      @media screen and (max-width: 640px) {
        #offer .four-col h2,
        #offer .four-col .subhead,
        #offer .four-col .offer,
        #offer .four-col .link {
          padding: 20px 30px; } }
    #offer .four-col h2 {
      font-family: 'Lato', sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #fff;
      font-size: 30px;
      margin: 0;
      text-align: center;
      white-space: nowrap; }
      @media screen and (max-width: 640px) {
        #offer .four-col h2 {
          font-size: 24px; } }
      @media screen and (max-width: 480px) {
        #offer .four-col h2 {
          font-size: 20px; } }
    #offer .four-col .subhead {
      background: #f6f7f7;
      padding-bottom: 40px;
      padding-top: 40px;
      position: relative;
      text-align: center; }
      #offer .four-col .subhead strong,
      #offer .four-col .subhead span {
        display: block; }
      #offer .four-col .subhead span {
        font-size: 16px; }
      #offer .four-col .subhead:after {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 400;
        border-radius: 50%;
        bottom: -20px;
        color: #fff;
        content: '+';
        display: block;
        font-size: 32px;
        height: 40px;
        left: 50%;
        line-height: 40px;
        margin-left: -20px;
        position: absolute;
        width: 40px; }
    #offer .four-col .offer {
      padding-top: 40px; }
      #offer .four-col .offer ul {
        margin: 0;
        padding: 8px 0 0 0; }
        #offer .four-col .offer ul li {
          display: block;
          line-height: 1.1em;
          margin-bottom: 16px;
          padding-left: 40px;
          position: relative; }
          #offer .four-col .offer ul li:not(.none):before {
            background: url(../images/list-check.png) no-repeat;
            content: "\0020";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 25px; }
          #offer .four-col .offer ul li:last-child {
            margin: 0; }
          @media screen and (max-width: 880px) {
            #offer .four-col .offer ul li.none {
              display: none; } }
    #offer .four-col .link {
      padding-top: 16px; }
      @media screen and (max-width: 480px) {
        #offer .four-col .link {
          padding-top: 0; } }
    #offer .four-col:nth-child(1), #offer .four-col:nth-child(3) {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.025);
      z-index: 10; }
    #offer .four-col:nth-child(1) h2,
    #offer .four-col:nth-child(1) .subhead:after,
    #offer .four-col:nth-child(1) .link .button:hover {
      background: #8ad420; }
    #offer .four-col:nth-child(1) .subhead strong {
      color: #8ad420; }
    #offer .four-col:nth-child(1) .offer ul li:before {
      background-position: top center; }
    #offer .four-col:nth-child(2) {
      box-shadow: 0 0 240px rgba(0, 0, 0, 0.075);
      z-index: 5; }
      #offer .four-col:nth-child(2) h2,
      #offer .four-col:nth-child(2) .subhead:after,
      #offer .four-col:nth-child(2) .link .button:hover {
        background: #2064b1; }
      #offer .four-col:nth-child(2) .subhead strong {
        color: #2064b1; }
      #offer .four-col:nth-child(2) .offer ul li:before {
        background-position: center center; }
    #offer .four-col:nth-child(3) h2,
    #offer .four-col:nth-child(3) .subhead:after,
    #offer .four-col:nth-child(3) .link .button:hover {
      background: #d72834; }
    #offer .four-col:nth-child(3) .subhead strong {
      color: #d72834; }
    #offer .four-col:nth-child(3) .offer ul li:before {
      background-position: bottom center; }
    @media screen and (max-width: 880px) {
      #offer .four-col {
        width: 100%;
        margin: 0 0 54px 0; }
        #offer .four-col:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 480px) {
      #offer .four-col {
        margin-bottom: 32px; } }
  @media screen and (max-width: 560px) {
    #offer {
      padding: 72px 0; } }
  @media screen and (max-width: 480px) {
    #offer {
      padding: 64px 0; } }

#trainer .dc-container .desctext p:not(:last-child) {
  margin-bottom: 56px; }
  @media screen and (max-width: 880px) {
    #trainer .dc-container .desctext p:not(:last-child) {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    #trainer .dc-container .desctext p:not(:last-child) {
      margin-bottom: 32px; } }

#trainer .dc-container h3 {
  color: #2064b1; }
  @media screen and (max-width: 960px) {
    #trainer .dc-container h3:before, #trainer .dc-container h3:after {
      display: none; } }

@media screen and (max-width: 880px) {
  #trainer .dc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #trainer .dc-container .desctext {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      #trainer .dc-container .desctext:last-child {
        margin-right: 0; }
      #trainer .dc-container .desctext:first-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #trainer .dc-container .desctext:last-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
    #trainer .dc-container .phone {
      width: 100%;
      margin: 0 0 64px 0;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

@media screen and (max-width: 560px) {
  #trainer .dc-container {
    display: block; }
    #trainer .dc-container .desctext,
    #trainer .dc-container .phone {
      width: 100%;
      margin: 0; }
    #trainer .dc-container .phone {
      margin: 64px 0; } }

@media screen and (max-width: 480px) {
  #trainer .dc-container .phone {
    margin: 40px 0; } }

#trainer + .contact-row-outer .link .button:hover {
  background: #2064b1; }

#business .dc-container .desctext:first-child p:not(:last-child) {
  margin-bottom: 56px; }
  @media screen and (max-width: 880px) {
    #business .dc-container .desctext:first-child p:not(:last-child) {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    #business .dc-container .desctext:first-child p:not(:last-child) {
      margin-bottom: 32px; } }

#business .dc-container .desctext:last-child p:not(:last-child) {
  margin-bottom: 32px; }
  @media screen and (max-width: 880px) {
    #business .dc-container .desctext:last-child p:not(:last-child) {
      margin-bottom: 24px; } }
  @media screen and (max-width: 480px) {
    #business .dc-container .desctext:last-child p:not(:last-child) {
      margin-bottom: 16px; } }

#business .dc-container .icon {
  background: url(../images/business-icons.png) no-repeat;
  display: inline-block;
  height: 56px;
  width: 56px; }
  #business .dc-container .icon.learning {
    background-position: 0 -56px; }
  #business .dc-container .icon.progress {
    background-position: 0 -112px; }
  #business .dc-container .icon.fit {
    background-position: 0 0; }
  #business .dc-container .icon.employee {
    background-position: 0 -168px;
    margin-left: -4px; }

#business .dc-container h3 {
  color: #d72834;
  margin-top: 10px; }
  @media screen and (max-width: 1060px) {
    #business .dc-container h3:before, #business .dc-container h3:after {
      display: none; } }

#business + .contact-row-outer .link .button:hover {
  background: #d72834; }

footer {
  background: #373737;
  color: #fff; }
  footer h1,
  footer h2,
  footer h3,
  footer h4 {
    color: #fff; }
  footer h2 {
    font-size: 50px; }
    @media screen and (max-width: 768px) {
      footer h2 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      footer h2 {
        font-size: 28px; } }

#upper-footer {
  padding-top: 96px; }
  #upper-footer > .dc-container:first-child {
    padding-bottom: 64px; }
    @media screen and (max-width: 480px) {
      #upper-footer > .dc-container:first-child {
        padding-bottom: 48px; } }
  #upper-footer .form-container textarea {
    height: 144px; }
  @media screen and (max-width: 880px) {
    #upper-footer .form-container {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      #upper-footer .form-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    #upper-footer .form-container {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    #upper-footer {
      padding-top: 72px; } }
  @media screen and (max-width: 480px) {
    #upper-footer {
      padding-top: 64px; } }

#lower-footer .about {
  background: #2b2b2b;
  padding: 96px 0;
  position: relative;
  text-align: center; }
  #lower-footer .about p {
    padding: 0 15%; }
  #lower-footer .about:after {
    height: 0;
    width: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-top: 40px solid #2b2b2b;
    bottom: -40px;
    content: "\0020";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (max-width: 560px) {
    #lower-footer .about {
      padding: 72px 0; } }

#lower-footer .slider {
  padding: 72px 60px 120px 60px;
  text-align: center; }
  #lower-footer .slider .item {
    margin: 0 auto;
    max-width: 50%; }
    #lower-footer .slider .item img,
    #lower-footer .slider .item h3 {
      margin-bottom: 32px; }
    #lower-footer .slider .item h3 {
      font-size: 40px; }
    #lower-footer .slider .item img {
      border-radius: 50%;
      display: inline-block;
      height: 176px;
      width: 176px; }
    @media screen and (max-width: 880px) {
      #lower-footer .slider .item {
        max-width: 70%; } }
    @media screen and (max-width: 560px) {
      #lower-footer .slider .item {
        max-width: none;
        padding: 0 30px; } }
  #lower-footer .slider .owl-nav {
    height: 47px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    #lower-footer .slider .owl-nav .owl-prev,
    #lower-footer .slider .owl-nav .owl-next {
      background: url(../images/arrow.png);
      cursor: pointer;
      height: 47px;
      opacity: 0.5;
      pointer-events: all;
      position: absolute;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      width: 25px;
      z-index: 50; }
      #lower-footer .slider .owl-nav .owl-prev:hover,
      #lower-footer .slider .owl-nav .owl-next:hover {
        opacity: 1; }
    #lower-footer .slider .owl-nav .owl-prev {
      left: -30px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    #lower-footer .slider .owl-nav .owl-next {
      right: -30px; }
  #lower-footer .slider .owl-dots {
    bottom: -56px;
    height: 14px;
    position: absolute;
    text-align: center;
    width: 100%; }
    #lower-footer .slider .owl-dots .owl-dot {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      line-height: 14px;
      margin: 0 4px;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
      width: 14px;
      z-index: 50; }
      #lower-footer .slider .owl-dots .owl-dot.active {
        background: white; }
  @media screen and (max-width: 768px) {
    #lower-footer .slider {
      padding: 72px 60px 90px 60px; }
      #lower-footer .slider .owl-dots {
        bottom: -40px; } }
  @media screen and (max-width: 560px) {
    #lower-footer .slider {
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 0; }
      #lower-footer .slider .owl-nav {
        display: none; } }
  @media screen and (max-width: 480px) {
    #lower-footer .slider {
      padding: 64px 0 100px 0; } }

#copy {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #2b2b2b;
  color: #606060;
  font-size: 20px;
  height: 64px;
  line-height: 64px; }
  #copy .dc-container > div:last-child {
    text-align: right; }
  #copy a {
    color: #606060;
    margin-left: 40px; }
    #copy a:hover {
      color: #999; }
  @media screen and (max-width: 640px) {
    #copy {
      height: auto;
      line-height: 30px;
      padding: 16px 0; }
      #copy .dc-container > div:first-child,
      #copy .dc-container > div:last-child {
        width: 100%;
        margin: 0;
        text-align: center; }
      #copy .dc-container > div:last-child a:first-child {
        margin-left: 0; } }

.standalone section {
  margin-bottom: 100px;
  margin-top: 150px; }
  
.help section {margin-bottom: 100px;}
.help article div {padding: 35px 10px 30px;}

.imprint section {
  margin-bottom: 100px;
  margin-top:50px;}
  
.dc-container.grey {background-color: #f2f3f3;}


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

/* Cookie Banderole */
.cc_container .cc_btn {
background-color: #8AD420 !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: rgba(0, 0, 0, 0.82) !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #8AD420 !important; /* Textlink-Farbe "Mehr Infos" */