@font-face {
  font-family: 'ttnormsblack';
  src: url("../fonts/TT_Norms_Black.eot");
  src: url("../fonts/TT_Norms_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TT_Norms_Black.woff2") format("woff2"), url("../fonts/TT_Norms_Black.woff") format("woff"), url("../fonts/TT_Norms_Black.ttf") format("truetype"), url("../fonts/TT_Norms_Black.svg#TT_Norms_Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB06;
}

@font-face {
  font-family: 'ttormsbold';
  src: url("../fonts/TT_Norms_Bold.eot");
  src: url("../fonts/TT_Norms_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TT_Norms_Bold.woff2") format("woff2"), url("../fonts/TT_Norms_Bold.woff") format("woff"), url("../fonts/TT_Norms_Bold.ttf") format("truetype"), url("../fonts/TT_Norms_Bold.svg#TT_Norms_Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB06;
}

@font-face {
  font-family: 'ttnorms';
  src: url("../fonts/TT_Norms_Regular.eot");
  src: url("../fonts/TT_Norms_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TT_Norms_Regular.woff2") format("woff2"), url("../fonts/TT_Norms_Regular.woff") format("woff"), url("../fonts/TT_Norms_Regular.ttf") format("truetype"), url("../fonts/TT_Norms_Regular.svg#TT_Norms_Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB06;
}

/* Special breaking points */
/* Colors */
[anim="ripple"] {
  --ripple-background: white;
  --ripple-opacity: 0.3;
  --ripple-duration: 600ms;
  --ripple-easing: linear;
  position: relative;
  overflow: hidden;
}

[anim="ripple"]:before {
  content: '';
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  -webkit-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
          transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform-origin: center;
          transform-origin: center;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

h1 {
  font-size: 50px;
  font-family: "ttnorms";
  font-weight: 400;
}

@media (max-width: 640px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 20px;
  font-family: "ttormsbold";
  font-weight: 700;
}

@media (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
}

p {
  line-height: 1.4;
}

p strong {
  font-family: "ttormsbold";
  font-weight: 700;
}

p.info_text {
  font-size: 21px;
  font-family: "ttormsbold";
  font-weight: 700;
  margin: 26px auto 10px;
}

@media (max-width: 640px) {
  p.info_text {
    font-size: 14px;
    padding: 0 20px;
  }
}

/*html {
    overflow: hidden;
}*/
.image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  font-size: 22px;
  font-family: "ttormsbold";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 31px;
  --ripple-background: black;
  --ripple-opacity: 0.1;
  --ripple-duration: 600ms;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.btn.red {
  background: #f04568;
}

body {
  padding: 0;
  margin: 0;
  font-family: "ttnorms";
  font-weight: 400;
  font-size: 17px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1330px) {
  .wrapper {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

#logo {
  background: url(../img/briefing_logo.svg) no-repeat center center;
  width: 230px;
  height: 53px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}

@media (max-width: 640px) {
  #logo {
    height: 30px;
    width: 128px;
    background-size: 100%;
  }
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

header {
  height: 107px;
  padding: 27px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 640px) {
  header {
    height: 50px;
    padding: 10px 0;
  }
}

header .wrapper {
  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;
}

header.scrolled {
  height: 90px;
}

@media (max-width: 640px) {
  header.scrolled {
    height: 50px;
  }
}

header.scrolled #logo {
  width: 169px;
  height: 40px;
  background-size: 100%;
}

@media (max-width: 640px) {
  header.scrolled #logo {
    height: 30px;
    width: 128px;
    background-size: 100%;
  }
}

header.scrolled #main_menu ul li a {
  font-size: 18px;
  padding: 0 17px;
}

header.scrolled #main_menu ul li a.feature_button::after {
  width: 200px;
  height: 205px;
  background-size: 100%;
  left: -10px;
  top: -100px;
}

#ascrail2000 {
  z-index: 3 !important;
}

@media (max-width: 1110px) {
  #main_menu {
    display: none;
  }
}

