/*!
 * Copyright (c) 2020. BERTA Kommunikation (Amos Calamida)
 */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'LinotypeUniversRegular';
  src: url("../fonts/LinotypeUniversRegular.ttf") format("truetype");
  letter-spacing: 1.5px; }

@font-face {
  font-family: 'LinotypeUniversBold';
  src: url("../fonts/LinotypeUniversBold.ttf") format("truetype");
  letter-spacing: 1.5px;
  /*font-weight: 300;*/ }

@font-face {
  font-family: 'LinotypeUniversHeavy';
  src: url("../fonts/LinotypeUniversHeavy.ttf") format("truetype");
  letter-spacing: 1.5px;
  /*font-weight: 700;*/ }

#branded-landing {
  /***** NavBar *****/
  /***** Breadcrumbs *****/
  /***** Header Slider *****/
  /***** Input *****/ }
  #branded-landing h1,
  #branded-landing h2,
  #branded-landing h3,
  #branded-landing h4,
  #branded-landing h5,
  #branded-landing h6 {
    font-family: LinotypeUniversBold, sans-serif; }
  #branded-landing h2 {
    font-size: 36px; }
  #branded-landing a:hover {
    cursor: pointer; }
  #branded-landing .center-me {
    margin: 0 auto; }
  #branded-landing .ta-center-me {
    text-align: center; }
  #branded-landing .max-width {
    max-width: 1440px;
    width: 100%; }
  #branded-landing .max-inner-width {
    max-width: 1200px; }
  #branded-landing body {
    overflow-x: hidden; }
  #branded-landing .overlay {
    overflow-y: scroll; }
    #branded-landing .overlay div.radio > label, #branded-landing .overlay label.radio-inline {
      padding-left: 2px;
      padding-right: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #branded-landing .overlay .blog-page .wh-element-contactform {
      border: none !important; }
  #branded-landing .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1120px; }
  @media only screen and (max-width: 1024px) {
    #branded-landing .container {
      margin: 0 auto;
      max-width: 94%; } }
  #branded-landing .computer-slider-btn,
  #branded-landing .banner-btn {
    display: inline-block;
    font-family: LinotypeUniversHeavy, sans-serif;
    color: #FFFFFF;
    background-color: #009EE3;
    font-size: 24px;
    padding: 10px 16px 6px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #009EE3;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #009EE3));
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF 50%, #009EE3 50%);
    background-size: 245% 100%;
    background-position: 100%; }
    #branded-landing .computer-slider-btn:hover,
    #branded-landing .banner-btn:hover {
      color: #009EE3 !important;
      text-decoration: none;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      background-position: 0%;
      background-color: #FFFFFF !important; }
  #branded-landing .computer-slider-btn {
    font-size: 17px;
    padding: 18px 26px 12px; }
  #branded-landing .content-btn {
    max-width: 180px;
    margin: 0 auto;
    font-family: LinotypeUniversHeavy, sans-serif;
    color: #009EE3;
    background-color: #FFFFFF;
    font-size: 24px;
    padding: 10px 10px 6px 10px;
    text-align: center; }
    #branded-landing .content-btn a:hover {
      text-decoration: none; }
  @media (min-width: 769px) {
    #branded-landing .navbar-collapse.collapse {
      display: block !important; } }
  @media (width: 768px) {
    #branded-landing .navbar-collapse.collapse {
      display: none !important; } }
  @media (min-width: 768px) {
    #branded-landing .navbar-collapse.collapse.in {
      display: block !important; } }
  #branded-landing .navbar-default {
    top: 0;
    position: absolute;
    z-index: 1;
    border: none;
    background: transparent;
    width: 100%;
    height: 133px;
    padding-top: 50px;
    font-family: LinotypeUniversBold, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    /* @include breakpoint-down(md) {
        padding-top: 0;
    }*/ }
    #branded-landing .navbar-default .navbar-nav {
      float: right; }
      #branded-landing .navbar-default .navbar-nav li a {
        color: #000000; }
        #branded-landing .navbar-default .navbar-nav li a.active {
          color: #009EE3; }
  #branded-landing .navbar-header {
    float: inherit;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    /*@include breakpoint-down (sm) {
        margin-left: 15px;
    }*/ }
    @media screen and (max-width: 1175px) {
      #branded-landing .navbar-header {
        margin-left: 22px; } }
    #branded-landing .navbar-header .header-logo {
      max-height: 210px;
      max-width: 230px; }
  #branded-landing .nav-container {
    max-width: 1120px;
    margin: 0 auto;
    position: relative; }
    #branded-landing .nav-container .social-media-nav-desk, #branded-landing .nav-container .social-media-nav-mob {
      position: absolute;
      z-index: 9;
      top: -15px;
      right: 10px;
      /*@include breakpoint-down(md) {
            display: none;
        }*/ }
      #branded-landing .nav-container .social-media-nav-desk .circle, #branded-landing .nav-container .social-media-nav-mob .circle {
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #000000;
        padding: 7px 9px;
        padding: 18px;
        margin-right: 5px;
        position: relative; }
      #branded-landing .nav-container .social-media-nav-desk .fi, #branded-landing .nav-container .social-media-nav-mob .fi {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #000000; }
      #branded-landing .nav-container .social-media-nav-desk a:hover, #branded-landing .nav-container .social-media-nav-mob a:hover {
        cursor: pointer; }
        #branded-landing .nav-container .social-media-nav-desk a:hover .circle, #branded-landing .nav-container .social-media-nav-mob a:hover .circle {
          color: #009EE3 !important; }
        #branded-landing .nav-container .social-media-nav-desk a:hover .fi, #branded-landing .nav-container .social-media-nav-mob a:hover .fi {
          color: #009EE3; }
      @media screen and (max-width: 768px) {
        #branded-landing .nav-container .social-media-nav-desk, #branded-landing .nav-container .social-media-nav-mob {
          display: none; } }
    #branded-landing .nav-container .social-media-nav-mob {
      display: none;
      position: relative;
      top: inherit;
      right: inherit;
      margin: 50px 0 20px; }
      #branded-landing .nav-container .social-media-nav-mob .circle {
        margin: 0 9px;
        padding: 21px; }
      #branded-landing .nav-container .social-media-nav-mob .fi {
        top: 8px;
        right: 8px;
        font-size: 25px; }
      #branded-landing .nav-container .social-media-nav-mob .circle, #branded-landing .nav-container .social-media-nav-mob a {
        border-color: #009EE3;
        color: #009EE3; }
      @media screen and (max-width: 768px) {
        #branded-landing .nav-container .social-media-nav-mob {
          display: block; } }
    #branded-landing .nav-container .navbar-collapse {
      position: absolute;
      right: 0;
      top: 8px;
      text-align: right;
      width: 80%;
      vertical-align: middle;
      margin: 0;
      padding: 25px 0 0; }
      @media screen and (max-width: 768px) {
        #branded-landing .nav-container .navbar-collapse {
          width: 100%;
          top: 0;
          text-align: center; } }
  #branded-landing .nav-container.default li a {
    color: #000000;
    border: none; }
  #branded-landing .dropdown-menu {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #branded-landing .dropdown-menu .active a {
      background-color: transparent; }
      #branded-landing .dropdown-menu .active a:hover {
        color: #009EE3 !important;
        background-color: transparent; }
  #branded-landing .nav-container.default li.active a {
    color: #009EE3;
    border-color: #000000;
    border: none; }
  #branded-landing .gallery-element .slick-arrow {
    border-radius: 50%;
    border: 1px solid #b2b9c0;
    height: 60px;
    width: 60px; }
  #branded-landing .gallery-element .prev {
    left: -70px !important;
    padding-left: 12px;
    padding-top: 9px; }
  #branded-landing .gallery-element .next {
    right: -70px !important;
    padding-left: 16px;
    padding-top: 9px; }
  #branded-landing .gallery-element .prev .next:before {
    color: #b2b9c0 !important; }
  #branded-landing .nav-container.default li {
    color: #000000; }
  #branded-landing .max-inner-width {
    max-width: 1120px; }
  #branded-landing .left-me {
    text-align: left; }
  #branded-landing .right-me {
    float: right; }
  #branded-landing header {
    overflow: hidden; }
  #branded-landing .header-banner {
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    position: relative; }
    #branded-landing .header-banner .header-banner-filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #009FDA;
      opacity: 0.25; }
    #branded-landing .header-banner .cta-btn {
      position: absolute;
      top: 55%;
      font-size: 3.429rem; }
      #branded-landing .header-banner .cta-btn .mob-cta-btn {
        display: none; }
        @media (max-width: 580px) {
          #branded-landing .header-banner .cta-btn .mob-cta-btn {
            display: block;
            width: 120px;
            margin-top: 40px; } }
  #branded-landing .politician-name,
  #branded-landing .banner-text {
    font-family: LinotypeUniversBold, sans-serif;
    position: absolute;
    left: -24px;
    background-color: #074EA1;
    display: block;
    -ms-transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
    bottom: -2px; }
    #branded-landing .politician-name h1,
    #branded-landing .banner-text h1 {
      color: #FFFFFF;
      display: block;
      font-size: 5.071rem;
      margin: 0;
      line-height: 1;
      padding: 15px 15px 15px 45px; }
  #branded-landing .cheat-me-border {
    position: relative;
    -ms-transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
    background-color: white;
    width: 100%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
    left: -5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    #branded-landing .cheat-me-border .claim {
      position: relative;
      display: block;
      max-width: 60%;
      width: 100%; }
      #branded-landing .cheat-me-border .claim.light-blue .inner {
        position: relative; }
      #branded-landing .cheat-me-border .claim h2 {
        background-color: #E8308A;
        color: #fff;
        font-family: LinotypeUniversBold, sans-serif;
        font-size: 5.571rem;
        line-height: 7.1rem;
        display: inline-block;
        padding: 10px 0 0 0;
        padding-left: 38px;
        padding-right: 20px;
        margin-top: 0; }
  @media only screen and (max-width: 767px) {
    #branded-landing .politician-name h1,
    #branded-landing .banner-text h1 {
      font-size: 4.071rem; }
    #branded-landing .cheat-me-border .claim h2 {
      font-size: 4.071rem;
      line-height: 4.1rem; }
    #branded-landing .header-banner .cta-btn {
      top: 60%; } }
  #branded-landing .no-scroll {
    overflow: hidden; }
  #branded-landing .main-container {
    max-width: 1120px;
    margin: 0 auto;
    width: 90%;
    position: relative; }
  #branded-landing .main-header-navigation {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 15;
    width: 100%;
    height: 90px;
    overflow: unset;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out; }
    #branded-landing .main-header-navigation .header-navigation-with-bg-border {
      display: none;
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      z-index: 15;
      height: 8px; }
    #branded-landing .main-header-navigation.header-navigation-with-bg {
      background-color: #fff; }
      #branded-landing .main-header-navigation.header-navigation-with-bg .header-navigation-with-bg-border {
        display: block; }
      #branded-landing .main-header-navigation.header-navigation-with-bg ul li a {
        color: #000; }
  #branded-landing .header-navigation-fixed {
    top: -200px;
    left: 0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    z-index: 17;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out; }
    #branded-landing .header-navigation-fixed .header-navigation-with-bg-border {
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      z-index: 15;
      height: 8px; }
  #branded-landing .header-navigation-fixed-nav-up {
    top: 0; }
    #branded-landing .header-navigation-fixed-nav-up.header-navigation-with-bg {
      background-color: #fff; }
      #branded-landing .header-navigation-fixed-nav-up.header-navigation-with-bg ul li a {
        color: #000; }
  #branded-landing .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0; }
    #branded-landing .header-navigation .header-navigation-logo {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 36px;
      line-height: 36px;
      color: #000;
      letter-spacing: 0;
      outline: none;
      padding-top: 54px; }
      #branded-landing .header-navigation .header-navigation-logo span {
        color: #000; }
    #branded-landing .header-navigation .header-navigation-r > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 54px; }
    #branded-landing .header-navigation .social-media-nav-desk a .circle, #branded-landing .header-navigation .nav-container .social-media-nav-mob a .circle, #branded-landing .nav-container .header-navigation .social-media-nav-mob a .circle {
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #000000;
      margin-right: 8px;
      position: relative;
      width: 39px;
      height: 39px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #branded-landing .header-navigation .social-media-nav-desk a .fi, #branded-landing .header-navigation .nav-container .social-media-nav-mob a .fi, #branded-landing .nav-container .header-navigation .social-media-nav-mob a .fi {
      position: absolute;
      top: 5px;
      right: 6px;
      color: #000000;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #branded-landing .header-navigation .social-media-nav-desk a:hover .fi, #branded-landing .header-navigation .nav-container .social-media-nav-mob a:hover .fi, #branded-landing .nav-container .header-navigation .social-media-nav-mob a:hover .fi {
      color: #009FDA; }
    #branded-landing .header-navigation ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin: 0; }
      #branded-landing .header-navigation ul li {
        margin: 0 10px 0 10px;
        position: relative; }
        #branded-landing .header-navigation ul li a {
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 20px;
          color: #000;
          letter-spacing: 0;
          line-height: 30px;
          padding: 10px 0;
          text-transform: uppercase;
          text-decoration: none; }
          #branded-landing .header-navigation ul li a.active {
            color: #009FDA; }
        #branded-landing .header-navigation ul li a:hover {
          color: #009FDA;
          text-decoration: none; }
      #branded-landing .header-navigation ul li:last-child {
        margin: 0 0 0 25px; }
  #branded-landing header {
    position: relative; }
  #branded-landing .header-navigation-burger {
    display: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: -35px; }
  #branded-landing .main-header-navigation-mob-overlay {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: block;
    z-index: 20; }
    #branded-landing .main-header-navigation-mob-overlay > div > div {
      position: absolute;
      top: 8%;
      left: 0;
      width: 100%; }
    #branded-landing .main-header-navigation-mob-overlay .social-media-nav-desk, #branded-landing .main-header-navigation-mob-overlay .nav-container .social-media-nav-mob, #branded-landing .nav-container .main-header-navigation-mob-overlay .social-media-nav-mob {
      text-align: center;
      margin-top: 40px; }
      #branded-landing .main-header-navigation-mob-overlay .social-media-nav-desk a, #branded-landing .main-header-navigation-mob-overlay .nav-container .social-media-nav-mob a, #branded-landing .nav-container .main-header-navigation-mob-overlay .social-media-nav-mob a {
        font-size: 0; }
        #branded-landing .main-header-navigation-mob-overlay .social-media-nav-desk a .circle, #branded-landing .main-header-navigation-mob-overlay .nav-container .social-media-nav-mob a .circle, #branded-landing .nav-container .main-header-navigation-mob-overlay .social-media-nav-mob a .circle {
          display: inline-block;
          border-radius: 50%;
          border: 1px solid #009EE3;
          margin-right: 8px;
          position: relative;
          width: 39px;
          height: 39px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #branded-landing .main-header-navigation-mob-overlay .social-media-nav-desk a .fi, #branded-landing .main-header-navigation-mob-overlay .nav-container .social-media-nav-mob a .fi, #branded-landing .nav-container .main-header-navigation-mob-overlay .social-media-nav-mob a .fi {
          position: absolute;
          top: 5px;
          right: 6px;
          color: #009EE3;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    #branded-landing .main-header-navigation-mob-overlay ul {
      list-style: none;
      padding-left: 0; }
      #branded-landing .main-header-navigation-mob-overlay ul li {
        text-align: center;
        border-bottom: 1px solid #000000;
        padding: 14px 0 4px; }
        #branded-landing .main-header-navigation-mob-overlay ul li a {
          color: #000000;
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 24px;
          letter-spacing: 0;
          text-align: center;
          line-height: 24px;
          text-decoration: none;
          text-transform: uppercase; }
          #branded-landing .main-header-navigation-mob-overlay ul li a:hover {
            text-decoration: none; }
          #branded-landing .main-header-navigation-mob-overlay ul li a.active {
            color: #009EE3; }
    #branded-landing .main-header-navigation-mob-overlay .main-header-navigation-mob-overlay-close-btn {
      color: #FFFFFF;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 32px;
      right: 4%;
      cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    #branded-landing .header-navigation-burger {
      display: block; }
    #branded-landing .header-navigation .header-navigation-r > div,
    #branded-landing .header-navigation ul {
      display: none; }
    #branded-landing .header-navigation-fixed .header-navigation {
      margin-top: 0px; }
    #branded-landing .header-navigation .header-navigation-logo {
      font-size: 26px;
      line-height: 26px;
      padding-top: 0; }
      #branded-landing .header-navigation .header-navigation-logo img {
        width: 230px;
        height: auto; }
    #branded-landing .header-navigation {
      padding: 22px 0; } }
  #branded-landing .view {
    -webkit-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    /*transform: rotate(-3.5deg);*/ }
    @media (max-width: 580px) {
      #branded-landing .view {
        display: none; } }
  #branded-landing .view:hover .s1, #branded-landing .view .s1.start {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transform: rotate3d(0, 1, 0, -10deg);
    -ms-transform: rotate3d(0, 1, 0, -10deg);
    transform: rotate3d(0, 1, 0, -10deg); }
  #branded-landing .view:hover .s2, #branded-landing .view .s2.start {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -10deg);
    -ms-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -10deg);
    transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -10deg); }
  #branded-landing .view:hover .s3, #branded-landing .view .s3.start {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -16deg);
    -ms-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -16deg);
    transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -16deg); }
  #branded-landing .view:hover .s4, #branded-landing .view .s4.start {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -30deg);
    -ms-transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -30deg);
    transform: translate3d(59px, 0, 0) rotate3d(0, 1, 0, -30deg); }
  #branded-landing .view:hover .s5, #branded-landing .view .s5.start {
    -webkit-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    -ms-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg); }
  #branded-landing .view:hover .s6, #branded-landing .view .s6 .start {
    -webkit-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -52deg);
    -ms-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -52deg);
    transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -52deg); }
  #branded-landing .view:hover .s7, #branded-landing .view .s7 .start {
    -webkit-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    -ms-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg); }
  #branded-landing .view:hover .s8, #branded-landing .view .s8 .start {
    -webkit-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    -ms-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
    transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg); }
  #branded-landing .view .s4 > .overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  #branded-landing .view .s5 > .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  #branded-landing .view .s6 > .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  #branded-landing .view .s7 > .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  #branded-landing .view .s8 > .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  #branded-landing .view div.view-back {
    background: #0a0a0a;
    background: -webkit-gradient(linear, left top, right top, from(#0a0a0a), to(#666666));
    background: linear-gradient(left, #0a0a0a 0%, #666666 100%); }
  #branded-landing .view {
    width: 105px;
    height: 115px;
    float: left;
    position: relative;
    -webkit-perspective: 500px;
            perspective: 500px; }
  #branded-landing .view .slice {
    width: 62px;
    height: 100%;
    z-index: 100;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out; }
  #branded-landing .view div.view-back {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    /*background: #666;*/
    z-index: 0; }
  #branded-landing .view-back span {
    display: block;
    float: right;
    padding: 5px 20px 5px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6); }
  #branded-landing .view-back span:first-child {
    padding-top: 20px; }
  #branded-landing .view-back a {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 700; }
  #branded-landing .view-back a:hover {
    color: #fff;
    border-color: #fff; }
  #branded-landing .view-back span[data-icon]:before {
    content: attr(data-icon);
    font-family: 'icons';
    color: #aaa;
    color: rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    padding-right: 5px; }
  #branded-landing .view .s2,
  #branded-landing .view .s3,
  #branded-landing .view .s4,
  #branded-landing .view .s5,
  #branded-landing .view .s6,
  #branded-landing .view .s7,
  #branded-landing .view .s8 {
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px); }
  #branded-landing .view .s1 {
    background-position: 0px 0px; }
  #branded-landing .view .s2 {
    background-position: -60px 0px; }
  #branded-landing .view .s3 {
    background-position: -120px 0px; }
  #branded-landing .view .s4 {
    background-position: -180px 0px; }
  #branded-landing .view .s5 {
    background-position: -240px 0px;
    width: 65px; }
  #branded-landing .view .s6 {
    background-position: -300px 0px; }
  #branded-landing .view .s7 {
    background-position: -360px 0px; }
  #branded-landing .view .s8 {
    background-position: -420px 0px; }
  #branded-landing .view .overlay {
    display: none;
    width: 60px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }
  #branded-landing .view .overlay {
    width: 60px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }
  #branded-landing .view:hover .overlay {
    opacity: 1; }
  #branded-landing .view img {
    width: 305px; }
  #branded-landing .view img {
    position: absolute;
    width: 305px;
    z-index: 0;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out; }
  #branded-landing .view:hover img {
    left: -85px; }
  #branded-landing .view div.view-back {
    background: #666; }
  #branded-landing .advantages {
    padding-top: 150px; }
    #branded-landing .advantages h2 {
      color: #009EE3;
      margin-top: 0;
      line-height: 56px;
      font-size: 48px; }
    #branded-landing .advantages p.subtitle {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 24px;
      width: 60%;
      line-height: 36px; }
    #branded-landing .advantages img {
      width: 120px; }
  @media only screen and (max-width: 1024px) {
    #branded-landing .advantages {
      padding-top: 100px; }
    #branded-landing .advantages h2 {
      line-height: 32px;
      font-size: 34px; }
    #branded-landing .advantages p.subtitle {
      width: 100%; } }
  #branded-landing footer {
    color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    /*a {
    color: $black;
  }*/
    border-top: 2px solid #f5f5f5; }
    #branded-landing footer .padd-me-footer {
      padding: 20px; }
    #branded-landing footer p {
      font-family: LinotypeUniversBold, sans-serif; }
      #branded-landing footer p.captcha-help-text {
        font-size: 70%;
        position: relative;
        bottom: 13px; }
    #branded-landing footer .letter-icon {
      width: 60px;
      position: absolute;
      right: 20px;
      top: 0; }
    #branded-landing footer .hand-shake-icon {
      width: 70px;
      position: absolute;
      right: 80px;
      top: 0; }
    #branded-landing footer .newsletter-submit input, #branded-landing footer .newsletter-submit label {
      font-family: LinotypeUniversRegular, sans-serif; }
    #branded-landing footer .contact {
      position: relative;
      padding-top: 15px;
      min-height: 320px; }
    #branded-landing footer .newsletter-footer-box {
      position: relative; }
    #branded-landing footer h4 {
      color: #000000; }
    #branded-landing footer a:hover {
      color: #000000 !important; }
    #branded-landing footer a.email i.fa {
      color: #000000 !important;
      padding-right: 10px; }
    #branded-landing footer a.fa {
      color: #000000;
      opacity: 0.5;
      border: 2px solid #000000;
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 2px; }
      #branded-landing footer a.fa:hover {
        opacity: 1; }
    #branded-landing footer .social-box {
      height: 100%;
      display: block;
      vertical-align: middle; }
    #branded-landing footer h4 {
      font-family: LinotypeUniversHeavy, sans-serif;
      font-size: 24px;
      margin-bottom: 33px; }
    #branded-landing footer h4.social-title {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 48px;
      margin-bottom: inherit;
      color: #81D0F5;
      -webkit-transform: rotate(-3.5deg);
          -ms-transform: rotate(-3.5deg);
              transform: rotate(-3.5deg);
      text-align: center;
      margin-top: 25%; }
    #branded-landing footer ul.social-icons {
      list-style: none;
      font-size: 2.5rem;
      display: inline-block;
      padding-left: 0;
      -webkit-transform: rotate(-3.5deg);
          -ms-transform: rotate(-3.5deg);
              transform: rotate(-3.5deg);
      text-align: center;
      width: 100%; }
      #branded-landing footer ul.social-icons > li {
        display: inline-block;
        padding-right: 8px; }
    #branded-landing footer input[type=submit] {
      float: right;
      display: inline-block;
      font-family: LinotypeUniversHeavy, sans-serif;
      color: #FFFFFF;
      background-color: #009EE3;
      font-size: 24px;
      padding: 10px 16px 6px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #009EE3;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
      background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #009EE3));
      background-image: linear-gradient(to right, #FFFFFF, #FFFFFF 50%, #009EE3 50%);
      background-size: 245% 100%;
      background-position: 100%; }
      #branded-landing footer input[type=submit]:hover {
        text-decoration: none;
        color: #009EE3 !important;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
        background-position: 0%;
        background-color: #FFFFFF !important; }
    #branded-landing footer .disclaimer {
      position: absolute;
      bottom: 15px; }
    #branded-landing footer .agb {
      padding-bottom: 30px; }
      #branded-landing footer .agb a {
        font-family: Arial;
        font-size: 14px;
        color: #81D0F5 !important; }
    #branded-landing footer .container {
      padding-top: 20px; }
    #branded-landing footer .mob-view {
      display: none; }
      @media screen and (max-width: 768px) {
        #branded-landing footer .mob-view {
          display: block; }
          #branded-landing footer .mob-view .newsletter-footer-box {
            padding: 60px 50px; }
          #branded-landing footer .mob-view .letter-icon {
            width: 60px;
            position: absolute;
            right: 50px;
            top: 60px; }
          #branded-landing footer .mob-view .hand-shake-icon {
            width: 70px;
            position: absolute;
            right: 70px;
            top: 70px; }
          #branded-landing footer .mob-view .contact {
            padding: 80px;
            width: 50%;
            float: left; }
          #branded-landing footer .mob-view .social {
            width: 50%;
            float: right; }
          #branded-landing footer .mob-view h4.social-title {
            font-size: 25px !important; }
          #branded-landing footer .mob-view .social-icons img {
            height: 30px; }
          #branded-landing footer .mob-view .social-box {
            padding-top: 110px; }
          #branded-landing footer .mob-view .disclaimer {
            position: relative;
            padding-left: 60px; } }
      @media screen and (max-width: 580px) {
        #branded-landing footer .mob-view .newsletter-footer-box {
          padding: 60px 20px; }
        #branded-landing footer .mob-view .letter-icon {
          width: 60px;
          position: absolute;
          right: 20px;
          top: 60px; }
        #branded-landing footer .mob-view .hand-shake-icon {
          width: 70px;
          position: absolute;
          right: 30px;
          top: 25px; }
        #branded-landing footer .mob-view .contact {
          padding: 40px;
          width: 50%;
          float: left; }
        #branded-landing footer .mob-view .social {
          width: 50%;
          float: right; }
        #branded-landing footer .mob-view h4.social-title {
          font-size: 25px !important; }
        #branded-landing footer .mob-view .social-icons img {
          height: 30px; }
        #branded-landing footer .mob-view .social-box {
          padding-top: 110px; }
        #branded-landing footer .mob-view .disclaimer {
          padding-left: 20px; } }
    #branded-landing footer .desk-view {
      display: block; }
      @media screen and (max-width: 768px) {
        #branded-landing footer .desk-view {
          display: none; } }
  #branded-landing .copyright .container-footer {
    font-family: LinotypeUniversRegular, sans-serif;
    font-size: 16px;
    color: #81D0F5 !important; }
    #branded-landing .copyright .container-footer span {
      color: #81D0F5 !important; }
    #branded-landing .copyright .container-footer a {
      color: #81D0F5 !important; }
  #branded-landing .computer-slider {
    padding-top: 150px; }
    #branded-landing .computer-slider .computer-slider-title-block h2 {
      color: #009EE3;
      margin-top: 0;
      line-height: 56px;
      font-size: 48px; }
    #branded-landing .computer-slider .computer-slider-title-block p.subtitle {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 24px;
      line-height: 30px;
      width: 60%; }
    #branded-landing .computer-slider .computer-slider-title-block a {
      margin-top: 20px; }
    #branded-landing .computer-slider .features-and-website-page {
      padding: 60px 0 140px; }
    #branded-landing .computer-slider .features-and-website-text-r .features-and-website-top {
      width: 38%;
      margin-left: 52%; }
    #branded-landing .computer-slider .features-and-website-text-l .features-and-website-top {
      width: 38%; }
    #branded-landing .computer-slider h2 {
      margin: 0 0 20px;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    #branded-landing .computer-slider .features-and-website-desc {
      margin: 0 0 30px 0;
      opacity: 0;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    #branded-landing .computer-slider .features-and-website-slider-block {
      margin: 60px 0;
      position: relative;
      padding: 0 90px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items {
        position: absolute;
        bottom: -80px;
        width: 29%;
        z-index: 14;
        background-color: #FFFFFF;
        -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.1);
                box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.1);
        border-radius: 2px; }
        #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-items-mob {
          display: none; }
        #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-item {
          border-bottom: 1px solid #E0E0E0;
          opacity: 1;
          -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out; }
          #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-item .features-and-website-table-title {
            padding: 20px 30px 0 30px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 0;
            font-family: LinotypeUniversHeavy, sans-serif;
            font-size: 20px;
            color: #000000;
            letter-spacing: 0;
            line-height: 26px; }
          #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-item .features-and-website-table-desc {
            margin: 0;
            padding: 10px 30px 20px 30px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-family: LinotypeUniversRegular, sans-serif;
            font-size: 18px;
            color: #000000;
            letter-spacing: 0;
            line-height: 24px; }
          #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-item:last-child {
            border-bottom: none; }
    #branded-landing .computer-slider .features-and-website-text-r .features-and-website-table-items {
      left: 0; }
    #branded-landing .computer-slider .features-and-website-text-l .features-and-website-table-items {
      right: 0; }
    #branded-landing .computer-slider .website-embeded {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #branded-landing .computer-slider .website-embeded .website-embeded-content {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      #branded-landing .computer-slider .website-embeded .website-embeded-frame-block {
        height: 580px;
        width: 100%;
        position: relative; }
      #branded-landing .computer-slider .website-embeded .website-embeded-frame-laptop {
        width: 100%;
        height: 580px;
        z-index: 12;
        position: relative; }
      #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper {
        position: absolute;
        top: 38px;
        left: 13%;
        width: 75%;
        z-index: 10;
        height: 480px; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-track,
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-list {
          height: 480px; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-dots {
          bottom: -132px; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev, #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
          top: 58%;
          z-index: 16;
          opacity: 0.8; }
          #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev:hover, #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next:hover {
            opacity: 1; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev, #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
          border-radius: 50%;
          background-color: transparent;
          width: 50px;
          height: 50px;
          background-repeat: no-repeat;
          background-size: 50px 50px;
          background-position: center; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
          background-image: url(../assets/images/arrow_r.svg);
          right: -190px; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev {
          background-image: url(../assets/images/arrow_l.svg);
          left: -200px; }
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev:before,
        #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next:before {
          content: ''; }
      #branded-landing .computer-slider .website-embeded .slick-dots li {
        margin: 0; }
      #branded-landing .computer-slider .website-embeded .slick-dots li button:before {
        font-size: 13px; }
      #branded-landing .computer-slider .website-embeded .slick-dots {
        bottom: -54px; }
      #branded-landing .computer-slider .website-embeded .website-embeded-frame-content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10; }
    #branded-landing .computer-slider .website-embeded-frame-content-pagination {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0;
      font-family: LinotypeUniversRegular, sans-serif;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      line-height: 16px; }
    #branded-landing .computer-slider .website-embeded-frame-content-desk {
      display: block !important;
      width: 100%; }
    #branded-landing .computer-slider .website-embeded-frame-content-mob3,
    #branded-landing .computer-slider .website-embeded-frame-content-mob2,
    #branded-landing .computer-slider .website-embeded-frame-content-mob1 {
      display: none !important;
      width: 100%; }
  @media only screen and (max-width: 1330px) {
    #branded-landing .computer-slider {
      padding: 50px 0 60px; }
    #branded-landing .computer-slider h2 {
      margin: 0 0 12px; }
    #branded-landing .computer-slider .features-and-website-slider-block {
      margin: 40px 0 0;
      padding: 0; }
    #branded-landing .computer-slider .features-and-website-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-block {
      height: 500px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-laptop {
      height: 500px;
      width: 914px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper {
      top: 34px;
      height: 430px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-track,
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-list {
      height: 430px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
      right: -16%; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev {
      left: -16%; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-dots {
      bottom: -90px; }
    #branded-landing .computer-slider .website-embeded-frame-content-mob1 {
      display: block !important; }
    #branded-landing .computer-slider .website-embeded-frame-content-desk,
    #branded-landing .computer-slider .website-embeded-frame-content-mob2,
    #branded-landing .computer-slider .website-embeded-frame-content-mob3 {
      display: none !important; }
    #branded-landing .computer-slider .website-embeded-frame-content-pagination {
      margin-top: 28px; }
    #branded-landing .computer-slider.features-and-website-text-r .features-and-website-top {
      width: 100%;
      margin-left: 0%; }
    #branded-landing .computer-slider.features-and-website-text-l .features-and-website-top {
      width: 100%; }
    #branded-landing .computer-slider .features-and-website-desc {
      font-size: 22px;
      line-height: 26px;
      margin: 0 0 20px 0; }
    #branded-landing .features-and-website-table-items.features-and-website-table-items-desk {
      display: none; }
    #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items.features-and-website-table-items-mob {
      display: block;
      margin-top: 86px; }
    #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items {
      position: relative;
      bottom: unset;
      left: unset;
      width: 100%;
      z-index: 14; }
    #branded-landing .computer-slider .features-and-website-slider-block .features-and-website-table-items .features-and-website-table-item .features-and-website-table-title {
      font-size: 18px;
      line-height: 22px; } }
  @media only screen and (max-width: 1024px) {
    #branded-landing .computer-slider .computer-slider-title-block p.subtitle {
      width: 100%; }
    #branded-landing .computer-slider.features-and-website-page {
      padding: 40px 0 40px; }
    #branded-landing .computer-slider .computer-slider-title-block h2 {
      line-height: 32px;
      font-size: 34px; } }
  @media only screen and (max-width: 960px) {
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-block {
      height: 300px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-laptop {
      height: 300px;
      width: 470px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper {
      top: 20px;
      height: 270px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-track,
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-list {
      height: 270px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-dots {
      bottom: -64px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
      right: -30%; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev {
      left: -30%; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-prev, #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-next {
      width: 35px;
      height: 35px;
      background-size: 35px 35px; }
    #branded-landing .computer-slider .website-embeded-frame-content-mob2 {
      display: block !important; }
    #branded-landing .computer-slider .website-embeded-frame-content-desk,
    #branded-landing .computer-slider .website-embeded-frame-content-mob1,
    #branded-landing .computer-slider .website-embeded-frame-content-mob3 {
      display: none !important; } }
  @media only screen and (max-width: 768px) {
    #branded-landing .computer-slider.features-and-website-page {
      padding: 60px 0 40px; } }
  @media only screen and (max-width: 500px) {
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-block {
      height: 150px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-laptop {
      height: 150px;
      width: 260px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper {
      top: 10px;
      height: 130px; }
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-track,
    #branded-landing .computer-slider .website-embeded .website-embeded-frame-content-wrapper .slick-list {
      height: 130px; }
    #branded-landing .computer-slider .website-embeded-frame-content-mob3 {
      display: block !important; }
    #branded-landing .computer-slider .website-embeded-frame-content-desk,
    #branded-landing .computer-slider .website-embeded-frame-content-mob1,
    #branded-landing .computer-slider .website-embeded-frame-content-mob2 {
      display: none !important; } }
  #branded-landing .full-width-banner {
    background-color: #F4F4F4;
    position: relative;
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 100px;
    margin-top: 150px; }
    #branded-landing .full-width-banner .full-width-banner-content {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto; }
    #branded-landing .full-width-banner h3 {
      font-family: LinotypeUniversBold !important;
      font-size: 60px !important;
      color: #131413;
      line-height: 70px !important; }
    #branded-landing .full-width-banner p {
      font-family: LinotypeUniversRegular, sans-serif;
      font-size: 42px;
      line-height: 50px; }
  @media only screen and (max-width: 1330px) {
    #branded-landing .full-width-banner {
      margin-top: 90px; } }
  @media only screen and (max-width: 1024px) {
    #branded-landing .full-width-banner {
      padding: 46px 0 56px; }
    #branded-landing .full-width-banner h3 {
      font-size: 38px !important;
      line-height: 42px !important; }
    #branded-landing .full-width-banner p {
      font-size: 24px;
      line-height: 30px; } }
  #branded-landing .preise {
    margin-top: 120px;
    overflow: hidden; }
    #branded-landing .preise h2 {
      color: #009EE3;
      margin-top: 0;
      line-height: 56px;
      font-size: 48px; }
    #branded-landing .preise p.subtitle {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 24px;
      line-height: 30px;
      width: 60%; }
    #branded-landing .preise .preise-block {
      padding: 100px 0 0;
      position: relative;
      max-width: 1120px;
      margin: 0 auto; }
      #branded-landing .preise .preise-block .preise-block-intro {
        margin-bottom: 40px; }
        #branded-landing .preise .preise-block .preise-block-intro h1 {
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 60px;
          color: #009EE3;
          letter-spacing: 0;
          text-align: center;
          line-height: 70px;
          margin: 0 0 20px;
          opacity: 1;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        #branded-landing .preise .preise-block .preise-block-intro h2 {
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 48px;
          color: #009EE3;
          letter-spacing: 0;
          text-align: center;
          line-height: 56px;
          margin: 0 0 20px;
          opacity: 1;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        #branded-landing .preise .preise-block .preise-block-intro p {
          margin: 0 auto;
          font-family: LinotypeUniversRegular, sans-serif;
          font-size: 22px;
          color: #000000;
          letter-spacing: 0;
          text-align: center;
          line-height: 26px;
          width: 90%;
          max-width: 700px;
          opacity: 1;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
      #branded-landing .preise .preise-block .preise-block-table {
        background-color: #fff;
        border-radius: 1px;
        -webkit-box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.1);
                box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, 0.1);
        padding: 80px 7% 70px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
        position: relative; }
      #branded-landing .preise .preise-block .preise-block-table-btns {
        position: absolute;
        top: -58px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 1; }
        #branded-landing .preise .preise-block .preise-block-table-btns p {
          margin: 0;
          width: 210px;
          padding: 16px 0;
          text-align: center;
          background-color: #e0e0e0;
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 20px;
          color: #009EE3;
          letter-spacing: 0;
          line-height: 26px;
          border-top-right-radius: 10px;
          border-top-left-radius: 10px;
          cursor: pointer; }
        #branded-landing .preise .preise-block .preise-block-table-btns p.preise-block-table-btn-active {
          background-color: #fff;
          color: #009EE3; }
        #branded-landing .preise .preise-block .preise-block-table-btns p.preise-block-table-btn-politiker.preise-block-table-btn-active {
          -webkit-box-shadow: -5px -5px 7px -1px rgba(0, 0, 0, 0.1);
                  box-shadow: -5px -5px 7px -1px rgba(0, 0, 0, 0.1); }
        #branded-landing .preise .preise-block .preise-block-table-btns p.preise-block-table-btn-abstimmungen.preise-block-table-btn-active {
          -webkit-box-shadow: 5px -5px 7px -1px rgba(0, 0, 0, 0.1);
                  box-shadow: 5px -5px 7px -1px rgba(0, 0, 0, 0.1); }
      #branded-landing .preise .preise-block .preise-block-table-hidden {
        display: none; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block-item-a {
        display: none; }
      #branded-landing .preise .preise-block .preise-block-table-leadtext {
        font-family: LinotypeUniversRegular, sans-serif;
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        margin: 0 auto;
        width: 90%;
        max-width: 700px; }
      #branded-landing .preise .preise-block table {
        width: 100%;
        margin: 60px 0 0; }
        #branded-landing .preise .preise-block table th {
          padding: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          #branded-landing .preise .preise-block table th .plan {
            color: #fff;
            margin: 0;
            font-family: LinotypeUniversRegular, sans-serif;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 10px;
            text-align: center; }
          #branded-landing .preise .preise-block table th .price {
            color: #fff;
            margin: 0;
            font-family: LinotypeUniversBold, sans-serif;
            font-size: 48px;
            line-height: 50px;
            margin-bottom: 10px;
            text-align: center; }
          #branded-landing .preise .preise-block table th .curr {
            color: #fff;
            margin: 0;
            font-family: LinotypeUniversBold, sans-serif;
            font-size: 24px;
            line-height: 26px;
            margin-bottom: 20px;
            text-align: center; }
        #branded-landing .preise .preise-block table th:nth-child(2) {
          background-color: #81D0F5;
          border-top-left-radius: 1px; }
        #branded-landing .preise .preise-block table th:nth-child(3) {
          background-color: #009EE3; }
        #branded-landing .preise .preise-block table th:nth-child(4) {
          background-color: #004E9C;
          border-top-right-radius: 1px; }
        #branded-landing .preise .preise-block table .preise-block-table-no {
          color: red;
          width: 24px;
          height: 24px; }
        #branded-landing .preise .preise-block table .preise-block-table-yes {
          color: green;
          width: 24px;
          height: 24px; }
        #branded-landing .preise .preise-block table .preise-block-table-grey {
          color: #999999;
          width: 24px;
          height: 24px; }
        #branded-landing .preise .preise-block table td, #branded-landing .preise .preise-block table th {
          width: 25%; }
        #branded-landing .preise .preise-block table td {
          text-align: center;
          padding: 18px 0 14px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-right: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5;
          color: #000000;
          margin: 0;
          font-family: LinotypeUniversRegular, sans-serif;
          font-size: 16px;
          line-height: 18px; }
        #branded-landing .preise .preise-block table td:first-child {
          text-align: left;
          color: #000000;
          margin: 0;
          font-family: LinotypeUniversBold, sans-serif;
          font-size: 21px;
          line-height: 26px;
          border-bottom: 0px solid #e5e5e5;
          border-right: 0px solid #e5e5e5;
          position: relative;
          padding-right: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        #branded-landing .preise .preise-block table td:nth-child(2) {
          border-left: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5; }
        #branded-landing .preise .preise-block table td:first-child:before {
          content: "";
          background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(#e5e5e5));
          background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #e5e5e5 100%);
          display: block;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 100%; }
      #branded-landing .preise .preise-block .preise-block-table-sign {
        text-align: center;
        margin: 30px auto 48px; }
        #branded-landing .preise .preise-block .preise-block-table-sign img {
          width: 40px;
          height: 40px; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-title {
        font-family: LinotypeUniversBold, sans-serif;
        font-size: 24px;
        color: #000000;
        letter-spacing: 0;
        line-height: 30px;
        margin: 0 0 20px; }
      #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block,
      #branded-landing .preise .preise-block .preise-block-table-addOns-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -6px 28px; }
        #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block.preise-block-table-addOns-block-hidden,
        #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-hidden {
          display: none; }
        #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block.preise-block-table-addOns-block-mob,
        #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-mob {
          display: none; }
          #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block.preise-block-table-addOns-block-mob .slick-track,
          #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-mob .slick-track {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            height: inherit !important; }
          #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block.preise-block-table-addOns-block-mob .slick-slide,
          #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-mob .slick-slide {
            height: inherit !important;
            display: grid; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block-item {
        width: 24%;
        padding: 20px 10px 18px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #999999;
        margin: 0 6px;
        border-radius: 1px;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
        word-break: break-word;
        outline: none; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block-item-title {
        font-family: LinotypeUniversBold, sans-serif;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        margin: 0; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block-item-price {
        font-family: LinotypeUniversBold, sans-serif;
        font-size: 24px;
        color: #009EE3;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
        margin: 14px 0 7px; }
        #branded-landing .preise .preise-block .preise-block-table-addOns-block-item-price.preise-block-table-addOns-block-item-price2 {
          margin: 8px 0 7px; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block-item-time {
        font-family: LinotypeUniversRegular, sans-serif;
        font-size: 16px;
        color: #666666;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        margin: 0; }
    #branded-landing .preise .price-download {
      margin: 20px 0;
      opacity: 1;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
      #branded-landing .preise .price-download a {
        font-family: LinotypeUniversBold, sans-serif;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        margin: 0 34px 0 0;
        display: inline-block;
        color: #009FDA; }
        #branded-landing .preise .price-download a span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        #branded-landing .preise .price-download a img {
          width: 17px;
          height: 17px;
          margin-left: 10px;
          margin-bottom: 8px; }
        #branded-landing .preise .price-download a:hover {
          text-decoration: none; }
    #branded-landing .preise .preise-block-table-mob {
      display: none; }
  @media only screen and (max-width: 1200px) {
    #branded-landing .preise-block .preise-block-table {
      padding: 80px 5% 70px; } }
  @media only screen and (max-width: 1024px) {
    #branded-landing .preise p.subtitle {
      width: 100%; }
    #branded-landing .preise h2 {
      line-height: 32px;
      font-size: 34px; }
    #branded-landing .preise .preise-block {
      padding: 44px 0 10px;
      width: 100%; }
    #branded-landing .preise .preise-block-table-mob {
      display: table; }
    #branded-landing .preise .preise-block table {
      margin: 30px 0 0; }
    #branded-landing .preise .preise-block .preise-block-intro {
      width: 90%;
      margin: 0 auto 30px; }
    #branded-landing .preise .preise-block .preise-block-intro h1 {
      font-size: 38px;
      line-height: 42px;
      margin: 0 0 10px; }
    #branded-landing .preise .preise-block .preise-block-intro p {
      width: 100%; }
    #branded-landing .preise .preise-block .preise-block-table {
      border-radius: 0px;
      padding: 40px 0 30px; }
    #branded-landing .preise .preise-block-table-desk {
      display: none; }
    #branded-landing .preise .preise-block table td {
      padding: 8px 0 4px; }
    #branded-landing .preise .preise-block table thead {
      width: 100%; }
    #branded-landing .preise .preise-block table td, #branded-landing .preise .preise-block table th {
      width: 33.3%; }
    #branded-landing .preise .preise-block table td.preise-block-table-cell-full-width {
      width: 100%;
      text-align: center;
      padding: 14px 0 10px;
      font-size: 14px;
      line-height: 16px; }
    #branded-landing .preise .preise-block table th:nth-child(1) {
      background-color: #81D0F5;
      border-top-left-radius: 0; }
    #branded-landing .preise .preise-block table th:nth-child(2) {
      background-color: #009EE3;
      border-top-left-radius: 0; }
    #branded-landing .preise .preise-block table th:nth-child(3) {
      background-color: #004E9C;
      border-top-left-radius: 0; }
    #branded-landing .preise .preise-block table td:first-child {
      text-align: center;
      border-bottom: 1px solid #e5e5e5; }
    #branded-landing .preise .preise-block table td:first-child:before {
      background-image: none;
      height: 0; }
    #branded-landing .preise .preise-block table td:last-child {
      border-right: 0px solid #e5e5e5;
      padding-right: 0; }
    #branded-landing .preise .preise-block .preise-block-table-addOns-title {
      margin: 0 auto 20px;
      width: 86%; }
    #branded-landing .preise .preise-block-table-addOnsFurParteiien-block.preise-block-table-addOns-block-desk,
    #branded-landing .preise .preise-block-table-addOns-block.preise-block-table-addOns-block-desk {
      display: none; }
    #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-mob {
      display: block;
      margin-left: 5%; }
      #branded-landing .preise .preise-block .preise-block-table-addOns-block.preise-block-table-addOns-block-mob.preise-block-table-addOns-block-hidden {
        height: 0;
        opacity: 1; }
    #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block-item, #branded-landing .preise .preise-block .preise-block-table-addOns-block-item {
      border: 0px solid #999999; }
      #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block-item > div, #branded-landing .preise .preise-block .preise-block-table-addOns-block-item > div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: inherit !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #branded-landing .preise .preise-block .preise-block-table-addOnsFurParteiien-block-item > div p, #branded-landing .preise .preise-block .preise-block-table-addOns-block-item > div p {
          width: 100%; }
    #branded-landing .preise .preise-block-table-addOns-block-mob-carousel .slick-list .slick-slide > div {
      width: 90%;
      border: 1px solid #999999;
      padding: 10px 0; }
    #branded-landing .preise .preise-block .price-download {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 80%;
      margin: 20px auto; }
    #branded-landing .preise .preise-block .price-download a {
      margin: 0 0 8px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 900px) {
    #branded-landing .preise .preise-block .preise-blob-top {
      top: -23%;
      left: -7%;
      width: 65%;
      height: auto; } }
  @media only screen and (max-width: 768px) {
    #branded-landing .preise .preise-block .preise-blob-top {
      top: -14%;
      left: -16%;
      width: 65%; }
    #branded-landing .preise .preise-block .preise-block-table-btns {
      width: 100%; }
    #branded-landing .preise .preise-block .preise-block-table-btns p {
      width: 50%;
      border-top-right-radius: 0px;
      border-top-left-radius: 10px; }
    #branded-landing .preise .preise-block .preise-block-table-btns p.preise-block-table-btn-politiker.preise-block-table-btn-active {
      border-top-right-radius: 10px;
      border-top-left-radius: 0px; }
    #branded-landing .preise .preise-block table th .plan {
      margin-bottom: 4px; }
    #branded-landing .preise .preise-block table th .price {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 0px; }
    #branded-landing .preise .preise-block table th .curr {
      font-family: LinotypeUniversRegular, sans-serif;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 8px; }
    #branded-landing .preise .preise-block table th {
      padding: 18px 2% 0; } }
  @media only screen and (max-width: 500px) {
    #branded-landing .preise .preise-block .preise-blob-top {
      top: -9%;
      left: -16%;
      width: 85%; } }
  #branded-landing .contact-form {
    padding: 120px 0; }
    #branded-landing .contact-form h2 {
      color: #009EE3;
      margin-top: 0;
      line-height: 56px;
      font-size: 48px; }
    #branded-landing .contact-form p.subtitle {
      font-family: LinotypeUniversBold, sans-serif;
      font-size: 24px;
      line-height: 30px; }
    #branded-landing .contact-form form {
      width: 70%;
      background-color: #009EE3;
      padding: 5% 10% 12%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #branded-landing .contact-form form .radio-btns-container input {
        width: auto; }
      #branded-landing .contact-form form .radio-btns-container label {
        margin-right: 10px; }
      #branded-landing .contact-form form label {
        font-family: LinotypeUniversBold, sans-serif;
        color: #fff;
        margin-top: 15px; }
      #branded-landing .contact-form form input,
      #branded-landing .contact-form form textarea {
        width: 100%;
        border: 0;
        padding: 10px;
        resize: none;
        outline: none; }
        #branded-landing .contact-form form input:focus,
        #branded-landing .contact-form form textarea:focus {
          outline: none; }
      #branded-landing .contact-form form input[type=submit] {
        padding: 10px 10px 6px 10px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
        background-image: -webkit-gradient(linear, left top, right top, from(#009EE3), color-stop(50%, #009EE3), color-stop(50%, #fff));
        background-image: linear-gradient(to right, #009EE3, #009EE3 50%, #fff 50%);
        background-size: 245% 100%;
        background-position: 100%; }
        #branded-landing .contact-form form input[type=submit]:hover {
          color: #fff !important;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
          background-position: 0%;
          background-color: #fff !important; }
      #branded-landing .contact-form form .content-btn {
        border: 0;
        float: right;
        margin-top: 20px; }
  @media only screen and (max-width: 1024px) {
    #branded-landing .contact-form h2 {
      line-height: 32px;
      font-size: 34px; }
    #branded-landing .contact-form form {
      width: 100%;
      background-color: #009EE3;
      padding: 5% 10% 16%; } }
  @media only screen and (max-width: 767px) {
    #branded-landing .contact-form form {
      padding: 5% 10% 23%; } }
  #branded-landing .testimonial {
    padding-top: 150px;
    width: 94%;
    margin: 0 auto; }
    #branded-landing .testimonial .simple-slick {
      max-width: 1000px;
      width: 100%;
      border: 1px solid #b2b9c0;
      margin: 0 auto; }
      #branded-landing .testimonial .simple-slick .simple-slick-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        height: 360px; }
      #branded-landing .testimonial .simple-slick .simple-slick-text {
        width: 64%;
        margin-top: 20px; }
      #branded-landing .testimonial .simple-slick .simple-slick-pic {
        width: 36%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 103%; }
        #branded-landing .testimonial .simple-slick .simple-slick-pic.simple-slick-pic-mob {
          display: none; }
      #branded-landing .testimonial .simple-slick .quote-position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      #branded-landing .testimonial .simple-slick .testi-content {
        font-family: LinotypeUniversBold, sans-serif;
        position: relative;
        width: 95%;
        -ms-transform: rotate(-3.5deg);
        -webkit-transform: rotate(-3.5deg);
        transform: rotate(-3.5deg);
        -ms-transform-origin: 0%;
        -webkit-transform-origin: 0%;
        transform-origin: 0%; }
        #branded-landing .testimonial .simple-slick .testi-content h3 {
          font-size: 32px;
          line-height: 48px;
          color: #131413;
          margin: 34px 0px 0 -25px;
          display: inline-block;
          width: 100%; }
          @media only screen and (max-width: 640px) {
            #branded-landing .testimonial .simple-slick .testi-content h3 {
              font-size: 19px;
              line-height: 21px; } }
          #branded-landing .testimonial .simple-slick .testi-content h3 .inner {
            padding: 8px 16px 8px 40px;
            background-color: #80CFF4;
            line-height: 48px;
            -webkit-box-decoration-break: clone;
            color: #131413; }
            @media only screen and (max-width: 640px) {
              #branded-landing .testimonial .simple-slick .testi-content h3 .inner {
                line-height: 21px; } }
      #branded-landing .testimonial .simple-slick .cite {
        -ms-transform: rotate(-3.5deg);
        -webkit-transform: rotate(-3.5deg);
        transform: rotate(-3.5deg);
        -ms-transform-origin: 0%;
        -webkit-transform-origin: 0%;
        transform-origin: 0%;
        margin: 1px 0 0 -20px; }
        #branded-landing .testimonial .simple-slick .cite h4 {
          color: #FFFFFF;
          background-color: #009EE3;
          font-size: 22px;
          line-height: 28px;
          margin: 0;
          display: inline;
          width: 100%; }
          @media only screen and (max-width: 640px) {
            #branded-landing .testimonial .simple-slick .cite h4 {
              font-size: 11px;
              line-height: 19px; } }
          #branded-landing .testimonial .simple-slick .cite h4 span {
            padding: 8px 12px 6px 40px;
            background-color: #009FDA;
            line-height: 28px;
            -webkit-box-decoration-break: clone;
            color: #fff; }
            @media only screen and (max-width: 640px) {
              #branded-landing .testimonial .simple-slick .cite h4 span {
                line-height: 19px; } }
      #branded-landing .testimonial .simple-slick .slick-dots {
        bottom: -50px; }
      #branded-landing .testimonial .simple-slick .slick-dots li {
        margin: 0; }
      #branded-landing .testimonial .simple-slick .slick-dots li button:before {
        font-size: 13px; }
      #branded-landing .testimonial .simple-slick .slick-prev, #branded-landing .testimonial .simple-slick .slick-next {
        top: 50%;
        z-index: 16;
        opacity: 0.8; }
        #branded-landing .testimonial .simple-slick .slick-prev:hover, #branded-landing .testimonial .simple-slick .slick-next:hover {
          opacity: 1; }
      #branded-landing .testimonial .simple-slick .slick-prev, #branded-landing .testimonial .simple-slick .slick-next {
        border-radius: 50%;
        background-color: transparent;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: 50px 50px;
        background-position: center; }
      #branded-landing .testimonial .simple-slick .slick-next {
        background-image: url(../assets/images/arrow_r.svg);
        right: -95px; }
      #branded-landing .testimonial .simple-slick .slick-prev {
        background-image: url(../assets/images/arrow_l.svg);
        left: -95px; }
      #branded-landing .testimonial .simple-slick .slick-prev:before,
      #branded-landing .testimonial .simple-slick .slick-next:before {
        content: ''; }
  @media only screen and (max-width: 1330px) {
    #branded-landing .testimonial .simple-slick .slick-prev {
      left: -60px; }
    #branded-landing .testimonial .simple-slick .slick-next {
      right: -60px; } }
  @media only screen and (max-width: 1024px) {
    #branded-landing .testimonial .simple-slick .simple-slick-item {
      display: block;
      height: unset; }
    #branded-landing .testimonial .simple-slick .simple-slick-text {
      width: 98%;
      margin-top: 5px; }
    #branded-landing .testimonial .simple-slick .simple-slick-pic {
      width: 100%;
      height: auto; }
      #branded-landing .testimonial .simple-slick .simple-slick-pic img {
        width: 100%;
        height: auto; }
    #branded-landing .testimonial .simple-slick .simple-slick-pic.simple-slick-pic-desk {
      display: none; }
    #branded-landing .testimonial .simple-slick .simple-slick-pic.simple-slick-pic-mob {
      display: block; } }

