@charset "UTF-8";
/*--------------------------------------------------------------
Style
----------------------------------------------------------------

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
/* Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/* Typography
------------------------------------------------ */
/* Color Palette
------------------------------------------------ */
/* dimension
------------------------------------------------ */
/* Placeholders
------------------------------------------------ */
/* Vendors
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
 * @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.tick * {
  box-sizing: inherit;
}

.tick [data-view] {
  max-width: 100%;
}

.tick span[data-view] {
  display: inline-block;
}

.tick .tick-credits {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  text-decoration: none;
  font-size: 11px;
  color: inherit;
}

.tick [data-layout~=pad] {
  margin: -0.25em;
}

.tick [data-layout~=pad] > * {
  margin: 0.25em;
}

.tick [data-layout~=horizontal] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tick [data-layout~=horizontal][data-layout~=center] {
  -ms-flex-pack: center;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=right] {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tick [data-layout~=horizontal][data-layout~=left] {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tick [data-layout~=horizontal][data-layout~=fit] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  white-space: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=vertical] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.tick [data-layout~=vertical][data-layout~=top] {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tick [data-layout~=vertical][data-layout~=bottom] {
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=middle] {
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=left] {
  -ms-flex-align: start;
  align-items: flex-start;
}

.tick [data-layout~=vertical][data-layout~=right] {
  -ms-flex-align: end;
  align-items: flex-end;
}

.tick [data-layout~=vertical][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.tick [data-layout~=vertical] > * + * {
  margin-top: 0.5em;
}

.tick [data-layout~=overlay] {
  position: relative;
}

.tick [data-layout~=overlay] > * {
  margin: 0;
}

.tick [data-layout~=overlay][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=overlay][data-layout~=left] {
  text-align: left;
}

.tick [data-layout~=overlay][data-layout~=right] {
  text-align: right;
}

.tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick [data-layout~=overlay] > [data-overlay=center] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick-flip {
  position: relative;
  text-align: center;
}

.tick-flip * {
  border-radius: inherit;
  white-space: pre;
  letter-spacing: inherit;
  text-indent: inherit;
}

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tick-flip-spacer {
  display: block;
  visibility: hidden;
}

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}

.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}

.tick-flip-panel-back, .tick-flip-panel-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}

.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
}

.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}

.tick-flip-panel-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 0, transparent 30%);
}

.tick-flip-panel-back-shadow {
  z-index: 2;
}

.tick-flip-panel-back-highlight {
  z-index: 3;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tick-flip-panel-front-shadow {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.3));
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
  box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
  background-image: none;
}

.tick [data-style*="rounded:none"] {
  border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

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

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

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

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**************************\
    Basic Modal Styles
  \**************************/
.close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 60px;
  line-height: 25px;
  display: block;
  background-color: #41DAFC;
  border-radius: 0 0 0 4px;
  font-size: 13px;
  color: white;
  text-align: center;
}

.modal__overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  z-index: 7;
}

.modal-content {
  margin-top: 6em;
  margin-bottom: 2em;
  border: 1px solid #035790;
  background-color: #fff;
  /*padding: 30px;*/
  max-width: 900px;
  /*border-radius: 4px;*/
  /*overflow-y: auto;*/
  /*box-sizing: border-box;*/
}

#modal .modal-body {
  padding: 130px 15px 1.2em 15px;
  position: relative;
}
#modal .modal-body h2 {
  max-width: 500px;
  margin: 0 auto 1em auto;
}
#modal .modal-body .joe-avatar {
  width: 150px;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -75px;
}
@media screen and (min-width: 1000px) {
  #modal .modal-body {
    padding: 120px 50px 1.2em 50px;
    width: 800px;
  }
  #modal .modal-body p {
    max-width: 600px;
    margin: 0 auto;
  }
}

.modal-content {
  border: 2px solid #0098ED;
}

.close {
  background-color: #0098ED;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal-exit .modal-content {
  margin: 0;
  max-width: 650px;
}
@media screen and (min-width: 1000px) {
  .modal-exit .modal-content {
    max-width: 800px;
  }
}
.modal-exit .modal-body {
  padding: 1.5em;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .modal-exit .modal-body {
    padding: 1.5em 2em;
  }
}
.modal-exit .modal-body img {
  display: block;
  max-width: 100%;
  padding-bottom: 2em;
}
.modal-exit .modal-body .button {
  width: 100%;
  padding: 0.4em 1em;
  max-width: 22em;
  margin: 0.5em auto 1em auto;
  font-size: 1.2em;
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal-content {
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=modal] .modal__overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=modal] .modal-content {
  animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=modal] .modal__overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=modal] .modal-content {
  animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal-content,
.modal .modal__overlay {
  will-change: transform;
}

#ouibounce-modal {
  display: none;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

#ouibounce-modal .modal-wrapper {
  position: relative;
  z-index: 25;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  margin: 0 auto 2em auto;
  border: 1px solid #035790;
  background-color: #fff;
  /*padding: 30px;*/
  max-width: 900px;
  /*border-radius: 4px;*/
  /*overflow-y: auto;*/
  /*box-sizing: border-box;*/
}

#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