#main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_menu ul li a {
  font-size: 22px;
  font-family: "ttormsbold";
  font-weight: 700;
  text-transform: uppercase;
  color: #1f191a;
  padding: 0 11px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1460px) {
  #main_menu ul li a {
    font-size: 18px;
  }
}

#main_menu ul li a:hover {
  color: #f04568;
}

#main_menu ul li a.feature_button {
  position: relative;
  --ripple-background: #fff;
  --ripple-opacity: 0.1;
  --ripple-duration: 600ms;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main_menu ul li a.feature_button::before {
  z-index: 2;
}

#main_menu ul li a.feature_button::after {
  content: '';
  background: url(../img/tile.svg) no-repeat center center;
  width: 230px;
  height: 238px;
  position: absolute;
  left: -18px;
  top: -104px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}

@media (max-width: 1460px) {
  #main_menu ul li a.feature_button::after {
    width: 200px;
    height: 205px;
    background-size: 100%;
    left: -10px;
    top: -100px;
  }
}

#main_menu ul li a.feature_button span {
  position: relative;
  z-index: 1;
  color: #fff;
}

#hero {
  text-align: left;
  padding-top: 160px;
  padding-bottom: 60px;
  background: #F7F7F7;
}

@media (max-width: 640px) {
  #hero {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

#hero #hero_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 640px) {
  #hero #hero_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#hero h1 {
  font-size: 60px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #hero h1 {
    font-size: 30px;
  }
}

#hero .btn {
  margin-top: 20px;
}

@media (max-width: 640px) {
  #hero .btn {
    text-align: center;
  }
}

#hero .info_text {
  font-family: "ttnorms";
  font-weight: 400;
}

#hero h1, #hero p {
  max-width: 853px;
}

@media (max-width: 640px) {
  #hero h1, #hero p {
    text-align: center;
  }
}

#hero[data-scroll] h1 {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(-3rem) scale(0.97);
          transform: translateY(-3rem) scale(0.97);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#hero[data-scroll] .info_text {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(-3rem) scale(0.97);
          transform: translateY(-3rem) scale(0.97);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1 0.5s;
          transition-delay: 0.1 0.5s;
}

#hero[data-scroll] #hero_animation {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(-6rem) scale(0.97);
          transform: translateY(-6rem) scale(0.97);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#hero[data-scroll] .client_text {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(-55%) scale(0.97);
          transform: translateY(-55%) scale(0.97);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#hero[data-scroll] .agent_text {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(-55%) scale(0.97);
          transform: translateY(-55%) scale(0.97);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#hero[data-scroll="in"] h1,
#hero[data-scroll="in"] .info_text,
#hero[data-scroll="in"] #hero_animation {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

#hero[data-scroll="in"] .client_text,
#hero[data-scroll="in"] .agent_text {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

#hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #hero .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#hero #hero_animation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 640px) {
  #hero #hero_animation {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}

#hero #hero_animation .switch_text {
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  #hero #hero_animation .switch_text {
    margin-bottom: 20px;
  }
}

#hero #hero_animation .switch_text strong {
  display: block;
  font-size: 24px;
  font-family: "ttormsbold";
  font-weight: 700;
  margin-bottom: 16px;
}

#hero #hero_animation .switch_text .text_one {
  display: block;
}

#hero #hero_animation .switch_text .text_two {
  display: none;
}

#hero #hero_animation #circles {
  font-size: 22px;
  font-family: "ttnorms";
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 70px auto 0;
  height: 0;
  padding-top: 400px;
}

@media (max-width: 640px) {
  #hero #hero_animation #circles {
    padding-top: 235px;
    font-size: 18px;
  }
}

#hero #hero_animation #circles .client_text,
#hero #hero_animation #circles .agent_text,
#hero #hero_animation #circles .common_text {
  position: absolute;
  top: -20px;
  z-index: 2;
  text-align: center;
}

@media (max-width: 640px) {
  #hero #hero_animation #circles .client_text,
  #hero #hero_animation #circles .agent_text,
  #hero #hero_animation #circles .common_text {
    font-size: 14px;
  }
}

