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

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

blockquote, q {
  quotes: none;
}

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

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

button, .button, input[type=submit] {
  cursor: pointer;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-weight: 400;
  color: #1C3661;
}

.inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 1rem;
  position: relative;
  margin: 0 auto;
}

.cta {
  background: #D85C5E;
  display: inline-block;
  padding: 0 0.8rem;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  line-height: 3;
  white-space: nowrap;
}
.cta span {
  display: inline-block;
  margin-left: 0.1rem;
  width: 1rem;
  height: 0.6rem;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.13125 6.75H0V5.25H9.13125L4.93125 1.05L6 0L12 6L6 12L4.93125 10.95L9.13125 6.75Z" fill="white"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
  position: relative;
  right: 0;
}
.cta:hover span {
  right: -0.3rem;
}

.axeptio_mount {
  z-index: 5 !important;
}

h2, .h2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  display: block;
}
h2 span, .h2 span {
  color: #E5114A !important;
}

#timeLine p, #timeLine .inner .cols > div .txt p, #imgText p {
  line-height: 1.4;
}

.resImg, .dynSize {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  line-height: 0;
  transition: all 0.3s linear;
  opacity: 0;
}
.resImg.loaded, .dynSize.loaded {
  opacity: 1;
}

.dynSize {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#top {
  background: #1C3661;
  color: #fff;
}
#top a {
  color: #fff;
}
#top a:hover {
  text-decoration: underline;
}
#top > div:nth-child(2) {
  text-align: right;
}

#top .inner, header .inner {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  line-height: 2.5;
  flex-wrap: wrap;
}

header {
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: -4px 10px 1rem rgba(0, 0, 0, 0);
}
header .inner :nth-child(1) svg {
  width: 6.5rem;
  transition: all 0.3s linear;
}
header .inner :nth-child(2) {
  align-items: center;
  display: flex;
}
header .inner > div {
  display: flex;
  align-items: center;
}
.stickyHeader header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  box-shadow: -4px 10px 1rem rgba(0, 0, 0, 0.1);
}
.stickyHeader header :nth-child(1) svg {
  width: auto;
  height: 3.5rem;
}
.stickyHeader #hero {
  margin-top: 4rem;
}

#hero {
  position: relative;
  overflow: hidden;
}
#hero .inner {
  position: relative;
  z-index: 2;
  padding: 5rem 1rem 5rem 1rem;
}
#hero .inner .content {
  width: 40%;
  color: #1C3661;
  min-width: 35rem;
}
#hero .inner .content h1 {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
#hero .inner .content #intro {
  margin-bottom: 3rem;
  line-height: 1.5;
  font-size: 1.1rem;
}
#hero .inner .content #countDown {
  margin-bottom: 3rem;
}
#hero .inner #mif {
  background: #1C3661;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 1rem 1rem 0 0;
}
#hero .inner #mif svg {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
#hero #heroBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50rem;
  z-index: 0;
  overflow: hidden;
}
#hero #heroBg img {
  opacity: 0;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  min-width: 100%;
}
#hero #heroBg img.loaded {
  opacity: 0.9;
}
#hero #heroBg:after {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 50%;
  height: calc(100% + 4rem);
  z-index: 1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0) 100%);
}
#hero #countDown .cols {
  display: flex;
  justify-content: space-between;
  max-width: 35rem;
  margin-top: 1.5rem;
  opacity: 0;
  transition: all 0.3s linear;
}
#hero #countDown .cols > div {
  flex: 0 0 24%;
}
#hero #countDown .cols > div span {
  background: #F1F3F6;
  display: inline-block;
  padding: 0.8rem 0.5rem;
}

#colsTop {
  padding: 1rem 0 3rem 0;
}
#colsTop .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#colsTop .inner > div {
  flex: 0 0 23%;
  text-align: center;
}
#colsTop .inner > div h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
#colsTop .inner > div p {
  line-height: 1.7;
}
#colsTop .inner > div svg {
  width: 80%;
  margin: 0 auto 0.3rem auto;
  max-width: 4rem;
}

#timeLine {
  background: #F1F3F6;
  padding: 3rem 0;
}
#timeLine .inner {
  text-align: center;
}
#timeLine .inner .intro {
  text-align: center;
  margin-bottom: 2rem;
}
#timeLine .inner .cols {
  display: flex;
  justify-content: space-between;
}
#timeLine .inner .cols > div {
  flex: 0 0 22%;
  text-align: center;
  padding-bottom: 6rem;
  position: relative;
}
#timeLine .inner .cols > div .resImg {
  width: 80%;
  position: relative;
  z-index: 1;
}
#timeLine .inner .cols > div .resImg img {
  border-radius: 1rem;
}
#timeLine .inner .cols > div .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 1rem;
  width: 80%;
  z-index: 2;
  text-align: left;
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#timeLine .inner .cols > div .txt strong {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.6rem;
}
#timeLine .inner .cols > div .txt span.number {
  background: #6BA6AF;
  border-radius: 0.25rem;
  color: #fff;
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
}

