  @charset "UTF-8";
  /*  
                                            
    _____ _       _              _____  _____ _____ 
    / ___/| (•)   | |           / ____// ____/ ____/  v 4.0.5
  | (___ | |_  __| | ___ ____ | |    | (___| (___  
    \___ \| | |/ _` |/ _ / __/ | |     \___ \ ___ \ 
    ____) | | | (_| |  __\__ \ | |____ ____) |___) |
  /_____/|_|_|\__,_|\___/___/  \_____/_____/_____/                               
                                              
                                              
  This file contains styles required for the proper functionality and display
  of your Slides Project.

  https://designmodo.com/slides/ 

  */
  /* CSS RESET */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }

  ol, ul, li {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  b, strong {
    font-weight: 600;
  }

  html {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }

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

  /***
  *      __  __              
  *     |  \/  |     ( )      
  *     | \  / | __ _ _ _ __  
  *     | |\/| |/ _` | | '_ \ 
  *     | |  | | (_| | | | | |
  *     |_|  |_|\__,_|_|_| |_|
  *                           
  *                           
  */
  html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  body {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  html.scrollable,
  html.scrollable body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  img {
    max-width: 100%;
    display: inline-block;
  }
  img.round {
    border-radius: 999px;
  }
  img.rounded {
    border-radius: 6px;
  }

  .slides {
    color: #fff;
    fill: #fff;
    font-family: "Roboto", sans-serif;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    background: #111;
    -webkit-font-smoothing: antialiased;
  }

  .slides.bodyWhite {
    background: #fff;
  }

  .slides.desktopSwipe {
    cursor: -webkit-grab;
  }

  .slides.desktopSwipe:active {
    cursor: -webkit-grabbing;
  }

  .slides.desktopSwipe .slide .container .wrap {
    cursor: inherit;
  }

  /* typography */
  a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: 0.35s;
  }
  a.underline {
    text-decoration: underline;
  }
  a:hover {
    transition: 0.15s;
    opacity: 0.8;
  }

  h1, .h1 {
    font-size: 42px;
    line-height: 1.285;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -0.036em;
  }
  h1.big, .h1.big {
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
  }
  h1.huge, .h1.huge {
    font-size: 64px;
    line-height: 1.218751;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
    font-weight: 100;
  }

  h1.small, .h1.small {
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    margin-top: 5%;
  }

  h1.micro, .h1.micro {
    font-size: 10px;
    line-height: 1;
    font-weight: 100;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 1.17;
    margin-bottom: 15px;
    font-weight: 400;
  }
  h2.uppercase,
  .h2.uppercase {
    letter-spacing: 0.2em !important;
  }
  h2.small,
  .h2.small {
    font-size: 28px;
  }
  h2.micro,
  .h2.micro {
    font-size: 19px;
  }
  h2.huge,
  .h2.huge {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400;
  }
  h3.large,
  .h3.large {
    font-size: 32px;
  }
  h3.big,
  .h3.big {
    font-size: 24px;
  }
  h3.small,
  .h3.small {
    font-size: 20px;
  }
  h3.micro,
  .h3.micro {
    font-size: 16px;
  }
  h3 + h1,
  h3 + .h1,
  .h3 + h1,
  .h3 + .h1 {
    margin-top: 30px;
  }

  h4,
  .h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  p,
  .p,
  blockquote {
    font-size: 22px;
    line-height: 1.6363636364;
    margin-bottom: 30px;
    font-weight: 300;
  }
  p.hero,
  .p.hero,
  blockquote.hero {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  p.large,
  .p.large,
  blockquote.large {
    font-size: 32px;
    line-height: 1.4;
  }
  p.small,
  .p.small,
  blockquote.small {
    font-size: 18px;
    line-height: 1.36;
    margin-bottom: 20px;
  }
  p.tiny,
  .p.tiny,
  blockquote.tiny {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 12px;
    font-weight: 400;
  }
  p.micro,
  .p.micro,
  blockquote.micro {
    font-size: 14px;
    line-height: 1.5714;
    margin-bottom: 20px;
    margin-top: 2px;
  }

  blockquote {
    padding-left: 2em;
    border-left: 2px solid;
  }

  small {
    font-size: 17px;
    line-height: 1.3;
  }
  small .small {
    font-size: 14px;
    line-height: 1.28;
  }

  /* bullets */
  .list.circle li {
    list-style-type: circle;
  }
  .list.disc li {
    list-style-type: disc;
  }
  .list.square li {
    list-style-type: square;
  }

  @media (max-width: 1023px) {
    h1,
    .h1,
    h1.huge,
    .h1.huge,
    h1.big,
    .h1.big {
      font-size: 40px;
      margin-bottom: 20px;
    }

    p.hero {
      font-size: 22px;
    }

    h1.small,
    .h1.small {
      font-size: 32px;
    }

    .mobileCrop {
      margin: 0 !important;
    }

    .mobileCropBottom {
      margin-bottom: 0 !important;
    }

    .mobileCropTop {
      margin-top: 0 !important;
    }

    .mobileCropLeft {
      margin-left: 0 !important;
    }

    .mobileCropRight {
      margin-right: 0 !important;
    }
  }
  @media (max-width: 319px) {
    h1.huge,
    .h1.huge,
    h1.big,
    .h1.big {
      font-size: 32px;
    }
  }
  /* buttons */
  .button {
    display: inline-block;
    border-radius: 4px;
    padding: 16px 24px 17px;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    background: #202020;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    letter-spacing: normal !important;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-user-select: none !important;
      -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }
  .slide .button, .popup .button {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slide .button.small, .popup .button.small {
    margin-left: 4px;
    margin-right: 4px;
  }
  .button.wide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .button .material-icons {
    vertical-align: bottom;
    margin-top: -5px;
    margin-bottom: -2px;
    margin-right: 8px;
    -webkit-user-select: none !important;
      -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }
  .button .material-icons.small {
    font-size: 18px;
    margin: 0px 6px 0px 0px;
  }
  .button .material-icons.right {
    margin-left: 11px;
    margin-right: 0px;
  }
  .button svg {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    top: 2px;
    vertical-align: bottom;
    margin-right: 14px;
    pointer-events: none !important;
    position: relative;
  }
  .button svg * {
    pointer-events: none !important;
  }
  .button svg.right {
    margin-right: 0;
    margin-left: 14px;
  }
  .button.actionButton {
    display: inline-block;
    height: 42px;
    width: 42px;
    padding: 12px;
    border-radius: 25px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top;
  }
  .button.actionButton svg {
    width: 18px;
    height: 18px;
  }
  .button.actionButton .material-icons {
    margin: 0;
    position: relative;
    left: -3px;
    top: -3px;
    font-size: 24px;
  }
  .button.actionButton.big {
    width: 50px;
    height: 50px;
    padding: 16px;
  }
  .button.actionButton.big .material-icons {
    font-size: 24px;
  }
  .button.actionButton.big svg {
    width: 22px;
    height: 22px;
    left: -2px;
    top: 0px;
  }
  .button.actionButton.stroke {
    box-shadow: none;
    padding: 10px;
  }
  .button.actionButton:hover:not(:active) {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .button.actionButton.rounded {
    border-radius: 6px;
  }
  .button.actionButton svg, .slide.whiteSlide .button.actionButton svg {
    fill: #fff;
  }
  .button.actionButton.sound [class*="sound-"] {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    left: 13px;
    top: 16px;
  }
  .button.actionButton.sound.stroke [class*="sound-"] {
    left: 11px;
    top: 14px;
  }
  .button.actionButton.sound.playing .sound-on, .button.actionButton.sound:not(.playing) .sound-off {
    opacity: 1;
  }
  .button.actionButton.transparent {
    background-color: transparent;
  }
  .button:hover {
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.15), 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
    transition: 0.35s !important;
  }
  .button:hover:after {
    opacity: .5;
  }
  .button:active {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    transition: 0.35s !important;
  }
  .button:active:after {
    opacity: 1;
  }
  .button.uppercase {
    font-size: 15px;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .button.lowercase {
    text-transform: lowercase;
    letter-spacing: 0em;
    font-weight: 300;
  }
  .button.round {
    border-radius: 99px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .button.rounded {
    border-radius: 6px;
  }
  .button.rectangular {
    border-radius: 1px;
  }
  .button.square {
    border-radius: 0px;
  }
  .button.stroke {
    color: #202020;
    border: 2px solid;
    background-color: transparent !important;
    padding: 14px 22px 15px;
  }
  .slide.whiteSlide .button.stroke {
    color: #202020;
  }
  .button.stroke.round {
    padding-left: 26px;
    padding-right: 26px;
  }
  .button.stroke.uppercase {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button.stroke.uppercase svg {
    margin-bottom: -2px;
  }
  .button.stroke.uppercase.small {
    padding: 11px 15px;
  }
  .button.stroke.small {
    border: 1px solid;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  @media (min-width: 768px) {
    .button.stroke.big {
      padding: 19px 30px;
    }
    .button.stroke.big.uppercase {
      padding-top: 21px;
      padding-bottom: 21px;
    }
  }
  .button.stroke:not(.flat):hover {
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  }
  .button.flat:not(:hover) {
    box-shadow: none;
  }
  .button:not(.stroke) svg {
    fill: #fff;
  }
  .button.small {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px 10px;
  }
  .button.small .material-icons {
    vertical-align: bottom;
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    bottom: 1px;
  }
  .button.small .material-icons.right {
    margin-left: 8px;
    margin-right: 0px;
  }
  .button.small svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 0px;
  }
  .button.small svg.right {
    margin-right: 0;
    margin-left: 10px;
  }
  .button.small.round {
    padding-left: 18px;
    padding-right: 18px;
  }
  .button.small.rounded {
    border-radius: 6px;
  }
  .button.small.uppercase {
    font-size: 12px;
    padding: 12px 16px;
    letter-spacing: 0.125em;
  }
  .button.small.uppercase.round {
    padding-left: 19px;
    padding-right: 19px;
  }
  @media (min-width: 768px) {
    .button.big {
      font-size: 20px;
      padding: 21px 32px 21px;
    }
    .button.big.round {
      padding-left: 36px;
      padding-right: 36px;
    }
    .button.big.rounded {
      border-radius: 7px;
    }
    .button.big.uppercase {
      font-size: 17px;
      padding: 23px 32px;
    }
    .button.big.uppercase.round {
      padding-left: 36px;
      padding-right: 36px;
    }
    .button.big .material-icons {
      vertical-align: bottom;
      margin-right: 16px;
      font-size: 30px;
    }
    .button.big .material-icons.right {
      margin-left: 16px;
      margin-right: 0px;
    }
    .button.big svg {
      width: 27px;
      height: 27px;
      margin-right: 16px;
      top: 1px;
    }
    .button.big svg.right {
      margin-right: 0;
      margin-left: 16px;
    }
  }
  .button.empty {
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 0 !important;
    margin: 0;
    box-shadow: none;
  }
  .button.hollow {
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 0 !important;
    box-shadow: none !important;
  }
  .button.hollow svg {
    margin: 0;
  }
  .button.shade {
    position: relative;
  }
  .button.shade:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0;
    transition: 0.25s;
  }
  .button.shade:hover:after {
    opacity: 0.15;
  }
  .button.shade:active:after {
    opacity: 0.2;
  }
  .button.play {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 27px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .button.play svg {
    fill: #fff;
    width: 35px;
    height: 36px;
    margin: 0;
  }
  .button.play.small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 20px 19px;
  }
  .button.play.small svg {
    fill: #fff;
    width: 23px;
    height: 23px;
  }
  .button.play:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .button.gradient {
    position: relative;
  }
  .button.gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0%, #000 100%);
    z-index: -1;
    opacity: 0.1;
  }

  .slide.whiteSlide .button.white:hover {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .slide.whiteSlide .button.white:hover:after {
    opacity: .3;
  }

  .roundButton {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 14px;
    margin: 5px;
  }
  .roundButton svg {
    bottom: 2px;
  }

  @media (max-width: 319px) {
    .button.uppercase,
    .uppercase {
      letter-spacing: 0.07em;
    }
  }
  h1.uppercase, .h1.uppercase,
  h2.uppercase, .h2.uppercase,
  h3.uppercase, .h3.uppercase,
  h4.uppercase, .h4.uppercase,
  h5.uppercase, h5.uppercase,
  p.uppercase, .p.uppercase,
  .button.uppercase {
    letter-spacing: 0.125em !important;
    text-indent: -0.1em !important;
    font-weight: 700 !important;
  }

  /* stuff */
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
  }
  .material-icons.md-18 {
    font-size: 18px;
  }
  .material-icons.md-24 {
    font-size: 24px;
  }
  .material-icons.md-36 {
    font-size: 36px;
  }
  .material-icons.md-48 {
    font-size: 48px;
  }

  .slide.whiteSlide svg {
    fill: #202020;
  }

  .svgContainer,
  .embedContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
  }

  .svgContainer svg.scale,
  .embedContainer .scale {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .dots {
    font-size: 0;
  }

  .dot {
    padding: 7px;
    display: inline-block;
  }
  .dot:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.25s;
  }
  .dot.big .dot:after {
    width: 14px;
    height: 14px;
  }

  .slide.whiteSlide .dot:after {
    background: #202020;
  }

  .dot:hover:after {
    -webkit-transform: scale(1.33333);
            transform: scale(1.33333);
    opacity: 1;
  }

  .dot:active:after,
  .dot.selected:after {
    opacity: 1;
    -webkit-transform: scale(1.675);
            transform: scale(1.675);
  }

  .tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    border-radius: 5px;
    color: #fff;
    background: transparent;
    margin-bottom: 10px; /* Space between tab rows */
    cursor: pointer
  }

  .tabs li {
    display: flex;
    padding: 8px 20px;
    letter-spacing: 2.5px;
    font-size: 18px;
    transition: 0.15s;
    margin-top: -1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    flex: 1 1 auto;
    background: #000;
    color: #fff;
    border-radius: 0;
  }

  .tabs li:last-child {
    border-radius: 0 4px 4px 0;
  }

  .tabs li.selected {
    background: #fff;
    color: #202020;
  }

  /* Responsive: stack tabs vertically on mobile */
  @media (max-width: 767px) {
    .tabs {
      flex-direction: column;
    }
    .tabs li {
      margin-right: 0;
      margin-bottom: 2px;
    }
  }

  .slide.whiteSlide .tabs li {
    border-color: #e5e5e5;
    color: #202020;
  }
  .slide.whiteSlide .tabs li.selected {
    background: #202020;
    border-color: #202020;
    color: #fff;
  }

  .links li {
    font-size: 17px;
    letter-spacing: 0;
    padding: 4px 0;
  }

  /* forms */
  .slides-form {
    font-size: 0;
    margin-top: -5px;
    font-family: inherit;
  }
  .slides-form button {
    font-family: inherit;
  }
  .slides-form textarea {
    max-height: 200px;
    max-width: 100%;
    min-height: 130px;
  }
  .slides-form textarea.d {
    border-radius: 15px !important;
  }
  .slides-form label, .slides-form .label {
    display: block;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .slides-form label.uppercase, .slides-form .label.uppercase {
    font-size: 14px;
  }
  .slides-form input[type="text"],
  .slides-form input[type="name"],
  .slides-form input[type="email"],
  .slides-form input[type="password"],
  .slides-form input[type="tel"],
  .slides-form input[type="number"],
  .slides-form textarea,
  .slides-form select {
    font-family: inherit;
    background-color: #fff;
    position: relative;
    background: #fff;
    padding: 15px 16px 16px;
    border: none;
    font-size: 16px;
    color: #242424;
    outline: none;
    border-radius: 4px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.15s;
  }
  .slides-form input[type="text"].flat, .slides-form input[type="text"]:focus,
  .slides-form input[type="name"].flat,
  .slides-form input[type="name"]:focus,
  .slides-form input[type="email"].flat,
  .slides-form input[type="email"]:focus,
  .slides-form input[type="password"].flat,
  .slides-form input[type="password"]:focus,
  .slides-form input[type="tel"].flat,
  .slides-form input[type="tel"]:focus,
  .slides-form input[type="number"].flat,
  .slides-form input[type="number"]:focus,
  .slides-form textarea.flat,
  .slides-form textarea:focus,
  .slides-form select.flat,
  .slides-form select:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .slides-form input[type="text"]:hover,
  .slides-form input[type="name"]:hover,
  .slides-form input[type="email"]:hover,
  .slides-form input[type="password"]:hover,
  .slides-form input[type="tel"]:hover,
  .slides-form input[type="number"]:hover,
  .slides-form textarea:hover,
  .slides-form select:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .slides-form input[type="text"]:focus,
  .slides-form input[type="name"]:focus,
  .slides-form input[type="email"]:focus,
  .slides-form input[type="password"]:focus,
  .slides-form input[type="tel"]:focus,
  .slides-form input[type="number"]:focus,
  .slides-form textarea:focus,
  .slides-form select:focus {
    border-color: #2196F3;
    z-index: 10;
  }
  .slides-form input[type="text"]:focus::-webkit-input-placeholder,
  .slides-form input[type="name"]:focus::-webkit-input-placeholder,
  .slides-form input[type="email"]:focus::-webkit-input-placeholder,
  .slides-form input[type="password"]:focus::-webkit-input-placeholder,
  .slides-form input[type="tel"]:focus::-webkit-input-placeholder,
  .slides-form input[type="number"]:focus::-webkit-input-placeholder,
  .slides-form textarea:focus::-webkit-input-placeholder,
  .slides-form select:focus::-webkit-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0;
  }
  .slides-form input[type="text"]:focus:-moz-placeholder,
  .slides-form input[type="name"]:focus:-moz-placeholder,
  .slides-form input[type="email"]:focus:-moz-placeholder,
  .slides-form input[type="password"]:focus:-moz-placeholder,
  .slides-form input[type="tel"]:focus:-moz-placeholder,
  .slides-form input[type="number"]:focus:-moz-placeholder,
  .slides-form textarea:focus:-moz-placeholder,
  .slides-form select:focus:-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0;
  }
  .slides-form input[type="text"]:focus::-moz-placeholder,
  .slides-form input[type="name"]:focus::-moz-placeholder,
  .slides-form input[type="email"]:focus::-moz-placeholder,
  .slides-form input[type="password"]:focus::-moz-placeholder,
  .slides-form input[type="tel"]:focus::-moz-placeholder,
  .slides-form input[type="number"]:focus::-moz-placeholder,
  .slides-form textarea:focus::-moz-placeholder,
  .slides-form select:focus::-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0;
  }
  .slides-form input[type="text"]:focus:-ms-input-placeholder,
  .slides-form input[type="name"]:focus:-ms-input-placeholder,
  .slides-form input[type="email"]:focus:-ms-input-placeholder,
  .slides-form input[type="password"]:focus:-ms-input-placeholder,
  .slides-form input[type="tel"]:focus:-ms-input-placeholder,
  .slides-form input[type="number"]:focus:-ms-input-placeholder,
  .slides-form textarea:focus:-ms-input-placeholder,
  .slides-form select:focus:-ms-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0;
  }
  .slides-form input[type="text"].round,
  .slides-form input[type="name"].round,
  .slides-form input[type="email"].round,
  .slides-form input[type="password"].round,
  .slides-form input[type="tel"].round,
  .slides-form input[type="number"].round,
  .slides-form textarea.round,
  .slides-form select.round {
    border-radius: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .slides-form input[type="text"].rounded,
  .slides-form input[type="name"].rounded,
  .slides-form input[type="email"].rounded,
  .slides-form input[type="password"].rounded,
  .slides-form input[type="tel"].rounded,
  .slides-form input[type="number"].rounded,
  .slides-form textarea.rounded,
  .slides-form select.rounded {
    border-radius: 6px;
  }
  .slides-form input[type="text"]:after,
  .slides-form input[type="name"]:after,
  .slides-form input[type="email"]:after,
  .slides-form input[type="password"]:after,
  .slides-form input[type="tel"]:after,
  .slides-form input[type="number"]:after,
  .slides-form textarea:after,
  .slides-form select:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  @media (min-width: 768px) {
    .slides-form input[type="text"],
    .slides-form input[type="name"],
    .slides-form input[type="email"],
    .slides-form input[type="password"],
    .slides-form input[type="tel"],
    .slides-form input[type="number"],
    .slides-form textarea,
    .slides-form select {
      max-width: 300px;
    }
  }
  .slides-form input[type="text"]::-webkit-input-placeholder,
  .slides-form input[type="name"]::-webkit-input-placeholder,
  .slides-form input[type="email"]::-webkit-input-placeholder,
  .slides-form input[type="password"]::-webkit-input-placeholder,
  .slides-form input[type="tel"]::-webkit-input-placeholder,
  .slides-form input[type="number"]::-webkit-input-placeholder,
  .slides-form textarea::-webkit-input-placeholder,
  .slides-form select::-webkit-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0.5;
  }
  .slides-form input[type="text"]:-moz-placeholder,
  .slides-form input[type="name"]:-moz-placeholder,
  .slides-form input[type="email"]:-moz-placeholder,
  .slides-form input[type="password"]:-moz-placeholder,
  .slides-form input[type="tel"]:-moz-placeholder,
  .slides-form input[type="number"]:-moz-placeholder,
  .slides-form textarea:-moz-placeholder,
  .slides-form select:-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0.5;
  }
  .slides-form input[type="text"]::-moz-placeholder,
  .slides-form input[type="name"]::-moz-placeholder,
  .slides-form input[type="email"]::-moz-placeholder,
  .slides-form input[type="password"]::-moz-placeholder,
  .slides-form input[type="tel"]::-moz-placeholder,
  .slides-form input[type="number"]::-moz-placeholder,
  .slides-form textarea::-moz-placeholder,
  .slides-form select::-moz-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0.5;
  }
  .slides-form input[type="text"]:-ms-input-placeholder,
  .slides-form input[type="name"]:-ms-input-placeholder,
  .slides-form input[type="email"]:-ms-input-placeholder,
  .slides-form input[type="password"]:-ms-input-placeholder,
  .slides-form input[type="tel"]:-ms-input-placeholder,
  .slides-form input[type="number"]:-ms-input-placeholder,
  .slides-form textarea:-ms-input-placeholder,
  .slides-form select:-ms-input-placeholder {
    color: #242424;
    font-weight: 400;
    opacity: 0.5;
  }
  .slides-form textarea {
    font-weight: 400;
  }
  .slides-form textarea.round {
    border-radius: 25px;
  }
  .slides-form select {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="#303030" d="M14.022 0l5.978 6 6-6z"	/></svg>');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .slides-form input[type="text"],
  .slides-form input[type="name"],
  .slides-form input[type="email"],
  .slides-form input[type="password"],
  .slides-form input[type="tel"],
  .slides-form input[type="number"],
  .slides-form input[type="submit"],
  .slides-form button[type="submit"],
  .slides-form select,
  .slides-form textarea {
    margin: 5px;
  }
  @media (max-width: 768px) {
    .slides-form input[type="text"],
    .slides-form input[type="name"],
    .slides-form input[type="email"],
    .slides-form input[type="password"],
    .slides-form input[type="tel"],
    .slides-form input[type="number"],
    .slides-form input[type="submit"],
    .slides-form button[type="submit"],
    .slides-form select,
    .slides-form textarea {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 100%;
      display: block !important;
    }
  }
  .slides-form input[type="text"].wide,
  .slides-form input[type="name"].wide,
  .slides-form input[type="email"].wide,
  .slides-form input[type="password"].wide,
  .slides-form input[type="tel"].wide,
  .slides-form input[type="submit"].wide,
  .slides-form input[type="number"].wide,
  .slides-form button[type="submit"].wide,
  .slides-form select.wide,
  .slides-form textarea.wide,
  .slides-form label.wide {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  @media (min-width: 769px) {
    .slides-form input.pair {
      width: 50% !important;
      max-width: 50% !important;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      margin-left: 0;
      margin-right: 0;
    }
    .slides-form input.pair + .pair {
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      border-top-right-radius: 4px !important;
      border-bottom-right-radius: 4px !important;
      width: calc(50% + 1px) !important;
      max-width: calc(50% + 1px) !important;
      margin-left: -1px;
    }
  }
  .slides-form.center input, .slides-form.center textarea {
    text-align: center;
  }

  /***
  *       _____ _       _          
  *      / ___/| ( )   | |         
  *     | (___ | |_  __| | ________
  *      \___ \| | |/ _` |/ , / __/
  *      ____) | | | (_| |  __\__ \
  *     /_____/|_|_|\__,_|\___/___/
  *                                
  *                                
  */
  .slide {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #202020;
    color: #fff;
    z-index: 10;
    overflow: hidden;
  }
  .slide.active {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobile .slide {
    visibility: hidden;
  }
  .mobile .slide.active {
    visibility: visible;
  }
  .slide.whiteSlide {
    color: #202020;
    background: #fff;
  }


  .content {
    overflow: hidden;
    position: absolute;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
  }
  .content.scrollBar {
    overflow-y: auto;
  }
  .windows .defaultScroll .content {
    overflow: auto;
    overflow-x: hidden;
  }
  .mobile .content {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* Background Fade */
  .fade .content {
    background: rgba(0, 0, 0, 0.6);
  }

  /*default*/
  .fade-1 .content {
    background: rgba(0, 0, 0, 0.1);
  }

  .fade-2 .content {
    background: rgba(0, 0, 0, 0.2);
  }

  .fade-3 .content {
    background: rgba(0, 0, 0, 0.3);
  }

  .fade-4 .content {
    background: rgba(0, 0, 0, 0.4);
  }

  .fade-5 .content {
    background: rgba(0, 0, 0, 0.5);
  }

  .fade-6 .content {
    background: rgba(0, 0, 0, 0.6);
  }

  .fade-7 .content {
    background: rgba(0, 0, 0, 0.7);
  }

  .fade-8 .content {
    background: rgba(0, 0, 0, 0.8);
  }

  .fade-9 .content {
    background: rgba(0, 0, 0, 0.9);
  }

  .whiteSlide[class*="fade"] .content {
    background: rgba(255, 255, 255, 0.85);
  }

  #definitions-wrapper {
    border: 1px solid #8b8b8b;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .textbox {
    background-color: #948248; /* Blue color */
    color: white; /* White text for contrast */
    padding: 5px; /* Space inside the box */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Horizontally center text within the box */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Optional: add a subtle shadow */
  }


  /* Individual box styles */
  .mainbox {
    width: 30%; /* Set a base width for each box */
    padding: 10px;
    background-color: #ab8c26;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    overflow: hidden; /* Hide the content that is initially outside the box */
    transition: max-height 0.5s ease-in-out; /* Smooth transition for the vertical expansion */
    max-height: 100px; /* Initial height, adjust based on content */
    
  }

  /* Hover effect */
  .mainbox:hover {
    /*max-height: 300px; /* Expanded height, adjust as needed */
    background-color: #896900;
    opacity: 1;
  }

  /* Hidden content within the box */
  .expandable-text {
    margin-top: 15px;
    color: #fff;
  }



  .container {
      display: flex; /* Use Flexbox for horizontal layout */
    justify-content: space-around; /* Distribute boxes evenly */
    width: 90%;
    margin: 50px auto;

  }

  .container .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
  .container .wrap:not(.noSpaces), .container .wrap.spaceWrap,
  .container .wrap .spaceWrap {
    padding: 120px calc(8% + 15px);
  }
  .container .wrap .overflowHidden {
    overflow: hidden;
  }
  .container .wrap * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }

  .slide .background,
  .popup .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .slide .background iframe,
  .popup .background iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide:not(.youtube) .background iframe,
  .popup:not(.youtube) .background iframe {
    width: 100%;
    height: 100%;
  }

  .fix-1-12 {
    max-width: 93px !important;
  }

  .fix-2-12 {
    max-width: 186px !important;
  }

  .fix-3-12 {
    max-width: 279px !important;
  }

  .fix-4-12 {
    max-width: 371px !important;
  }

  .fix-5-12 {
    max-width: 464px !important;
  }

  .fix-6-12 {
    max-width: 557px !important;
  }

  .fix-7-12 {
    max-width: 650px !important;
  }

  .fix-8-12 {
    max-width: 743px !important;
  }

  .fix-9-12 {
    max-width: 836px !important;
  }

  .fix-10-12 {
    max-width: 928px !important;
  }

  .fix-11-12 {
    max-width: 1021px !important;
  }

  .fix-12-12 {
    max-width: 1114px !important;
  }

  [class*='fix-'] {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }

  .toLeft,
  .toLeft[class*='fix-'] {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .toRight,
  .toRight[class*='fix-'] {
    margin-right: 0 !important;
    margin-left: auto !important;
    float: right;
  }

  .toCenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .popupTrigger,
  .dropdownTrigger,
  .sidebarTrigger {
    cursor: pointer;
  }

  .shiftImage {
    margin-top: -15%;
    margin-bottom: -100%;
  }

  .shiftImageVertical {
    margin-right: -100%;
    max-width: none;
  }

  .slide.video .background {
    overflow: hidden;
  }

  .slide.video .background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }

  .slide.video .background video::-webkit-media-controls {
    display: none !important;
  }

  .slide.video .background video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
  }

  .slide.video .background video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
  }

  html:not(.mobile) .slide.video .background[style] {
    background: none !important;
  }

  .mobile .slide.video .background[style] video {
    display: none;
  }

  .videoThumbnail {
    cursor: pointer;
    position: relative;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
  }
  .videoThumbnail.rounded {
    border-radius: 6px;
  }
  .videoThumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../assets/svg/video-icon.svg") no-repeat;
    background-position: center center;
    transition: 0.5s;
  }
  .videoThumbnail:not(.noTint):hover:after {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .videoThumbnail:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: 0.25s;
  }
  .videoThumbnail:active:before {
    opacity: 0.8;
  }
  .videoThumbnail.small {
    max-width: 200px;
    display: block;
  }
  .videoThumbnail.small:before {
    background-size: 44px;
  }

  .shadow,
  .button.empty.shadow:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }

  .pad {
    border-radius: 6px;
    padding: 10%;
    color: #202020;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .pad.shadow {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
  .pad.shadow.stroke {
    background: transparent;
    transition: 0.15s;
    color: #fff;
  }
  .pad.shadow.stroke:hover {
    background: #fff;
    color: #202020;
    transition: 0.15s;
  }
  .pad.shadowHover {
    transition: 0.5s;
  }
  .pad.shadowHover:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
  .pad small {
    font-size: 15px;
    line-height: 1.45;
    margin: 15px 0;
  }
  @media (max-width: 767px) {
    .pad.collapse {
      background: inherit;
      color: inherit;
      border: none;
      padding: 0 !important;
      overflow: inherit;
      border-radius: 0;
      box-shadow: none;
      transition: 0s !important;
    }
    .pad.shadow {
      box-shadow: none;
    }
  }

  .resizing .equalElement {
    transition: 0s !important;
  }

  .hr {
    position: relative;
    height: 1px;
    width: 100%;
  }
  .hr_plain {
    border: 1px inset;
    margin: 0.5em auto;
    height: 0;
    background: none;
    opacity: 1;
  }
  /* smaller than tablet landscape */
  @media (max-width: 1023px) {
    .shiftImage {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .shiftImageVertical {
      margin-right: 0 !important;
      max-width: 100% !important;
    }
  }
  /* desktop and bigger */
  @media (min-width: 1024px) {
    .hideForDesktop {
      display: none !important;
    }
  }
  /* tablet landscape and smaller */
  @media (min-width: 1024px) {
    .showForDesktop {
      display: block !important;
    }
  }
  /* tablet landscape and smaller */
  @media (max-width: 1024px) {
    .hideForTablet {
      display: none !important;
    }
  }
  /* tablet landscape and smaller */
  @media (max-width: 1024px) {
    .showForTablet {
      display: block !important;
    }

    .showForTabletInline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .hideForPhablet {
      display: none !important;
    }
  }
  /* tablet portrait and smaller */
  @media (max-width: 768px) {
    .showForPhablet {
      display: block !important;
    }

    .showForPhabletInline {
      display: inline !important;
    }
  }
  /* phone portrait and smaller */
  @media (max-width: 435px) {
    .hideForPhone {
      display: none !important;
    }
  }
  @media (max-width: 435px) {
    .showForPhone {
      display: block !important;
    }

    .showForPhoneInline {
      display: inline !important;
    }
  }
  /* show and hide for Mobile */
  html.mobile .hideForMobile {
    display: none !important;
  }

  html.mobile .showForMobile {
    display: block !important;
  }

  html.mobile .showForMobileInline {
    display: inline !important;
  }

  .helpBubble {
    cursor: pointer;
  }
  .helpBubble:after {
    content: "?";
    font-size: 14px;
    width: 17px;
    height: 17px;
    line-height: 1.2;
    background: #202020;
    opacity: 0.3;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
    transition: 0.25s;
  }
  .helpBubble .helpMessage {
    background: rgba(255, 255, 255, 0.98);
    color: #202020;
    font-size: 16px;
    line-height: 1.625;
    position: absolute;
    z-index: 10;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07), 0 6px 8px rgba(0, 0, 0, 0.05);
    padding: 17px;
    text-align: left;
    bottom: 50%;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px) scale(0.95);
            transform: translateY(10px) scale(0.95);
    transition: 0.25s;
    opacity: 0;
    pointer-events: none;
    color: rgba(48, 48, 48, 0.7);
  }
  .helpBubble .helpMessage strong {
    color: #303030;
  }
  .helpBubble:hover .helpMessage {
    pointer-events: all;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  .helpBubble:hover:after {
    opacity: 1;
  }

  /***
  *      _____                 _     
  *     |  __ \               | |    
  *     | |__) __ _ _ __   ___| |____ 
  *     |  ___/ _` | '_ \ / _ | / __/
  *     | |  | (_| | | | |  __| \__ \
  *     |_|   \__,_|_| |_|\___|_/___/
  *                                  
  *                                  
  */
  .panel {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    z-index: 200;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .panel.top {
    top: 0;
  }
  .panel.bottom {
    bottom: 0;
  }
  .panel.white {
    background: rgba(255, 255, 255, 0.975) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  }
  .panel.black {
    background-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  }
  .animated .panel.top, .animateOnEvent .panel.top, .hidePanel-top .panel.top.hideOnScroll, .slides:not(.firstSlide) .panel.top.firstSlideOnly, .slides:not(.lastSlide) .panel.top.lastSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.top.firstAndLastSlidesOnly, .slides.lastSlide .panel.top.exceptLastSlide, .slides.firstSlide .panel.top.exceptFirstSlide {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  .animated .panel.bottom, .animateOnEvent .panel.bottom, .hidePanel-bottom .panel.bottom.hideOnScroll, .slides:not(.lastSlide) .panel.bottom.lastSlideOnly, .slides:not(.firstSlide) .panel.bottom.firstSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.bottom.firstAndLastSlidesOnly, .slides.lastSlide .panel.bottom.exceptLastSlide, .slides.firstSlide .panel.bottom.exceptFirstSlide {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .page-loaded .animated .panel, .page-loaded .animateOnEvent .panel {
    transition: opacity 0.5s, padding 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, padding 0.5s;
    transition: transform 0.5s, opacity 0.5s, padding 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .slides.whiteSlide .panel {
    color: #202020;
  }
  .scroll .panel.hideOnScroll, .mobile .simplifiedMobile .panel.hideOnScroll {
    position: fixed;
  }
  .scroll .panel.hideOnScroll.top.hide, .mobile .simplifiedMobile .panel.hideOnScroll.top.hide {
    -webkit-transform: translateY(-100%) !important;
            transform: translateY(-100%) !important;
    opacity: 0;
  }
  .scroll .panel.hideOnScroll.bottom.hide, .mobile .simplifiedMobile .panel.hideOnScroll.bottom.hide {
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
    opacity: 0;
  }
  .panel .sections {
    display: table;
    width: 100%;
    font-size: 0;
  }
  .panel .sections > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333%;
    white-space: nowrap;
    font-size: 16px;
    height: 50px;
  }
  .panel .sections > div.auto {
    width: 0.1%;
  }
  .panel .sections > div * {
    pointer-events: all;
  }
  .panel .sections > div.left {
    text-align: left;
  }
  .panel .sections > div.left ul.crop {
    padding-left: 0;
  }
  .panel .sections > div.left ul.crop li:first-child {
    margin-left: 0;
  }
  .panel .sections > div.left.space {
    padding-right: 20px;
  }
  .panel .sections > div.right {
    text-align: right;
  }
  .panel .sections > div.right ul.crop {
    padding-right: 0;
  }
  .panel .sections > div.right ul.crop li:last-child {
    margin-right: 0;
  }
  .panel .sections > div.right.space {
    padding-left: 20px;
  }
  .panel .sections > div.center.space {
    padding: 0 20px;
  }
  .panel .sections.hidden {
    display: none;
  }
  .panel .sections .menu {
    white-space: nowrap;
    display: inline-block;
    padding: 0 12px;
    font-size: 0;
  }
  .panel .sections .menu svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
  .panel .sections .menu li {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 10px;
  }
  .panel .sections .menu li a {
    padding: 0 7px;
    opacity: 0.8;
  }
  .panel .sections .menu li a:hover {
    opacity: 1;
  }
  .panel .sections .menu.uppercase li {
    font-size: 12px;
    margin: 0 10px;
    letter-spacing: 0.125em;
    font-weight: 600 !important;
  }
  .panel .sections .menu.uppercase li svg {
    position: relative;
    top: 2px;
  }
  .panel .hidden,
  .panel .hidden * {
    display: none;
  }
  .panel svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
  }
  .slides.whiteSlide .panel svg {
    fill: #202020;
  }
  .panel a:not(.button):hover {
    opacity: 0.75;
    transition: 0.15s;
  }
  .panel .button {
    margin: 0;
  }
  .panel .button + .button {
    margin-left: 10px;
  }
  .panel .button:not(.actionButton) {
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 17px;
  }
  .panel .button:not(.actionButton):hover:not(:active) {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .panel .nextSlide,
  .panel .prevSlide {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
  }
  .slides.whiteSlide .panel .actionButton svg {
    fill: #fff;
  }
  .panel .prevSlide,
  .panel .nextSlide {
    transition: 0.25s;
  }
  .firstSlide .panel .prevSlide, .lastSlide .panel .nextSlide {
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  .firstSlide .panel.bottom .nextSlide svg {
    -webkit-animation: animateArrow 4s infinite;
            animation: animateArrow 4s infinite;
  }
  .panel .panelIcon {
    position: relative;
    top: 5px;
  }

  @-webkit-keyframes animateArrow {
    80%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    90% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }

  @keyframes animateArrow {
    80%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    90% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
  .nextSlide,
  .prevSlide {
    cursor: pointer;
  }
  .nextSlide:hover,
  .prevSlide:hover {
    transition: 0.15s;
  }
  .nextSlide:active,
  .prevSlide:active {
    opacity: 0.75;
  }
  .firstSlide.lastSlide .nextSlide, .firstSlide.lastSlide
  .prevSlide {
    opacity: 0;
  }

/* Progress Bar */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  transition: width 1s, opacity 1s;
  z-index: 1000;
  opacity: 1;
}
.progress-bar.loaded {
  width: 100%;
  opacity: 0;
  transition: width 0s, opacity 0.25s 1s;
}

/***
 *       _____       _      
 *      / ___/( )   | |     
 *     | (___  _  __| | ___ 
 *      \___ \| |/ _` |/ _ \
 *      ____) | | (_| |  __/
 *     /_____/|_|\__,_|\___/
 *                          
 *                          
 */
.side {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  padding: 70px 4%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* compact navigation */
  /* for nav in panel */
}
@media (min-width: 1380px) {
  .side {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.page-loaded .side {
  opacity: 1;
}
.side.large {
  padding: calc(5.56% + 50px) 5%;
}
.side.left {
  left: 0;
  right: inherit;
}
.side.right {
  right: 0;
  left: inherit;
}
.side.compact {
  padding: 30px 4%;
}
.side.compact .navigation li {
  width: 15px;
  height: 7px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.2;
  padding: 1px;
  cursor: pointer;
}
.side.compact .navigation li.selected, .side.compact .navigation li:hover {
  opacity: 1;
}
.side.compact .navigation li:after {
  display: none;
}
.side.compact .navigation li:before {
  margin: 0 8px !important;
  top: -10px;
}
.whiteSlide .side.compact .navigation li {
  background: #202020;
}
.side.compact:not(.square) .navigation li:first-child {
  border-radius: 10px 10px 0 0;
}
.side.compact:not(.square) .navigation li:last-child {
  border-radius: 0 0 10px 10px;
}
.panel .side {
  position: relative;
  display: inline;
  height: auto;
  padding: 0;
}
.slides.whiteSlide .side svg:not([fill]) {
  fill: #202020;
}

.navigation {
  display: table;
  height: 100%;
  /* sizes */
  /* navigation styles */
  /* stroke */
  /* square */
  /* diamond */
  /* line */
  /* nav colors for white slide */
}
.navigation ul {
  display: table-cell;
  vertical-align: middle;
}
.navigation * {
  pointer-events: all;
}
.navigation li {
  fill: #fff;
  display: block;
  background: transparent;
  padding: 9px;
  margin: 0 -9px;
  cursor: pointer;
  position: relative;
}
.navigation li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0 0 1px #303030;
  transition: 0.25s;
}
.navigation li.selected:after {
  opacity: 1;
}
.navigation li:hover:after {
  opacity: 1;
}
.medium .navigation li:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.small .navigation li:after {
  width: 6px;
  height: 6px;
  border-radius: 4px;
}
.navigation li[data-title]:before {
  content: attr(data-title);
  position: absolute;
  right: 100%;
  top: 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  min-width: 50px;
  border-radius: 6px;
  padding: 7px 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  visibility: hidden;
}
.navigation li:hover:before {
  visibility: visible;
}
.left .navigation li:before {
  left: 100%;
  right: auto;
}
.panel.bottom .navigation li:before {
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  left: 14px;
  top: -2px;
}
.stroke .navigation li:after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
}
.stroke.small .navigation li:after {
  border-width: 1px;
}
.stroke .navigation li.selected:after {
  background: #fff;
}
.stroke .navigation li:hover:after {
  background: #fff;
}
.square .navigation li:after {
  border-radius: 0;
}
.square.small .navigation li:after {
  border-radius: 0;
}
.diamond .navigation li:after {
  border-radius: 0px;
  -webkit-transform: rotate(45deg) scale(0.72);
          transform: rotate(45deg) scale(0.72);
}
.diamond.medium .navigation li:after {
  -webkit-transform: rotate(45deg) scale(0.88);
          transform: rotate(45deg) scale(0.88);
}
.diamond.small .navigation li:after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.line .navigation li {
  margin: 0 -9px;
  padding: 5px 9px;
  text-align: right;
  font-size: 0;
}
.line .navigation li:after {
  height: 3px;
  display: inline-block;
  text-align: right;
  background: #fff;
  border: none;
}
.line .navigation li:before {
  margin-top: -10px;
}
.line .navigation li.selected:after {
  width: 25px;
}
.line.left .navigation li {
  text-align: left;
}
.line.medium .navigation li {
  margin: 0 -5px;
  padding: 4px 8px;
}
.line.medium .navigation li.selected:after {
  width: 19px;
}
.line.small .navigation li {
  margin: 0;
  padding: 4px 6px;
}
.line.small .navigation li.selected:after {
  width: 13px;
}
.pole .navigation li {
  margin: 0 1px 0 2px;
  padding: 2px 9px;
  text-align: right;
  font-size: 0;
}
.pole .navigation li:after {
  height: 20px;
  width: 4px;
  display: inline-block;
  transition: 0.5s;
  text-align: right;
  background: #fff;
  border-radius: 1px;
  border: none;
}
.pole .navigation li:before {
  margin-top: -3px;
}
.pole .navigation li.selected:after {
  height: 60px;
}
.pole .navigation li.selected:before {
  margin-top: 19px;
}
.pole.medium .navigation li {
  margin: 0 2px;
}
.pole.medium .navigation li:after {
  height: 15px;
  width: 3px;
}
.pole.medium .navigation li:before {
  margin-top: -5px;
}
.pole.medium .navigation li.selected:after {
  height: 45px;
}
.pole.medium .navigation li.selected:before {
  margin-top: 10px;
}
.pole.small .navigation li {
  margin: 0 2px;
}
.pole.small .navigation li:after {
  height: 10px;
  width: 3px;
}
.pole.small .navigation li:before {
  margin-top: -7px;
}
.pole.small .navigation li.selected:after {
  height: 30px;
}
.pole.small .navigation li.selected:before {
  margin-top: 2px;
}
.slides.whiteSlide .navigation li:after {
  background: #202020;
  box-shadow: 0 0 1px #fff;
}
.slides.whiteSlide .stroke .navigation li:after {
  border-color: #202020;
  background: transparent;
}
.slides.whiteSlide .stroke .navigation li:hover:after {
  background: #303030;
}
.slides.whiteSlide .stroke .navigation li.selected:after {
  border-color: #303030;
  background: #202020;
}
.panel .navigation, .panel .navigation ul {
  display: inline;
}
.panel .navigation li {
  display: inline-block;
  margin: -9px 0;
}
.panel .side.small .navigation li {
  margin: 0;
}
.navigation .sideArrow {
  width: 31px;
  height: 72px;
  margin: 0px -9px;
}
@media (max-width: 766px) {
  .navigation .sideArrow {
    width: 17px;
    height: 40px;
  }
}

/* End of Side */
/***
 *       _____ _                    
 *      / ___/| |                   
 *     | (___ | |__   __ _ _ __ ___ 
 *      \___ \| '_ \ / _` | '__/ _ \
 *      ____) | | | | (_| | | |  __/
 *     /_____/|_| |_|\__,_|_|  \___/
 *                                  
 *                                  
 */
.dropdown {
  position: fixed;
  z-index: 300;
  color: #202020;
  width: 160px;
  background: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  border-radius: 6px;
  text-align: center;
  cursor: default;
  -webkit-transform: translateY(0) scale(0.9);
          transform: translateY(0) scale(0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: opacity 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s, box-shadow 0.35s;
  transition: transform 0.35s, opacity 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
  /* share */
}
.dropdown:not(.show) {
  pointer-events: none;
  opacity: 0;
}
.dropdown.rectangular {
  border-radius: 0;
}
.dropdown .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  opacity: 0.8;
}
.dropdown a {
  font-size: 15px;
  opacity: .6;
}
.dropdown a:hover {
  opacity: .8;
}
.dropdown:not(.noArrow):after, .dropdown:not(.noArrow):before {
  content: "";
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.dropdown:not(.noArrow):before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 8px;
  margin-left: -8px;
}
.dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.dropdown.show.hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.dropdown .hideDropdown {
  opacity: 0;
  pointer-events: none;
}
.dropdown.bottom {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.dropdown.bottom.show {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.dropdown.bottom.show.hide {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.dropdown.bottom:after, .dropdown.bottom:before {
  top: 100%;
  bottom: initial;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
.dropdown.bottom:before {
  border-top-color: rgba(0, 0, 0, 0.06);
}
.dropdown.right:after, .dropdown.right:before {
  right: 18px;
  left: auto;
}
.dropdown.right:before {
  right: 17px;
}
.dropdown.center:after, .dropdown.center:before {
  left: 50%;
}
.dropdown.share li {
  float: left;
  text-align: center;
  display: block;
  width: 80px;
  height: 50px;
  padding: 14px 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.15s;
}
.dropdown.share li:hover {
  opacity: 1;
}
.dropdown.share li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}
.dropdown.share li:active:after {
  opacity: 1;
  transition: 0.1s;
}
.dropdown.share li svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.dropdown.share li.mail {
  width: 100%;
  height: auto;
  color: #202020;
  opacity: 0.6;
  font-size: 15px;
  padding: 20px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dropdown.share li.mail:hover {
  opacity: 0.8;
}
.scroll .dropdown {
  position: absolute;
  top: 0;
}



/***
 *      ____             _                                   _    ______  __  __          _       
 *     |  _ \           | |                                 | |  |  ____|/ _|/ _|        | |      
 *     | |_) | __ _  ___| | ____ _ _ __ ___  _   _ _ __   __| |  | |__  | |_| |_ ___  ___| |_ ___ 
 *     |  _ < / _` |/ __| |/ / _` | '__/ _ \| | | | '_ \ / _` |  |  __| |  _|  _/ _ \/ __| __/ __|
 *     | |_) | (_| | (__|   < (_| | | | (_) | |_| | | | | (_| |  | |____| | | ||  __/ (__| |_\__ \
 *     |____/ \__,_|\___|_|\_\__, |_|  \___/ \__,_|_| |_|\__,_|  |______|_| |_| \___|\___|\__|___/
 *                            __/ |                                                               
 *                           |___/                                                                
 */
/* KEN BURNS */
.slides.animated .kenBurns .background,
.slides.animated .kenBurns.zoomin .background,
.slides.animateOnEvent .kenBurns .background,
.slides.animateOnEvent .kenBurns.zoomin .background {
  -webkit-transform: scale(1.08) rotate(-0.02deg);
          transform: scale(1.08) rotate(-0.02deg);
  opacity: 0.2;
  z-index: 1;
}

.slides.animated .kenBurns:not(.video) .background,
.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns:not(.video) .background,
.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
}

.animated .active.kenBurns:not(.video) .background,
.animated .active.kenBurns.zoomin:not(.video) .background,
.animated .active .kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active .kenBurns.zoomin:not(.video) .background {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.animated .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animated .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animateOnEvent .active.kenBurns.zoomin:not(.video) .background {
  -webkit-transform: scale(1.08) rotate(-0.02deg);
          transform: scale(1.08) rotate(-0.02deg);
}

.mobile .kenBurns .background,
.mobile .kenBurns.zoomin .background {
  transition: 0s;
  -webkit-transform: none;
          transform: none;
}

/* PARALLAX */
.slides.animated .parallax:not(.video) .background,
.slides.animateOnEvent .parallax:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
          transform: translate3d(0, 0, 0) scale(1.25);
  transition: -webkit-transform-origin 1s, -webkit-transform 1s;
  transition: transform-origin 1s, transform 1s;
  transition: transform-origin 1s, transform 1s, -webkit-transform-origin 1s, -webkit-transform 1s;
}

.slides.animated.fast .parallax:not(.video) .background,
.slides.animateOnEvent.fast .parallax:not(.video) .background {
  transition: -webkit-transform-origin .6s, -webkit-transform .6s;
  transition: transform-origin .6s, transform .6s;
  transition: transform-origin .6s, transform .6s, -webkit-transform-origin .6s, -webkit-transform .6s;
}

.slides.animated.slow .parallax:not(.video) .background,
.slides.animateOnEvent.slow .parallax:not(.video) .background {
  transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
  transition: transform-origin 1.4s, transform 1.4s;
  transition: transform-origin 1.4s, transform 1.4s, -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
}

.slides.animated .parallax.animate:not(.video) .background,
.slides.animateOnEvent .parallax.animate:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.slides.animated .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.slides.animated .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* horizontal */
.slides.animated.horizontal .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.horizontal .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.slides.animated.horizontal .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.horizontal .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* zoom */
.slides.animated.zoom .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.zoom .slide.animate.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.animate.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}

.slides.animated.zoom .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* plain */
.slides.animated.plain .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.plain .slide.animate.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.animate.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.slides.animated.plain .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* SCENIC */
.slides.animated .scenic:not(.video) .background,
.slides.animateOnEvent .scenic:not(.video) .background {
  -webkit-animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite;
          animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite;
}

@-webkit-keyframes scenic {
  50% {
    -webkit-transform: scale(1.5) rotate(-0.02deg);
            transform: scale(1.5) rotate(-0.02deg);
  }
}

@keyframes scenic {
  50% {
    -webkit-transform: scale(1.5) rotate(-0.02deg);
            transform: scale(1.5) rotate(-0.02deg);
  }
}
/* SCROLL EFFECT */
.scroll,
.mobile .simplifiedMobile {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.scroll .content
.mobile .simplifiedMobile .content {
  -webkit-overflow-scrolling: initial;
  overflow: hidden;
}

.scroll .wrap {
  overflow: hidden;
}

.scroll .slide,
.scroll .slide .content,
.scroll .container,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .content,
.mobile .simplifiedMobile .container {
  position: relative !important;
  height: auto;
  opacity: 1;
}

.mobile .simplifiedMobile .popup .content,
.mobile .simplifiedMobile .popup .container {
  position: absolute !important;
  height: 100%;
}

.scroll .container,
.mobile .simplifiedMobile .container {
  height: 100vh;
}

.scroll .slide.autoHeight .container,
.mobile .slide.autoHeight .simplifiedMobile .container {
  height: auto;
}

.scroll .slide .background,
.mobile .simplifiedMobile .slide .background {
  position: absolute !important;
}

.scroll .slide:not(.autoHeight) .background,
.mobile .simplifiedMobile .slide:not(.autoHeight) .background {
  min-height: 100vh;
}

.scroll .slide,
.scroll .slide.after,
.scroll .slide.before,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}

.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  opacity: 1 !important;
}

.page-loaded.sidebarShown .scroll .slide,
.page-loaded.mobile.sidebarShown .simplifiedMobile .slide {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  pointer-events: none;
  opacity: 0.5 !important;
}

.page-loaded .scroll .slide {
  transition: opacity 0.5s, -webkit-transform 0.5s !important;
  transition: transform 0.5s, opacity 0.5s !important;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s !important;
}

.mobile .simplifiedMobile .navigation {
  display: none;
}

.mobile .simplifiedMobile [class*="ae-"] {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.mobile .simplifiedMobile [class*="ae-"] {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.scroll .parallax:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
          transform: translate3d(0, 0, 0) scale(1.25);
  transition: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
}
@-webkit-keyframes riseUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86) translateY(50px);
            transform: scale(0.86) translateY(50px);
  }
}
@keyframes riseUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86) translateY(50px);
            transform: scale(0.86) translateY(50px);
  }
}
/* Parallax Motion */
@media (max-width: 1023px) {
  .parallaxMotion:not(.responsive) .parallaxElement,
  .parallaxMotion .parallaxElement:not(.responsive) {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* End Effects */
html {
  font-size: 6px;
  font-weight: 400;
  color: #202020;
}
@media (max-width: 550px) {
  html {
    font-size: 5px;
  }
}
@media (min-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 6px;
  }
}

body {
  font-size: 15px;
}
.smaller-text {
  font-size: 0.5em; /* Relative to the h1's font size */
  opacity: 1
}

.typography .h1, .typography h1,
.typography .h2, .typography h2,
.typography .h3, .typography h3,
.typography .h4, .typography h4,
.typography .h5, .typography h5,
.typography .h6, .typography h6 {
  font-style: normal;
  letter-spacing: normal;
}
.typography .h1.ultraLight, .typography h1.ultraLight,
.typography .h2.ultraLight, .typography h2.ultraLight,
.typography .h3.ultraLight, .typography h3.ultraLight,
.typography .h4.ultraLight, .typography h4.ultraLight,
.typography .h5.ultraLight, .typography h5.ultraLight,
.typography .h6.ultraLight, .typography h6.ultraLight {
  font-weight: 100;
}
.typography .h1.light, .typography h1.light,
.typography .h2.light, .typography h2.light,
.typography .h3.light, .typography h3.light,
.typography .h4.light, .typography h4.light,
.typography .h5.light, .typography h5.light,
.typography .h6.light, .typography h6.light {
  font-weight: 300;
}
.typography .h1.normal, .typography h1.normal,
.typography .h2.normal, .typography h2.normal,
.typography .h3.normal, .typography h3.normal,
.typography .h4.normal, .typography h4.normal,
.typography .h5.normal, .typography h5.normal,
.typography .h6.normal, .typography h6.normal {
  font-weight: 400;
}
.typography .h1.semiBold, .typography h1.semiBold,
.typography .h2.semiBold, .typography h2.semiBold,
.typography .h3.semiBold, .typography h3.semiBold,
.typography .h4.semiBold, .typography h4.semiBold,
.typography .h5.semiBold, .typography h5.semiBold,
.typography .h6.semiBold, .typography h6.semiBold {
  font-weight: 500;
  letter-spacing: -0.05em;
}
.typography .h1.bold, .typography h1.bold,
.typography .h2.bold, .typography h2.bold,
.typography .h3.bold, .typography h3.bold,
.typography .h4.bold, .typography h4.bold,
.typography .h5.bold, .typography h5.bold,
.typography .h6.bold, .typography h6.bold {
  font-weight: 600;
  letter-spacing: -0.04em;
}
.typography .h1.ultraBold, .typography h1.ultraBold,
.typography .h2.ultraBold, .typography h2.ultraBold,
.typography .h3.ultraBold, .typography h3.ultraBold,
.typography .h4.ultraBold, .typography h4.ultraBold,
.typography .h5.ultraBold, .typography h5.ultraBold,
.typography .h6.ultraBold, .typography h6.ultraBold {
  font-weight: 800;
  letter-spacing: -0.03em;
}
.typography .h1, .typography h1 {
  font-size: 8.4rem;
  line-height: 10rem;
  margin-top: 8rem;
  padding-top: 0.0138rem;
  padding-bottom: 0.9862rem;
  margin-bottom: 1rem;
}
.typography .h1.small, .typography h1.small {
  font-size: 6.4rem;
  line-height: 6rem;
  margin-top: 3rem;
  padding-top: 0.7248rem;
  padding-bottom: 0.2752rem;
  margin-bottom: 2rem;
}
.typography .h1.large, .typography h1.large {
  font-size: 9.6rem;
  line-height: 10rem;
  margin-top: 7rem;
  padding-top: 0.5872rem;
  padding-bottom: 0.4128rem;
  margin-bottom: 4rem;
}
.typography .h1.huge, .typography h1.huge {
  font-size: 14.6rem;
  line-height: 15rem;
  margin-top: 10rem;
  padding-top: 0.3097rem;
  padding-bottom: 0.6903rem;
  margin-bottom: 3rem;
}
.typography .h2, .typography h2 {
  font-size: 7.4rem;
  line-height: 8rem;
  margin-top: 6rem;
  padding-top: 0.3693rem;
  padding-bottom: 0.6307rem;
  margin-bottom: 1rem;
}
.typography .h2.small, .typography h2.small {
  font-size: 5.6rem;
  line-height: 6rem;
  margin-top: 4rem;
  padding-top: 0.0092rem;
  padding-bottom: 0.9908rem;
  margin-bottom: -1rem;
}
.typography .h2.large, .typography h2.large {
  font-size: 8.8rem;
  line-height: 9rem;
  margin-top: 6rem;
  padding-top: 0.3716rem;
  padding-bottom: 0.6284rem;
  margin-bottom: 1rem;
}
.typography .h2.huge, .typography h2.huge {
  font-size: 11.2rem;
  line-height: 12rem;
  margin-top: 8rem;
  padding-top: 0.0184rem;
  padding-bottom: 0.9816rem;
  margin-bottom: 1rem;
}
.typography .h3, .typography h3 {
  font-size: 6.4rem;
  line-height: 8rem;
  margin-top: 3rem;
  padding-top: 0.7248rem;
  padding-bottom: 0.2752rem;
  margin-bottom: 0rem;
}
.typography .h3.small, .typography h3.small {
  font-size: 4.8rem;
  line-height: 6rem;
  margin-top: 2rem;
  padding-top: 0.2936rem;
  padding-bottom: 0.7064rem;
  margin-bottom: -1rem;
}
.typography .h3.large, .typography h3.large {
  font-size: 8rem;
  line-height: 10rem;
  margin-top: 4rem;
  padding-top: 0.156rem;
  padding-bottom: 0.844rem;
  margin-bottom: 0rem;
}
.typography .h3.huge, .typography h3.huge {
  font-size: 9.6rem;
  line-height: 10rem;
  margin-top: 5rem;
  padding-top: 0.5872rem;
  padding-bottom: 0.4128rem;
  margin-bottom: 2rem;
}
.typography .h4, .typography h4 {
  font-size: 5.2rem;
  line-height: 6rem;
  margin-top: 4rem;
  padding-top: 0.1514rem;
  padding-bottom: 0.8486rem;
  margin-bottom: -1rem;
}
.typography .h5, .typography h5 {
  font-size: 4.4rem;
  line-height: 6rem;
  margin-top: 4rem;
  padding-top: 0.4358rem;
  padding-bottom: 0.5642rem;
  margin-bottom: -1rem;
}
.typography .h6, .typography h6 {
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 3rem;
  padding-top: 0.578rem;
  padding-bottom: 0.422rem;
  margin-bottom: 0rem;
}
.typography p, .typography .p, .typography .p:not(.hero) + p, .typography p:not(.hero) + p {
  font-size: 3.5rem;
  line-height: 5rem;
  margin-top: 0rem;
  padding-top: 0.25575rem;
  padding-bottom: 0.74425rem;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.typography p.micro, .typography .p.micro, .typography .p:not(.hero) + p.micro, .typography p:not(.hero) + p.micro {
  font-size: 2.6rem;
  line-height: 4rem;
  margin-top: 2rem;
  padding-top: 0.0757rem;
  padding-bottom: 0.9243rem;
  margin-bottom: -1rem;
}
.typography p.small, .typography .p.small, .typography .p:not(.hero) + p.small, .typography p:not(.hero) + p.small {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 1rem;
  padding-top: 0.9335rem;
  padding-bottom: 0.0665rem;
  margin-bottom: 0rem;
}
.typography p.hero, .typography .p.hero, .typography .p:not(.hero) + p.hero, .typography p:not(.hero) + p.hero {
  font-size: 5rem;
  line-height: 6rem;
  margin-top: 2rem;
  padding-top: 0.2225rem;
  padding-bottom: 0.7775rem;
  margin-bottom: 3rem;
  font-weight: 300;
  letter-spacing: -0.16rem;
}
.typography strong {
  font-weight: 600;
}
.typography em {
  font-weight: 500;
}
.typography li {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-top: -1rem;
  padding-top: 0.75575rem;
  padding-bottom: 0.24425rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.typography ul, .typography ol {
  margin: 4rem 4rem 4rem 8rem;
}
.typography ul li {
  list-style: disc;
}
.typography ol li {
  list-style: decimal;
}
.typography blockquote {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 5rem;
  padding-top: 0.8624rem;
  padding-bottom: 0.1376rem;
  margin-bottom: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.9;
  border-left: 5px solid #EEE;
}
.typography q {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 5rem;
  padding-top: 0.8624rem;
  padding-bottom: 0.1376rem;
  margin-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  opacity: 0.9;
  display: block;
}
.typography q:before, .typography q:after {
  font-size: 5rem;
  line-height: 0.1rem;
  vertical-align: -1rem;
}
.typography q:before {
  content: "“";
  margin-right: 1rem;
}
.typography q:after {
  content: "”";
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .article p, .article li {
    font-weight: 300;
  }
}

@media (max-width: 550px) {
  .article h1, .article .h2, .article .h3, .article h4, .article h5, .article h6 {
    opacity: 0.8;
  }
}

/* Colors */
.white {
  background: #fff !important;
  color: #202020 !important;
}
.white svg {
  fill: #202020 !important;
}

.text-white {
  color: #fff !important;
}
.text-white.button svg {
  fill: #fff !important;
}

.stroke.button.white {
  color: #fff !important;
  border-color: #fff !important;
}
.stroke.button.white svg {
  fill: #fff !important;
}

.black {
  background: #202020 !important;
  color: #fff !important;
}
.black svg {
  fill: #fff !important;
}

.text-black {
  color: #202020 !important;
}
.text-black.button svg {
  fill: #202020 !important;
}

.stroke.button.black {
  color: #202020 !important;
  border-color: #202020 !important;
}
.stroke.button.black svg {
  fill: #202020 !important;
}

/* Colors by Google Meterial Design (C) */
.red {
  background: #F44336 !important;
  color: #fff !important;
}
.red svg {
  fill: #fff !important;
}

.text-red {
  color: #F44336 !important;
}
.text-red.button svg {
  fill: #F44336 !important;
}

.stroke.button.red {
  color: #F44336 !important;
  border-color: #F44336 !important;
}
.stroke.button.red svg {
  fill: #F44336 !important;
}

.pink {
  background: #E91E63 !important;
  color: #fff !important;
}
.pink svg {
  fill: #fff !important;
}

.text-pink {
  color: #E91E63 !important;
}
.text-pink.button svg {
  fill: #E91E63 !important;
}

.stroke.button.pink {
  color: #E91E63 !important;
  border-color: #E91E63 !important;
}
.stroke.button.pink svg {
  fill: #E91E63 !important;
}

.purple {
  background: #9C27B0 !important;
  color: #fff !important;
}
.purple svg {
  fill: #fff !important;
}

.text-purple {
  color: #9C27B0 !important;
}
.text-purple.button svg {
  fill: #9C27B0 !important;
}

.stroke.button.purple {
  color: #9C27B0 !important;
  border-color: #9C27B0 !important;
}
.stroke.button.purple svg {
  fill: #9C27B0 !important;
}

.deepPurple {
  background: #673AB7 !important;
  color: #fff !important;
}
.deepPurple svg {
  fill: #fff !important;
}

.text-deepPurple {
  color: #673AB7 !important;
}
.text-deepPurple.button svg {
  fill: #673AB7 !important;
}

.stroke.button.deepPurple {
  color: #673AB7 !important;
  border-color: #673AB7 !important;
}
.stroke.button.deepPurple svg {
  fill: #673AB7 !important;
}

.indigo {
  background: #3F51B5 !important;
  color: #fff !important;
}
.indigo svg {
  fill: #fff !important;
}

.text-indigo {
  color: #3F51B5 !important;
}
.text-indigo.button svg {
  fill: #3F51B5 !important;
}

.stroke.button.indigo {
  color: #3F51B5 !important;
  border-color: #3F51B5 !important;
}
.stroke.button.indigo svg {
  fill: #3F51B5 !important;
}

.blue {
  background: #2196F3 !important;
  color: #fff !important;
}
.blue svg {
  fill: #fff !important;
}

.text-blue {
  color: #2196F3 !important;
}
.text-blue.button svg {
  fill: #2196F3 !important;
}

.stroke.button.blue {
  color: #2196F3 !important;
  border-color: #2196F3 !important;
}
.stroke.button.blue svg {
  fill: #2196F3 !important;
}

.cyan {
  background: #00BCD4 !important;
  color: #fff !important;
}
.cyan svg {
  fill: #fff !important;
}

.text-cyan {
  color: #00BCD4 !important;
}
.text-cyan.button svg {
  fill: #00BCD4 !important;
}

.stroke.button.cyan {
  color: #00BCD4 !important;
  border-color: #00BCD4 !important;
}
.stroke.button.cyan svg {
  fill: #00BCD4 !important;
}

.teal {
  background: #009688 !important;
  color: #fff !important;
}
.teal svg {
  fill: #fff !important;
}

.text-teal {
  color: #009688 !important;
}
.text-teal.button svg {
  fill: #009688 !important;
}

.stroke.button.teal {
  color: #009688 !important;
  border-color: #009688 !important;
}
.stroke.button.teal svg {
  fill: #009688 !important;
}

.green {
  background: #4CAF50 !important;
  color: #fff !important;
}
.green svg {
  fill: #fff !important;
}

.text-green {
  color: #4CAF50 !important;
}
.text-green.button svg {
  fill: #4CAF50 !important;
}

.stroke.button.green {
  color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.stroke.button.green svg {
  fill: #4CAF50 !important;
}

.lightGreen {
  background: #8BC34A !important;
  color: #fff !important;
}
.lightGreen svg {
  fill: #fff !important;
}

.text-lightGreen {
  color: #8BC34A !important;
}
.text-lightGreen.button svg {
  fill: #8BC34A !important;
}

.stroke.button.lightGreen {
  color: #8BC34A !important;
  border-color: #8BC34A !important;
}
.stroke.button.lightGreen svg {
  fill: #8BC34A !important;
}

.lime {
  background: #CDDC39 !important;
  color: #fff !important;
}
.lime svg {
  fill: #fff !important;
}

.text-lime {
  color: #CDDC39 !important;
}
.text-lime.button svg {
  fill: #CDDC39 !important;
}

.stroke.button.lime {
  color: #CDDC39 !important;
  border-color: #CDDC39 !important;
}
.stroke.button.lime svg {
  fill: #CDDC39 !important;
}

.yellow {
  background: #FFEB3B !important;
  color: #202020 !important;
}
.yellow svg {
  fill: #202020 !important;
}

.text-yellow {
  color: #FFEB3B !important;
}
.text-yellow.button svg {
  fill: #FFEB3B !important;
}

.stroke.button.yellow {
  color: #FFEB3B !important;
  border-color: #FFEB3B !important;
}
.stroke.button.yellow svg {
  fill: #FFEB3B !important;
}

.amber {
  background: #FFC107 !important;
  color: #fff !important;
}
.amber svg {
  fill: #fff !important;
}

.text-amber {
  color: #FFC107 !important;
}
.text-amber.button svg {
  fill: #FFC107 !important;
}

.stroke.button.amber {
  color: #FFC107 !important;
  border-color: #FFC107 !important;
}
.stroke.button.amber svg {
  fill: #FFC107 !important;
}

.orange {
  background: #FF9800 !important;
  color: #fff !important;
}
.orange svg {
  fill: #fff !important;
}

.text-orange {
  color: #FF9800 !important;
}
.text-orange.button svg {
  fill: #FF9800 !important;
}

.stroke.button.orange {
  color: #FF9800 !important;
  border-color: #FF9800 !important;
}
.stroke.button.orange svg {
  fill: #FF9800 !important;
}

.deepOrange {
  background: #FF5722 !important;
  color: #fff !important;
}
.deepOrange svg {
  fill: #fff !important;
}

.text-deepOrange {
  color: #FF5722 !important;
}
.text-deepOrange.button svg {
  fill: #FF5722 !important;
}

.stroke.button.deepOrange {
  color: #FF5722 !important;
  border-color: #FF5722 !important;
}
.stroke.button.deepOrange svg {
  fill: #FF5722 !important;
}

.brown {
  background: #795548 !important;
  color: #fff !important;
}
.brown svg {
  fill: #fff !important;
}

.text-brown {
  color: #795548 !important;
}
.text-brown.button svg {
  fill: #795548 !important;
}

.stroke.button.brown {
  color: #795548 !important;
  border-color: #795548 !important;
}
.stroke.button.brown svg {
  fill: #795548 !important;
}

.gray {
  background: #9D9D9D !important;
  color: #fff !important;
}
.gray svg {
  fill: #fff !important;
}

.text-gray {
  color: #9D9D9D !important;
}
.text-gray.button svg {
  fill: #9D9D9D !important;
}

.stroke.button.gray {
  color: #9D9D9D !important;
  border-color: #9D9D9D !important;
}
.stroke.button.gray svg {
  fill: #9D9D9D !important;
}

.blueGray {
  background: #607D8B !important;
  color: #fff !important;
}
.blueGray svg {
  fill: #fff !important;
}

.text-blueGray {
  color: #607D8B !important;
}
.text-blueGray.button svg {
  fill: #607D8B !important;
}

.stroke.button.blueGray {
  color: #607D8B !important;
  border-color: #607D8B !important;
}
.stroke.button.blueGray svg {
  fill: #607D8B !important;
}

/* Social Colors */
.social-facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.social-facebook svg {
  fill: #fff !important;
}

.text-social-facebook {
  color: #3b5998 !important;
}
.text-social-facebook.button svg {
  fill: #3b5998 !important;
}

.stroke.button.social-facebook {
  color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.stroke.button.social-facebook svg {
  fill: #3b5998 !important;
}

.social-twitter {
  background: #55acee !important;
  color: #fff !important;
}
.social-twitter svg {
  fill: #fff !important;
}

.text-social-twitter {
  color: #55acee !important;
}
.text-social-twitter.button svg {
  fill: #55acee !important;
}

.stroke.button.social-twitter {
  color: #55acee !important;
  border-color: #55acee !important;
}
.stroke.button.social-twitter svg {
  fill: #55acee !important;
}

.social-googlePlus {
  background: #DD4330 !important;
  color: #fff !important;
}
.social-googlePlus svg {
  fill: #fff !important;
}

.text-social-googlePlus {
  color: #DD4330 !important;
}
.text-social-googlePlus.button svg {
  fill: #DD4330 !important;
}

.stroke.button.social-googlePlus {
  color: #DD4330 !important;
  border-color: #DD4330 !important;
}
.stroke.button.social-googlePlus svg {
  fill: #DD4330 !important;
}

.social-behance {
  background: #105DFB !important;
  color: #fff !important;
}
.social-behance svg {
  fill: #fff !important;
}

.text-social-behance {
  color: #105DFB !important;
}
.text-social-behance.button svg {
  fill: #105DFB !important;
}

.stroke.button.social-behance {
  color: #105DFB !important;
  border-color: #105DFB !important;
}
.stroke.button.social-behance svg {
  fill: #105DFB !important;
}

.social-medium {
  background: #12100E !important;
  color: #fff !important;
}
.social-medium svg {
  fill: #fff !important;
}

.text-social-medium {
  color: #12100E !important;
}
.text-social-medium.button svg {
  fill: #12100E !important;
}

.stroke.button.social-medium {
  color: #12100E !important;
  border-color: #12100E !important;
}
.stroke.button.social-medium svg {
  fill: #12100E !important;
}

.social-stumbleupon {
  background: #eb4924 !important;
  color: #fff !important;
}
.social-stumbleupon svg {
  fill: #fff !important;
}

.text-social-stumbleupon {
  color: #eb4924 !important;
}
.text-social-stumbleupon.button svg {
  fill: #eb4924 !important;
}

.stroke.button.social-stumbleupon {
  color: #eb4924 !important;
  border-color: #eb4924 !important;
}
.stroke.button.social-stumbleupon svg {
  fill: #eb4924 !important;
}

.social-linkedin {
  background: #0077b5 !important;
  color: #fff !important;
}
.social-linkedin svg {
  fill: #fff !important;
}

.text-social-linkedin {
  color: #0077b5 !important;
}
.text-social-linkedin.button svg {
  fill: #0077b5 !important;
}

.stroke.button.social-linkedin {
  color: #0077b5 !important;
  border-color: #0077b5 !important;
}
.stroke.button.social-linkedin svg {
  fill: #0077b5 !important;
}

.social-pinterest {
  background: #cc2127 !important;
  color: #fff !important;
}
.social-pinterest svg {
  fill: #fff !important;
}

.text-social-pinterest {
  color: #cc2127 !important;
}
.text-social-pinterest.button svg {
  fill: #cc2127 !important;
}

.stroke.button.social-pinterest {
  color: #cc2127 !important;
  border-color: #cc2127 !important;
}
.stroke.button.social-pinterest svg {
  fill: #cc2127 !important;
}

.social-instagram {
  background: #e4405f !important;
  color: #fff !important;
}
.social-instagram svg {
  fill: #fff !important;
}

.text-social-instagram {
  color: #e4405f !important;
}
.text-social-instagram.button svg {
  fill: #e4405f !important;
}

.stroke.button.social-instagram {
  color: #e4405f !important;
  border-color: #e4405f !important;
}
.stroke.button.social-instagram svg {
  fill: #e4405f !important;
}

.social-tumblr {
  background: #34455D !important;
  color: #fff !important;
}
.social-tumblr svg {
  fill: #fff !important;
}

.text-social-tumblr {
  color: #34455D !important;
}
.text-social-tumblr.button svg {
  fill: #34455D !important;
}

.stroke.button.social-tumblr {
  color: #34455D !important;
  border-color: #34455D !important;
}
.stroke.button.social-tumblr svg {
  fill: #34455D !important;
}

.social-dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.social-dribbble svg {
  fill: #fff !important;
}

.text-social-dribbble {
  color: #ea4c89 !important;
}
.text-social-dribbble.button svg {
  fill: #ea4c89 !important;
}

.stroke.button.social-dribbble {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.stroke.button.social-dribbble svg {
  fill: #ea4c89 !important;
}

.social-youtube {
  background: #cd201f !important;
  color: #fff !important;
}
.social-youtube svg {
  fill: #fff !important;
}

.text-social-youtube {
  color: #cd201f !important;
}
.text-social-youtube.button svg {
  fill: #cd201f !important;
}

.stroke.button.social-youtube {
  color: #cd201f !important;
  border-color: #cd201f !important;
}
.stroke.button.social-youtube svg {
  fill: #cd201f !important;
}

.social-delicious {
  background: #3399ff !important;
  color: #fff !important;
}
.social-delicious svg {
  fill: #fff !important;
}

.text-social-delicious {
  color: #3399ff !important;
}
.text-social-delicious.button svg {
  fill: #3399ff !important;
}

.stroke.button.social-delicious {
  color: #3399ff !important;
  border-color: #3399ff !important;
}
.stroke.button.social-delicious svg {
  fill: #3399ff !important;
}

.social-digg {
  background: #000000 !important;
  color: #fff !important;
}
.social-digg svg {
  fill: #fff !important;
}

.text-social-digg {
  color: #000000 !important;
}
.text-social-digg.button svg {
  fill: #000000 !important;
}

.stroke.button.social-digg {
  color: #000000 !important;
  border-color: #000000 !important;
}
.stroke.button.social-digg svg {
  fill: #000000 !important;
}

.social-vimeo {
  background: #fff !important;
  color: #1ab7ea !important;
}
.social-vimeo svg {
  fill: #1ab7ea !important;
}

.text-social-vimeo {
  color: #fff !important;
}
.text-social-vimeo.button svg {
  fill: #fff !important;
}

.stroke.button.social-vimeo {
  color: #fff !important;
  border-color: #fff !important;
}
.stroke.button.social-vimeo svg {
  fill: #fff !important;
}

.social-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
}
.social-whatsapp svg {
  fill: #fff !important;
}

.text-social-whatsapp {
  color: #25D366 !important;
}
.text-social-whatsapp.button svg {
  fill: #25D366 !important;
}

.stroke.button.social-whatsapp {
  color: #25D366 !important;
  border-color: #25D366 !important;
}
.stroke.button.social-whatsapp svg {
  fill: #25D366 !important;
}

.social-xing {
  background: #026466 !important;
  color: #fff !important;
}
.social-xing svg {
  fill: #fff !important;
}

.text-social-xing {
  color: #026466 !important;
}
.text-social-xing.button svg {
  fill: #026466 !important;
}

.stroke.button.social-xing {
  color: #026466 !important;
  border-color: #026466 !important;
}
.stroke.button.social-xing svg {
  fill: #026466 !important;
}

.social-youtube {
  background: #FC0D1C !important;
  color: #fff !important;
}
.social-youtube svg {
  fill: #fff !important;
}

.text-social-youtube {
  color: #FC0D1C !important;
}
.text-social-youtube.button svg {
  fill: #FC0D1C !important;
}

.stroke.button.social-youtube {
  color: #FC0D1C !important;
  border-color: #FC0D1C !important;
}
.stroke.button.social-youtube svg {
  fill: #FC0D1C !important;
}

/* Welcome new Grid! */
.grid {
  margin-left: -2%;
  margin-right: -2%;
  /* default spaces */
}
.grid [class*='col-'] {
  display: block;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
}
.grid.fixedSpaces {
  margin-left: -10px;
  margin-right: -10px;
}
.grid.fixedSpaces > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.grid.noSpaces {
  margin-left: 0;
  margin-right: 0;
}
.grid.noSpaces > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.grid .toLeft[class*='col-'] {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.grid .toRight[class*='col-'] {
  margin-right: 0 !important;
  margin-left: auto !important;
  float: right;
}
.grid .toCenter[class*='col-'] {
  margin-left: auto !important;
  margin-right: auto !important;
}
.grid > .col-1-12 {
  max-width: 8.33333%;
}
.grid > .col-2-12 {
  max-width: 16.66667%;
}
.grid > .col-3-12 {
  max-width: 25%;
}
.grid > .col-4-12 {
  max-width: 33.33333%;
}
.grid > .col-5-12 {
  max-width: 41.66667%;
}
.grid > .col-6-12 {
  max-width: 50%;
}
.grid > .col-7-12 {
  max-width: 58.33333%;
}
.grid > .col-8-12 {
  max-width: 66.66667%;
}
.grid > .col-9-12 {
  max-width: 75%;
}
.grid > .col-10-12 {
  max-width: 83.33333%;
}
.grid > .col-11-12 {
  max-width: 91.66667%;
}
.grid > .col-12-12 {
  max-width: 100%;
}
.grid > .col-1-10 {
  max-width: 10%;
}
.grid > .col-2-10 {
  max-width: 20%;
}
.grid > .col-3-10 {
  max-width: 30%;
}
.grid > .col-4-10 {
  max-width: 40%;
}
.grid > .col-5-10 {
  max-width: 50%;
}
.grid > .col-6-10 {
  max-width: 60%;
}
.grid > .col-7-10 {
  max-width: 70%;
}
.grid > .col-8-10 {
  max-width: 80%;
}
.grid > .col-9-10 {
  max-width: 90%;
}
.grid > .col-10-10 {
  max-width: 100%;
}
.grid + .grid {
  margin-top: 20px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1239px) {
  .grid > .col-desktop-1-1 {
    max-width: 100% !important;
  }

  .grid > .col-desktop-1-2 {
    max-width: 50% !important;
  }

  .grid > .col-desktop-1-3 {
    max-width: 33.33333333% !important;
  }

  .grid > .col-desktop-2-3 {
    max-width: 66.66666666% !important;
  }

  .grid > .col-desktop-1-4 {
    max-width: 25% !important;
  }

  .grid > .col-desktop-3-4 {
    max-width: 75% !important;
  }
}
/* ipad landscape and > */
@media (max-width: 1023px) {
  .grid:not(.later) > [class*='col-']:not([class*='col-phablet-']):not([class*='col-phone-']) {
    max-width: 100%;
  }

  .grid > .col-tablet-1-1 {
    max-width: 100% !important;
  }

  .grid > .col-tablet-1-2 {
    max-width: 50% !important;
  }

  .grid > .col-tablet-1-3 {
    max-width: 33.33333333% !important;
  }

  .grid > .col-tablet-2-3 {
    max-width: 66.66666666% !important;
  }

  .grid > .col-tablet-1-4 {
    max-width: 25% !important;
  }

  .grid > .col-tablet-3-4 {
    max-width: 75% !important;
  }

  .grid > .col-tablet-1-5 {
    max-width: 20% !important;
  }

  .grid > .col-tablet-2-5 {
    max-width: 40% !important;
  }

  .grid > .col-tablet-3-5 {
    max-width: 60% !important;
  }

  .grid > .col-tablet-4-5 {
    max-width: 80% !important;
  }
}
/* phablet landscape and ipad portrait and > */
@media (max-width: 767px) {
  .grid.later > [class*='col-']:not([class*='col-phone-']) {
    max-width: 100%;
  }

  .grid > .col-phablet-1-1 {
    max-width: 100% !important;
  }

  .grid > .col-phablet-1-2 {
    max-width: 50% !important;
  }

  .grid > .col-phablet-1-3 {
    max-width: 33.33333333% !important;
  }

  .grid > .col-phablet-1-4 {
    max-width: 25% !important;
  }

  .grid > .col-phablet-3-4 {
    max-width: 75% !important;
  }
}
/* phone portrait and > */
@media (max-width: 435px) {
  .grid > [class*='col-'] {
    max-width: 100%;
  }

  .grid > .col-phone-1-1 {
    max-width: 100% !important;
  }

  .grid > .col-phone-1-2 {
    max-width: 50% !important;
  }

  .grid > .col-phone-1-3 {
    max-width: 33.33333333% !important;
  }

  .grid > .col-phone-2-3 {
    max-width: 66.66666666% !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  /* default spaces */
  /* alignments */
}
.flex > [class*='col-'] {
  padding-left: 2%;
  padding-right: 2%;
}
.flex.fixedSpaces {
  margin-left: -14px;
  margin-right: -14px;
}
.flex.fixedSpaces > [class*='col-'] {
  padding-left: 14px;
  padding-right: 14px;
}
.flex.noSpaces {
  margin-left: 0;
  margin-right: 0;
}
.flex.noSpaces > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.flex.verticalCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.verticalBottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.horizontalCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex.bottom [class*='col-'], .flex.reverse.top [class*='col-'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex.top [class*='col-'], .flex.reverse.bottom [class*='col-'] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.flex > .col-1-12 {
  width: 8.33333%;
}
.flex > .col-2-12 {
  width: 16.66667%;
}
.flex > .col-3-12 {
  width: 25%;
}
.flex > .col-4-12 {
  width: 33.33333%;
}
.flex > .col-5-12 {
  width: 41.66667%;
}
.flex > .col-6-12 {
  width: 50%;
}
.flex > .col-7-12 {
  width: 58.33333%;
}
.flex > .col-8-12 {
  width: 66.66667%;
}
.flex > .col-9-12 {
  width: 75%;
}
.flex > .col-10-12 {
  width: 83.33333%;
}
.flex > .col-11-12 {
  width: 91.66667%;
}
.flex > .col-12-12 {
  width: 100%;
}
.flex > .col-1-10 {
  width: 10%;
}
.flex > .col-2-10 {
  width: 20%;
}
.flex > .col-3-10 {
  width: 30%;
}
.flex > .col-4-10 {
  width: 40%;
}
.flex > .col-5-10 {
  width: 50%;
}
.flex > .col-6-10 {
  width: 60%;
}
.flex > .col-7-10 {
  width: 70%;
}
.flex > .col-8-10 {
  width: 80%;
}
.flex > .col-9-10 {
  width: 90%;
}
.flex > .col-10-10 {
  width: 100%;
}

/* ipad landscape and > */
@media (max-width: 1023px) {
  .flex:not(.later) > [class*='col-']:not([class*='col-phablet-']):not([class*='col-phone-']) {
    width: 100%;
  }

  .flex > .col-tablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-tablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-tablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-tablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-tablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-tablet-3-4 {
    width: 75% !important;
  }

  .flex > .col-tablet-1-5 {
    width: 20% !important;
  }

  .flex > .col-tablet-2-5 {
    width: 40% !important;
  }

  .flex > .col-tablet-3-5 {
    width: 60% !important;
  }

  .flex > .col-tablet-4-5 {
    width: 80% !important;
  }
}
/* phablet landscape and ipad portrait and > */
@media (max-width: 767px) {
  .flex.later > [class*='col-']:not([class*='col-phone-']) {
    width: 100%;
  }

  .flex > .col-phablet-1-1 {
    width: 100% !important;
  }

  .flex > .col-phablet-1-2 {
    width: 50% !important;
  }

  .flex > .col-phablet-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phablet-2-3 {
    width: 66.66666666% !important;
  }

  .flex > .col-phablet-1-4 {
    width: 25% !important;
  }

  .flex > .col-phablet-3-4 {
    width: 75% !important;
  }
}
/* phone portrait and > */
@media (max-width: 435px) {
  .flex > [class*='col-'] {
    width: 100%;
  }

  .flex > .col-phone-1-1 {
    width: 100% !important;
  }

  .flex > .col-phone-1-2 {
    width: 50% !important;
  }

  .flex > .col-phone-1-3 {
    width: 33.33333333% !important;
  }

  .flex > .col-phone-2-3 {
    width: 66.66666666% !important;
  }
}
/*
*       _____          _             
*      |  __ \( )     | |            
*      | |  | |_  __ _| | ___   __ _ 
*      | |  | | |/ _` | |/ _ \ / _` |
*      | |__| | | (_| | | (_) | (_| |
*      |_____/|_|\__,_|_|\___/ \__, |
*                                _/ |
*      Dialog Window            /__/
*
*/
.dialogContainer {
  pointer-events: none;
}

.dialogContainer,
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

.dialog {
  pointer-events: all;
  color: #303030;
  border-radius: 4px;
  max-width: 350px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: default;
  opacity: 0.98;
  line-height: 1.3;
  background: #fff;
  margin: 12px 20px;
  overflow: hidden;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all 0.75s, height 0s;
  transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  -webkit-tap-highlight-color: transparent;
}
.dialog.rectangular {
  border-radius: 0px;
}
.dialog.rounded {
  border-radius: 6px;
}
.dialog:hover {
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: 0.35s;
}
.dialog .button.small {
  margin-left: 4px;
  margin-right: 4px;
}
.dialog .button {
  margin-left: 7px;
  margin-right: 7px;
}
.dialogContainer > .dialog {
  position: relative;
}
.dialog.hidden {
  display: none;
}
.dialog.hide {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0 !important;
  transition: height 0s, opacity 0.5s, -webkit-transform 0.5s !important;
  transition: height 0s, opacity 0.5s, transform 0.5s !important;
  transition: height 0s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s !important;
}
.dialog.reveal {
  transition: 0s !important;
}
.dialog .close {
  padding: 12px;
  position: absolute;
  font-size: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.35s;
  opacity: 0;
  z-index: 10;
}
.dialog .close:after, .dialog .close:before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #202020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 6px;
}
.dialog .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dialog .close:active {
  opacity: 1;
}
.dialog .close.white {
  background: transparent !important;
}
.dialog .close.white:after, .dialog .close.white:before {
  background: #fff;
}
.dialog:hover .close {
  opacity: 0.2;
}
.dialog .close:hover, .mobile .dialog .close {
  opacity: 1 !important;
}
.dialog .dialogContent {
  padding: 20px;
}
.dialog .avatar {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
}
.dialog .avatar + .text {
  width: calc(100% - 70px);
  margin-left: 70px;
}
.dialog .title {
  margin: 8px 0;
  font-weight: 500;
}
.dialog ul {
  display: table;
  width: 100%;
  font-size: 0;
  font-weight: 600;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
}
.dialog .hiddenContent {
  overflow: hidden;
  display: block;
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
}
html:not(.page-loaded) .dialog {
  -webkit-transform: scale(0.5) translateY(100%);
          transform: scale(0.5) translateY(100%);
  opacity: 0;
}
.dialog:hover .hiddenContent, .dialog.hover .hiddenContent {
  max-height: 90px;
  opacity: 1;
}
.dialog [data-href],
.dialog [data-dialog-action="close"] {
  cursor: pointer;
}
.dialog li {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: table-cell;
  width: 33.33333%;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: none;
  transition: 0.25s;
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
}
.dialog li .material-icons {
  position: relative;
  margin-bottom: 13px;
  top: 6px;
  margin-right: 8px;
}
.dialog li .material-icons.right {
  margin-right: 0;
  margin-left: 8px;
}
.dialog li svg {
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.dialog li svg.right {
  margin-right: 0;
  margin-left: 8px;
}
.dialog li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dialog li:first-child {
  border-left: none;
}
.dialog li:hover {
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.05);
}
.dialog li input {
  font-size: 16px;
  width: 250px;
  border: none;
  padding: 13px 5px 16px 15px;
  outline: none;
  margin: 1px 0 0 0;
  color: #202020;
  height: 50px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 414px) {
  .dialog {
    margin: 10px;
    max-width: 100%;
  }
}

.dialogContainer:not(.bottom) .dialog + .dialog {
  margin-bottom: 0px;
}

.dialogContainer.bottom .dialog + .dialog {
  margin-top: 0px;
}

.dialogContainer.bottom,
.dialog.bottom {
  top: inherit;
  bottom: 0;
}

.dialogContainer.left,
.dialog.left {
  right: inherit;
  left: 0;
}

/* 
.dialogContainer > .dialog:nth-child(1){ -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.dialogContainer > .dialog:nth-child(2){ -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.dialogContainer > .dialog:nth-child(3){ -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.dialogContainer > .dialog:nth-child(4){ -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.dialogContainer > .dialog:nth-child(5){ -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
*/
/* Slides Custom Styles */
.svg-5 {
  padding-bottom: 27%;
}

.iphone-5.shiftImage {
  margin: 0 0 -129%;
}

.ipad-6.shiftImage {
  margin: 0 0 -70%;
}

.button.play.button-7 {
  margin: 0 30px;
}

@media (max-width: 1279px) {
  .button.play.button-7 {
    display: block;
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  form.slides-form .input-8,
  form.slides-form .input-8,
  form.slides-form .input-8 {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  form.slides-form .input-9,
  form.slides-form .input-9,
  form.slides-form .input-9 {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  form.slides-form .input-12,
  form.slides-form .input-12,
  form.slides-form .input-12 {
    max-width: 220px;
  }
}
form input[type="text"].input-13,
form input[type="name"].input-13,
form input[type="email"].input-13 {
  max-width: 300px;
}

@media (max-width: 1023px) {
  .cell-16 {
    padding-bottom: 35px;
  }
}
.cell-17 {
  padding-bottom: 25px;
}

.header-18 {
  font-size: 70px;
}

.video-18 {
  margin-top: 34px;
}

.icon-26 {
  margin-right: 4px;
}

.app-26 {
  width: 70px;
  position: absolute;
  left: 0;
}

.text-26 {
  margin-left: 95px;
  margin-top: 35px;
}

@media (min-width: 1024px) {
  .text-26 {
    max-width: 360px;
  }
}
.cell-26 {
  margin-top: 22px;
}

@media (min-width: 1024px) {
  .cell-26 {
    padding-bottom: 40px;
  }
}
.app-27 {
  width: 100px;
  padding-bottom: 20px;
}

.icon-27 {
  margin-right: 4px;
}

.cell-27 {
  margin-top: -22px;
}

@media (max-width: 1023px) {
  .cell-27 {
    padding-bottom: 40px;
  }
}
.text-27 {
  margin-left: 95px;
  margin-top: 35px;
}

@media (min-width: 1024px) {
  .text-27 {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .iphone-28 {
    margin-top: -228px;
    margin-bottom: -228px;
  }
}
@media (max-width: 767px) {
  .cell-28 {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .iphone-29 {
    margin-top: -228px;
    margin-bottom: -228px;
  }
}
@media (max-width: 767px) {
  .cell-29 {
    padding-bottom: 35px;
  }
}
.quote-31 {
  padding-left: 95px;
}

.image-31 {
  padding-top: 35px;
}

.avatar-31 {
  border-radius: 50px;
  position: absolute;
  margin-left: 7px;
}

@media (min-width: 1024px) {
  .ipad-31 {
    margin: -10% 0px -115%;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .ipad-32 {
    margin: -10% 0px -115%;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .cell-32 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .ipad-33 {
    margin: -10% 0px -115%;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .cell-33 {
    padding-bottom: 40px;
  }
}
.iphone-35 {
  margin-bottom: -45%;
}

.ipad-36 {
  margin: -10px 0 -50%;
}

.avatar-41 {
  border-radius: 50px;
  margin: 10px 5px 5px;
}

.form-42 {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form-42 .form-42-input-1 input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form-42 .form-42-input-2 input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    left: -1px;
  }
}

p.remind-43 {
  max-width: 350px;
  line-height: 1.29;
  margin: 13px auto;
  text-align: center;
}

.fix-45 {
  max-width: 210px;
}

@media (max-width: 767px) {
  .box-46 {
    margin-bottom: 30px;
  }
}
.slide.whiteSlide .box-46 .shadow {
  box-shadow: none;
}

.grid-47 .material-icons {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 36px;
}

.grid-48 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px;
}

.grid-49 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 72px;
}

.form-55 {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form-55 .form-55-input-1 input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
  }
  .form-55 .form-55-input-2 input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    position: relative;
    left: -1px;
  }
}
.form-55 [data-success-class="message-sent"].message-sent {
  background: #4CAF50 !important;
}

.pad-59 {
  border-radius: 6px;
  padding: 6%;
}

.grid-61 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 36px;
}

@media (min-width: 1024px) {
  img.macbook-61 {
    margin: -15% -100% -30% -135% !important;
    width: 225%;
    max-width: none;
  }
}
.grid-62 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 48px;
}

@media (min-width: 1024px) {
  img.macbook-62 {
    margin: -15% -100% -30% 10% !important;
    width: 225%;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .image-62 {
    padding-top: 35px;
  }
}
.grid-64 {
  padding-top: 15px;
}
.grid-64 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px;
}
.grid-64 > li:not(:last-child) {
  margin-bottom: 20px;
}
.grid-64 .cell-64 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text: #fff;
}
.grid-64 .cell-64.rounded {
  border-radius: 6px;
}
.grid-64 .cell-64:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.slide.whiteSlide .grid-64 .cell-64 {
  border: 1px solid #E5E5E5;
}

.grid.grid-65 > li {
  position: relative;
  padding-left: 55px;
  padding-bottom: 30px;
}

.grid-65 .material-icons {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 36px;
}

@media (max-width: 767px) {
  .grid.grid-65 > li {
    padding-left: 60px;
  }

  .grid-65 .material-icons {
    left: 0px;
  }
}
.box-67 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden;
}
.box-67 .thumbnail-67 {
  font-size: 0;
  overflow: hidden;
}
.box-67 .thumbnail-67 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.35s;
}
.box-67:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}
.box-67:hover .thumbnail-67 img {
  -webkit-transform: scale(1.0225);
          transform: scale(1.0225);
}
.box-67 .name-67 {
  padding: 19px 15px 25px;
  background: #FFFFFF;
}

.slide.whiteSlide .tintLogos {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}

.slide:not(.whiteSlide) .tintLogos {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.grid-68 a {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  opacity: 0.9;
  transition: opacity 0.1s ease-in, -webkit-transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5);
  transition: opacity 0.1s ease-in, transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5);
  transition: opacity 0.1s ease-in, transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5), -webkit-transform 0.15s cubic-bezier(0.5, 0, 0.25, 2.5);
}
.grid-68 a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.grid-69 {
  margin-left: -8px;
  margin-right: -8px;
}
.grid-69 [class*='col-'] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.grid-69 [class*='col-'].selected {
  cursor: pointer;
  pointer-events: all;
}
.grid-69 .box-69 {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  cursor: -webkit-zoom-in;
  color: #fff;
}
.grid-69 .box-69.rounded {
  overflow: hidden;
  border-radius: 6px;
}
.grid-69 .box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CDCED2;
  opacity: 0;
  transition: 0.5s;
}
.grid-69 .box-69 .cell-69 {
  outline: none;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  color: #202020;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.grid-69 .box-69:hover {
  opacity: 1;
}
.grid-69 .box-69:hover .cell-69 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.grid-69 .box-69:hover:after {
  opacity: .98;
}

.info-70 {
  padding: 13%;
}

.grid-71 {
  padding-top: 15px;
}
.grid-71 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px;
}
.grid-71 > li:not(:last-child) {
  margin-bottom: 20px;
}
.grid-71 .cell-71 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text: #fff;
}
.grid-71 .cell-71.rounded {
  border-radius: 6px;
}
.grid-71 .cell-71:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.slide.whiteSlide .grid-71 .cell-71 {
  border: 1px solid #E5E5E5;
}