#hero #hero_animation #circles .client_text {
  left: 75px;
}

@media (max-width: 640px) {
  #hero #hero_animation #circles .client_text {
    left: 20px;
  }
}

#hero #hero_animation #circles .agent_text {
  right: 59px;
}

@media (max-width: 640px) {
  #hero #hero_animation #circles .agent_text {
    right: 20px;
  }
}

#hero #hero_animation #circles .common_text {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -34px;
  width: 500px;
}

@media (max-width: 640px) {
  #hero #hero_animation #circles .common_text {
    width: 90%;
    top: -14px;
  }
}

#hero #hero_animation #circles #circle_holder {
  position: absolute;
  width: 100%;
  max-width: 780px;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer;
}

#hero #hero_animation #circles .splitting .char {
  color: transparent;
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: calc(.1s + (.02s * var(--char-index) ));
          transition-delay: calc(.1s + (.02s * var(--char-index) ));
}

#hero #hero_animation #circles .shownow .char {
  opacity: 1;
  color: #000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#product {
  background: #f04568;
  color: #fff;
  text-align: center;
  margin: 95px 0 0;
  padding: 50px 0;
}

@media (max-width: 640px) {
  #product {
    margin: 20px 0;
    padding-top: 20px;
  }
}

#product .slider {
  width: calc(100% - 100px);
  margin: 50px 50px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#product .slider .swiper-slide {
  text-align: left;
}

#product .slider .swiper-slide .image {
  background: url(../img/slider_img_bg.svg) no-repeat top right;
  background-size: 100%;
  padding: 58px 30px 30px 0;
}

#product .slider .swiper-slide .image img {
  display: block;
  width: 90%;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

#product .slider .swiper-slide .counter {
  font-size: 154px;
  position: absolute;
  opacity: 0.1;
  font-family: "ttnormsblack";
  font-weight: 700;
  left: 0;
  top: 22vw;
}

#product .slider .swiper-slide .text {
  padding: 30px 0 0 4.2vw;
}

#product .slider .swiper-slide .text h2 {
  margin-bottom: 21px;
}

#better_results h1 {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 40px;
}

.container {
  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;
}

@media (max-width: 800px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 800px) {
  .container .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.container .image img {
  width: 100%;
  display: block;
}

.container .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4.2vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 800px) {
  .container .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 0;
    width: 100%;
  }
}

.container .text p {
  margin: 15px 0;
}

.container .text ul {
  margin-left: 20px;
}

.container .text ul li {
  list-style: disc outside;
  margin-bottom: 7px;
}

.container .text ol {
  margin-left: 20px;
}

.container .text ol li {
  list-style: decimal outside;
  margin-bottom: 7px;
}

#newsletter {
  background: #f7f7f7;
  margin: 0 0 40px;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 640px) {
  #newsletter {
    margin: 20px 0;
  }
}

#newsletter .col,
#newsletter .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  margin: 0 auto 15px;
  max-width: 500px;
  text-align: left;
  position: relative;
}

#newsletter label, #newsletter input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  cursor: default;
}

#newsletter input {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: text;
}

#newsletter input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

#newsletter input:not(:focus) + label:not(.custom-control-label) {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(1px, 20px);
          transform: translate(1px, 20px);
  opacity: 0;
}

#newsletter .custom-control-label {
  margin: 5px 0 0 65px;
  font-size: 13px;
  display: block;
}

#newsletter .btn {
  border: none;
  font-size: 22px;
  font-family: "ttormsbold";
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 31px;
  --ripple-background: black;
  --ripple-opacity: 0.1;
  --ripple-duration: 600ms;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

#newsletter .btn.red {
  background: #f04568;
}

#newsletter label {
  letter-spacing: 0.05em;
}

#newsletter input:focus + label:not(.custom-control-label) {
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
  opacity: 1;
}

#newsletter ::-webkit-input-placeholder {
  opacity: 1;
}

#newsletter input:focus::-webkit-input-placeholder {
  opacity: 0;
}