#imgText {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#imgText > div {
  flex: 0 0 50%;
  min-height: 25rem;
}
#imgText > div:nth-child(2) > div {
  padding: 4rem 1rem 4rem 4rem;
  max-width: calc(50vw - 7rem);
}
#imgText > div:nth-child(2) > div p {
  margin-bottom: 2rem;
}
#imgText > div #middleImg {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

#explore {
  background: #F1F3F6;
  padding: 5rem 0 4rem 0;
}
#explore h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#explore .box {
  display: flex;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
  margin-bottom: 2rem;
}
#explore .box > div.wide {
  flex: 0 0 70%;
}
#explore .box > div.wide .boxImg {
  display: block;
  width: 100%;
  height: 100%;
}
#explore .box > div.narrow {
  flex: 0 0 30%;
  padding: 3rem 2rem;
  color: #1C3661;
}
#explore .box > div.narrow h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1C3661;
  margin-bottom: 0.5rem;
}
#explore .box > div.narrow .subHead {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
#explore .box > div.narrow .item {
  background: #F9FAFB;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
#explore .box > div.narrow .item > span {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
}
#explore .box > div.narrow .item ul {
  list-style-position: outside;
  padding-left: 1rem;
}
#explore .box > div.narrow .item ul li {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
#explore .box > div.narrow .item ul li .flex {
  display: flex;
  justify-content: space-between;
}
#explore .box > div.narrow .item ul li .flex span {
  flex: 0 0 48%;
}
#explore .box > div.narrow .cta {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

#faq {
  padding: 5rem 0 4rem 0;
}
#faq h3, #faq p {
  padding-right: 2rem;
}
#faq h3 {
  margin-bottom: 0.7rem;
}
#faq .inner > ul {
  margin-bottom: 2rem;
  list-style: none;
}
#faq .inner > ul li {
  position: relative;
  transition: all 0.3s linear;
  margin-bottom: 1rem;
}
#faq li.open {
  margin-bottom: 2rem;
}
#faq li.open h3 {
  color: #6BA6AF;
}
#faq div.answer {
  position: absolute;
  right: -500vw;
  margin: 0;
  transition: height 0.3s ease;
}
#faq div.answer[data-height] {
  position: relative;
  right: 0;
  height: 0;
  overflow: hidden;
}
#faq div.answer p, #faq div.answer ul {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#faq div.answer p:last-child, #faq div.answer ul:last-child {
  margin-bottom: 0;
}
#faq div.answer ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1rem;
}
#faq div.answer ul li {
  margin-bottom: 0;
}
#faq div.answer ul li:last-child {
  margin-bottom: 0;
}
#faq h3 {
  cursor: pointer;
  position: relative;
}
#faq h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  right: 1rem;
  transition: all 0.3s linear;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1C3661;
}
#faq li.open {
  padding-bottom: 1.5rem;
}
#faq li.open h3:after {
  transform: rotate(-180deg);
}

#footerLegal {
  font-size: 0.9rem;
  line-height: 1.6;
  background: #F1F3F6;
  padding: 2rem 0;
}
#footerLegal p {
  margin-bottom: 2rem;
}
#footerLegal p:last-child {
  margin-bottom: 0;
}

footer {
  background: #6BA6AF;
  padding: 3rem 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .inner > div:nth-child(1) {
  font-size: 2.5rem;
  color: #fff;
}
footer .inner > div:nth-child(2) .cta:nth-child(1) {
  background: #fff;
  color: #6BA6AF;
  margin-right: 1rem;
}
footer .inner > div:nth-child(2) .cta:nth-child(1) span {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="%236BA6AF" d="M9.13125 6.75H0V5.25H9.13125L4.93125 1.05L6 0L12 6L6 12L4.93125 10.95L9.13125 6.75Z"/></svg>');
}
footer .inner > div:nth-child(2) .cta:nth-child(2) {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

#footerBtm {
  background: #1C3661;
  padding: 4rem 0;
}
#footerBtm .inner {
  display: flex;
  justify-content: space-between;
}
#footerBtm .inner div {
  flex: 0 0 25%;
}
#footerBtm .inner div svg {
  width: 60%;
}
#footerBtm .inner div:nth-child(2) {
  flex: 0 0 45%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#footerBtm .inner div:nth-child(2) a {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}
#footerBtm .inner div:nth-child(2) a:hover {
  text-decoration: underline;
}
#footerBtm .inner div:nth-child(3) {
  display: flex;
  justify-content: end;
  align-items: center;
}
#footerBtm .inner div:nth-child(3) .cta {
  color: #fff;
  border: 1px solid #fff;
  background: #1C3661;
}