.grid-73 {
  padding-top: 15px;
}
.grid-73 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px;
}
.grid-73 > li:not(:last-child) {
  margin-bottom: 20px;
}
.grid-73 .cell-73 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text: #fff;
}
.grid-73 .cell-73.rounded {
  border-radius: 6px;
}
.grid-73 .cell-73:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.slide.whiteSlide .grid-73 .cell-73 {
  border: 1px solid #E5E5E5;
}

.image-73.shiftImageVertical.shiftImage {
  margin: -13% 0 -6%;
}

.grid.grid-74 {
  margin-left: -12px;
  margin-right: -12px;
}
.grid.grid-74 > [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

.box-74 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 25px;
  -webkit-backface-visibility: hidden;
}
.box-74:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}
.box-74 .name-74 {
  padding: 20px 20px 30px 20px;
  background: #FFFFFF;
  border-radius: 0 0 6px 0;
}
.box-74 .thumbnail-74 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.box-74 .thumbnail-74 img {
  border-radius: 6px 6px 0 0;
  transition: 0.5s;
}

.button.button-76 {
  width: 54px;
  height: 54px;
  padding: 17px 19px;
  font-size: 0;
}
.button.button-76 svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1024px) {
  .iphone-76 {
    max-width: none;
    margin-top: 60px;
  }
}
.text-76 {
  line-height: 1.75;
  opacity: 1;
  margin: 0;
  margin-left: 77px;
  padding-top: 3px;
}