#ouibounce-modal .modal-body {
  padding: 20px 1em;
  font-size: 0.9em;
}
#ouibounce-modal .modal-body .button {
  font-size: 1.4em;
  margin: 0 auto 2em auto;
}
#ouibounce-modal .modal-body img {
  display: block;
  max-width: 90%;
  margin: 0 auto 4em auto;
}

#ouibounce-modal p {
  color: #344a5f;
}

#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}

#ouibounce-modal form input[type=text] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}

#ouibounce-modal form input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
  bottom: 20px;
  text-align: center;
  width: 100%;
}

#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
  font-size: 1.5em;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Thin.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-ExtraLight.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Light.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Book.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Medium.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Bold.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Black.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url("/asset/fonts/geomanist/Geomanist-Ultra.woff2") format("woff2"), url("/asset/fonts/geomanist/Geomanist-Ultra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Framework
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
/*
Fluid Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-size: calc(1em + 0.1vw);
}
@media screen and (min-width: 500px) {
  body {
    font-size: calc(1em + 0.2vw);
  }
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 20px;
  }
}

/*
Global
--------------------------------------------------------------*/
body {
  font-family: "Geologica", "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #252525;
}

h1, h2, h3 {
  margin: 0 auto 0.8em auto;
  font-family: "Geologica", "Outfit", sans-serif;
  line-height: 1.19;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

h2 {
  font-size: 1.6em;
  font-weight: 500;
}

h3 {
  font-size: 1.2em;
  font-weight: 500;
}

p {
  margin: 0 0 1.2em 0;
}

strong {
  font-weight: 500;
}

.white-font strong {
  font-weight: 700;
}

small {
  font-size: 0.85em;
}
small strong {
  font-weight: 400 !important;
}

.suptitle {
  font-weight: 400;
  margin-bottom: 0.3em;
}

blockquote {
  display: flex;
  align-items: flex-start;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  max-width: 600px;
  margin: 1em auto;
}
blockquote p {
  margin: 0 0.5em;
}
blockquote img {
  width: 1.1em;
}

/*
List
--------------------------------------------------------------*/
.list-icon {
  list-style: none;
  padding-left: 3em;
}
.list-icon li {
  position: relative;
  margin-bottom: 0.5em;
}
.list-icon i {
  position: absolute;
  font-size: 1.3em;
  top: 0em;
  left: -1.5em;
}

/*
Gradients & colors
--------------------------------------------------------------*/
.gradient-1, .gradient-2, .gradient-3, .gradient-4 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-1 {
  background-image: linear-gradient(90deg, #0061C8 25.38%, #41DAFC 142.33%);
}

.gradient-2 {
  background-image: linear-gradient(180deg, #ecf9ff 0%, #52add6 100%);
}

.gradient-3 {
  background-image: linear-gradient(180deg, #FD594D 0%, #b72318 100%);
}

.gradient-4 {
  background-image: linear-gradient(180deg, #cbf3f7 0%, #7fc3e2 100%);
}

.color-1 {
  color: #0098ED;
}

.color-2 {
  color: #41DAFC;
}

.color-3 {
  color: #21b9f5;
}

.color-4 {
  color: #FCEC9D;
}

/*
Context Styling
--------------------------------------------------------------*/
.underline {
  text-decoration: underline;
  text-decoration-color: #21b9f5;
}

.white-font {
  color: white;
}

.thin-font {
  font-weight: 200;
}

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

.center {
  text-align: center;
}

.cursive {
  font-family: "Caveat", cursive;
}

.serif {
  font-family: "EB Garamond", serif;
  font-size: 1.1em;
}

.poster {
  position: relative;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1em;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(255, 255, 255, 0);
}
@media screen and (min-width: 1100px) {
  .poster {
    font-size: 3.5em;
  }
}

.medium {
  font-size: 1.2em;
}
@media screen and (min-width: 1100px) {
  .medium {
    font-size: 1.3em;
  }
}

.large {
  font-size: 1.3em;
}
@media screen and (min-width: 1100px) {
  .large {
    font-size: 1.5em;
  }
}

.stroke {
  text-decoration: line-through;
}

/*
Specials
--------------------------------------------------------------*/
mark {
  display: inline-block;
  position: relative;
  background-color: transparent;
}
mark:after {
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.5em;
  content: "";
  background-color: #FCEC9D;
  border-radius: 3px;
}
mark.dark-bg {
  color: white;
}
mark.dark-bg:after {
  background-color: #FCEC9D;
}

/*--------------------------------------------------------------
Containers
--------------------------------------------------------------*/
/*
Globals
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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

@media all and (min-width: 1500px) {
  .ste {
    position: relative;
    max-width: 1500px;
    margin: 0 auto 140px auto;
    box-shadow: 0 0 20px 20px rgba(204, 204, 204, 0.2784313725);
  }
}
/*
Sections
--------------------------------------------------------------*/
.section {
  position: relative;
  padding: 2em 1em;
  overflow: hidden;
}

.section-content, .section-content-large, .section-content-full {
  position: relative;
  z-index: 2;
}

.section-content {
  max-width: 800px;
  margin: 0 auto;
}

.section-content-large {
  max-width: 1100px;
  margin: 0 auto;
}

.section-content-full {
  max-width: 1600px;
  margin: 0 auto;
}

.section-content-flex {
  max-width: 700px;
  margin: 0 auto;
}
@media all and (min-width: 1100px) {
  .section-content-flex {
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media all and (min-width: 1100px) {
  .side-side {
    display: flex;
    align-items: flex-start;
  }
}
/*
Background
--------------------------------------------------------------*/
.gradient-bg-1, .personas .persona:after, .book-demo iframe {
  background-image: linear-gradient(90deg, #0061C8 25.38%, #41DAFC 142.33%);
}

.gradient-bg-2 {
  background-image: linear-gradient(180deg, #ecf9ff 0%, #52add6 100%);
}

.gradient-bg-3 {
  background-image: linear-gradient(180deg, #FD594D 0%, #b72318 100%);
}

.gradient-overlay {
  position: relative;
}
.gradient-overlay:before {
  content: "";
  background-image: linear-gradient(90deg, #0061C8 25.38%, #41DAFC 142.33%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.95;
}
.gradient-overlay div {
  position: relative;
  z-index: 2;
}

.image-bg {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.card {
  background-color: white;
  border-radius: 10px;
}

.box {
  position: relative;
  z-index: 0;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
}
@media all and (min-width: 1100px) {
  .box {
    padding: 2em 3em;
  }
}

.shadow {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.shadow-white {
  box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.3);
}

.white-bg {
  background-color: #FFF;
}

.grey-bg {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
}

.highlight-bg {
  background-color: #FCEC9D;
}

.border-solid {
  border: 1px solid #0098ED;
}

.border-dashed-1 {
  border: 1.5px dashed #0098ED;
}

.border-dashed-2 {
  border: 1.5px dashed #F76B1C;
}

.two-arrows {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.two-arrows img {
  width: 15%;
  max-width: 70px;
  margin: 0 0 0 10px;
}
.two-arrows img:first-child {
  margin: 0 10px 0 0;
  transform: scaleX(-1);
}

/*
Accordeon
--------------------------------------------------------------*/
.accordion {
  width: 100%;
  padding: 0.2em 1em 0 1em;
  border: 2px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-family: "Geomanist", sans-serif;
  font-weight: 500;
  line-height: 4em;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.02);
}

.actisadadasdve, .accordion:hover {
  border-color: #0098ED;
}

.accordion:after {
  font-family: "Material Icons Round";
  content: "add_circle_outline";
  color: #0098ED;
  font-size: 1.4em;
  float: right;
  margin-left: 1em;
}

.activdfsdfe:after {
  content: "remove_circle_outline";
}

.panel {
  box-sizing: border-box;
  margin-top: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  padding: 0 1em;
}

/*--------------------------------------------------------------
Clickables
--------------------------------------------------------------*/
/* Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

.no-thanks {
  color: grey;
  text-decoration: underline;
}

.button {
  display: inline-block;
  background-color: #0098ED;
  color: white;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 2px solid #0098ED;
}
.button.secondary {
  background-color: white;
  color: #0098ED;
}

.asdfasdfasdfbutton {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #0061C8 25.38%, #41DAFC 142.33%);
  box-shadow: inset 2px 3px 3px 0 rgba(255, 255, 255, 0.24), 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0.5em 0.5em 1.3em;
  max-width: 22em;
  margin: 0 0 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Geomanist", sans-serif;
  text-align: left;
  color: white;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  transition: transform 0.4s;
  outline: 0;
  border: 0;
}
.asdfasdfasdfbutton .button-text {
  position: relative;
  top: 0.12em;
}
.asdfasdfasdfbutton.button-purple {
  background-image: linear-gradient(106.4deg, #A23EDF 11.37%, #FF70F1 83.54%);
}
.asdfasdfasdfbutton .material-icons {
  font-size: 1.8em;
}
.asdfasdfasdfbutton small {
  font-weight: 400;
}
.asdfasdfasdfbutton:active {
  top: 3px;
}
.asdfasdfasdfbutton:hover {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
Animation
--------------------------------------------------------------*/
/* Bounce Invite
--------------------------------------------------------------*/
.scroll-invite {
  animation: bounce-invite 2.2s ease-out infinite;
}

@keyframes bounce-invite {
  0% {
    transform: translateY(0%);
  }
  12.5% {
    transform: translateY(20%);
  }
  25% {
    transform: translateY(0%);
  }
  37.5% {
    transform: translateY(20%);
  }
  50% {
    transform: translateY(0%);
  }
}
/* Jump
--------------------------------------------------------------*/
.jump {
  animation: jump 2s infinite;
}

@keyframes jump {
  20%, 53%, 80%, 0%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/* Pulse
--------------------------------------------------------------*/
.pulse, .modal-exit .modal-body .button {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0 rgba(0, 97, 200, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 97, 200, 0);
  }
  100% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0 rgba(0, 97, 200, 0);
  }
}
/* Boune
--------------------------------------------------------------*/
.bounce {
  animation: bounce 2s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition: 0.2s;
}

@keyframes bounce {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
Media 
--------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
img.shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.video {
  width: 100%;
  margin: 2em auto 2em auto;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 2px 2px 20px rgba(27, 183, 230, 0.6);
  position: relative;
}
.video .video-sound {
  position: absolute;
  z-index: 10;
  width: 170px;
  top: left;
}

.sound-on {
  position: absolute;
  top: -35px;
  left: 0;
  right: -0.05%;
  z-index: 2;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  color: white;
  text-align: center;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}
.sound-on span.text {
  padding-top: 0.2em;
  margin: 0.2em 1em;
}
.sound-on span.material-icons {
  font-size: 1.7em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input {
  font-size: 17px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.7em;
  padding-left: 1em;
  padding-top: 0px;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
@media all and (min-width: 1100px) {
  input {
    height: 70px;
    line-height: 70px;
  }
}

::-webkit-input-placeholder { /* Edge */
  color: #252525;
  font-size: 17px;
  font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #252525;
  font-size: 17px;
  font-weight: 300;
}

::placeholder {
  color: #252525;
  font-size: 17px;
  font-weight: 300;
}

@media all and (min-width: 1100px) {
  ::-webkit-input-placeholder {
    font-size: 20px;
  }
  :-ms-input-placeholder {
    font-size: 20px;
  }
  ::placeholder {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
/*
Clock
--------------------------------------------------------------*/
.tick {
  padding-bottom: 1em;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
  font-size: 0.375em;
  text-align: center;
}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}

.tick {
  max-width: 500px;
  margin: 0 auto;
}

.tick .tick-credits {
  display: none;
}

/*
Slider
--------------------------------------------------------------*/
.owl-carousel {
  max-width: 600px;
  margin: 0 auto 2em auto;
}
.owl-dots {
  display: inline-block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  width: 0.5em;
  height: 0.5em;
  background: #52add6;
  margin: 0 0.4em;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.active {
  background: #ddd;
}

/*--------------------------------------------------------------
Utilities
--------------------------------------------------------------*/
/*
visibility
--------------------------------------------------------------*/
.hide-desktop {
  display: block;
}
@media all and (min-width: 800px) {
  .hide-desktop {
    display: none;
  }
}

.hide-mobile {
  display: none;
}
@media all and (min-width: 800px) {
  .hide-mobile {
    display: block;
  }
}

/* Specifics
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variant Page

--------------------------------------------------------------*/
/* Fold
--------------------------------------------------------------*/
.meetings-iframe-container iframe .fullsize-container {
  height: 1670px;
  border: 1px solid red !important;
}

.variant-blob .fold {
  min-height: auto !important;
}
.variant-blob .fold-variant-mobile {
  display: block;
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}
.variant-blob .fold-variant-desktop {
  display: none;
}
.variant-blob .variant {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media all and (min-width: 1100px) {
  .variant-blob .variant {
    display: flex;
    justify-content: space-between;
  }
  .variant-blob .variant .fold-variant-mobile {
    display: none;
  }
  .variant-blob .variant .copy {
    width: 50%;
    padding: 6em 0 0 3em;
  }
  .variant-blob .variant .copy h1 {
    font-weight: 600;
    font-size: 3em;
    line-height: 1;
  }
  .variant-blob .variant .media {
    width: 47%;
  }
  .variant-blob .variant .fold-variant-desktop {
    display: block;
  }
}

.calendly {
  max-width: 100%;
  min-height: 110vh;
  border: 1px solid rgb(211, 211, 211);
}
.calendly .calendly-image {
  display: block;
}

/* Booking
--------------------------------------------------------------*/
.book-demo .joe-chat-mobile {
  display: block;
  width: 95%;
  max-width: 22em;
  margin: 0 auto 6em auto;
  position: relative;
  top: 2em;
  z-index: 9;
}
.book-demo .joe-chat-desktop {
  display: none;
}
@media all and (min-width: 600px) {
  .book-demo .joe-chat-mobile {
    display: none;
  }
  .book-demo .joe-chat-desktop {
    display: block;
    width: 95%;
    max-width: 33em;
    margin: 0 auto 2em auto;
    position: relative;
    top: 2em;
    z-index: 9;
  }
}
.book-demo .testimonials img {
  display: block;
  width: 95%;
  max-width: 18em;
  margin: 6em auto;
}
.book-demo .section-content-full {
  max-width: 100%;
}
@media all and (min-width: 1000px) {
  .book-demo .section-content-full {
    display: flex;
  }
  .book-demo .section-content-full .calendly {
    width: 60%;
  }
  .book-demo .section-content-full .testimonials {
    width: 40%;
  }
}

.book-demo .calendly-inline-widget {
  margin: 1em 0 2em 0;
  border: none;
  min-height: 950px;
  box-shadow: none;
}
@media all and (min-width: 697px) {
  .book-demo .calendly-inline-widget {
    margin-top: 0em;
    height: 1050px;
    background: white;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

/* Thank You
--------------------------------------------------------------*/
.thank-you .step-table {
  display: block;
  max-width: 30em;
  margin: 3em auto;
  padding-bottom: 2em;
}
.thank-you .video {
  max-width: 38em;
  margin: 3em auto;
  box-shadow: none;
}
.thank-you .section-content-full {
  padding: 0 1em;
}
@media all and (min-width: 1200px) {
  .thank-you .section-content-full {
    display: flex;
    max-width: 1600px;
    align-items: center;
    padding: 5em 2em 0 2em;
  }
  .thank-you .section-content-full .step-table {
    padding: 0;
    margin: 0;
    width: 38%;
  }
  .thank-you .section-content-full .video {
    position: relative;
    top: 18px;
    margin-left: 3em;
    width: 62%;
    max-width: 100%;
  }
}

.funnel-6 .fold {
  padding-top: 0;
}
.funnel-6 .fold + .triangle .triangle-top {
  display: none;
}
@media all and (min-width: 470px) {
  .funnel-6 .copy h1 span {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 0.5em;
    background: url("/image/sketchy-underline.png") no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.funnel-6 .visual {
  max-width: 30em;
  margin: 2em auto 0 auto;
}
.funnel-6 .visual .button {
  margin: 2em auto 3em auto;
}
.funnel-6 .round-analytic {
  display: flex;
}
.funnel-6 .round-analytic img {
  display: block;
  width: 50%;
}
.funnel-6 .peter-quote {
  margin: 2em 0;
}
.funnel-6 .phones-desktop {
  display: none;
}
.funnel-6 .phones-wide {
  display: none;
}
@media all and (min-width: 1100px) {
  .funnel-6 .visual {
    max-width: none;
    margin: 0;
    padding-bottom: 10em;
  }
  .funnel-6 .visual .button {
    display: none;
  }
  .funnel-6 .benefits-table {
    position: absolute;
    top: 3em;
    width: 36%;
    right: 1.2em;
  }
  .funnel-6 .peter-quote {
    margin: 0 0 2em 0;
    width: 45%;
    max-width: 25em;
  }
  .funnel-6 .round-analytic {
    display: none;
  }
  .funnel-6 .phones-mobile {
    display: none;
  }
  .funnel-6 .phones-desktop {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (min-width: 1250px) {
  .funnel-6 .phones-desktop {
    display: none;
  }
  .funnel-6 .phones-wide {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.funnel-7 .fold {
  padding-top: 0;
}
.funnel-7 .fold + .triangle .triangle-top {
  display: nne;
}
@media all and (min-width: 470px) {
  .funnel-7 .copy h1 span {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 0.5em;
    background: url("/image/sketchy-underline.png") no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.funnel-7 .video {
  width: 95%;
  max-width: 40em;
  margin: 2em auto;
}
.funnel-7 .benefits-table {
  display: block;
  width: 95%;
  max-width: 30em;
  margin: 0em auto;
  padding: 3em 0;
}
.funnel-7 .peter-quote {
  display: block;
  width: 95%;
  max-width: 30em;
  margin: 0 auto;
  padding-bottom: 3em;
}
.funnel-7 .round-analytic {
  display: flex;
  width: 95%;
  max-width: 30em;
  margin: 0em auto;
}
.funnel-7 .round-analytic img {
  display: block;
  width: 50%;
}
.funnel-7 .visual .button {
  margin: 2em auto 3em auto;
}
@media all and (min-width: 1100px) {
  .funnel-7 .video {
    position: absolute;
    top: 2em;
    right: 0;
    width: 44%;
  }
  .funnel-7 .visual {
    display: flex;
    align-items: center;
  }
  .funnel-7 .visual .button {
    display: none;
  }
  .funnel-7 .benefits-table {
    display: block;
    width: 40%;
    max-width: 30em;
    margin: 0;
  }
  .funnel-7 .peter-quote {
    width: 45%;
    padding: 0;
  }
  .funnel-7 .round-analytic {
    display: block;
    width: 12%;
  }
  .funnel-7 .round-analytic img {
    width: 100%;
  }
}

.funnel-10 .fold {
  padding-top: 0;
}
.funnel-10 .fold + .triangle .triangle-top {
  display: nne;
}
.funnel-10 .copy {
  text-align: center;
  width: 100%;
  font-size: 1em;
}
.funnel-10 .copy .suptitle {
  text-align: center;
}
.funnel-10 .copy h1 {
  text-align: center;
}
.funnel-10 .video {
  width: 95%;
  max-width: 40em;
  margin: 2em auto;
}
.funnel-10 .media {
  max-width: 40em;
  margin: 0 auto;
}
.funnel-10 .intro-image {
  margin: 0 auto 1em auto;
  max-width: 95%;
}
@media all and (min-width: 800px) {
  .funnel-10 .copy {
    font-size: 1.4em;
    max-width: 100%;
  }
}
@media all and (min-width: 1100px) {
  .funnel-10 .copy {
    font-size: 1.5em;
    padding: 1em 0 1em 1em;
    max-width: 35em;
    margin: 0 auto;
  }
  .funnel-10 .copy .button {
    font-size: 0.8em;
    margin: 0 auto;
  }
  .funnel-10 .media {
    max-width: none;
    margin: 0;
    padding: 2em 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .funnel-10 .media .calendar {
    width: 50%;
  }
  .funnel-10 .media .calendar .meetings-iframe-container {
    padding: 0;
  }
  .funnel-10 .media .video-plus {
    width: 48%;
  }
}
@media all and (min-width: 1300px) {
  .funnel-10 .copy {
    font-size: 1.85em;
  }
  .funnel-10 .copy .button {
    font-size: 0.7em;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
Home Page
--------------------------------------------------------------*/
.section-cta {
  font-size: 1.1em;
}

.button-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18em;
  margin: 2em auto 0 auto;
}
.button-avatar img {
  width: 5em;
}
.button-avatar span {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 0.5em 0 1em;
}

/* Top Navigation
--------------------------------------------------------------*/
.top {
  padding-top: 1em;
}

.navigation {
  display: flex;
  align-items: center;
}
.navigation .logo {
  width: 5em;
  margin-right: auto;
}
.navigation .button {
  font-size: 0.9em;
}
.navigation .menu-link {
  color: #0098ED;
  margin-right: 1em;
}
@media all and (min-width: 470px) {
  .navigation .menu-link {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 4px;
    border: 2px solid #0098ED;
    background-color: white;
    color: #0098ED;
  }
}
.navigation .button.secondary {
  margin-right: 1em;
}

/* Fold
--------------------------------------------------------------*/
.fold {
  padding-top: 0;
}
.fold .copy {
  text-align: center;
}
.fold .copy h1 {
  font-size: 1.8em;
  max-width: 17em;
  margin: 0 auto;
  font-weight: 600;
}
@media all and (min-width: 800px) {
  .fold .copy h1 {
    font-size: 2.8em;
  }
}
.fold .copy p {
  max-width: 33em;
  margin: 0.5em auto 1.5em auto;
}
.fold .copy .button {
  font-size: 1.2em;
  display: inline-block;
  max-width: 11em;
  margin: 0.3em auto;
}

.fold {
  padding-top: 0;
}
.fold .visual {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3em;
}
.fold .visual .fold-video {
  max-width: 48em;
  margin: 0 auto 2em auto;
}
.fold .visual .fold-benefit {
  max-width: 18em;
  margin: 0 auto 2em auto;
}
.fold .visual .fold-quote {
  max-width: 18em;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .fold .visual {
    flex-wrap: nowrap;
  }
  .fold .visual .fold-video {
    order: 2;
    margin: 0 2em;
    max-width: none;
    width: calc(100% - 34em);
  }
  .fold .visual .fold-benefit {
    order: 3;
    margin: 1.9em 0 0;
    max-width: none;
    width: 15em;
  }
  .fold .visual .fold-quote {
    order: 1;
    margin: 1.9em 0 0;
    max-width: none;
    width: 15em;
  }
}

/* Benefits
--------------------------------------------------------------*/
.benefit {
  margin: 3em 0 2em 0;
  padding-top: 6em;
  padding-bottom: 6em;
  background-image: url(./image/flame.jpg), radial-gradient(50% 30em at center top, #4a4a4a, #262626);
  background-position: left bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 90% auto, auto auto;
}
@media all and (min-width: 800px) {
  .benefit {
    background-size: 50% auto, auto auto;
  }
}

.benefit-items {
  margin: 3em 0.5em 3em 0.5em;
}
@media all and (min-width: 1000px) {
  .benefit-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.benefit-item {
  max-width: 27em;
  margin: 3em auto;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
@media all and (min-width: 1000px) {
  .benefit-item {
    max-width: 27em;
    margin: 1.5em 1.5em;
  }
}

.benefit-title {
  position: relative;
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid #e3e3e3;
  border-radius: 5px 5px 0 0;
  font-size: 1.3em;
  padding: 0.5em 2em 0.5em 2rem;
}

.benefit-emoji {
  position: absolute;
  top: -0.9em;
  right: -0.9em;
  width: 3em;
}

.benefit-content {
  padding: 2rem;
}

/* SaaS Publisher
--------------------------------------------------------------*/
.saas {
  padding-top: 3em;
}

.saas .copy h1 {
  text-align: center;
}
.saas .copy p.medium {
  text-align: center;
  max-width: 32em;
  margin: 0 auto;
}
@media all and (min-width: 1290px) {
  .saas .copy {
    margin-left: 2em;
  }
  .saas .copy h1 {
    text-align: left;
  }
  .saas .copy p.medium {
    text-align: left;
    max-width: 25em;
    margin: 0;
  }
}

.bullets {
  margin: 2em 0;
}
.bullets .bullet {
  display: flex;
  align-items: flex-start;
  max-width: 22em;
  margin: 0 auto 1em auto;
}
.bullets .bullet img {
  width: 1.2em;
  margin: 0.2em 0.8em 0 0.5em;
}
@media all and (min-width: 800px) {
  .bullets {
    display: flex;
  }
  .bullets .bullet {
    max-width: 22em;
    margin: 0 0.5em;
  }
}
@media all and (min-width: 1290px) {
  .bullets {
    display: block;
  }
  .bullets .bullet {
    max-width: 32em;
    margin: 0.7em 0;
  }
}

@media all and (min-width: 1290px) {
  .screenshot {
    position: absolute;
    top: -1em;
    left: 38em;
    width: 77%;
    max-width: 55em;
  }
}

.testimonial-medium {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 2em 2em;
  max-width: 30em;
  margin: 0 auto;
}
@media all and (min-width: 1290px) {
  .testimonial-medium {
    margin: 0 0 3em 2em;
  }
}
.testimonial-medium .author {
  display: flex;
  align-items: center;
}
.testimonial-medium .author p {
  margin: 0;
}
.testimonial-medium .author .avatar {
  width: 3em;
  margin-right: 1em;
}
.testimonial-medium .author .stars {
  display: inline-block;
  width: 5em;
  margin-left: 0.5em;
}

.saas.inverse {
  padding-top: 5em;
  padding-bottom: 4em;
}
@media all and (min-width: 1290px) {
  .saas.inverse .copy {
    margin-left: 37em;
    margin-right: 2em;
  }
  .saas.inverse .testimonial-medium {
    margin-left: 37em;
  }
}
@media all and (min-width: 1490px) {
  .saas.inverse .copy {
    margin-left: 40em;
  }
  .saas.inverse .testimonial-medium {
    margin-left: 40em;
  }
}

.phones {
  margin: 4em auto 3em auto;
  max-width: 38em;
}
@media all and (min-width: 1290px) {
  .phones {
    position: absolute;
    top: -3em;
    left: 2em;
    width: 33em;
    max-width: 55em;
  }
}

/* Testimonials
--------------------------------------------------------------*/
.curation-mobile {
  max-width: 400px;
  margin: 5em auto;
}
@media all and (min-width: 900px) {
  .curation-mobile {
    display: none;
  }
}

.curation-desktop {
  display: none;
}
@media all and (min-width: 900px) {
  .curation-desktop {
    margin: 5em auto;
    display: block;
    max-width: 1100px;
  }
}

/* Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 5em 0;
  text-align: center;
}
.testimonials .testimonial {
  display: inline-block;
  max-width: 35em;
}

/* Footer
--------------------------------------------------------------*/
.footer {
  margin: 3em 0 0 0;
  padding-top: 6em;
  padding-bottom: 0em;
  background: radial-gradient(50% 30em at center top, #4a4a4a, #262626);
  background-size: auto auto;
}
@media all and (min-width: 800px) {
  .footer {
    background-size: 50% auto, auto auto;
  }
}
.footer p {
  text-align: center;
  margin: 0 auto;
  max-width: 32em;
  color: #aeaeae;
}
.footer p a {
  color: #5dbcff;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #5dbcff;
}
.footer .team {
  max-width: 48em;
  margin: 5em auto 0 auto;
}

/* Step
--------------------------------------------------------------*/
.step .copy-step {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2em 2em 1em;
}
.step .copy-step h3, .step .copy-step h4, .step .copy-step p {
  padding-left: 3rem;
}
.step .copy-step img {
  position: absolute;
  top: 0.26em;
  left: 0;
  width: 2.5em;
}
.step .media-step {
  width: 85%;
  max-width: 400px;
  margin: 0 auto;
}
@media all and (min-width: 900px) {
  .step:first-child {
    border: 1px solid red;
  }
  .step .section-content-full {
    display: flex;
    align-items: center;
    max-width: 1000px;
  }
  .step .copy-step {
    width: 500px;
  }
  .step .copy-step img {
    top: 1.4em;
  }
  .step .media-step {
    margin-left: 5em;
    width: 400px;
  }
}

/* Call out
--------------------------------------------------------------*/
.call-out {
  max-width: 1200px;
  margin: 4em auto;
}
.call-out p {
  max-width: 700px;
}

/* Personas
--------------------------------------------------------------*/
.personas {
  margin: 0 0 2em 0;
}
.personas .persona {
  position: relative;
  vertical-align: top;
  padding: 2em 2em 1.5em 1.5em;
  margin: 1em auto 5em auto;
  max-width: 510px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.personas .persona:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  border-radius: 0 0 5px 5px;
}
.personas .persona h2 {
  font-weight: 500;
  font-size: 1.3em;
  padding-top: 0.5em;
}
.personas .persona p {
  padding-right: 2em;
}
.personas .persona .for-mobile {
  position: absolute;
  top: -3em;
  right: -1.9em;
  width: 9em;
}
.personas .persona .for-desktop {
  display: none;
}
@media all and (min-width: 670px) {
  .personas .persona p {
    padding-right: 3em;
  }
  .personas .persona .for-mobile {
    position: absolute;
    top: -3em;
    right: -4.5em;
    width: 11em;
  }
}
@media all and (min-width: 1000px) {
  .personas .persona {
    margin: 1.5em auto;
    max-width: 930px;
    padding: 2em 2em 1.5em 2.5em;
  }
  .personas .persona:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: auto;
    border-radius: 5px 0 0 5px;
  }
  .personas .persona p {
    text-align: left;
    max-width: 630px;
  }
  .personas .persona .for-mobile {
    display: none;
  }
  .personas .persona .for-desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
  }
}

/* Peter
--------------------------------------------------------------*/
.peter {
  padding: 5em 0;
  position: relative;
}
.peter .copy-peter {
  padding: 0 1em 1em 1em;
  max-width: 600px;
  margin: 0 auto;
}
.peter .avatar-peter {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}
@media all and (min-width: 1100px) {
  .peter {
    display: flex;
    justify-content: center;
  }
  .peter .copy-peter {
    width: 600px;
    margin: 0;
  }
  .peter .media-peter {
    margin-left: 2em;
    width: 500px;
  }
}

/* Space
--------------------------------------------------------------*/
.space {
  background-image: url("image/space-2-bg-mobile.jpg");
  background-position: right top;
  background-size: 100% auto;
  background-attachment: scroll;
  overflow: visible;
}
.space .holon {
  position: absolute;
  z-index: 3;
  width: 180px;
  top: -47px;
  left: 50%;
  margin-left: -90px;
}
.space .section-content {
  margin: 5.4em 5em 0 4%;
  max-width: 400px;
}
@media all and (min-width: 1000px) {
  .space {
    background-image: url("image/space-2-bg-desktop.jpg");
    background-position: center bottom;
    background-size: 1600px auto;
    background-attachment: fixed;
  }
  .space .section-content {
    margin: 8em 0 6em 30%;
    max-width: 600px;
  }
}
@media all and (min-width: 20000px) {
  .space {
    background-position: right top;
  }
  .space .section-content {
    margin-left: 27em;
    margin-bottom: 8em;
    max-width: 650px;
  }
}

/* Calendly
--------------------------------------------------------------*/
.calendly-inline-widget {
  margin: 3em 0 2em 0;
  border: 1px solid #dedede;
  min-width: 320px;
  height: 800px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 697px) {
  .calendly-inline-widget {
    margin-top: 0em;
    height: 950px;
    background: white;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

.meetings-iframe-container {
  padding: 0.6em;
}
@media all and (min-width: 500px) {
  .meetings-iframe-container {
    padding: 1.5em;
  }
}
.meetings-iframe-container iframe {
  background: none;
}

.modal .meetings-iframe-container {
  padding: 2em 0 0 0;
}

/*--------------------------------------------------------------
Funnel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Demo
--------------------------------------------------------------*/
.book-demo-chilipiper {
  border: 1opx solid red;
}
.book-demo-chilipiper .calendly {
  background-image: linear-gradient(90deg, #0061C8 25.38%, #41DAFC 142.33%);
}
.book-demo-chilipiper iframe {
  background-image: none !important;
}
.book-demo-chilipiper .hs-container {
  padding: 2em;
  border: 1px solid #ebebeb;
  max-width: 30em;
  margin: 2em auto;
  background-color: #fdfdfd;
  border-radius: 0.8em;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.1);
}
.book-demo-chilipiper .two-arrows {
  justify-content: space-between;
  max-width: 30em;
  margin: 0 auto;
}
.book-demo-chilipiper .two-arrows img {
  width: 10%;
  max-width: 70px;
  margin: 0 0 0 10px;
}
.book-demo-chilipiper .two-arrows img:first-child {
  margin: 0 10px 0 0;
  transform: scaleX(-1);
}

/*--------------------------------------------------------------
retarget
--------------------------------------------------------------*/
.retarget .intro {
  padding: 0.6em 0 0;
  background-image: linear-gradient(0deg, #0061C8 25.38%, #2893e5 142.33%);
  color: white;
}
.retarget .intro h1 {
  padding: 0 1em;
}
.retarget .lead-paragraph img {
  display: none;
}
@media all and (min-width: 1100px) {
  .retarget .lead-paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .retarget .lead-paragraph p {
    margin: 0 1em;
  }
  .retarget .lead-paragraph img {
    display: block;
    width: 70px;
    margin-top: 1.2em;
  }
}
.retarget .facebook-footer {
  background-color: #222;
}
.retarget .section-content-flex .video-copy p {
  padding-bottom: 0em;
  margin-bottom: 0.3em;
}
.retarget .section-content-flex .video-copy ol li {
  margin-bottom: 0.4em;
}
@media all and (min-width: 1100px) {
  .retarget .section-content-flex {
    align-items: flex-start;
    max-width: 1500px;
    margin-top: 3em;
  }
  .retarget .section-content-flex .video-copy {
    width: 50%;
    margin-right: 4em;
  }
  .retarget .section-content-flex .video-copy .video {
    margin-top: 1em;
  }
  .retarget .section-content-flex .calendar {
    width: 50%;
  }
  .retarget .section-content-flex .calendar a {
    color: #0098ED;
  }
}
.retarget .meetings-iframe-container {
  padding: 0;
}
.retarget .meetings-iframe-container iframe {
  height: 38em !important;
}
@media all and (min-width: 1100px) {
  .retarget .meetings-iframe-container iframe {
    height: 700px !important;
  }
}

/*--------------------------------------------------------------
Admin -> Hide for prod
--------------------------------------------------------------*/
/* Admin Navigation
--------------------------------------------------------------*/
.admin-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 25px;
  display: flex;
  display: none;
  justify-content: center;
}
.admin-nav a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  font-weight: 500;
  color: white;
  padding: 0 1.5em;
  text-align: center;
  border-left: 1px solid #666;
}
.admin-nav a:last-child {
  border-right: 1px solid #666;
}

.admin-nav-div {
  height: 25px;
  display: none;
}

.topbar {
  top: 25px;
  top: 0;
}