#newsletter .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  font-size: 1em;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
}

#newsletter .switch:before, #newsletter .switch:after {
  content: '';
  font-size: 1em;
  position: absolute;
}

#newsletter .switch:before {
  border-radius: 1.25em;
  background: #bdbdbd;
  height: 19.5px;
  left: 0;
  top: 4px;
  -webkit-transition: background-color 0.25s ease-out 0.10s;
  transition: background-color 0.25s ease-out 0.10s;
  width: 44px;
}

#newsletter .switch:after {
  -webkit-box-shadow: 0 .0625em .375em 0 #666;
          box-shadow: 0 .0625em .375em 0 #666;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  height: 28px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all  0.25s ease-out 0.10s;
  transition: all  0.25s ease-out 0.10s;
  width: 28px;
}

#newsletter .switch:checked::after {
  -webkit-transform: translate(17px, 0);
          transform: translate(17px, 0);
  background: #0039FF;
}

#newsletter .switch:checked ~ .lbl-off {
  opacity: 0;
}

#newsletter .switch:checked ~ .lbl-on {
  opacity: 1;
}

#heart h1 {
  text-align: center;
  max-width: 600px;
  margin: 95px auto 70px;
}

#heart .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 4.2vw;
}

@media (max-width: 800px) {
  #heart .image {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

#heart .image svg {
  max-width: 100%;
}

#heart .image svg .st0,
#heart .image svg .st1 {
  cursor: pointer;
}

#heart .image svg .st2,
#heart .image svg .st3 {
  pointer-events: none;
}

#heart .image svg .heartside.active {
  -webkit-filter: url(#dropshadow);
          filter: url(#dropshadow);
}

#heart .sticky-spacer {
  position: absolute !important;
}

#heart .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 4.2vw;
}

@media (max-width: 800px) {
  #heart .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}

#heart .text .hearttext {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 0;
  overflow: hidden;
}

#heart .text .hearttext.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

#heart .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#subpage h1 {
  text-align: center;
  max-width: 600px;
  margin: 95px auto 70px;
}

#subpage .text {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  padding-left: 0;
}

#columns {
  padding: 50px 0;
  /*transition:all 1s ease;
    transition-delay: 0.6s;*/
}

#columns h1 {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 40px;
}

#columns h2 {
  font-size: 40px;
  font-family: "ttnorms";
  font-weight: 400;
}

@media (max-width: 640px) {
  #columns h2 {
    font-size: 30px;
  }
}

#columns h3 {
  font-size: 20px;
  font-family: "ttormsbold";
  font-weight: 700;
}

@media (max-width: 640px) {
  #columns h3 {
    font-size: 18px;
  }
}

#columns [data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(6rem) scale(0.93);
          transform: translateY(6rem) scale(0.93);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#columns [data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

#columns .splitting .char {
  color: transparent;
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: calc(.2s + (.04s * var(--char-index) ));
          transition-delay: calc(.2s + (.04s * var(--char-index) ));
}

#columns [data-scroll="in"] .char {
  opacity: 1;
  color: #000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#columns .columns .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  /*.hidden_text {
                max-height: 0;
                overflow: hidden;
                transition:all 1s cubic-bezier(0.91, 0.01, 1, 0.35);
            }*/
}

#columns .columns .column h2 {
  text-align: center;
}

@media (max-width: 640px) {
  #columns .columns .column {
    margin-bottom: 20px;
  }
}

#columns .columns .column.yellow {
  background: #ffcc00;
}

#columns .columns .column.red {
  background: #f04568;
}

#columns .columns .column.red .hidden_text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#columns .columns .column.lightblue {
  background: #86cedc;
}

#columns .columns .column.lightblue .hidden_text {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

#columns.loaded {
  padding-bottom: 50px;
}

footer {
  background: #f1f1f1;
  padding: 40px 0;
  margin-top: 120px;
}