@media (max-width: 569px) {
  .button.button-76,
  .text-76 {
    float: left;
  }

  .text-76 strong {
    display: block;
  }

  .text-76 {
    font-size: 20px;
    top: -4px;
  }
}
.grid.grid-77 {
  margin-left: -12px;
  margin-right: -12px;
}
.grid.grid-77 > [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1278px) {
  .grid.grid-77 > [class*='col-'] {
    max-width: 50%;
  }
}
.box-77 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden;
}
.box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: 0.35s;
}
.box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-77 .author-77 {
  background: #fff;
  border-top: 1px solid #EBEBEB;
  padding-top: 18px;
  margin-top: 25px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 2px;
}
.box-77 .avatar-77 {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50px;
}

.details-77 {
  padding: 20px 18px 15px;
  background: #FFFFFF;
  border-radius: 0 0 6px 0;
}
.details-77 .cell {
  text-align: left;
}

.text-78 {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 7px;
}

.quote-79 {
  font-size: 85px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: serif;
}

.author-79 {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  padding-left: 85px;
  padding-top: 5px;
}
.author-79 .avatar-79 {
  position: absolute;
  top: 0;
  left: 0;
}
.author-79 h3 {
  margin-bottom: 10px;
}

.grid-79 > [class*='col-'] {
  position: relative;
  padding: 5px 30px 0 55px;
}
.grid-79 > [class*='col-'] .material-icons {
  font-size: 35px;
  margin-bottom: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

.grid-80 > [class*='col-'] {
  margin-bottom: 25px;
}

.box-80 {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.box-80.rounded {
  border-radius: 6px;
}
.slide.whiteSlide .box-80 {
  border-color: #E5E5E5;
}

.leftControl-82,
.rightControl-82 {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  margin-left: -60px;
  cursor: pointer;
  transition: 0.35s;
}
.leftControl-82 svg,
.rightControl-82 svg {
  width: 29px;
  height: 56px;
}
.leftControl-82:hover, .leftControl-82:active,
.rightControl-82:hover,
.rightControl-82:active {
  opacity: .3;
}
@media (max-width: 768px) {
  .leftControl-82,
  .rightControl-82 {
    display: none;
  }
}

.rightControl-82 {
  right: 0;
  margin-right: -60px;
}

.grid.grid-83 {
  color: #202020;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .grid.grid-83 {
    border-radius: 6px;
    overflow: hidden;
  }
  .slide.whiteSlide .grid.grid-83 {
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
  }
}
@media (max-width: 1023px) {
  .grid.grid-83 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid.grid-83 > [class*='col-'] {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: -1px 0 0 #EBEBEB inset;
}
@media (max-width: 1023px) {
  .grid.grid-83 > [class*='col-'] {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px;
  }
}
@media (min-width: 1024px) {
  .grid.grid-83 > [class*='col-'] {
    padding: 50px;
    border-radius: 0px;
  }
  .grid.grid-83 > [class*='col-']:last-child {
    box-shadow: none;
  }
}

.grid.grid-84 {
  color: #202020;
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .grid.grid-84 {
    border-radius: 6px;
    overflow: hidden;
  }
  .slide.whiteSlide .grid.grid-84 {
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
  }
}
.grid.grid-84 > [class*='col-'] {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  box-shadow: -1px 0 0 #EBEBEB inset;
}
@media (max-width: 1239px) {
  .grid.grid-84 > [class*='col-'] {
    max-width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .grid.grid-84 > [class*='col-'] {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .grid.grid-84 > [class*='col-'] {
    border-radius: 0px;
  }
  .grid.grid-84 > [class*='col-']:last-child {
    box-shadow: none;
  }
}

.grid.grid-85 > [class*='col-'] .pad {
  box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
}

.button.button-86 {
  width: 54px;
  height: 54px;
  padding: 17px 19px;
  font-size: 0;
}
.button.button-86 svg {
  width: 18px;
  height: 18px;
}

.text-86 {
  line-height: 1.75;
  opacity: 1;
  margin: 0;
  margin-left: 77px;
  padding-top: 3px;
}

@media (max-width: 569px) {
  .button.button-86,
  .text-86 {
    float: left;
  }

  .text-86 strong {
    display: block;
  }

  .text-86 {
    font-size: 20px;
    top: -4px;
  }
}
.frame-93 {
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
}
.frame-93.rounded {
  border-radius: 6px;
}
.slide.whiteSlide .frame-93 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .frame-93 {
    text-align: center;
  }

  .button.button-93 {
    margin: 30px 0 0;
  }
}
@media (max-width: 499px) {
  .slide .frame-93 {
    padding: 30px;
    border: none !important;
  }
}
.form-97 {
  margin: 35px 0 50px;
}

/* COMMON STUFF */
.quoteBubble {
  padding: 7%;
  background: #fff;
  font-size: 26px;
  border-radius: 6px;
  color: #202020;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.quoteBubble:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 6%;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.quoteBubble:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 6%;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent;
  display: block;
  width: 0;
}

.address {
  letter-spacing: -1.5px;
  font-size: 30px;
  line-height: 1.1666;
}

.price {
  font-size: 110px;
  line-height: 1.26;
  margin-bottom: 20px;
  font-weight: 200;
}

.currency {
  font-size: 32px;
  vertical-align: super;
  font-weight: 300;
  padding-right: 10px;
  margin-left: -0.8em;
  font-weight: 300;
  opacity: 0.6;
  position: relative;
  top: -0.5em;
}

.social-circles li {
  display: inline-block;
  padding: 5px;
}
.social-circles li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.social-circles li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.social-circles li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Re-usable stuff */
.table {
  display: table;
  width: 100%;
  height: 100%;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.scroll-x {
  overflow-x: scroll;
}

.scroll-y {
  overflow-y: scroll;
}

.overflow-hidden, .scroll-hidden {
  overflow: hidden;
}

.overflow-reset {
  overflow: auto !important;
}

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

.italic {
  font-style: italic !important;
}

.ultraLight, .thin {
  font-weight: 100 !important;
}

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

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

.semiBold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.ultraBold {
  font-weight: 900 !important;
}

.noText {
  font-size: 0;
}

.top, .align-top {
  vertical-align: top !important;
}

.left, .align-left {
  text-align: left !important;
}

.right, .align-right {
  text-align: right !important;
}

.center, .align-center {
  text-align: center !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

.position-left {
  left: 0;
}

.position-top {
  top: 0;
}

.position-bottom {
  bottom: 0;
}

.position-right {
  right: 0;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.slides.firstSlide .hideForFirstSlide,
.slides.lastSlide .hideForLastSlide {
  display: none;
}

.block {
  display: block !important;
}

.inlineBlock {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.nowrap {
  white-space: nowrap;
}

.wide {
  width: 100% !important;
}

.hidden {
  display: none;
}

.nobr {
  white-space: nowrap;
}

[class*='shift-'] {
  position: relative;
}

.shift-up-1 {
  top: -1px;
}

.shift-up-2 {
  top: -2px;
}

.shift-up-3 {
  top: -3px;
}

.shift-up-4 {
  top: -4px;
}

.shift-up-5 {
  top: -5px;
}

.shift-down-1 {
  top: 1px;
}

.shift-down-2 {
  top: 2px;
}

.shift-down-3 {
  top: 3px;
}

.shift-down-4 {
  top: 4px;
}

.shift-down-5 {
  top: 5px;
}

.shift-left-1 {
  left: -1px;
}

.shift-left-2 {
  left: -2px;
}

.shift-left-3 {
  left: -3px;
}

.shift-left-4 {
  left: -4px;
}

.shift-left-5 {
  left: -5px;
}

.shift-right-1 {
  left: 1px;
}

.shift-right-2 {
  left: 2px;
}

.shift-right-3 {
  left: 3px;
}

.shift-right-4 {
  left: 4px;
}

.shift-right-5 {
  left: 5px;
}

@media (max-width: 1023px) {
  .wideForTablet {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .wideForPhablet {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 435px) {
  .wideForPhone {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.round {
  border-radius: 999px !important;
}

.rounded {
  border-radius: 6px !important;
}

.rectangular {
  border-radius: 0 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10,
.opaque {
  opacity: 1 !important;
}

.transparent {
  background: transparent !important;
}

.crop {
  margin: 0 !important;
}

.cropBottom {
  margin-bottom: 0 !important;
}

.cropTop {
  margin-top: 0 !important;
}

.cropLeft, .cropSides {
  margin-left: 0 !important;
}

.cropRight, .cropSides {
  margin-right: 0 !important;
}

.trim {
  padding: 0 !important;
}

.trimBottom {
  padding-bottom: 0 !important;
}

.trimTop {
  padding-top: 0 !important;
}

.trimLeft, .trimSides {
  padding-left: 0 !important;
}

.trimRight, .trimSides {
  padding-right: 0 !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-1 {
  padding: 10px !important;
}

.padding-2 {
  padding: 20px !important;
}

.padding-3 {
  padding: 30px !important;
}

.padding-4 {
  padding: 40px !important;
}

.padding-5 {
  padding: 50px !important;
}

.padding-6 {
  padding: 60px !important;
}

.padding-7 {
  padding: 70px !important;
}

.padding-8 {
  padding: 80px !important;
}

.padding-9 {
  padding: 90px !important;
}

.padding-10 {
  padding: 100px !important;
}

.padding-11 {
  padding: 110px !important;
}

.padding-12 {
  padding: 120px !important;
}

.padding-13 {
  padding: 130px !important;
}

.padding-14 {
  padding: 140px !important;
}

.padding-15 {
  padding: 150px !important;
}

.padding-16 {
  padding: 160px !important;
}

.padding-17 {
  padding: 170px !important;
}

.padding-18 {
  padding: 180px !important;
}

.padding-19 {
  padding: 190px !important;
}

.padding-20 {
  padding: 200px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-1 {
  padding-top: 10px !important;
}

.padding-top-2 {
  padding-top: 20px !important;
}

.padding-top-3 {
  padding-top: 30px !important;
}

.padding-top-4 {
  padding-top: 40px !important;
}

.padding-top-5 {
  padding-top: 50px !important;
}

.padding-top-6 {
  padding-top: 60px !important;
}

.padding-top-7 {
  padding-top: 70px !important;
}

.padding-top-8 {
  padding-top: 80px !important;
}

.padding-top-9 {
  padding-top: 90px !important;
}

.padding-top-10 {
  padding-top: 100px !important;
}

.padding-top-11 {
  padding-top: 110px !important;
}

.padding-top-12 {
  padding-top: 120px !important;
}

.padding-top-13 {
  padding-top: 130px !important;
}

.padding-top-14 {
  padding-top: 140px !important;
}

.padding-top-15 {
  padding-top: 150px !important;
}

.padding-top-16 {
  padding-top: 160px !important;
}

.padding-top-17 {
  padding-top: 170px !important;
}

.padding-top-18 {
  padding-top: 180px !important;
}

.padding-top-19 {
  padding-top: 190px !important;
}

.padding-top-20 {
  padding-top: 200px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-1 {
  padding-right: 10px !important;
}

.padding-right-2 {
  padding-right: 20px !important;
}

.padding-right-3 {
  padding-right: 30px !important;
}

.padding-right-4 {
  padding-right: 40px !important;
}

.padding-right-5 {
  padding-right: 50px !important;
}

.padding-right-6 {
  padding-right: 60px !important;
}

.padding-right-7 {
  padding-right: 70px !important;
}

.padding-right-8 {
  padding-right: 80px !important;
}

.padding-right-9 {
  padding-right: 90px !important;
}

.padding-right-10 {
  padding-right: 100px !important;
}

.padding-right-11 {
  padding-right: 110px !important;
}

.padding-right-12 {
  padding-right: 120px !important;
}

.padding-right-13 {
  padding-right: 130px !important;
}

.padding-right-14 {
  padding-right: 140px !important;
}

.padding-right-15 {
  padding-right: 150px !important;
}

.padding-right-16 {
  padding-right: 160px !important;
}

.padding-right-17 {
  padding-right: 170px !important;
}

.padding-right-18 {
  padding-right: 180px !important;
}

.padding-right-19 {
  padding-right: 190px !important;
}

.padding-right-20 {
  padding-right: 200px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-1 {
  padding-bottom: 10px !important;
}

.padding-bottom-2 {
  padding-bottom: 20px !important;
}

.padding-bottom-3 {
  padding-bottom: 30px !important;
}

.padding-bottom-4 {
  padding-bottom: 40px !important;
}

.padding-bottom-5 {
  padding-bottom: 50px !important;
}

.padding-bottom-6 {
  padding-bottom: 60px !important;
}

.padding-bottom-7 {
  padding-bottom: 70px !important;
}

.padding-bottom-8 {
  padding-bottom: 80px !important;
}

.padding-bottom-9 {
  padding-bottom: 90px !important;
}

.padding-bottom-10 {
  padding-bottom: 100px !important;
}

.padding-bottom-11 {
  padding-bottom: 110px !important;
}

.padding-bottom-12 {
  padding-bottom: 120px !important;
}

.padding-bottom-13 {
  padding-bottom: 130px !important;
}

.padding-bottom-14 {
  padding-bottom: 140px !important;
}

.padding-bottom-15 {
  padding-bottom: 150px !important;
}

.padding-bottom-16 {
  padding-bottom: 160px !important;
}

.padding-bottom-17 {
  padding-bottom: 170px !important;
}

.padding-bottom-18 {
  padding-bottom: 180px !important;
}

.padding-bottom-19 {
  padding-bottom: 190px !important;
}

.padding-bottom-20 {
  padding-bottom: 200px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-1 {
  padding-left: 10px !important;
}

.padding-left-2 {
  padding-left: 20px !important;
}

.padding-left-3 {
  padding-left: 30px !important;
}

.padding-left-4 {
  padding-left: 40px !important;
}

.padding-left-5 {
  padding-left: 50px !important;
}

.padding-left-6 {
  padding-left: 60px !important;
}

.padding-left-7 {
  padding-left: 70px !important;
}

.padding-left-8 {
  padding-left: 80px !important;
}

.padding-left-9 {
  padding-left: 90px !important;
}

.padding-left-10 {
  padding-left: 100px !important;
}

.padding-left-11 {
  padding-left: 110px !important;
}

.padding-left-12 {
  padding-left: 120px !important;
}

.padding-left-13 {
  padding-left: 130px !important;
}

.padding-left-14 {
  padding-left: 140px !important;
}

.padding-left-15 {
  padding-left: 150px !important;
}

.padding-left-16 {
  padding-left: 160px !important;
}

.padding-left-17 {
  padding-left: 170px !important;
}

.padding-left-18 {
  padding-left: 180px !important;
}

.padding-left-19 {
  padding-left: 190px !important;
}

.padding-left-20 {
  padding-left: 200px !important;
}

.margin-0 {
  margin: 0px !important;
}

.margin-1 {
  margin: 10px !important;
}

.margin-2 {
  margin: 20px !important;
}

.margin-3 {
  margin: 30px !important;
}

.margin-4 {
  margin: 40px !important;
}

.margin-5 {
  margin: 50px !important;
}

.margin-6 {
  margin: 60px !important;
}

.margin-7 {
  margin: 70px !important;
}

.margin-8 {
  margin: 80px !important;
}

.margin-9 {
  margin: 90px !important;
}

.margin-10 {
  margin: 100px !important;
}

.margin-11 {
  margin: 110px !important;
}

.margin-12 {
  margin: 120px !important;
}

.margin-13 {
  margin: 130px !important;
}

.margin-14 {
  margin: 140px !important;
}

.margin-15 {
  margin: 150px !important;
}

.margin-16 {
  margin: 160px !important;
}

.margin-17 {
  margin: 170px !important;
}

.margin-18 {
  margin: 180px !important;
}

.margin-19 {
  margin: 190px !important;
}

.margin-20 {
  margin: 200px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-1 {
  margin-top: 10px !important;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-top-3 {
  margin-top: 30px !important;
}

.margin-top-4 {
  margin-top: 40px !important;
}

.margin-top-5 {
  margin-top: 50px !important;
}

.margin-top-6 {
  margin-top: 60px !important;
}

.margin-top-7 {
  margin-top: 70px !important;
}

.margin-top-8 {
  margin-top: 80px !important;
}

.margin-top-9 {
  margin-top: 90px !important;
}

.margin-top-10 {
  margin-top: 100px !important;
}

.margin-top-11 {
  margin-top: 110px !important;
}

.margin-top-12 {
  margin-top: 120px !important;
}

.margin-top-13 {
  margin-top: 130px !important;
}

.margin-top-14 {
  margin-top: 140px !important;
}

.margin-top-15 {
  margin-top: 150px !important;
}

.margin-top-16 {
  margin-top: 160px !important;
}

.margin-top-17 {
  margin-top: 170px !important;
}

.margin-top-18 {
  margin-top: 180px !important;
}

.margin-top-19 {
  margin-top: 190px !important;
}

.margin-top-20 {
  margin-top: 200px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-1 {
  margin-right: 10px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.margin-right-3 {
  margin-right: 30px !important;
}

.margin-right-4 {
  margin-right: 40px !important;
}

.margin-right-5 {
  margin-right: 50px !important;
}

.margin-right-6 {
  margin-right: 60px !important;
}

.margin-right-7 {
  margin-right: 70px !important;
}

.margin-right-8 {
  margin-right: 80px !important;
}

.margin-right-9 {
  margin-right: 90px !important;
}

.margin-right-10 {
  margin-right: 100px !important;
}

.margin-right-11 {
  margin-right: 110px !important;
}

.margin-right-12 {
  margin-right: 120px !important;
}

.margin-right-13 {
  margin-right: 130px !important;
}

.margin-right-14 {
  margin-right: 140px !important;
}

.margin-right-15 {
  margin-right: 150px !important;
}

.margin-right-16 {
  margin-right: 160px !important;
}

.margin-right-17 {
  margin-right: 170px !important;
}

.margin-right-18 {
  margin-right: 180px !important;
}

.margin-right-19 {
  margin-right: 190px !important;
}

.margin-right-20 {
  margin-right: 200px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.margin-bottom-5 {
  margin-bottom: 50px !important;
}

.margin-bottom-6 {
  margin-bottom: 60px !important;
}

.margin-bottom-7 {
  margin-bottom: 70px !important;
}

.margin-bottom-8 {
  margin-bottom: 80px !important;
}

.margin-bottom-9 {
  margin-bottom: 90px !important;
}

.margin-bottom-10 {
  margin-bottom: 100px !important;
}

.margin-bottom-11 {
  margin-bottom: 110px !important;
}

.margin-bottom-12 {
  margin-bottom: 120px !important;
}

.margin-bottom-13 {
  margin-bottom: 130px !important;
}

.margin-bottom-14 {
  margin-bottom: 140px !important;
}

.margin-bottom-15 {
  margin-bottom: 150px !important;
}

.margin-bottom-16 {
  margin-bottom: 160px !important;
}

.margin-bottom-17 {
  margin-bottom: 170px !important;
}

.margin-bottom-18 {
  margin-bottom: 180px !important;
}

.margin-bottom-19 {
  margin-bottom: 190px !important;
}

.margin-bottom-20 {
  margin-bottom: 200px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-1 {
  margin-left: 10px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-left-3 {
  margin-left: 30px !important;
}

.margin-left-4 {
  margin-left: 40px !important;
}

.margin-left-5 {
  margin-left: 50px !important;
}

.margin-left-6 {
  margin-left: 60px !important;
}

.margin-left-7 {
  margin-left: 70px !important;
}

.margin-left-8 {
  margin-left: 80px !important;
}

.margin-left-9 {
  margin-left: 90px !important;
}

.margin-left-10 {
  margin-left: 100px !important;
}

.margin-left-11 {
  margin-left: 110px !important;
}

.margin-left-12 {
  margin-left: 120px !important;
}

.margin-left-13 {
  margin-left: 130px !important;
}

.margin-left-14 {
  margin-left: 140px !important;
}

.margin-left-15 {
  margin-left: 150px !important;
}

.margin-left-16 {
  margin-left: 160px !important;
}

.margin-left-17 {
  margin-left: 170px !important;
}

.margin-left-18 {
  margin-left: 180px !important;
}

.margin-left-19 {
  margin-left: 190px !important;
}

.margin-left-20 {
  margin-left: 200px !important;
}

@media (min-width: 1240px) {
  .padding-desktop-0 {
    padding: 0px !important;
  }

  .padding-desktop-1 {
    padding: 10px !important;
  }

  .padding-desktop-2 {
    padding: 20px !important;
  }

  .padding-desktop-3 {
    padding: 30px !important;
  }

  .padding-desktop-4 {
    padding: 40px !important;
  }

  .padding-desktop-5 {
    padding: 50px !important;
  }

  .padding-desktop-6 {
    padding: 60px !important;
  }

  .padding-desktop-7 {
    padding: 70px !important;
  }

  .padding-desktop-8 {
    padding: 80px !important;
  }

  .padding-desktop-9 {
    padding: 90px !important;
  }

  .padding-desktop-10 {
    padding: 100px !important;
  }

  .padding-desktop-11 {
    padding: 110px !important;
  }

  .padding-desktop-12 {
    padding: 120px !important;
  }

  .padding-desktop-13 {
    padding: 130px !important;
  }

  .padding-desktop-14 {
    padding: 140px !important;
  }

  .padding-desktop-15 {
    padding: 150px !important;
  }

  .padding-desktop-16 {
    padding: 160px !important;
  }

  .padding-desktop-17 {
    padding: 170px !important;
  }

  .padding-desktop-18 {
    padding: 180px !important;
  }

  .padding-desktop-19 {
    padding: 190px !important;
  }

  .padding-desktop-20 {
    padding: 200px !important;
  }

  .padding-top-desktop-0 {
    padding-top: 0px !important;
  }

  .padding-top-desktop-1 {
    padding-top: 10px !important;
  }

  .padding-top-desktop-2 {
    padding-top: 20px !important;
  }

  .padding-top-desktop-3 {
    padding-top: 30px !important;
  }

  .padding-top-desktop-4 {
    padding-top: 40px !important;
  }

  .padding-top-desktop-5 {
    padding-top: 50px !important;
  }

  .padding-top-desktop-6 {
    padding-top: 60px !important;
  }

  .padding-top-desktop-7 {
    padding-top: 70px !important;
  }

  .padding-top-desktop-8 {
    padding-top: 80px !important;
  }

  .padding-top-desktop-9 {
    padding-top: 90px !important;
  }

  .padding-top-desktop-10 {
    padding-top: 100px !important;
  }

  .padding-top-desktop-11 {
    padding-top: 110px !important;
  }

  .padding-top-desktop-12 {
    padding-top: 120px !important;
  }

  .padding-top-desktop-13 {
    padding-top: 130px !important;
  }

  .padding-top-desktop-14 {
    padding-top: 140px !important;
  }

  .padding-top-desktop-15 {
    padding-top: 150px !important;
  }

  .padding-top-desktop-16 {
    padding-top: 160px !important;
  }

  .padding-top-desktop-17 {
    padding-top: 170px !important;
  }

  .padding-top-desktop-18 {
    padding-top: 180px !important;
  }

  .padding-top-desktop-19 {
    padding-top: 190px !important;
  }

  .padding-top-desktop-20 {
    padding-top: 200px !important;
  }

  .padding-right-desktop-0 {
    padding-right: 0px !important;
  }

  .padding-right-desktop-1 {
    padding-right: 10px !important;
  }

  .padding-right-desktop-2 {
    padding-right: 20px !important;
  }

  .padding-right-desktop-3 {
    padding-right: 30px !important;
  }

  .padding-right-desktop-4 {
    padding-right: 40px !important;
  }

  .padding-right-desktop-5 {
    padding-right: 50px !important;
  }

  .padding-right-desktop-6 {
    padding-right: 60px !important;
  }

  .padding-right-desktop-7 {
    padding-right: 70px !important;
  }

  .padding-right-desktop-8 {
    padding-right: 80px !important;
  }

  .padding-right-desktop-9 {
    padding-right: 90px !important;
  }

  .padding-right-desktop-10 {
    padding-right: 100px !important;
  }

  .padding-right-desktop-11 {
    padding-right: 110px !important;
  }

  .padding-right-desktop-12 {
    padding-right: 120px !important;
  }

  .padding-right-desktop-13 {
    padding-right: 130px !important;
  }

  .padding-right-desktop-14 {
    padding-right: 140px !important;
  }

  .padding-right-desktop-15 {
    padding-right: 150px !important;
  }

  .padding-right-desktop-16 {
    padding-right: 160px !important;
  }

  .padding-right-desktop-17 {
    padding-right: 170px !important;
  }

  .padding-right-desktop-18 {
    padding-right: 180px !important;
  }

  .padding-right-desktop-19 {
    padding-right: 190px !important;
  }

  .padding-right-desktop-20 {
    padding-right: 200px !important;
  }

  .padding-bottom-desktop-0 {
    padding-bottom: 0px !important;
  }

  .padding-bottom-desktop-1 {
    padding-bottom: 10px !important;
  }

  .padding-bottom-desktop-2 {
    padding-bottom: 20px !important;
  }

  .padding-bottom-desktop-3 {
    padding-bottom: 30px !important;
  }

  .padding-bottom-desktop-4 {
    padding-bottom: 40px !important;
  }

  .padding-bottom-desktop-5 {
    padding-bottom: 50px !important;
  }

  .padding-bottom-desktop-6 {
    padding-bottom: 60px !important;
  }

  .padding-bottom-desktop-7 {
    padding-bottom: 70px !important;
  }

  .padding-bottom-desktop-8 {
    padding-bottom: 80px !important;
  }

  .padding-bottom-desktop-9 {
    padding-bottom: 90px !important;
  }

  .padding-bottom-desktop-10 {
    padding-bottom: 100px !important;
  }

  .padding-bottom-desktop-11 {
    padding-bottom: 110px !important;
  }

  .padding-bottom-desktop-12 {
    padding-bottom: 120px !important;
  }

  .padding-bottom-desktop-13 {
    padding-bottom: 130px !important;
  }

  .padding-bottom-desktop-14 {
    padding-bottom: 140px !important;
  }

  .padding-bottom-desktop-15 {
    padding-bottom: 150px !important;
  }

  .padding-bottom-desktop-16 {
    padding-bottom: 160px !important;
  }

  .padding-bottom-desktop-17 {
    padding-bottom: 170px !important;
  }

  .padding-bottom-desktop-18 {
    padding-bottom: 180px !important;
  }

  .padding-bottom-desktop-19 {
    padding-bottom: 190px !important;
  }

  .padding-bottom-desktop-20 {
    padding-bottom: 200px !important;
  }

  .padding-left-desktop-0 {
    padding-left: 0px !important;
  }

  .padding-left-desktop-1 {
    padding-left: 10px !important;
  }

  .padding-left-desktop-2 {
    padding-left: 20px !important;
  }

  .padding-left-desktop-3 {
    padding-left: 30px !important;
  }

  .padding-left-desktop-4 {
    padding-left: 40px !important;
  }

  .padding-left-desktop-5 {
    padding-left: 50px !important;
  }

  .padding-left-desktop-6 {
    padding-left: 60px !important;
  }

  .padding-left-desktop-7 {
    padding-left: 70px !important;
  }

  .padding-left-desktop-8 {
    padding-left: 80px !important;
  }

  .padding-left-desktop-9 {
    padding-left: 90px !important;
  }

  .padding-left-desktop-10 {
    padding-left: 100px !important;
  }

  .padding-left-desktop-11 {
    padding-left: 110px !important;
  }

  .padding-left-desktop-12 {
    padding-left: 120px !important;
  }

  .padding-left-desktop-13 {
    padding-left: 130px !important;
  }

  .padding-left-desktop-14 {
    padding-left: 140px !important;
  }

  .padding-left-desktop-15 {
    padding-left: 150px !important;
  }

  .padding-left-desktop-16 {
    padding-left: 160px !important;
  }

  .padding-left-desktop-17 {
    padding-left: 170px !important;
  }

  .padding-left-desktop-18 {
    padding-left: 180px !important;
  }

  .padding-left-desktop-19 {
    padding-left: 190px !important;
  }

  .padding-left-desktop-20 {
    padding-left: 200px !important;
  }

  .margin-desktop-0 {
    margin: 0px !important;
  }

  .margin-desktop-1 {
    margin: 10px !important;
  }

  .margin-desktop-2 {
    margin: 20px !important;
  }

  .margin-desktop-3 {
    margin: 30px !important;
  }

  .margin-desktop-4 {
    margin: 40px !important;
  }

  .margin-desktop-5 {
    margin: 50px !important;
  }

  .margin-desktop-6 {
    margin: 60px !important;
  }

  .margin-desktop-7 {
    margin: 70px !important;
  }

  .margin-desktop-8 {
    margin: 80px !important;
  }

  .margin-desktop-9 {
    margin: 90px !important;
  }

  .margin-desktop-10 {
    margin: 100px !important;
  }

  .margin-desktop-11 {
    margin: 110px !important;
  }

  .margin-desktop-12 {
    margin: 120px !important;
  }

  .margin-desktop-13 {
    margin: 130px !important;
  }

  .margin-desktop-14 {
    margin: 140px !important;
  }

  .margin-desktop-15 {
    margin: 150px !important;
  }

  .margin-desktop-16 {
    margin: 160px !important;
  }

  .margin-desktop-17 {
    margin: 170px !important;
  }

  .margin-desktop-18 {
    margin: 180px !important;
  }

  .margin-desktop-19 {
    margin: 190px !important;
  }

  .margin-desktop-20 {
    margin: 200px !important;
  }

  .margin-top-desktop-0 {
    margin-top: 0px !important;
  }

  .margin-top-desktop-1 {
    margin-top: 10px !important;
  }

  .margin-top-desktop-2 {
    margin-top: 20px !important;
  }

  .margin-top-desktop-3 {
    margin-top: 30px !important;
  }

  .margin-top-desktop-4 {
    margin-top: 40px !important;
  }

  .margin-top-desktop-5 {
    margin-top: 50px !important;
  }

  .margin-top-desktop-6 {
    margin-top: 60px !important;
  }

  .margin-top-desktop-7 {
    margin-top: 70px !important;
  }

  .margin-top-desktop-8 {
    margin-top: 80px !important;
  }

  .margin-top-desktop-9 {
    margin-top: 90px !important;
  }

  .margin-top-desktop-10 {
    margin-top: 100px !important;
  }

  .margin-top-desktop-11 {
    margin-top: 110px !important;
  }

  .margin-top-desktop-12 {
    margin-top: 120px !important;
  }

  .margin-top-desktop-13 {
    margin-top: 130px !important;
  }

  .margin-top-desktop-14 {
    margin-top: 140px !important;
  }

  .margin-top-desktop-15 {
    margin-top: 150px !important;
  }

  .margin-top-desktop-16 {
    margin-top: 160px !important;
  }

  .margin-top-desktop-17 {
    margin-top: 170px !important;
  }

  .margin-top-desktop-18 {
    margin-top: 180px !important;
  }

  .margin-top-desktop-19 {
    margin-top: 190px !important;
  }

  .margin-top-desktop-20 {
    margin-top: 200px !important;
  }

  .margin-right-desktop-0 {
    margin-right: 0px !important;
  }

  .margin-right-desktop-1 {
    margin-right: 10px !important;
  }

  .margin-right-desktop-2 {
    margin-right: 20px !important;
  }

  .margin-right-desktop-3 {
    margin-right: 30px !important;
  }

  .margin-right-desktop-4 {
    margin-right: 40px !important;
  }

  .margin-right-desktop-5 {
    margin-right: 50px !important;
  }

  .margin-right-desktop-6 {
    margin-right: 60px !important;
  }

  .margin-right-desktop-7 {
    margin-right: 70px !important;
  }

  .margin-right-desktop-8 {
    margin-right: 80px !important;
  }

  .margin-right-desktop-9 {
    margin-right: 90px !important;
  }

  .margin-right-desktop-10 {
    margin-right: 100px !important;
  }

  .margin-right-desktop-11 {
    margin-right: 110px !important;
  }

  .margin-right-desktop-12 {
    margin-right: 120px !important;
  }

  .margin-right-desktop-13 {
    margin-right: 130px !important;
  }

  .margin-right-desktop-14 {
    margin-right: 140px !important;
  }

  .margin-right-desktop-15 {
    margin-right: 150px !important;
  }

  .margin-right-desktop-16 {
    margin-right: 160px !important;
  }

  .margin-right-desktop-17 {
    margin-right: 170px !important;
  }

  .margin-right-desktop-18 {
    margin-right: 180px !important;
  }

  .margin-right-desktop-19 {
    margin-right: 190px !important;
  }

  .margin-right-desktop-20 {
    margin-right: 200px !important;
  }

  .margin-bottom-desktop-0 {
    margin-bottom: 0px !important;
  }

  .margin-bottom-desktop-1 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-desktop-2 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-desktop-3 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-desktop-4 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-desktop-5 {
    margin-bottom: 50px !important;
  }

  .margin-bottom-desktop-6 {
    margin-bottom: 60px !important;
  }

  .margin-bottom-desktop-7 {
    margin-bottom: 70px !important;
  }

  .margin-bottom-desktop-8 {
    margin-bottom: 80px !important;
  }

  .margin-bottom-desktop-9 {
    margin-bottom: 90px !important;
  }

  .margin-bottom-desktop-10 {
    margin-bottom: 100px !important;
  }

  .margin-bottom-desktop-11 {
    margin-bottom: 110px !important;
  }

  .margin-bottom-desktop-12 {
    margin-bottom: 120px !important;
  }

  .margin-bottom-desktop-13 {
    margin-bottom: 130px !important;
  }

  .margin-bottom-desktop-14 {
    margin-bottom: 140px !important;
  }

  .margin-bottom-desktop-15 {
    margin-bottom: 150px !important;
  }

  .margin-bottom-desktop-16 {
    margin-bottom: 160px !important;
  }

  .margin-bottom-desktop-17 {
    margin-bottom: 170px !important;
  }

  .margin-bottom-desktop-18 {
    margin-bottom: 180px !important;
  }

  .margin-bottom-desktop-19 {
    margin-bottom: 190px !important;
  }

  .margin-bottom-desktop-20 {
    margin-bottom: 200px !important;
  }

  .margin-left-desktop-0 {
    margin-left: 0px !important;
  }

  .margin-left-desktop-1 {
    margin-left: 10px !important;
  }

  .margin-left-desktop-2 {
    margin-left: 20px !important;
  }

  .margin-left-desktop-3 {
    margin-left: 30px !important;
  }

  .margin-left-desktop-4 {
    margin-left: 40px !important;
  }

  .margin-left-desktop-5 {
    margin-left: 50px !important;
  }

  .margin-left-desktop-6 {
    margin-left: 60px !important;
  }

  .margin-left-desktop-7 {
    margin-left: 70px !important;
  }

  .margin-left-desktop-8 {
    margin-left: 80px !important;
  }

  .margin-left-desktop-9 {
    margin-left: 90px !important;
  }

  .margin-left-desktop-10 {
    margin-left: 100px !important;
  }

  .margin-left-desktop-11 {
    margin-left: 110px !important;
  }

  .margin-left-desktop-12 {
    margin-left: 120px !important;
  }

  .margin-left-desktop-13 {
    margin-left: 130px !important;
  }

  .margin-left-desktop-14 {
    margin-left: 140px !important;
  }

  .margin-left-desktop-15 {
    margin-left: 150px !important;
  }

  .margin-left-desktop-16 {
    margin-left: 160px !important;
  }

  .margin-left-desktop-17 {
    margin-left: 170px !important;
  }

  .margin-left-desktop-18 {
    margin-left: 180px !important;
  }

  .margin-left-desktop-19 {
    margin-left: 190px !important;
  }

  .margin-left-desktop-20 {
    margin-left: 200px !important;
  }
}
@media (max-width: 1023px) {
  .padding-tablet-0 {
    padding: 0px !important;
  }

  .padding-tablet-1 {
    padding: 10px !important;
  }

  .padding-tablet-2 {
    padding: 20px !important;
  }

  .padding-tablet-3 {
    padding: 30px !important;
  }

  .padding-tablet-4 {
    padding: 40px !important;
  }

  .padding-tablet-5 {
    padding: 50px !important;
  }

  .padding-tablet-6 {
    padding: 60px !important;
  }

  .padding-tablet-7 {
    padding: 70px !important;
  }

  .padding-tablet-8 {
    padding: 80px !important;
  }

  .padding-tablet-9 {
    padding: 90px !important;
  }

  .padding-tablet-10 {
    padding: 100px !important;
  }

  .padding-tablet-11 {
    padding: 110px !important;
  }

  .padding-tablet-12 {
    padding: 120px !important;
  }

  .padding-tablet-13 {
    padding: 130px !important;
  }

  .padding-tablet-14 {
    padding: 140px !important;
  }

  .padding-tablet-15 {
    padding: 150px !important;
  }

  .padding-tablet-16 {
    padding: 160px !important;
  }

  .padding-tablet-17 {
    padding: 170px !important;
  }

  .padding-tablet-18 {
    padding: 180px !important;
  }

  .padding-tablet-19 {
    padding: 190px !important;
  }

  .padding-tablet-20 {
    padding: 200px !important;
  }

  .padding-top-tablet-0 {
    padding-top: 0px !important;
  }

  .padding-top-tablet-1 {
    padding-top: 10px !important;
  }

  .padding-top-tablet-2 {
    padding-top: 20px !important;
  }

  .padding-top-tablet-3 {
    padding-top: 30px !important;
  }

  .padding-top-tablet-4 {
    padding-top: 40px !important;
  }

  .padding-top-tablet-5 {
    padding-top: 50px !important;
  }

  .padding-top-tablet-6 {
    padding-top: 60px !important;
  }

  .padding-top-tablet-7 {
    padding-top: 70px !important;
  }

  .padding-top-tablet-8 {
    padding-top: 80px !important;
  }

  .padding-top-tablet-9 {
    padding-top: 90px !important;
  }

  .padding-top-tablet-10 {
    padding-top: 100px !important;
  }

  .padding-top-tablet-11 {
    padding-top: 110px !important;
  }

  .padding-top-tablet-12 {
    padding-top: 120px !important;
  }

  .padding-top-tablet-13 {
    padding-top: 130px !important;
  }

  .padding-top-tablet-14 {
    padding-top: 140px !important;
  }

  .padding-top-tablet-15 {
    padding-top: 150px !important;
  }

  .padding-top-tablet-16 {
    padding-top: 160px !important;
  }

  .padding-top-tablet-17 {
    padding-top: 170px !important;
  }

  .padding-top-tablet-18 {
    padding-top: 180px !important;
  }

  .padding-top-tablet-19 {
    padding-top: 190px !important;
  }

  .padding-top-tablet-20 {
    padding-top: 200px !important;
  }

  .padding-right-tablet-0 {
    padding-right: 0px !important;
  }

  .padding-right-tablet-1 {
    padding-right: 10px !important;
  }

  .padding-right-tablet-2 {
    padding-right: 20px !important;
  }

  .padding-right-tablet-3 {
    padding-right: 30px !important;
  }

  .padding-right-tablet-4 {
    padding-right: 40px !important;
  }

  .padding-right-tablet-5 {
    padding-right: 50px !important;
  }

  .padding-right-tablet-6 {
    padding-right: 60px !important;
  }

  .padding-right-tablet-7 {
    padding-right: 70px !important;
  }

  .padding-right-tablet-8 {
    padding-right: 80px !important;
  }

  .padding-right-tablet-9 {
    padding-right: 90px !important;
  }

  .padding-right-tablet-10 {
    padding-right: 100px !important;
  }

  .padding-right-tablet-11 {
    padding-right: 110px !important;
  }

  .padding-right-tablet-12 {
    padding-right: 120px !important;
  }

  .padding-right-tablet-13 {
    padding-right: 130px !important;
  }

  .padding-right-tablet-14 {
    padding-right: 140px !important;
  }

  .padding-right-tablet-15 {
    padding-right: 150px !important;
  }

  .padding-right-tablet-16 {
    padding-right: 160px !important;
  }

  .padding-right-tablet-17 {
    padding-right: 170px !important;
  }

  .padding-right-tablet-18 {
    padding-right: 180px !important;
  }

  .padding-right-tablet-19 {
    padding-right: 190px !important;
  }

  .padding-right-tablet-20 {
    padding-right: 200px !important;
  }

  .padding-bottom-tablet-0 {
    padding-bottom: 0px !important;
  }

  .padding-bottom-tablet-1 {
    padding-bottom: 10px !important;
  }

  .padding-bottom-tablet-2 {
    padding-bottom: 20px !important;
  }

  .padding-bottom-tablet-3 {
    padding-bottom: 30px !important;
  }

  .padding-bottom-tablet-4 {
    padding-bottom: 40px !important;
  }

  .padding-bottom-tablet-5 {
    padding-bottom: 50px !important;
  }

  .padding-bottom-tablet-6 {
    padding-bottom: 60px !important;
  }

  .padding-bottom-tablet-7 {
    padding-bottom: 70px !important;
  }

  .padding-bottom-tablet-8 {
    padding-bottom: 80px !important;
  }

  .padding-bottom-tablet-9 {
    padding-bottom: 90px !important;
  }

  .padding-bottom-tablet-10 {
    padding-bottom: 100px !important;
  }

  .padding-bottom-tablet-11 {
    padding-bottom: 110px !important;
  }

  .padding-bottom-tablet-12 {
    padding-bottom: 120px !important;
  }

  .padding-bottom-tablet-13 {
    padding-bottom: 130px !important;
  }

  .padding-bottom-tablet-14 {
    padding-bottom: 140px !important;
  }

  .padding-bottom-tablet-15 {
    padding-bottom: 150px !important;
  }

  .padding-bottom-tablet-16 {
    padding-bottom: 160px !important;
  }

  .padding-bottom-tablet-17 {
    padding-bottom: 170px !important;
  }

  .padding-bottom-tablet-18 {
    padding-bottom: 180px !important;
  }

  .padding-bottom-tablet-19 {
    padding-bottom: 190px !important;
  }

  .padding-bottom-tablet-20 {
    padding-bottom: 200px !important;
  }

  .padding-left-tablet-0 {
    padding-left: 0px !important;
  }

  .padding-left-tablet-1 {
    padding-left: 10px !important;
  }

  .padding-left-tablet-2 {
    padding-left: 20px !important;
  }

  .padding-left-tablet-3 {
    padding-left: 30px !important;
  }

  .padding-left-tablet-4 {
    padding-left: 40px !important;
  }

  .padding-left-tablet-5 {
    padding-left: 50px !important;
  }

  .padding-left-tablet-6 {
    padding-left: 60px !important;
  }

  .padding-left-tablet-7 {
    padding-left: 70px !important;
  }

  .padding-left-tablet-8 {
    padding-left: 80px !important;
  }

  .padding-left-tablet-9 {
    padding-left: 90px !important;
  }

  .padding-left-tablet-10 {
    padding-left: 100px !important;
  }

  .padding-left-tablet-11 {
    padding-left: 110px !important;
  }

  .padding-left-tablet-12 {
    padding-left: 120px !important;
  }

  .padding-left-tablet-13 {
    padding-left: 130px !important;
  }

  .padding-left-tablet-14 {
    padding-left: 140px !important;
  }

  .padding-left-tablet-15 {
    padding-left: 150px !important;
  }

  .padding-left-tablet-16 {
    padding-left: 160px !important;
  }

  .padding-left-tablet-17 {
    padding-left: 170px !important;
  }

  .padding-left-tablet-18 {
    padding-left: 180px !important;
  }

  .padding-left-tablet-19 {
    padding-left: 190px !important;
  }

  .padding-left-tablet-20 {
    padding-left: 200px !important;
  }

  .margin-tablet-0 {
    margin: 0px !important;
  }

  .margin-tablet-1 {
    margin: 10px !important;
  }

  .margin-tablet-2 {
    margin: 20px !important;
  }

  .margin-tablet-3 {
    margin: 30px !important;
  }

  .margin-tablet-4 {
    margin: 40px !important;
  }

  .margin-tablet-5 {
    margin: 50px !important;
  }

  .margin-tablet-6 {
    margin: 60px !important;
  }

  .margin-tablet-7 {
    margin: 70px !important;
  }

  .margin-tablet-8 {
    margin: 80px !important;
  }

  .margin-tablet-9 {
    margin: 90px !important;
  }

  .margin-tablet-10 {
    margin: 100px !important;
  }

  .margin-tablet-11 {
    margin: 110px !important;
  }

  .margin-tablet-12 {
    margin: 120px !important;
  }

  .margin-tablet-13 {
    margin: 130px !important;
  }

  .margin-tablet-14 {
    margin: 140px !important;
  }

  .margin-tablet-15 {
    margin: 150px !important;
  }

  .margin-tablet-16 {
    margin: 160px !important;
  }

  .margin-tablet-17 {
    margin: 170px !important;
  }

  .margin-tablet-18 {
    margin: 180px !important;
  }

  .margin-tablet-19 {
    margin: 190px !important;
  }

  .margin-tablet-20 {
    margin: 200px !important;
  }

  .margin-top-tablet-0 {
    margin-top: 0px !important;
  }

  .margin-top-tablet-1 {
    margin-top: 10px !important;
  }

  .margin-top-tablet-2 {
    margin-top: 20px !important;
  }

  .margin-top-tablet-3 {
    margin-top: 30px !important;
  }

  .margin-top-tablet-4 {
    margin-top: 40px !important;
  }

  .margin-top-tablet-5 {
    margin-top: 50px !important;
  }

  .margin-top-tablet-6 {
    margin-top: 60px !important;
  }

  .margin-top-tablet-7 {
    margin-top: 70px !important;
  }

  .margin-top-tablet-8 {
    margin-top: 80px !important;
  }

  .margin-top-tablet-9 {
    margin-top: 90px !important;
  }

  .margin-top-tablet-10 {
    margin-top: 100px !important;
  }

  .margin-top-tablet-11 {
    margin-top: 110px !important;
  }

  .margin-top-tablet-12 {
    margin-top: 120px !important;
  }

  .margin-top-tablet-13 {
    margin-top: 130px !important;
  }

  .margin-top-tablet-14 {
    margin-top: 140px !important;
  }

  .margin-top-tablet-15 {
    margin-top: 150px !important;
  }

  .margin-top-tablet-16 {
    margin-top: 160px !important;
  }

  .margin-top-tablet-17 {
    margin-top: 170px !important;
  }

  .margin-top-tablet-18 {
    margin-top: 180px !important;
  }

  .margin-top-tablet-19 {
    margin-top: 190px !important;
  }

  .margin-top-tablet-20 {
    margin-top: 200px !important;
  }

  .margin-right-tablet-0 {
    margin-right: 0px !important;
  }

  .margin-right-tablet-1 {
    margin-right: 10px !important;
  }

  .margin-right-tablet-2 {
    margin-right: 20px !important;
  }

  .margin-right-tablet-3 {
    margin-right: 30px !important;
  }

  .margin-right-tablet-4 {
    margin-right: 40px !important;
  }

  .margin-right-tablet-5 {
    margin-right: 50px !important;
  }

  .margin-right-tablet-6 {
    margin-right: 60px !important;
  }

  .margin-right-tablet-7 {
    margin-right: 70px !important;
  }

  .margin-right-tablet-8 {
    margin-right: 80px !important;
  }

  .margin-right-tablet-9 {
    margin-right: 90px !important;
  }

  .margin-right-tablet-10 {
    margin-right: 100px !important;
  }

  .margin-right-tablet-11 {
    margin-right: 110px !important;
  }

  .margin-right-tablet-12 {
    margin-right: 120px !important;
  }

  .margin-right-tablet-13 {
    margin-right: 130px !important;
  }

  .margin-right-tablet-14 {
    margin-right: 140px !important;
  }

  .margin-right-tablet-15 {
    margin-right: 150px !important;
  }

  .margin-right-tablet-16 {
    margin-right: 160px !important;
  }

  .margin-right-tablet-17 {
    margin-right: 170px !important;
  }

  .margin-right-tablet-18 {
    margin-right: 180px !important;
  }

  .margin-right-tablet-19 {
    margin-right: 190px !important;
  }

  .margin-right-tablet-20 {
    margin-right: 200px !important;
  }

  .margin-bottom-tablet-0 {
    margin-bottom: 0px !important;
  }

  .margin-bottom-tablet-1 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-tablet-2 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-tablet-3 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-tablet-4 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-tablet-5 {
    margin-bottom: 50px !important;
  }

  .margin-bottom-tablet-6 {
    margin-bottom: 60px !important;
  }

  .margin-bottom-tablet-7 {
    margin-bottom: 70px !important;
  }

  .margin-bottom-tablet-8 {
    margin-bottom: 80px !important;
  }

  .margin-bottom-tablet-9 {
    margin-bottom: 90px !important;
  }

  .margin-bottom-tablet-10 {
    margin-bottom: 100px !important;
  }

  .margin-bottom-tablet-11 {
    margin-bottom: 110px !important;
  }

  .margin-bottom-tablet-12 {
    margin-bottom: 120px !important;
  }

  .margin-bottom-tablet-13 {
    margin-bottom: 130px !important;
  }

  .margin-bottom-tablet-14 {
    margin-bottom: 140px !important;
  }

  .margin-bottom-tablet-15 {
    margin-bottom: 150px !important;
  }

  .margin-bottom-tablet-16 {
    margin-bottom: 160px !important;
  }

  .margin-bottom-tablet-17 {
    margin-bottom: 170px !important;
  }

  .margin-bottom-tablet-18 {
    margin-bottom: 180px !important;
  }

  .margin-bottom-tablet-19 {
    margin-bottom: 190px !important;
  }

  .margin-bottom-tablet-20 {
    margin-bottom: 200px !important;
  }

  .margin-left-tablet-0 {
    margin-left: 0px !important;
  }

  .margin-left-tablet-1 {
    margin-left: 10px !important;
  }

  .margin-left-tablet-2 {
    margin-left: 20px !important;
  }

  .margin-left-tablet-3 {
    margin-left: 30px !important;
  }

  .margin-left-tablet-4 {
    margin-left: 40px !important;
  }

  .margin-left-tablet-5 {
    margin-left: 50px !important;
  }

  .margin-left-tablet-6 {
    margin-left: 60px !important;
  }

  .margin-left-tablet-7 {
    margin-left: 70px !important;
  }

  .margin-left-tablet-8 {
    margin-left: 80px !important;
  }

  .margin-left-tablet-9 {
    margin-left: 90px !important;
  }

  .margin-left-tablet-10 {
    margin-left: 100px !important;
  }

  .margin-left-tablet-11 {
    margin-left: 110px !important;
  }

  .margin-left-tablet-12 {
    margin-left: 120px !important;
  }

  .margin-left-tablet-13 {
    margin-left: 130px !important;
  }

  .margin-left-tablet-14 {
    margin-left: 140px !important;
  }

  .margin-left-tablet-15 {
    margin-left: 150px !important;
  }

  .margin-left-tablet-16 {
    margin-left: 160px !important;
  }

  .margin-left-tablet-17 {
    margin-left: 170px !important;
  }

  .margin-left-tablet-18 {
    margin-left: 180px !important;
  }

  .margin-left-tablet-19 {
    margin-left: 190px !important;
  }

  .margin-left-tablet-20 {
    margin-left: 200px !important;
  }
}
@media (max-width: 767px) {
  .padding-phablet-0 {
    padding: 0px !important;
  }

  .padding-phablet-1 {
    padding: 10px !important;
  }

  .padding-phablet-2 {
    padding: 20px !important;
  }

  .padding-phablet-3 {
    padding: 30px !important;
  }

  .padding-phablet-4 {
    padding: 40px !important;
  }

  .padding-phablet-5 {
    padding: 50px !important;
  }

  .padding-phablet-6 {
    padding: 60px !important;
  }

  .padding-phablet-7 {
    padding: 70px !important;
  }

  .padding-phablet-8 {
    padding: 80px !important;
  }

  .padding-phablet-9 {
    padding: 90px !important;
  }

  .padding-phablet-10 {
    padding: 100px !important;
  }

  .padding-phablet-11 {
    padding: 110px !important;
  }

  .padding-phablet-12 {
    padding: 120px !important;
  }

  .padding-phablet-13 {
    padding: 130px !important;
  }

  .padding-phablet-14 {
    padding: 140px !important;
  }

  .padding-phablet-15 {
    padding: 150px !important;
  }

  .padding-phablet-16 {
    padding: 160px !important;
  }

  .padding-phablet-17 {
    padding: 170px !important;
  }

  .padding-phablet-18 {
    padding: 180px !important;
  }

  .padding-phablet-19 {
    padding: 190px !important;
  }

  .padding-phablet-20 {
    padding: 200px !important;
  }

  .padding-top-phablet-0 {
    padding-top: 0px !important;
  }

  .padding-top-phablet-1 {
    padding-top: 10px !important;
  }

  .padding-top-phablet-2 {
    padding-top: 20px !important;
  }

  .padding-top-phablet-3 {
    padding-top: 30px !important;
  }

  .padding-top-phablet-4 {
    padding-top: 40px !important;
  }

  .padding-top-phablet-5 {
    padding-top: 50px !important;
  }

  .padding-top-phablet-6 {
    padding-top: 60px !important;
  }

  .padding-top-phablet-7 {
    padding-top: 70px !important;
  }

  .padding-top-phablet-8 {
    padding-top: 80px !important;
  }

  .padding-top-phablet-9 {
    padding-top: 90px !important;
  }

  .padding-top-phablet-10 {
    padding-top: 100px !important;
  }

  .padding-top-phablet-11 {
    padding-top: 110px !important;
  }

  .padding-top-phablet-12 {
    padding-top: 120px !important;
  }

  .padding-top-phablet-13 {
    padding-top: 130px !important;
  }

  .padding-top-phablet-14 {
    padding-top: 140px !important;
  }

  .padding-top-phablet-15 {
    padding-top: 150px !important;
  }

  .padding-top-phablet-16 {
    padding-top: 160px !important;
  }

  .padding-top-phablet-17 {
    padding-top: 170px !important;
  }

  .padding-top-phablet-18 {
    padding-top: 180px !important;
  }

  .padding-top-phablet-19 {
    padding-top: 190px !important;
  }

  .padding-top-phablet-20 {
    padding-top: 200px !important;
  }

  .padding-right-phablet-0 {
    padding-right: 0px !important;
  }

  .padding-right-phablet-1 {
    padding-right: 10px !important;
  }

  .padding-right-phablet-2 {
    padding-right: 20px !important;
  }

  .padding-right-phablet-3 {
    padding-right: 30px !important;
  }

  .padding-right-phablet-4 {
    padding-right: 40px !important;
  }

  .padding-right-phablet-5 {
    padding-right: 50px !important;
  }

  .padding-right-phablet-6 {
    padding-right: 60px !important;
  }

  .padding-right-phablet-7 {
    padding-right: 70px !important;
  }

  .padding-right-phablet-8 {
    padding-right: 80px !important;
  }

  .padding-right-phablet-9 {
    padding-right: 90px !important;
  }

  .padding-right-phablet-10 {
    padding-right: 100px !important;
  }

  .padding-right-phablet-11 {
    padding-right: 110px !important;
  }

  .padding-right-phablet-12 {
    padding-right: 120px !important;
  }

  .padding-right-phablet-13 {
    padding-right: 130px !important;
  }

  .padding-right-phablet-14 {
    padding-right: 140px !important;
  }

  .padding-right-phablet-15 {
    padding-right: 150px !important;
  }

  .padding-right-phablet-16 {
    padding-right: 160px !important;
  }

  .padding-right-phablet-17 {
    padding-right: 170px !important;
  }

  .padding-right-phablet-18 {
    padding-right: 180px !important;
  }

  .padding-right-phablet-19 {
    padding-right: 190px !important;
  }

  .padding-right-phablet-20 {
    padding-right: 200px !important;
  }

  .padding-bottom-phablet-0 {
    padding-bottom: 0px !important;
  }

  .padding-bottom-phablet-1 {
    padding-bottom: 10px !important;
  }

  .padding-bottom-phablet-2 {
    padding-bottom: 20px !important;
  }

  .padding-bottom-phablet-3 {
    padding-bottom: 30px !important;
  }

  .padding-bottom-phablet-4 {
    padding-bottom: 40px !important;
  }

  .padding-bottom-phablet-5 {
    padding-bottom: 50px !important;
  }

  .padding-bottom-phablet-6 {
    padding-bottom: 60px !important;
  }

  .padding-bottom-phablet-7 {
    padding-bottom: 70px !important;
  }

  .padding-bottom-phablet-8 {
    padding-bottom: 80px !important;
  }

  .padding-bottom-phablet-9 {
    padding-bottom: 90px !important;
  }

  .padding-bottom-phablet-10 {
    padding-bottom: 100px !important;
  }

  .padding-bottom-phablet-11 {
    padding-bottom: 110px !important;
  }

  .padding-bottom-phablet-12 {
    padding-bottom: 120px !important;
  }

  .padding-bottom-phablet-13 {
    padding-bottom: 130px !important;
  }

  .padding-bottom-phablet-14 {
    padding-bottom: 140px !important;
  }

  .padding-bottom-phablet-15 {
    padding-bottom: 150px !important;
  }

  .padding-bottom-phablet-16 {
    padding-bottom: 160px !important;
  }

  .padding-bottom-phablet-17 {
    padding-bottom: 170px !important;
  }

  .padding-bottom-phablet-18 {
    padding-bottom: 180px !important;
  }

  .padding-bottom-phablet-19 {
    padding-bottom: 190px !important;
  }

  .padding-bottom-phablet-20 {
    padding-bottom: 200px !important;
  }

  .padding-left-phablet-0 {
    padding-left: 0px !important;
  }

  .padding-left-phablet-1 {
    padding-left: 10px !important;
  }

  .padding-left-phablet-2 {
    padding-left: 20px !important;
  }

  .padding-left-phablet-3 {
    padding-left: 30px !important;
  }

  .padding-left-phablet-4 {
    padding-left: 40px !important;
  }

  .padding-left-phablet-5 {
    padding-left: 50px !important;
  }

  .padding-left-phablet-6 {
    padding-left: 60px !important;
  }

  .padding-left-phablet-7 {
    padding-left: 70px !important;
  }

  .padding-left-phablet-8 {
    padding-left: 80px !important;
  }

  .padding-left-phablet-9 {
    padding-left: 90px !important;
  }

  .padding-left-phablet-10 {
    padding-left: 100px !important;
  }

  .padding-left-phablet-11 {
    padding-left: 110px !important;
  }

  .padding-left-phablet-12 {
    padding-left: 120px !important;
  }

  .padding-left-phablet-13 {
    padding-left: 130px !important;
  }

  .padding-left-phablet-14 {
    padding-left: 140px !important;
  }

  .padding-left-phablet-15 {
    padding-left: 150px !important;
  }

  .padding-left-phablet-16 {
    padding-left: 160px !important;
  }

  .padding-left-phablet-17 {
    padding-left: 170px !important;
  }

  .padding-left-phablet-18 {
    padding-left: 180px !important;
  }

  .padding-left-phablet-19 {
    padding-left: 190px !important;
  }

  .padding-left-phablet-20 {
    padding-left: 200px !important;
  }

  .margin-phablet-0 {
    margin: 0px !important;
  }

  .margin-phablet-1 {
    margin: 10px !important;
  }

  .margin-phablet-2 {
    margin: 20px !important;
  }

  .margin-phablet-3 {
    margin: 30px !important;
  }

  .margin-phablet-4 {
    margin: 40px !important;
  }

  .margin-phablet-5 {
    margin: 50px !important;
  }

  .margin-phablet-6 {
    margin: 60px !important;
  }

  .margin-phablet-7 {
    margin: 70px !important;
  }

  .margin-phablet-8 {
    margin: 80px !important;
  }

  .margin-phablet-9 {
    margin: 90px !important;
  }

  .margin-phablet-10 {
    margin: 100px !important;
  }

  .margin-phablet-11 {
    margin: 110px !important;
  }

  .margin-phablet-12 {
    margin: 120px !important;
  }

  .margin-phablet-13 {
    margin: 130px !important;
  }

  .margin-phablet-14 {
    margin: 140px !important;
  }

  .margin-phablet-15 {
    margin: 150px !important;
  }

  .margin-phablet-16 {
    margin: 160px !important;
  }

  .margin-phablet-17 {
    margin: 170px !important;
  }

  .margin-phablet-18 {
    margin: 180px !important;
  }

  .margin-phablet-19 {
    margin: 190px !important;
  }

  .margin-phablet-20 {
    margin: 200px !important;
  }

  .margin-top-phablet-0 {
    margin-top: 0px !important;
  }

  .margin-top-phablet-1 {
    margin-top: 10px !important;
  }

  .margin-top-phablet-2 {
    margin-top: 20px !important;
  }

  .margin-top-phablet-3 {
    margin-top: 30px !important;
  }

  .margin-top-phablet-4 {
    margin-top: 40px !important;
  }

  .margin-top-phablet-5 {
    margin-top: 50px !important;
  }

  .margin-top-phablet-6 {
    margin-top: 60px !important;
  }

  .margin-top-phablet-7 {
    margin-top: 70px !important;
  }

  .margin-top-phablet-8 {
    margin-top: 80px !important;
  }

  .margin-top-phablet-9 {
    margin-top: 90px !important;
  }

  .margin-top-phablet-10 {
    margin-top: 100px !important;
  }

  .margin-top-phablet-11 {
    margin-top: 110px !important;
  }

  .margin-top-phablet-12 {
    margin-top: 120px !important;
  }

  .margin-top-phablet-13 {
    margin-top: 130px !important;
  }

  .margin-top-phablet-14 {
    margin-top: 140px !important;
  }

  .margin-top-phablet-15 {
    margin-top: 150px !important;
  }

  .margin-top-phablet-16 {
    margin-top: 160px !important;
  }

  .margin-top-phablet-17 {
    margin-top: 170px !important;
  }

  .margin-top-phablet-18 {
    margin-top: 180px !important;
  }

  .margin-top-phablet-19 {
    margin-top: 190px !important;
  }

  .margin-top-phablet-20 {
    margin-top: 200px !important;
  }

  .margin-right-phablet-0 {
    margin-right: 0px !important;
  }

  .margin-right-phablet-1 {
    margin-right: 10px !important;
  }

  .margin-right-phablet-2 {
    margin-right: 20px !important;
  }

  .margin-right-phablet-3 {
    margin-right: 30px !important;
  }

  .margin-right-phablet-4 {
    margin-right: 40px !important;
  }

  .margin-right-phablet-5 {
    margin-right: 50px !important;
  }

  .margin-right-phablet-6 {
    margin-right: 60px !important;
  }

  .margin-right-phablet-7 {
    margin-right: 70px !important;
  }

  .margin-right-phablet-8 {
    margin-right: 80px !important;
  }

  .margin-right-phablet-9 {
    margin-right: 90px !important;
  }

  .margin-right-phablet-10 {
    margin-right: 100px !important;
  }

  .margin-right-phablet-11 {
    margin-right: 110px !important;
  }

  .margin-right-phablet-12 {
    margin-right: 120px !important;
  }

  .margin-right-phablet-13 {
    margin-right: 130px !important;
  }

  .margin-right-phablet-14 {
    margin-right: 140px !important;
  }

  .margin-right-phablet-15 {
    margin-right: 150px !important;
  }

  .margin-right-phablet-16 {
    margin-right: 160px !important;
  }

  .margin-right-phablet-17 {
    margin-right: 170px !important;
  }

  .margin-right-phablet-18 {
    margin-right: 180px !important;
  }

  .margin-right-phablet-19 {
    margin-right: 190px !important;
  }

  .margin-right-phablet-20 {
    margin-right: 200px !important;
  }

  .margin-bottom-phablet-0 {
    margin-bottom: 0px !important;
  }

  .margin-bottom-phablet-1 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-phablet-2 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-phablet-3 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-phablet-4 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-phablet-5 {
    margin-bottom: 50px !important;
  }

  .margin-bottom-phablet-6 {
    margin-bottom: 60px !important;
  }

  .margin-bottom-phablet-7 {
    margin-bottom: 70px !important;
  }

  .margin-bottom-phablet-8 {
    margin-bottom: 80px !important;
  }

  .margin-bottom-phablet-9 {
    margin-bottom: 90px !important;
  }

  .margin-bottom-phablet-10 {
    margin-bottom: 100px !important;
  }

  .margin-bottom-phablet-11 {
    margin-bottom: 110px !important;
  }

  .margin-bottom-phablet-12 {
    margin-bottom: 120px !important;
  }

  .margin-bottom-phablet-13 {
    margin-bottom: 130px !important;
  }

  .margin-bottom-phablet-14 {
    margin-bottom: 140px !important;
  }

  .margin-bottom-phablet-15 {
    margin-bottom: 150px !important;
  }

  .margin-bottom-phablet-16 {
    margin-bottom: 160px !important;
  }

  .margin-bottom-phablet-17 {
    margin-bottom: 170px !important;
  }

  .margin-bottom-phablet-18 {
    margin-bottom: 180px !important;
  }

  .margin-bottom-phablet-19 {
    margin-bottom: 190px !important;
  }

  .margin-bottom-phablet-20 {
    margin-bottom: 200px !important;
  }

  .margin-left-phablet-0 {
    margin-left: 0px !important;
  }

  .margin-left-phablet-1 {
    margin-left: 10px !important;
  }

  .margin-left-phablet-2 {
    margin-left: 20px !important;
  }

  .margin-left-phablet-3 {
    margin-left: 30px !important;
  }

  .margin-left-phablet-4 {
    margin-left: 40px !important;
  }

  .margin-left-phablet-5 {
    margin-left: 50px !important;
  }

  .margin-left-phablet-6 {
    margin-left: 60px !important;
  }

  .margin-left-phablet-7 {
    margin-left: 70px !important;
  }

  .margin-left-phablet-8 {
    margin-left: 80px !important;
  }

  .margin-left-phablet-9 {
    margin-left: 90px !important;
  }

  .margin-left-phablet-10 {
    margin-left: 100px !important;
  }

  .margin-left-phablet-11 {
    margin-left: 110px !important;
  }

  .margin-left-phablet-12 {
    margin-left: 120px !important;
  }

  .margin-left-phablet-13 {
    margin-left: 130px !important;
  }

  .margin-left-phablet-14 {
    margin-left: 140px !important;
  }

  .margin-left-phablet-15 {
    margin-left: 150px !important;
  }

  .margin-left-phablet-16 {
    margin-left: 160px !important;
  }

  .margin-left-phablet-17 {
    margin-left: 170px !important;
  }

  .margin-left-phablet-18 {
    margin-left: 180px !important;
  }

  .margin-left-phablet-19 {
    margin-left: 190px !important;
  }

  .margin-left-phablet-20 {
    margin-left: 200px !important;
  }
}
@media (max-width: 435px) {
  .padding-phone-0 {
    padding: 0px !important;
  }

  .padding-phone-1 {
    padding: 10px !important;
  }

  .padding-phone-2 {
    padding: 20px !important;
  }

  .padding-phone-3 {
    padding: 30px !important;
  }

  .padding-phone-4 {
    padding: 40px !important;
  }

  .padding-phone-5 {
    padding: 50px !important;
  }

  .padding-phone-6 {
    padding: 60px !important;
  }

  .padding-phone-7 {
    padding: 70px !important;
  }

  .padding-phone-8 {
    padding: 80px !important;
  }

  .padding-phone-9 {
    padding: 90px !important;
  }

  .padding-phone-10 {
    padding: 100px !important;
  }

  .padding-phone-11 {
    padding: 110px !important;
  }

  .padding-phone-12 {
    padding: 120px !important;
  }

  .padding-phone-13 {
    padding: 130px !important;
  }

  .padding-phone-14 {
    padding: 140px !important;
  }

  .padding-phone-15 {
    padding: 150px !important;
  }

  .padding-phone-16 {
    padding: 160px !important;
  }

  .padding-phone-17 {
    padding: 170px !important;
  }

  .padding-phone-18 {
    padding: 180px !important;
  }

  .padding-phone-19 {
    padding: 190px !important;
  }

  .padding-phone-20 {
    padding: 200px !important;
  }

  .padding-top-phone-0 {
    padding-top: 0px !important;
  }

  .padding-top-phone-1 {
    padding-top: 10px !important;
  }

  .padding-top-phone-2 {
    padding-top: 20px !important;
  }

  .padding-top-phone-3 {
    padding-top: 30px !important;
  }

  .padding-top-phone-4 {
    padding-top: 40px !important;
  }

  .padding-top-phone-5 {
    padding-top: 50px !important;
  }

  .padding-top-phone-6 {
    padding-top: 60px !important;
  }

  .padding-top-phone-7 {
    padding-top: 70px !important;
  }

  .padding-top-phone-8 {
    padding-top: 80px !important;
  }

  .padding-top-phone-9 {
    padding-top: 90px !important;
  }

  .padding-top-phone-10 {
    padding-top: 100px !important;
  }

  .padding-top-phone-11 {
    padding-top: 110px !important;
  }

  .padding-top-phone-12 {
    padding-top: 120px !important;
  }

  .padding-top-phone-13 {
    padding-top: 130px !important;
  }

  .padding-top-phone-14 {
    padding-top: 140px !important;
  }

  .padding-top-phone-15 {
    padding-top: 150px !important;
  }

  .padding-top-phone-16 {
    padding-top: 160px !important;
  }

  .padding-top-phone-17 {
    padding-top: 170px !important;
  }

  .padding-top-phone-18 {
    padding-top: 180px !important;
  }

  .padding-top-phone-19 {
    padding-top: 190px !important;
  }

  .padding-top-phone-20 {
    padding-top: 200px !important;
  }

  .padding-right-phone-0 {
    padding-right: 0px !important;
  }

  .padding-right-phone-1 {
    padding-right: 10px !important;
  }

  .padding-right-phone-2 {
    padding-right: 20px !important;
  }

  .padding-right-phone-3 {
    padding-right: 30px !important;
  }

  .padding-right-phone-4 {
    padding-right: 40px !important;
  }

  .padding-right-phone-5 {
    padding-right: 50px !important;
  }

  .padding-right-phone-6 {
    padding-right: 60px !important;
  }

  .padding-right-phone-7 {
    padding-right: 70px !important;
  }

  .padding-right-phone-8 {
    padding-right: 80px !important;
  }

  .padding-right-phone-9 {
    padding-right: 90px !important;
  }

  .padding-right-phone-10 {
    padding-right: 100px !important;
  }

  .padding-right-phone-11 {
    padding-right: 110px !important;
  }

  .padding-right-phone-12 {
    padding-right: 120px !important;
  }

  .padding-right-phone-13 {
    padding-right: 130px !important;
  }

  .padding-right-phone-14 {
    padding-right: 140px !important;
  }

  .padding-right-phone-15 {
    padding-right: 150px !important;
  }

  .padding-right-phone-16 {
    padding-right: 160px !important;
  }

  .padding-right-phone-17 {
    padding-right: 170px !important;
  }

  .padding-right-phone-18 {
    padding-right: 180px !important;
  }

  .padding-right-phone-19 {
    padding-right: 190px !important;
  }

  .padding-right-phone-20 {
    padding-right: 200px !important;
  }

  .padding-bottom-phone-0 {
    padding-bottom: 0px !important;
  }

  .padding-bottom-phone-1 {
    padding-bottom: 10px !important;
  }

  .padding-bottom-phone-2 {
    padding-bottom: 20px !important;
  }

  .padding-bottom-phone-3 {
    padding-bottom: 30px !important;
  }

  .padding-bottom-phone-4 {
    padding-bottom: 40px !important;
  }

  .padding-bottom-phone-5 {
    padding-bottom: 50px !important;
  }

  .padding-bottom-phone-6 {
    padding-bottom: 60px !important;
  }

  .padding-bottom-phone-7 {
    padding-bottom: 70px !important;
  }

  .padding-bottom-phone-8 {
    padding-bottom: 80px !important;
  }

  .padding-bottom-phone-9 {
    padding-bottom: 90px !important;
  }

  .padding-bottom-phone-10 {
    padding-bottom: 100px !important;
  }

  .padding-bottom-phone-11 {
    padding-bottom: 110px !important;
  }

  .padding-bottom-phone-12 {
    padding-bottom: 120px !important;
  }

  .padding-bottom-phone-13 {
    padding-bottom: 130px !important;
  }

  .padding-bottom-phone-14 {
    padding-bottom: 140px !important;
  }

  .padding-bottom-phone-15 {
    padding-bottom: 150px !important;
  }

  .padding-bottom-phone-16 {
    padding-bottom: 160px !important;
  }

  .padding-bottom-phone-17 {
    padding-bottom: 170px !important;
  }

  .padding-bottom-phone-18 {
    padding-bottom: 180px !important;
  }

  .padding-bottom-phone-19 {
    padding-bottom: 190px !important;
  }

  .padding-bottom-phone-20 {
    padding-bottom: 200px !important;
  }

  .padding-left-phone-0 {
    padding-left: 0px !important;
  }

  .padding-left-phone-1 {
    padding-left: 10px !important;
  }

  .padding-left-phone-2 {
    padding-left: 20px !important;
  }

  .padding-left-phone-3 {
    padding-left: 30px !important;
  }

  .padding-left-phone-4 {
    padding-left: 40px !important;
  }

  .padding-left-phone-5 {
    padding-left: 50px !important;
  }

  .padding-left-phone-6 {
    padding-left: 60px !important;
  }

  .padding-left-phone-7 {
    padding-left: 70px !important;
  }

  .padding-left-phone-8 {
    padding-left: 80px !important;
  }

  .padding-left-phone-9 {
    padding-left: 90px !important;
  }

  .padding-left-phone-10 {
    padding-left: 100px !important;
  }

  .padding-left-phone-11 {
    padding-left: 110px !important;
  }

  .padding-left-phone-12 {
    padding-left: 120px !important;
  }

  .padding-left-phone-13 {
    padding-left: 130px !important;
  }

  .padding-left-phone-14 {
    padding-left: 140px !important;
  }

  .padding-left-phone-15 {
    padding-left: 150px !important;
  }

  .padding-left-phone-16 {
    padding-left: 160px !important;
  }

  .padding-left-phone-17 {
    padding-left: 170px !important;
  }

  .padding-left-phone-18 {
    padding-left: 180px !important;
  }

  .padding-left-phone-19 {
    padding-left: 190px !important;
  }

  .padding-left-phone-20 {
    padding-left: 200px !important;
  }

  .margin-phone-0 {
    margin: 0px !important;
  }

  .margin-phone-1 {
    margin: 10px !important;
  }

  .margin-phone-2 {
    margin: 20px !important;
  }

  .margin-phone-3 {
    margin: 30px !important;
  }

  .margin-phone-4 {
    margin: 40px !important;
  }

  .margin-phone-5 {
    margin: 50px !important;
  }

  .margin-phone-6 {
    margin: 60px !important;
  }

  .margin-phone-7 {
    margin: 70px !important;
  }

  .margin-phone-8 {
    margin: 80px !important;
  }

  .margin-phone-9 {
    margin: 90px !important;
  }

  .margin-phone-10 {
    margin: 100px !important;
  }

  .margin-phone-11 {
    margin: 110px !important;
  }

  .margin-phone-12 {
    margin: 120px !important;
  }

  .margin-phone-13 {
    margin: 130px !important;
  }

  .margin-phone-14 {
    margin: 140px !important;
  }

  .margin-phone-15 {
    margin: 150px !important;
  }

  .margin-phone-16 {
    margin: 160px !important;
  }

  .margin-phone-17 {
    margin: 170px !important;
  }

  .margin-phone-18 {
    margin: 180px !important;
  }

  .margin-phone-19 {
    margin: 190px !important;
  }

  .margin-phone-20 {
    margin: 200px !important;
  }

  .margin-top-phone-0 {
    margin-top: 0px !important;
  }

  .margin-top-phone-1 {
    margin-top: 10px !important;
  }

  .margin-top-phone-2 {
    margin-top: 20px !important;
  }

  .margin-top-phone-3 {
    margin-top: 30px !important;
  }

  .margin-top-phone-4 {
    margin-top: 40px !important;
  }

  .margin-top-phone-5 {
    margin-top: 50px !important;
  }

  .margin-top-phone-6 {
    margin-top: 60px !important;
  }

  .margin-top-phone-7 {
    margin-top: 70px !important;
  }

  .margin-top-phone-8 {
    margin-top: 80px !important;
  }

  .margin-top-phone-9 {
    margin-top: 90px !important;
  }

  .margin-top-phone-10 {
    margin-top: 100px !important;
  }

  .margin-top-phone-11 {
    margin-top: 110px !important;
  }

  .margin-top-phone-12 {
    margin-top: 120px !important;
  }

  .margin-top-phone-13 {
    margin-top: 130px !important;
  }

  .margin-top-phone-14 {
    margin-top: 140px !important;
  }

  .margin-top-phone-15 {
    margin-top: 150px !important;
  }

  .margin-top-phone-16 {
    margin-top: 160px !important;
  }

  .margin-top-phone-17 {
    margin-top: 170px !important;
  }

  .margin-top-phone-18 {
    margin-top: 180px !important;
  }

  .margin-top-phone-19 {
    margin-top: 190px !important;
  }

  .margin-top-phone-20 {
    margin-top: 200px !important;
  }

  .margin-right-phone-0 {
    margin-right: 0px !important;
  }

  .margin-right-phone-1 {
    margin-right: 10px !important;
  }

  .margin-right-phone-2 {
    margin-right: 20px !important;
  }

  .margin-right-phone-3 {
    margin-right: 30px !important;
  }

  .margin-right-phone-4 {
    margin-right: 40px !important;
  }

  .margin-right-phone-5 {
    margin-right: 50px !important;
  }

  .margin-right-phone-6 {
    margin-right: 60px !important;
  }

  .margin-right-phone-7 {
    margin-right: 70px !important;
  }

  .margin-right-phone-8 {
    margin-right: 80px !important;
  }

  .margin-right-phone-9 {
    margin-right: 90px !important;
  }

  .margin-right-phone-10 {
    margin-right: 100px !important;
  }

  .margin-right-phone-11 {
    margin-right: 110px !important;
  }

  .margin-right-phone-12 {
    margin-right: 120px !important;
  }

  .margin-right-phone-13 {
    margin-right: 130px !important;
  }

  .margin-right-phone-14 {
    margin-right: 140px !important;
  }

  .margin-right-phone-15 {
    margin-right: 150px !important;
  }

  .margin-right-phone-16 {
    margin-right: 160px !important;
  }

  .margin-right-phone-17 {
    margin-right: 170px !important;
  }

  .margin-right-phone-18 {
    margin-right: 180px !important;
  }

  .margin-right-phone-19 {
    margin-right: 190px !important;
  }

  .margin-right-phone-20 {
    margin-right: 200px !important;
  }

  .margin-bottom-phone-0 {
    margin-bottom: 0px !important;
  }

  .margin-bottom-phone-1 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-phone-2 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-phone-3 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-phone-4 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-phone-5 {
    margin-bottom: 50px !important;
  }

  .margin-bottom-phone-6 {
    margin-bottom: 60px !important;
  }

  .margin-bottom-phone-7 {
    margin-bottom: 70px !important;
  }

  .margin-bottom-phone-8 {
    margin-bottom: 80px !important;
  }

  .margin-bottom-phone-9 {
    margin-bottom: 90px !important;
  }

  .margin-bottom-phone-10 {
    margin-bottom: 100px !important;
  }

  .margin-bottom-phone-11 {
    margin-bottom: 110px !important;
  }

  .margin-bottom-phone-12 {
    margin-bottom: 120px !important;
  }

  .margin-bottom-phone-13 {
    margin-bottom: 130px !important;
  }

  .margin-bottom-phone-14 {
    margin-bottom: 140px !important;
  }

  .margin-bottom-phone-15 {
    margin-bottom: 150px !important;
  }

  .margin-bottom-phone-16 {
    margin-bottom: 160px !important;
  }

  .margin-bottom-phone-17 {
    margin-bottom: 170px !important;
  }

  .margin-bottom-phone-18 {
    margin-bottom: 180px !important;
  }

  .margin-bottom-phone-19 {
    margin-bottom: 190px !important;
  }

  .margin-bottom-phone-20 {
    margin-bottom: 200px !important;
  }

  .margin-left-phone-0 {
    margin-left: 0px !important;
  }

  .margin-left-phone-1 {
    margin-left: 10px !important;
  }

  .margin-left-phone-2 {
    margin-left: 20px !important;
  }

  .margin-left-phone-3 {
    margin-left: 30px !important;
  }

  .margin-left-phone-4 {
    margin-left: 40px !important;
  }

  .margin-left-phone-5 {
    margin-left: 50px !important;
  }

  .margin-left-phone-6 {
    margin-left: 60px !important;
  }

  .margin-left-phone-7 {
    margin-left: 70px !important;
  }

  .margin-left-phone-8 {
    margin-left: 80px !important;
  }

  .margin-left-phone-9 {
    margin-left: 90px !important;
  }

  .margin-left-phone-10 {
    margin-left: 100px !important;
  }

  .margin-left-phone-11 {
    margin-left: 110px !important;
  }

  .margin-left-phone-12 {
    margin-left: 120px !important;
  }

  .margin-left-phone-13 {
    margin-left: 130px !important;
  }

  .margin-left-phone-14 {
    margin-left: 140px !important;
  }

  .margin-left-phone-15 {
    margin-left: 150px !important;
  }

  .margin-left-phone-16 {
    margin-left: 160px !important;
  }

  .margin-left-phone-17 {
    margin-left: 170px !important;
  }

  .margin-left-phone-18 {
    margin-left: 180px !important;
  }

  .margin-left-phone-19 {
    margin-left: 190px !important;
  }

  .margin-left-phone-20 {
    margin-left: 200px !important;
  }
}
.pointer-events {
  pointer-events: all !important;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.space {
  padding: 0 20px;
}

.pointer,
.cursorPointer {
  cursor: pointer;
}

.cursorZoomIn, [data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in !important;
}

.cursorZoomOut, .zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out !important;
}

.cursorGrab {
  cursor: move;
  cursor: grab !important;
  cursor: -webkit-grab !important;
}

.cursorGrab:active {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}

.pattern .background {
  background-repeat: repeat;
  background-size: auto;
}

.attachment-fixed {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.disableClick {
  pointer-events: none;
}

.cover {
  background-size: cover !important;
}

.noSelect, .noSelect *, .disableSelect, .disableSelect * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.selectable, .selectable *, .enableSelect, .enableSelect * {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.clearBoth:after {
  content: "";
  clear: both;
  display: table;
}

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