/** FDP landing SCSS here **/
body {
  /*background-color: black;*/
  font-family: "Source Sans Pro", sans-serif; }

.login-link {
  color: #3a3742; }

.system-body {
  background-color: #f9f9f9; }

.info-tile {
  background-color: white;
  border: 1px solid #e0e0e0; }

.login-button {
  margin: 20px 20px 20px 0px;
  text-transform: uppercase;
  color: #3a3742;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 30px;
  border: 1px solid #3a3742; }
  .login-button:hover {
    margin: 20px 20px 20px 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px 30px;
    background-color: #3a3742;
    border: 1px solid #3a3742;
    text-decoration: none; }

.form-actions {
  border-top: 1px #ddd dashed;
  padding: 15px 30px;
  margin: 25px -30px 0 -30px; }

.form-group {
  margin-bottom: 25px; }

.form-group .inline-label {
  margin-right: 0.7em;
  display: inline-block; }

.form-group label.block {
  display: block; }

.form-control {
  border: 1px solid #dedede;
  color: #525252;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.form-control.sender-email {
  margin: 0 1.3em 0 0.5em;
  display: inline-block;
  width: 20em; }

.form-control[type='checkbox'] {
  width: auto; }

.form-control:focus {
  -webkit-box-shadow: 0 0 2px rgba(82, 82, 82, 0.2);
          box-shadow: 0 0 2px rgba(82, 82, 82, 0.2);
  border: 1px solid #dedede; }

.checkbox {
  padding-left: 28px;
  margin: 5px 0; }

.checkbox .icheck-button {
  margin-left: -28px; }

.checkbox-inline input {
  width: auto;
  height: auto; }

.radio {
  padding-left: 28px;
  margin: 5px 0; }

.errorMessage {
  color: #E1422A; }

/* topheader
*******************************************************************************/
.topheader-wrapper .topheader {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px #888;
          box-shadow: 0px 0px 3px #888;
  padding: 0 5px; }
  .topheader-wrapper .topheader div.logo_wrapper {
    margin: -5px;
    height: 100px; }
    .topheader-wrapper .topheader div.logo_wrapper div {
      height: 100%; }
      .topheader-wrapper .topheader div.logo_wrapper div.bg-berta {
        background: #3a3742 !important; }
        .topheader-wrapper .topheader div.logo_wrapper div.bg-berta .logo {
          margin-top: 15px; }
      .topheader-wrapper .topheader div.logo_wrapper div.bg-brand {
        background: #074ea1; }
        .topheader-wrapper .topheader div.logo_wrapper div.bg-brand .logo {
          width: 100%;
          height: 65%;
          margin-top: 20px;
          background-size: contain !important;
          background-repeat: no-repeat !important;
          background-position: center center !important; }
  .topheader-wrapper .topheader .logo {
    padding-top: 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Agipo', sans-serif; }
    .topheader-wrapper .topheader .logo:hover, .topheader-wrapper .topheader .logo:active, .topheader-wrapper .topheader .logo:focus {
      text-decoration: none;
      outline: none; }
    .topheader-wrapper .topheader .logo .berta {
      color: #fffdfe; }
    .topheader-wrapper .topheader .logo .digital {
      color: #aca9b0; }
  .topheader-wrapper .topheader .nav-pills > li {
    margin-left: 10px; }
    .topheader-wrapper .topheader .nav-pills > li > a {
      padding: 8px;
      color: #fff;
      border-radius: 0; }
    .topheader-wrapper .topheader .nav-pills > li > a:hover,
    .topheader-wrapper .topheader .nav-pills > li > a:focus,
    .topheader-wrapper .topheader .nav-pills > li.open > a {
      background-color: rgba(255, 255, 255, 0.2); }
    .topheader-wrapper .topheader .nav-pills > li:first-of-type {
      margin-left: 0; }
    .topheader-wrapper .topheader .nav-pills > li .dropdown-menu {
      min-width: 300px;
      border-radius: 0;
      margin: 0;
      padding: 5px 0; }
      .topheader-wrapper .topheader .nav-pills > li .dropdown-menu li.divider {
        margin: 0 !important; }
      .topheader-wrapper .topheader .nav-pills > li .dropdown-menu li a {
        padding: 10px 20px; }
    .topheader-wrapper .topheader .nav-pills > li .navbar-toggle {
      margin: 5px 0;
      padding: 5px 8px;
      background: none;
      float: none;
      border: 1px solid #fff !important; }
      .topheader-wrapper .topheader .nav-pills > li .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.4); }
      .topheader-wrapper .topheader .nav-pills > li .navbar-toggle .icon-bar {
        background: #fff;
        width: 18px; }
  .topheader-wrapper .topheader .nav-pills > .notifications .notification-count {
    position: relative;
    padding-right: 20px; }
    .topheader-wrapper .topheader .nav-pills > .notifications .notification-count .value {
      position: absolute;
      top: 4px;
      right: 8px;
      background: #f0ae4f;
      font-size: 10px;
      width: 12px;
      height: 12px;
      text-align: center;
      line-height: 11px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
  .topheader-wrapper .topheader .nav-pills > .notifications .header > a {
    font-weight: bold; }
  .topheader-wrapper .topheader .nav-pills > .notifications .dropdown-menu li > span {
    padding: 10px 20px;
    display: block; }
  .topheader-wrapper .topheader .nav-pills > .messages .message-count {
    position: relative;
    padding-right: 20px; }
    .topheader-wrapper .topheader .nav-pills > .messages .message-count .value {
      position: absolute;
      top: 4px;
      right: 8px;
      padding: 0 2px;
      background: #FF775A;
      font-size: 10px;
      min-width: 12px;
      height: 12px;
      text-align: center;
      line-height: 11px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
  .topheader-wrapper .topheader .nav-pills > .messages .header > a {
    font-weight: bold; }
  .topheader-wrapper .topheader .nav-pills > .messages .dropdown-menu li > span {
    padding: 10px 20px;
    display: block; }

/* Information
*******************************************************************************/
.abo-information-container {
  max-width: 500px;
  margin: auto;
  margin-top: 100px !important; }
  .abo-information-container h3, .abo-information-container h4 {
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: bold; }
  .abo-information-container h3 {
    font-size: 31px;
    line-height: 35px; }
  .abo-information-container h4 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 41px; }
  .abo-information-container .red {
    color: #FF775A; }
  .abo-information-container .gray {
    color: #b2b0b5; }
  .abo-information-container .black {
    color: #3a3742; }
  .abo-information-container .gear-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1.3; }
    .abo-information-container .gear-list.margin-bottom {
      margin-bottom: 20px; }
    .abo-information-container .gear-list li {
      background: url("../../../../uploads/assets/images/bertadigital/gear.png") no-repeat top 3px left;
      padding-left: 25px;
      padding-bottom: 10px;
      font-weight: 400; }
    .abo-information-container .gear-list p {
      margin-top: 10px; }
  .abo-information-container .bill-icon {
    margin-top: 25px;
    background: url("../../../../uploads/assets/images/bertadigital/bill.png") no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
    float: left; }
  .abo-information-container .price-container {
    width: 55%;
    float: right;
    margin-top: 50px; }
    .abo-information-container .price-container p.per-month {
      line-height: 1.2 !important;
      display: inline-block; }
    .abo-information-container .price-container h3 {
      margin-top: 5px;
      float: right; }
    .abo-information-container .price-container a:hover {
      color: #FF775A; }
