/*
 * Our basic colors
 */
@keyframes flicker {
  50% {
    opacity: 0.2; } }
/**
 * @see Add location variable handling.
 */
@keyframes pulse-loading {
  0% {
    background-color: #F7F7F7; }
  50% {
    background-color: #506068; }
  100% {
    background-color: #F7F7F7; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in-star {
  100% {
    background: url("/images/eduhome_elements/anim3/drawingstar_large_transparent.gif");
    background-size: 100% 100%; } }
@keyframes in-and-out-5 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes in-and-out-9-bg {
  0% {
    opacity: 0; }
  13% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes in-and-out-9 {
  0% {
    opacity: 0; }
  13% {
    opacity: 1; }
  25% {
    opacity: 1; }
  38% {
    opacity: 0; } }
@keyframes fade-in-9 {
  0% {
    opacity: 1; }
  13% {
    opacity: 1; }
  25% {
    opacity: 0; }
  88% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes in-and-out-20 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; } }
@keyframes in-and-out-20-dl-15 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; } }
@keyframes fade-in-20 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  35% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade-in-20-type {
  0% {
    background: url("/images/home_elements/anim2/type.gif");
    background-size: 100% 100%; } }
@keyframes in-and-out-20-bg {
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes in-and-out-a4-f2 {
  0% {
    opacity: 0; }
  7% {
    opacity: 0; }
  23% {
    opacity: 1; }
  34% {
    opacity: 1; }
  56% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes in-and-out-a4-f3 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  56% {
    opacity: 1; }
  63% {
    opacity: 1; }
  79% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade-in-a4-f4 {
  0% {
    opacity: 0; }
  63% {
    opacity: 0; }
  79% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes in-and-out-a5-f2 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  55% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes in-and-out-a5-f3 {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  65% {
    opacity: 1; }
  75% {
    opacity: 1; }
  85% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade-in-a5-f4 {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes background-blink-in {
  0% {
    background: #fff; }
  100% {
    background: transparent; } }
@keyframes nodding {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg); }
  75% {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@keyframes svg-profile-uploading-circle {
  from {
    stroke-dashoffset: 280;
    opacity: 1; }
  to {
    stroke-dashoffset: 0;
    opacity: 0; } }
@keyframes scrolldown {
  from {
    transform: translate(-50%, 0px); }
  to {
    transform: translate(-50%, 36px); } }
/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: none 0s ease 0s; }

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.two {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.three {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.four {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  animation-delay: 2.9s; }

.five {
  -webkit-animation-delay: 3.7s;
  -moz-animation-delay: 3.7s;
  animation-delay: 3.7s; }

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*==== FADE IN RIGHTUP ===*/
@-webkit-keyframes fadeInRightUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 100%, 0);
    transform: translate3d(50%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 100%, 0);
    transform: translate3d(50%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@font-face {
  font-family: 'Buncee-Font';
  src: url("/css/fonts/Buncee-Font.eot?8mvist");
  src: url("/css/fonts/Buncee-Font.eot?8mvist#iefix") format("embedded-opentype"), url("/css/fonts/Buncee-Font.ttf?8mvist") format("truetype"), url("/css/fonts/Buncee-Font.woff?8mvist") format("woff"), url("/css/fonts/Buncee-Font.svg?8mvist#Buncee-Font") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Buncee-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "\e97e"; }

.icon-blog:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e939"; }

.icon-folder:before {
  content: "\e994"; }

.icon-emails:before {
  content: "\e993"; }

.icon-sizeminusnew:before {
  content: "\e97d"; }

.icon-sizeplusnew:before {
  content: "\e989"; }

.icon-reset:before {
  content: "\e95f"; }

.icon-canvasresize:before {
  content: "\e917"; }

.icon-pan:before {
  content: "\e949"; }

.icon-redo:before {
  content: "\e95e"; }

.icon-settings:before {
  content: "\e97a"; }

.icon-undo:before {
  content: "\e98a"; }

.icon-photo:before {
  content: "\e992"; }

.icon-attribution:before {
  content: "\e990"; }

.icon-paste:before {
  content: "\e991"; }

.icon-background:before {
  content: "\e98f"; }

.icon-tabup:before {
  content: "\e98d"; }

.icon-draw:before {
  content: "\e98e"; }

.icon-erase:before {
  content: "\e98c"; }

.icon-comment:before {
  content: "\e988"; }

.icon-view:before {
  content: "\e98b"; }

.icon-tabdown:before {
  content: "\e962"; }

.icon-altext:before {
  content: "\e950"; }

.icon-cursorrotate:before {
  content: "\e987"; }

.icon-underline:before {
  content: "\e986"; }

.icon-businesscard:before {
  content: "\e984"; }

.icon-custom:before {
  content: "\e985"; }

.icon-landscape:before {
  content: "\e982"; }

.icon-portrait:before {
  content: "\e983"; }

.icon-justify:before {
  content: "\e981"; }

.icon-listnumber:before {
  content: "\e980"; }

.icon-360:before {
  content: "\e900"; }

.icon-accordionless:before {
  content: "\e901"; }

.icon-accordionmore:before {
  content: "\e902"; }

.icon-add:before {
  content: "\e903"; }

.icon-addnew:before {
  content: "\e904"; }

.icon-alignleft:before {
  content: "\e905"; }

.icon-aligncenter:before {
  content: "\e906"; }

.icon-alignright:before {
  content: "\e907"; }

.icon-allslides:before {
  content: "\e908"; }

.icon-animation:before {
  content: "\e909"; }

.icon-audiorecord:before {
  content: "\e90a"; }

.icon-audiorecordcircle:before {
  content: "\e90b"; }

.icon-back:before {
  content: "\e90c"; }

.icon-backgrounds:before {
  content: "\e90d"; }

.icon-bannersize:before {
  content: "\e90e"; }

.icon-bold:before {
  content: "\e910"; }

.icon-bringbot:before {
  content: "\e911"; }

.icon-bringtop:before {
  content: "\e912"; }

.icon-bunceelogo:before {
  content: "\e913"; }

.icon-bunceesize:before {
  content: "\e914"; }

.icon-calendar:before {
  content: "\e915"; }

.icon-cancel1:before {
  content: "\e916"; }

.icon-checkboxempty:before {
  content: "\e918"; }

.icon-checkboxfilled:before {
  content: "\e919"; }

.icon-clip:before {
  content: "\e91a"; }

.icon-copy:before {
  content: "\e91b"; }

.icon-delete1:before {
  content: "\e91c"; }

.icon-delete2:before {
  content: "\e91d"; }

.icon-dotshorizontal:before {
  content: "\e91e"; }

.icon-dotsvertical:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e920"; }

.icon-dragdrop:before {
  content: "\e921"; }

.icon-drawing:before {
  content: "\e922"; }

.icon-dropdown1:before {
  content: "\e923"; }

.icon-duplicate:before {
  content: "\e924"; }

.icon-edit:before {
  content: "\e925"; }

.icon-editing:before {
  content: "\e926"; }

.icon-email:before {
  content: "\e927"; }

.icon-emoji:before {
  content: "\e928"; }

.icon-expandlist:before {
  content: "\e929"; }

.icon-facebook:before {
  content: "\e92a"; }

.icon-fliphorizontal:before {
  content: "\e92b"; }

.icon-flipvert:before {
  content: "\e92c"; }

.icon-friends:before {
  content: "\e92d"; }

.icon-frq:before {
  content: "\e92e"; }

.icon-fullscreen:before {
  content: "\e92f"; }

.icon-global:before {
  content: "\e930"; }

.icon-googleclassroom:before {
  content: "\e931"; }

.icon-googleplus:before {
  content: "\e932"; }

.icon-group:before {
  content: "\e933"; }

.icon-hamburger:before {
  content: "\e934"; }

.icon-hide:before {
  content: "\e935"; }

.icon-imageattribute:before {
  content: "\e936"; }

.icon-importurl:before {
  content: "\e937"; }

.icon-info:before {
  content: "\e938"; }

.icon-instagramsize:before {
  content: "\e93a"; }

.icon-italic:before {
  content: "\e93b"; }

.icon-khan:before {
  content: "\e93c"; }

.icon-lettersize:before {
  content: "\e93d"; }

.icon-like1:before {
  content: "\e93e"; }

.icon-like2:before {
  content: "\e93f"; }

.icon-like2hover:before {
  content: "\e940"; }

.icon-linespacing:before {
  content: "\e941"; }

.icon-link:before {
  content: "\e942"; }

.icon-linkedin:before {
  content: "\e943"; }

.icon-list:before {
  content: "\e944"; }

.icon-lockblack:before {
  content: "\e945"; }

.icon-locked:before {
  content: "\e946"; }

.icon-mcq:before {
  content: "\e947"; }

.icon-message:before {
  content: "\e948"; }

.icon-move:before {
  content: "\e94a"; }

.icon-myaudio:before {
  content: "\e94b"; }

.icon-next1:before {
  content: "\e94c"; }

.icon-notification:before {
  content: "\e94d"; }

.icon-opacity:before {
  content: "\e94e"; }

.icon-paint:before {
  content: "\e94f"; }

.icon-pause1:before {
  content: "\e951"; }

.icon-pausepreview:before {
  content: "\e952"; }

.icon-permission:before {
  content: "\e953"; }

.icon-pinterest:before {
  content: "\e954"; }

.icon-play1:before {
  content: "\e955"; }

.icon-playpreview:before {
  content: "\e956"; }

.icon-previous1:before {
  content: "\e957"; }

.icon-private:before {
  content: "\e958"; }

.icon-qr:before {
  content: "\e959"; }

.icon-radiooff:before {
  content: "\e95a"; }

.icon-radioon:before {
  content: "\e95b"; }

.icon-reactions:before {
  content: "\e95c"; }

.icon-recordvideo:before {
  content: "\e95d"; }

.icon-search:before {
  content: "\e960"; }

.icon-send:before {
  content: "\e961"; }

.icon-shadowbottomleft:before {
  content: "\e963"; }

.icon-shadowbottomright:before {
  content: "\e964"; }

.icon-shadowtopleft:before {
  content: "\e965"; }

.icon-shadowtopright:before {
  content: "\e966"; }

.icon-shapes:before {
  content: "\e967"; }

.icon-share:before {
  content: "\e968"; }

.icon-sizeminus:before {
  content: "\e969"; }

.icon-sizeplus:before {
  content: "\e96a"; }

.icon-soundlow:before {
  content: "\e96b"; }

.icon-soundmax:before {
  content: "\e96c"; }

.icon-soundmin:before {
  content: "\e96d"; }

.icon-soundoff:before {
  content: "\e96e"; }

.icon-sticker:before {
  content: "\e96f"; }

.icon-stitch:before {
  content: "\e970"; }

.icon-tabsleft:before {
  content: "\e971"; }

.icon-tabsright:before {
  content: "\e972"; }

.icon-tags:before {
  content: "\e973"; }

.icon-text:before {
  content: "\e974"; }

.icon-tick:before {
  content: "\e975"; }

.icon-timer:before {
  content: "\e976"; }

.icon-toggleoff:before {
  content: "\e977"; }

.icon-toggleon:before {
  content: "\e978"; }

.icon-twitter:before {
  content: "\e979"; }

.icon-unlock:before {
  content: "\e97b"; }

.icon-upload:before {
  content: "\e97c"; }

.icon-youtube2:before {
  content: "\e97f"; }

img {
  vertical-align: middle;
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

video {
  color: black !important; }

label {
  display: none; }

.visible-sm {
  display: none; }

@media all and (max-width: 767px) {
  .visible-sm {
    display: inherit !important; } }
@media all and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }

  .visible-xs {
    display: none; }

  .visible-sm {
    display: inherit !important; } }
@media all and (min-width: 1023px) {
  .hidden-md {
    display: none !important; }

  .visible-xs {
    display: none; } }
@media all and (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: none; }

  .visible-xs {
    display: inherit; } }
a {
  color: #00bac0;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:visited, a:link, a:active {
    text-decoration: none; }
  a:focus {
    background-color: #eaeff2; }

h1 {
  font-family: Lato;
  font-weight: 900;
  font-size: 2.3rem;
  color: #263838;
  margin-top: 10px;
  margin-bottom: 10px; }
  h1 sub {
    font-size: 1rem;
    position: relative;
    bottom: 9px; }

h2 {
  font-family: Lato;
  font-weight: 900;
  font-size: 2.125rem;
  color: #263838;
  line-height: 2.41rem;
  margin-top: 10px;
  margin-bottom: 10px; }

h3 {
  font-family: Lato;
  font-weight: 900;
  font-size: 2.125rem;
  color: #00bac0;
  line-height: 2.41rem;
  margin-top: 10px;
  margin-bottom: 10px; }

h4 {
  font-family: Lato;
  font-weight: 700;
  font-size: 1.438rem;
  color: #263838;
  line-height: 2.31rem;
  margin-top: 10px;
  margin-bottom: 10px; }

h5 {
  font-family: Lato;
  font-weight: 900;
  font-size: 1.125rem;
  color: #263838;
  line-height: 1.93rem;
  margin-top: 10px;
  margin-bottom: 10px; }

h6 {
  font-family: Lato;
  font-weight: 900;
  font-size: 0.875rem;
  color: #263838;
  line-height: 1.65rem;
  margin-top: 10px;
  margin-bottom: 10px; }

p {
  font-family: Lato;
  font-weight: 400;
  font-size: 1.1rem;
  color: #263838;
  line-height: 2rem; }
  p .keyword {
    font-weight: 600;
    font-size: 1.10rem; }

.section {
  width: 100%;
  margin: 60px 0;
  position: relative; }
  .section > .section-inner {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 767px) {
      .section > .section-inner {
        width: 100%; } }
    .section > .section-inner > div {
      padding: 10px;
      flex-grow: 1;
      position: relative; }
  .section .background-asset {
    position: absolute;
    width: 100%;
    min-width: 1500px;
    height: auto;
    transform: translateX(-50%);
    left: 50%; }
    .section .background-asset.clouds {
      top: 0; }
    .section .background-asset.waves {
      bottom: 0px; }

button, .btn {
  font-family: Lato;
  font-weight: 900;
  font-size: 1.125rem;
  color: #263838;
  line-height: 1.93rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 40px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 200px;
  color: white !important;
  background: #ec2e5f;
  transition: 0.2s all ease-in;
  width: auto !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: 15px 0;
  display: inline-block;
  cursor: pointer; }
  button:hover, .btn:hover {
    background: #FE7296;
    color: #fff;
    box-shadow: 0 14px 18px rgba(0, 0, 0, 0.05); }
  button.blue, .btn.blue {
    background: #00bac0; }
    button.blue:hover, .btn.blue:hover {
      background: #43cdd5;
      color: #fff; }
  button:disabled, .btn:disabled {
    background-color: #bdbdbd; }

input {
  width: 350px;
  height: 41px;
  margin-right: 5px;
  padding: 5px;
  padding-left: 15px;
  border: none;
  border-radius: 3px;
  background-color: #eaeff2;
  font-size: 1rem; }
  input:disabled {
    background-color: #bdbdbd; }

html, body {
  font-size: 16px;
  margin: 0;
  width: 100vw;
  overflow-x: hidden; }

.no-transition {
  transition: none !important; }

nav {
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  background-color: white;
  z-index: 9999;
  border-bottom: 1px solid #eaeff2;
  font-family: Lato;
  font-weight: 400;
  font-size: 1.1rem;
  color: #263838;
  line-height: 2rem;
  font-size: 16px;
  line-height: 55px; }
  nav .nav-logo {
    width: 160px;
    height: auto; }
  nav .nav-dropdown {
    font-size: 1.5rem;
    line-height: 1rem;
    color: #263838; }
  nav a {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    color: #263838; }
    nav a:hover {
      color: #00bac0; }
  nav .dropdown {
    padding: 0 30px;
    background: linear-gradient(to right, #3E4265, #495199);
    width: 100%;
    display: none;
    flex-direction: row;
    flex-wrap: wrap; }
    nav .dropdown a {
      padding: 0 16px;
      color: white; }
      nav .dropdown a:hover {
        color: #00bac0; }
    nav .dropdown:hover {
      display: flex; }
    nav .dropdown.show-dropdown {
      display: flex; }

body.nav-up > nav {
  top: -70px; }

.above-fold {
  min-height: 100vh;
  margin: 0; }
  .above-fold > .section-inner {
    padding-top: 70px;
    width: 100% !important;
    min-height: 100vh;
    flex-wrap: wrap; }
    .above-fold > .section-inner h1 {
      font-size: 2.9rem; }
    .above-fold > .section-inner .partner-badges {
      max-width: 200px;
      width: 20%; }
    .above-fold > .section-inner .background-image {
      left: 0;
      width: 52%;
      max-height: 90%;
      position: absolute;
      top: 20%; }
    .above-fold > .section-inner .background-image-play {
      left: 24%;
      width: 26%;
      max-height: 90%;
      position: absolute;
      top: 42%;
      cursor: pointer;
      transform: translate(-50%, -50%); }
      .above-fold > .section-inner .background-image-play:hover {
        width: 30%; }
    .above-fold > .section-inner p {
      margin: 3vh 0;
      color: #263838;
      font-size: 1.1rem; }
    .above-fold > .section-inner > div {
      flex: 1 0 50%;
      padding: 0px 30px 0px 30px;
      position: relative; }
      .above-fold > .section-inner > div:first-child {
        padding: 0; }
    .above-fold > .section-inner .spacer {
      flex-grow: 2;
      width: 100vw;
      height: 10px; }
    .above-fold > .section-inner .partners {
      background-color: #eaeff2;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0px 20px; }
      .above-fold > .section-inner .partners .spacer {
        max-width: 0px;
        border-right: 2px solid white;
        min-height: 60px;
        padding: 0; }
      .above-fold > .section-inner .partners div {
        margin: 5px;
        padding: 10px;
        max-width: 160px; }
        .above-fold > .section-inner .partners div img {
          width: 5vw;
          max-width: 100%;
          height: auto;
          min-width: 110px; }
    .above-fold > .section-inner .btn {
      min-width: 200px;
      margin: 15px 0 0 0px; }
      .above-fold > .section-inner .btn.blue {
        margin-right: 20px;
        background-color: #00bac0; }
        .above-fold > .section-inner .btn.blue:hover {
          background-color: #43cdd5; }
      .above-fold > .section-inner .btn.pink {
        margin-right: 20px;
        background-color: #ec2e5f; }
        .above-fold > .section-inner .btn.pink:hover {
          background-color: #FE7296; }
  .above-fold .main-image {
    width: 100%; }
  .above-fold .main-image-play {
    width: 26%;
    position: absolute;
    top: 34%;
    left: 46%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: width .2s;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12)); }
    .above-fold .main-image-play:hover {
      width: 30%;
      -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
      filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); }
  .above-fold p {
    padding-right: 50px; }
  .above-fold .badges {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5vh 0; }
    .above-fold .badges img {
      height: 70px;
      width: auto;
      margin: 0 20px 0px 0px; }

.section-1 .bgvideo {
  width: 100%; }
.section-1 .scroll-fade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s; }
.section-1 .scroll-fade.visible {
  opacity: 1;
  transform: translate(0, 0); }
.section-1 video {
  width: 100%;
  max-width: 740px; }
.section-1 .seperator {
  width: 200px;
  height: 3px;
  background-color: #00bac0;
  margin: 15px 0 30px 0; }
.section-1 h2 {
  text-align: center; }
  .section-1 h2 br {
    display: none; }
.section-1 p {
  text-align: center;
  max-width: 900px; }
.section-1 .section-inner {
  flex-direction: column-reverse; }
  .section-1 .section-inner .seperator {
    margin-left: auto;
    margin-right: auto; }

.section-2 {
  background-color: #eaeff2; }
  .section-2 .scroll-fade {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 1s; }
  .section-2 .scroll-fade.visible {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  .section-2 h2 {
    margin-bottom: 0; }
  .section-2 h4 {
    margin-top: 0; }
  .section-2 .testimonial-video-wrapper {
    min-width: 350px;
    position: relative;
    top: 90px;
    left: 0; }
    .section-2 .testimonial-video-wrapper video {
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); }
  .section-2 .seperator {
    width: 200px;
    height: 3px;
    background-color: #00bac0;
    margin: 15px 0 30px 0; }
  .section-2 .background-asset.waves {
    bottom: -200px; }
  .section-2 .section-inner > div {
    padding-left: 50px; }
  .section-2 .section-inner p {
    max-width: 400px; }

.section-3 {
  background: #00bac0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 18%, #00bac0 50%, #017eba 75%, #ffffff 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 18%, #00bac0 50%, #017eba 75%, #ffffff 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 18%, #00bac0 50%, #017eba 75%, #ffffff 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#017eba',GradientType=0 );
  /* IE6-9 */
  text-align: center; }
  .section-3 .quotes {
    display: flex;
    margin-top: 60px; }
    .section-3 .quotes .quote {
      background: white;
      margin: 20px;
      padding: 35px;
      border-radius: 5px;
      flex: 1 0;
      text-align: left;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); }
      .section-3 .quotes .quote .quote-from {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column; }
        .section-3 .quotes .quote .quote-from h5, .section-3 .quotes .quote .quote-from h6 {
          margin-top: 4px; }
  .section-3 .floating-woman {
    position: absolute;
    left: -100px;
    height: 300px;
    top: -200px; }
  .section-3 .scroll-fade {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 1s; }
  .section-3 .scroll-fade.visible {
    -webkit-animation-name: fadeInRightUp;
    animation-name: fadeInRightUp; }
  .section-3 .robot {
    position: absolute;
    right: -70px;
    height: 200px;
    top: 40px; }

.section-4 .scroll-fade {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1s; }
.section-4 .scroll-fade.visible {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
.section-4 .section-inner {
  flex-direction: column;
  align-items: flex-start; }
  .section-4 .section-inner p {
    max-width: 500px; }
  .section-4 .section-inner a {
    color: #00bac0; }
  .section-4 .section-inner .features-wrapper {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 120px; }
    .section-4 .section-inner .features-wrapper .feature {
      border: 4px solid #fff;
      text-align: center;
      flex: 1 0 20%;
      margin: 10px 20px 10px 0;
      padding: 10px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
      border-radius: 3px;
      transition: 0.1s ease-in all;
      cursor: pointer; }
      .section-4 .section-inner .features-wrapper .feature:hover {
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.05); }
      .section-4 .section-inner .features-wrapper .feature.active {
        border: 4px solid #00bac0;
        font-weight: 900; }
      .section-4 .section-inner .features-wrapper .feature img {
        width: 60%;
        margin: auto; }
.section-4 .school {
  position: absolute;
  height: 200px;
  right: 128px;
  top: -42px; }
.section-4 .teacherchild {
  position: absolute;
  height: 400px;
  right: -80px;
  top: 250px; }
.section-4 .gears {
  height: 100px;
  position: absolute;
  left: -100px;
  top: -100px; }

.section-5 {
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 0px; }
  .section-5 .section-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0; }

.section-6 {
  z-index: 9;
  margin-top: 0;
  background: #00bac0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 18%, #00bac0 50%, #017eba 100%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 18%, #00bac0 50%, #017eba 100%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 18%, #00bac0 50%, #017eba 100%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .section-6 .section-inner {
    flex-direction: column;
    padding-bottom: 0; }
    .section-6 .section-inner .account-type {
      width: 100%;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
      background: white;
      border-radius: 5px;
      border-radius: 5px;
      margin: 10px 0;
      padding: 20px;
      padding-left: 40px;
      position: relative; }
      .section-6 .section-inner .account-type p {
        padding-right: 150px; }
      .section-6 .section-inner .account-type img {
        width: 140px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
  .section-6 .background-asset.clouds {
    bottom: 0;
    top: initial;
    min-width: 2000px; }

.section-7 .section-inner {
  flex-direction: column; }
  .section-7 .section-inner .speechbubble {
    text-align: center; }
    .section-7 .section-inner .speechbubble a:hover {
      color: #00bac0; }
  .section-7 .section-inner .tweets {
    margin-top: 20px;
    width: 100%;
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .section-7 .section-inner .tweets > * {
      flex-grow: 1;
      width: calc(33% - 20px) !important;
      margin: 10px; }
      .section-7 .section-inner .tweets > * > * {
        margin: 0 !important; }

.section-8 {
  background: #00d2c8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00d2c8 0%, #00bac0 50%, #017eba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00d2c8 0%, #00bac0 50%, #017eba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00d2c8 0%, #00bac0 50%, #017eba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2c8', endColorstr='#017eba',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .section-8 .section-inner {
    padding: 30px 40px !important; }
    .section-8 .section-inner > div {
      flex-basis: 0; }
      .section-8 .section-inner > div h1 {
        margin-left: auto;
        margin-right: auto; }
      .section-8 .section-inner > div p {
        color: #273838;
        font-weight: 900; }
    .section-8 .section-inner button {
      padding: 5px 125px; }
    .section-8 .section-inner .success-message {
      opacity: 0;
      transition: 0.2s ease-in all; }
      .section-8 .section-inner .success-message.show {
        opacity: 1; }
  .section-8 video {
    width: 100%; }

.section-9 {
  padding-top: 20px; }
  .section-9 .section-inner {
    flex-direction: column;
    text-align: center; }
    .section-9 .section-inner p {
      max-width: 500px; }
    .section-9 .section-inner .badges {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%; }
      .section-9 .section-inner .badges > div {
        flex-grow: 1;
        height: 150px;
        width: calc(25% - 50px);
        margin: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 100px; }

.dropdown {
  display: none; }

.arrow-prev, .arrow-next {
  display: none; }

.italic {
  font-style: italic; }

@media all and (max-width: 1023px) {
  p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }

  nav .nav-logo {
    margin-left: 15px; }
  nav .nav-group-discover {
    float: right; }
    nav .nav-group-discover [class^="icon-"], nav .nav-group-discover [class*=" icon-"] {
      vertical-align: text-bottom; }
  nav .nav-group-login {
    float: right; }
  nav .nav-group-login, nav .nav-group-discover {
    margin: 0 14px; }

  .section {
    text-align: center; }
    .section > .section-inner {
      width: 768px;
      margin: auto;
      flex-direction: column; }
      .section > .section-inner > div {
        width: 100%; }

  .above-fold {
    min-height: 100vh; }
    .above-fold > .section-inner {
      padding-top: 70px;
      position: relative; }
      .above-fold > .section-inner p {
        margin: 0 auto;
        padding: 0; }
      .above-fold > .section-inner > div {
        flex-grow: 0;
        flex-basis: auto;
        padding: 20px; }
        .above-fold > .section-inner > div > .main-image {
          height: 45vh;
          width: auto;
          max-width: 90vw;
          margin: auto; }
        .above-fold > .section-inner > div > .main-image-play {
          top: 46%;
          left: 50%; }
      .above-fold > .section-inner .partners {
        bottom: -30px;
        height: 80px; }
    .above-fold p {
      max-width: 650px;
      margin: 0; }
    .above-fold .badges {
      justify-content: center; }

  .section-1 h2 br {
    display: none; }
  .section-1 .section-inner {
    flex-direction: column-reverse; }
    .section-1 .section-inner .seperator {
      margin-left: auto;
      margin-right: auto; }

  .section-2 {
    padding-top: 50px; }
    .section-2 .section-inner {
      flex-direction: row; }
      .section-2 .section-inner > div {
        padding-left: 20px; }
      .section-2 .section-inner h2, .section-2 .section-inner h4 {
        white-space: nowrap; }
      .section-2 .section-inner p {
        text-align: left;
        padding: 0; }
      .section-2 .section-inner .seperator {
        margin: 15px auto; }
      .section-2 .section-inner .testimonial-video-wrapper {
        margin-left: auto;
        margin-right: auto;
        top: 0;
        left: 0; }

  .section-3 .section-inner .floating-woman {
    left: -140px; }
  .section-3 .section-inner p {
    text-align: left;
    padding: 20px 0; }

  .section-4 .section-inner {
    width: 100vw;
    align-items: center; }
    .section-4 .section-inner .features-wrapper-mobile {
      padding: 0; }
      .section-4 .section-inner .features-wrapper-mobile .feature:first-child {
        border-top: 1px solid #eaeff2; }
      .section-4 .section-inner .features-wrapper-mobile .feature .header {
        font-family: Lato;
        font-weight: 400;
        font-size: 1.1rem;
        color: #263838;
        line-height: 2rem;
        height: 60px;
        line-height: 60px;
        text-align: left;
        padding-left: 30px;
        border-bottom: 1px solid #eaeff2;
        cursor: pointer; }
        .section-4 .section-inner .features-wrapper-mobile .feature .header img {
          height: 50px;
          margin: 5px 30px auto auto;
          float: right; }
        .section-4 .section-inner .features-wrapper-mobile .feature .header .icon-accordionless {
          margin: 0 10px;
          display: inline-block;
          transform: rotate(0); }
      .section-4 .section-inner .features-wrapper-mobile .feature .description {
        height: 0;
        border-bottom: 1px solid #eaeff2;
        transition: 0.2s height ease-in;
        overflow-y: hidden; }
        .section-4 .section-inner .features-wrapper-mobile .feature .description p {
          padding: 20 60px; }
        .section-4 .section-inner .features-wrapper-mobile .feature .description a {
          color: #00bac0; }
      .section-4 .section-inner .features-wrapper-mobile .feature.active .header {
        color: #00bac0; }
        .section-4 .section-inner .features-wrapper-mobile .feature.active .header .icon-accordionless {
          transform: rotate(-270deg); }
      .section-4 .section-inner .features-wrapper-mobile .feature.active .description {
        height: auto;
        overflow-y: hidden; }

  .section-5 .section-inner {
    align-items: center; }

  .section-6 .section-inner {
    padding-bottom: 20px; }
    .section-6 .section-inner h4 {
      text-align: left; }
    .section-6 .section-inner p {
      padding: 0;
      text-align: left; }

  .section-7 .section-inner .tweets {
    max-height: 1100px; } }
@media all and (max-width: 767px) {
  .section {
    text-align: center; }
    .section > .section-inner {
      width: 100%;
      margin: auto;
      flex-direction: column; }
      .section > .section-inner > div {
        width: 100%; }

  nav .nav-group-hamburger {
    float: right;
    font-size: 3rem; }
  nav .sidebar {
    padding: 30px;
    position: fixed;
    top: 0;
    background: #eaeff2;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 0.2s all ease-in;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05); }
    nav .sidebar .icon-cancel1 {
      position: absolute;
      top: 15px;
      right: 15px;
      color: #00bac0;
      cursor: pointer;
      font-size: 2rem; }
    nav .sidebar img {
      width: 150px;
      margin: 10px 0; }
    nav .sidebar a {
      line-height: 55px; }
    nav .sidebar.open {
      right: 0; }

  .above-fold {
    height: auto;
    width: 100%; }
    .above-fold > .section-inner .btn.pink, .above-fold > .section-inner .btn.blue {
      margin-right: 0px; }
    .above-fold > .section-inner > div {
      max-height: initial; }
      .above-fold > .section-inner > div > .main-image {
        width: 100%;
        height: auto;
        margin: auto; }
      .above-fold > .section-inner > div > .main-image-play {
        width: 120px; }
    .above-fold p {
      max-width: 650px;
      padding-right: 20px; }
    .above-fold .badges {
      justify-content: center; }
      .above-fold .badges img {
        margin: 0 20px 0 20px; }

  .section-1 {
    margin: 30px 0; }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 50px; }

  .section-3 .section-inner .quotes {
    flex-direction: column; }
    .section-3 .section-inner .quotes .quote {
      padding-top: 0; }

  .section-6 .section-inner .account-type {
    width: 90%;
    margin: 10px auto; }
    .section-6 .section-inner .account-type p {
      padding: 0; }

  .section-7 .section-inner .tweets {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center; }
    .section-7 .section-inner .tweets > div {
      position: relative !important;
      left: 0;
      width: 80vw !important;
      margin: 0 10vw;
      flex-shrink: 0;
      transition: 0.3s left ease-in; }
      .section-7 .section-inner .tweets > div > * {
        margin: 0 auto !important; }
    .section-7 .section-inner .tweets > span {
      width: auto !important;
      margin: 0;
      color: #bdbdbd; }
      .section-7 .section-inner .tweets > span.arrow-prev {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%) rotate(-180deg);
        font-size: 2rem;
        cursor: pointer; }
      .section-7 .section-inner .tweets > span.arrow-next {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 2rem;
        cursor: pointer; }

  .section-8 .section-inner button, .section-8 .section-inner .btn {
    padding: 5px 0;
    display: block;
    width: 100% !important; }

  .section-9 .section-inner .badges > div {
    margin: 15px; }

  input {
    width: 100%; }

  button {
    width: 100%; } }
@media all and (min-width: 1023px) {
  .section > .section-inner {
    width: 960px;
    margin: auto; }

  nav .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px; }
  nav .nav-group-discover {
    float: left; }
    nav .nav-group-discover [class^="icon-"], nav .nav-group-discover [class*=" icon-"] {
      vertical-align: text-bottom; }
  nav .nav-group-login {
    float: right; }
  nav .nav-group-login, nav .nav-group-discover {
    margin: 0 30px; }

  .above-fold .section-inner > div:nth-child(2) {
    padding-left: 2%; }

  .section-8 .section-inner > div {
    flex-grow: initial; }
    .section-8 .section-inner > div:nth-child(3) {
      padding-left: 5%; }
  .section-8 .section-inner video {
    height: 230px;
    width: auto; }

  .section-5 .section-inner, .section-6 .section-inner {
    padding-bottom: 20px; } }
@media all and (min-width: 1690px) {
  html, body {
    font-size: 20px; }

  .section > .section-inner {
    width: 1500px;
    margin: auto; }
    .section > .section-inner > div {
      padding: 50px; }

  .above-fold {
    min-height: 800px; }
    .above-fold h1 {
      font-size: 3.8rem; }
      .above-fold h1 sub {
        bottom: 24px; }
    .above-fold > .section-inner > div {
      padding: 50px 50px 0 50px; }
    .above-fold > .section-inner .partners {
      padding: 0px 20px; }
      .above-fold > .section-inner .partners div {
        margin: 15px; }
        .above-fold > .section-inner .partners div img {
          width: 20vw;
          max-width: 100%;
          height: auto;
          min-width: 110px; }

  input {
    height: 54px; }

  .section-2 > .section-inner {
    max-width: 980px;
    padding-top: 74px; }
    .section-2 > .section-inner .testimonial-video-wrapper {
      min-width: 350px;
      position: relative;
      top: 0;
      left: 50px; }

  .section-3 .floating-woman {
    left: 200px; }

  .section-7 .section-inner .tweets {
    max-height: 1200px; }

  .section-4 .section-inner p {
    max-width: 700px; }

  .section-5 .section-inner, .section-6 .section-inner {
    padding-bottom: 50px; }
    .section-5 .section-inner .account-type, .section-6 .section-inner .account-type {
      padding-left: 40px;
      padding-right: 300px; }
      .section-5 .section-inner .account-type p, .section-6 .section-inner .account-type p {
        padding-right: 0; }
      .section-5 .section-inner .account-type img, .section-6 .section-inner .account-type img {
        width: 227px; }

  .section-8 .section-inner input {
    width: 375px; }
  .section-8 .section-inner video {
    height: 370px; } }
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hidden-ie {
    display: none !important; }

  .section-3 .quotes .quote h6 {
    width: 100%; }

  .section-5 p {
    width: 100%; }

  .section-8 .section-inner {
    display: block;
    text-align: center; }
    .section-8 .section-inner > div {
      text-align: left;
      display: inline-block;
      padding: 0px;
      max-width: 370px; } }
@media all and (-ms-high-contrast: active) and (min-width: 1023px), all and (-ms-high-contrast: none) and (min-width: 1023px) {
  .above-fold .section-inner > div, .section-1 .section-inner > div {
    max-width: 50vw; }
    .above-fold .section-inner > div.partners, .section-1 .section-inner > div.partners {
      max-width: 100vw; }

  .section-4 .section-inner .features-wrapper {
    width: 90%; }
    .section-4 .section-inner .features-wrapper .feature {
      flex: 1 0 19%; }

  .section-7 .section-inner .tweets {
    flex-direction: row; }

  .section-8 .section-inner {
    display: block;
    text-align: center; }
    .section-8 .section-inner > div {
      text-align: left;
      display: inline-block;
      padding: 0px; }
      .section-8 .section-inner > div > video {
        max-width: 100%; } }
@media all and (-ms-high-contrast: active) and (max-width: 1023px), all and (-ms-high-contrast: none) and (max-width: 1023px) {
  .section-7 .section-inner .tweets {
    flex-direction: row; }

  .section-8 .section-inner > div {
    text-align: center; } }
@media all and (-ms-high-contrast: active) and (max-width: 767px), all and (-ms-high-contrast: none) and (max-width: 767px) {
  .section-3 .quotes .quote {
    flex: 0 0 auto; } }
.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  transition: top 0.2s ease-in-out;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: calc(100% - 210px) 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white; }
  .banner a {
    width: 100%; }
    .banner a:focus {
      background-color: transparent; }
  .banner .icon-cancel1 {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1rem;
    line-height: 1rem;
    color: white;
    cursor: pointer; }
  .banner .fetc-header {
    height: 100%;
    position: absolute;
    left: 0px; }
  .banner .fetc-header-background {
    height: 100%;
    position: absolute;
    left: 210px;
    z-index: -1;
    display: none; }
  .banner .booth {
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    right: 20px;
    top: 0; }
  .banner .stars {
    max-height: 100%;
    height: auto;
    width: auto;
    display: none;
    position: absolute;
    right: 20px;
    top: 0; }
  .banner #text-1 {
    font-size: 25px; }
  .banner #text-2 {
    font-size: 15px; }
  .banner #text-3 {
    font-size: 25px;
    color: #EC2E5E; }
  .banner .banner-content {
    width: 100%;
    margin: 0;
    display: flex;
    height: 90px;
    font-size: 0;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    color: white;
    justify-content: center; }
    .banner .banner-content img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    .banner .banner-content .banner-text {
      position: absolute;
      left: 310px;
      flex-wrap: nowrap;
      display: flex;
      flex-flow: column;
      margin: 10px; }
      .banner .banner-content .banner-text p, .banner .banner-content .banner-text div {
        padding: 0;
        margin: 0;
        color: white;
        text-align: left;
        line-height: 1.1em; }
  @media all and (min-width: 768px) {
    .banner + nav {
      top: 90px; }
    .banner ~ .above-fold .section-inner {
      padding-top: 160px; } }
  @media all and (min-width: 950px) {
    .banner img.stars {
      display: initial; }
    .banner img.booth {
      right: 155px; } }
  @media all and (min-width: 1140px) {
    .banner img.stars {
      display: none; }
    .banner img.booth {
      right: 20px; }
    .banner img.fetc-header-background {
      display: initial; }
    .banner .banner-text {
      left: 700px !important; } }
  @media all and (min-width: 1300px) {
    .banner img.fetc-header-background {
      display: initial; }
    .banner img.stars {
      display: initial; }
    .banner img.booth {
      right: 155px; }
    .banner .banner-text {
      left: 55vw !important; } }
  @media all and (min-width: 1600px) {
    .banner .banner-text {
      flex-flow: row !important;
      margin: 20px !important;
      left: 42vw !important; }
      .banner .banner-text #text-1 {
        font-size: 2vw; }
      .banner .banner-text #text-2 {
        font-size: 1vw; }
      .banner .banner-text #text-3 {
        font-size: 1.5vw; }
      .banner .banner-text #text-wrapper-2 {
        padding-left: 20px; }
      .banner .banner-text .banner-text {
        left: 700px !important; } }
  @media all and (min-width: 1900px) {
    .banner #text-1 {
      font-size: 35px !important; }
    .banner #text-2 {
      font-size: 15px !important; }
    .banner #text-3 {
      font-size: 30px !important; } }
  @media all and (max-width: 767px) {
    .banner {
      display: none; } }

body.nav-up .banner {
  top: -160px; }
body.nav-up nav {
  top: -90px; }

.video-modal-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .video-modal-wrapper .video-modal {
    position: relative;
    width: 1280px;
    max-width: 90vw;
    padding-top: 42.8%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 3px 3px 33px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 33px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 33px -12px rgba(0, 0, 0, 0.75); }
    .video-modal-wrapper .video-modal iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .video-modal-wrapper.visible {
    display: block !important; }

.footer {
  margin-bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-family: lato;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  overflow: visible;
  background-color: #eaeff2; }
  .footer p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: inherit; }
  .footer h5 {
    font-size: 14px;
    font-weight: 700;
    color: #263838;
    line-height: inherit; }
  .footer h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: inherit; }
  .footer a {
    text-decoration: none;
    color: #263838;
    font-weight: 400; }
    .footer a:hover h4 {
      color: #00bac0; }
  .footer .section-inner {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 800px; }
    @media (max-width: 1023px) {
      .footer .section-inner .footer-blocks {
        width: auto; } }
    @media (max-width: 430px) {
      .footer .section-inner .footer-blocks {
        width: 50%; } }
    @media (max-width: 260px) {
      .footer .section-inner .footer-blocks {
        width: 100%; } }
    .footer .section-inner .socicon {
      font-size: 35px;
      margin: 5px 5px 5px 0;
      line-height: 40px;
      color: #333; }
      .footer .section-inner .socicon + .text {
        display: none; }
      .footer .section-inner .socicon:hover {
        color: #00bac0; }
    .footer .section-inner img {
      margin: 10px 0;
      width: 100px; }
    .footer .section-inner > div {
      margin-top: 0; }
      .footer .section-inner > div.socicon-wrapper {
        white-space: nowrap; }
  .footer .waves {
    position: absolute;
    top: 0;
    transform: translateY(-99%); }
    .footer .waves img {
      width: 100%; }
    @media (max-width: 430px) {
      .footer .waves {
        display: none; } }

@media all and (max-width: 1023px) {
  .footer {
    text-align: left; }
    .footer .section-inner {
      flex-direction: row; }
      .footer .section-inner .socicon {
        font-size: 1.8rem;
        margin-left: 0; }
      .footer .section-inner h5 {
        text-align: left; }
      .footer .section-inner p {
        padding: 0;
        margin: 0;
        text-align: left; } }
@media all and (max-width: 767px) {
  .footer {
    text-align: left; }
    .footer .section-inner {
      flex-direction: row;
      flex-wrap: wrap; }
      .footer .section-inner > div {
        width: 50%;
        padding-left: 30px; }
      .footer .section-inner .socicon {
        font-size: 1.8rem;
        margin-left: 0; }
      .footer .section-inner h5 {
        text-align: left; }
      .footer .section-inner p {
        padding: 0;
        margin: 0;
        text-align: left; } }
@media all and (min-width: 1690px) {
  .footer .section-inner > div {
    padding: 0px; }
  .footer .section-inner img {
    width: 200px; } }

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