#kinedoForm {
  position: fixed;
  bottom: 1rem;
  right: -400px;
  min-height: 15rem;
  width: 360px;
  max-width: 100%;
  border-radius: 1rem 0 0 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: none;
  z-index: 20;
  transition: all 0.75s linear;
}

#kinedoForm.loaded {
  right: 0;
  box-shadow: -8px -1px 1rem rgba(107, 134, 177, 0.25);
}

#kinedoFormFrame {
  border: none;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}

#kindeoCloseBtn {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  border: none;
  cursor: pointer;
  z-index: 2;
  outline: 0;
  background: #fff;
  padding: 0;
}

#openBtn {
  position: absolute;
  bottom: 5.8rem;
  left: 0;
  outline: 0;
  cursor: pointer;
  z-index: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem 0 0 0.5rem;
  opacity: 0;
  transition: all 0.3s linear;
  background-color: #D85C5E;
}

#openBtn.vis {
  left: -13rem;
  opacity: 1;
  box-shadow: -1px -1px 1rem rgba(107, 134, 177, 0.25);
}

#kinedoForm.hidden {
  box-shadow: none;
}

#openBtn:after {
  position: absolute;
  width: 10rem;
  height: 2.5rem;
  content: "";
  display: block;
  top: 4rem;
  left: -4.2rem;
  background-image: url(https://www.kinedo.com/tv/form/assets/img/maprimeadapt-min.png);
  background-size: 100% auto;
  transform: rotate(-90deg);
}

#kindeoCloseBtn svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 550px) {
  #kindeoCloseBtn {
    height: 1.5rem;
    width: 1.5rem;
    right: 1rem;
  }
}
#openBtn span {
  display: inline-block;
  width: 13.5rem;
  background-repeat: no-repeat;
  font-size: 1rem;
  padding: 1rem;
  background-position: 3px 50%;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
#openBtn span i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.13125 6.75H0V5.25H9.13125L4.93125 1.05L6 0L12 6L6 12L4.93125 10.95L9.13125 6.75Z" fill="white"/></svg>');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 0.3rem;
  position: relative;
  bottom: -0.2rem;
}

#openBtn:after {
  display: none;
}

@media (max-width: 1200px) {
  #timeLine .inner .cols > div {
    padding-bottom: 8rem;
  }
}
@media (max-width: 900px) {
  #top .inner {
    padding: 0.5rem 1rem;
    line-height: 1.5;
  }
  #top .inner > div {
    flex: 0 0 100%;
    text-align: center;
  }
  #timeLine .inner .cols {
    flex-wrap: wrap;
  }
  #timeLine .inner .cols > div {
    flex: 0 0 48%;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
  #explore .box {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  #explore .box > div {
    flex: 0 0 100% !important;
  }
  #explore .box > div.wide {
    min-height: 70vw;
    order: -1;
  }
  #explore .box > div:last-child {
    margin-bottom: 0;
  }
  #colsTop {
    padding-bottom: 1rem;
  }
  #colsTop .inner > div {
    flex: 0 0 48%;
    margin-bottom: 2rem;
  }
  #imgText {
    flex-wrap: wrap;
  }
  #imgText > div {
    flex: 0 0 100%;
    min-height: 0;
  }
  #imgText > div:nth-child(2) > div {
    max-width: none;
    padding: 2rem 1rem;
  }
  footer .inner > div {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .inner > div .cta {
    margin-top: 1rem;
  }
  #footerBtm {
    padding-bottom: 2rem;
  }
  #footerBtm .inner {
    flex-wrap: wrap;
  }
  #footerBtm .inner div:nth-child(1), #footerBtm .inner div:nth-child(3) {
    flex: 0 0 49%;
  }
  #footerBtm .inner div:nth-child(2) {
    flex: 0 0 100%;
    order: 3;
    margin-top: 2rem;
  }
}
@media (max-width: 600px) {
  #hero .inner {
    padding-bottom: 8rem;
    padding-top: 1rem;
  }
  #hero .inner .content {
    min-width: 100%;
  }
  #hero .inner .content h1 {
    line-height: 1.2;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #hero #countDown .cols {
    justify-content: start;
  }
  #hero #countDown .cols > div {
    flex: 0 0 5rem;
    font-weight: 700;
    text-align: center;
  }
  #hero #countDown .cols > div span {
    margin-bottom: 0.3rem;
    font-weight: 400;
  }
  #timeLine .inner .cols > div {
    flex: 0 0 100%;
  }
  #mif {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  #top .inner > div {
    font-size: 0.8rem;
  }
  #openBtn {
    display: none;
  }
  #colsTop .inner > div {
    flex: 0 0 100%;
  }
}
@media (max-height: 700px) and (orientation: landscape) {
  #hero .inner {
    padding-top: 1rem;
  }
  #hero #heroBg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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