footer .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1330px) {
  footer .wrapper {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 640px) {
  footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

footer .footer_logo {
  background: url(../img/briefing_logo.svg) no-repeat center center;
  width: 169px;
  height: 40px;
  background-size: 100%;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  footer .footer_logo {
    height: 30px;
    width: 128px;
    background-size: 100%;
  }
}

footer .footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .col {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.8;
}

footer .col strong {
  font-family: "ttormsbold";
  font-weight: 700;
}

footer .col .footer_links a {
  color: #1f191a;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 640px) {
  footer .col .footer_links a {
    display: block;
    margin: 0;
    line-height: 1.8;
  }
}

#howto .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #howto .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#howto .wrapper .howtoitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

@media (max-width: 640px) {
  #howto .wrapper .howtoitem {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}

#howto .counter {
  font-size: 154px;
  font-family: "ttnormsblack";
  font-weight: 700;
  color: #f04568;
}

#howto h1 {
  margin: 95px auto 40px;
  max-width: 720px;
  text-align: center;
}

@media (max-width: 640px) {
  #howto h1 {
    margin-top: 30px;
  }
}

#howto .centered_text {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 40px;
}

#howto .text {
  padding: 0 0 0 4.2vw;
}

.blog-list h1 {
  margin: 160px auto 70px !important;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .blog-list h1 {
    margin: 95px auto 30px !important;
  }
}

.post-list {
  max-width: 900px;
  margin: 0 auto;
}

.post-list .post-summary {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .post-list .post-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.post-list .post-summary h2 {
  font-size: 34px;
  font-family: "ttnorms";
  font-weight: 400;
  margin: 0 0 30px;
}

.post-list .post-summary h2 a {
  color: #1f191a;
}

@media (max-width: 640px) {
  .post-list .post-summary h2 {
    font-size: 24px;
  }
}

.post-list .post-summary .post-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

@media (max-width: 640px) {
  .post-list .post-summary .post-image {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 15px;
  }
}

.post-list .post-summary .post-image a {
  display: block;
}

.post-list .post-summary .post-image a img {
  max-width: 100%;
  display: block;
}

.post-list .post-summary .post-text .link {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  font-family: "ttormsbold";
  font-weight: 700;
  color: #f04568;
  text-transform: uppercase;
}

.blog-post-meta {
  margin-top: 15px;
}

.blog-post-meta a {
  color: #f04568;
}

.post-meta {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.post-meta a {
  color: #757575;
}

.blog-entry .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.blog-entry#subpage h1 {
  text-align: left;
  max-width: inherit;
  margin: 176px auto 30px;
}

@media (max-width: 640px) {
  .blog-entry#subpage h1 {
    margin: 90px auto 30px;
  }
}

.blog-entry .content p, .blog-entry .content div {
  line-height: 1.4;
  margin: 15px 0;
}

.blog-entry .content a {
  color: #f04568;
  font-family: "ttormsbold";
}

.blog-entry .content ul {
  margin-left: 20px;
}

.blog-entry .content ul li {
  list-style: disc outside;
  margin-bottom: 7px;
}

.blog-entry .content h2 {
  font-size: 36px;
  font-family: "ttormsbold";
}

.blog-entry .content h3 {
  font-size: 30px;
  font-family: "ttormsbold";
}

.blog-entry .content h4 {
  font-size: 26px;
  font-family: "ttormsbold";
}

.blog-entry .content img {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 640px) {
  .blog-entry .content h2 {
    font-size: 26px;
    font-family: "ttormsbold";
  }
  .blog-entry .content h3 {
    font-size: 20px;
    font-family: "ttormsbold";
  }
  .blog-entry .content h4 {
    font-size: 16px;
    font-family: "ttormsbold";
  }
}

.blog-entry .content ol {
  margin-left: 20px;
}

.blog-entry .content ol li {
  list-style: decimal outside;
  margin-bottom: 7px;
}

.blog-entry .content strong {
  font-family: "ttormsbold";
  font-weight: 700;
}

.blog-entry .content .video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.blog-entry .content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sharethis-inline-share-buttons {
  margin-top: 30px;
}
/*# sourceMappingURL=briefing_style.css.map */