html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@-moz-document url-prefix() {
  html {
    display: block !important;
  }
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline-width: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
label {
  display: inline-block;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
[data-handle="videoThumbnail"] video {
  object-fit: cover!important;
}
.container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.fb-like span {
  width: 120px!important;
}
.fb-like span > iframe {
  width: 120px!important;
}
.hamburger-menu__checkbox {
  display: none;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__icon .hamburger-menu__icon__item:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  box-shadow: -10px 0 25px rgba(24, 24, 24, 0.15);
  transform: translateX(-491px);
}
.hamburger-menu__icon {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.hamburger-menu__icon__item {
  display: block;
  width: 25px;
  height: 5px;
  margin-top: 5px;
  background: #ffffff;
  border-radius: 20px;
  transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
}
.hamburger-menu__icon__item:first-child {
  margin-top: 0;
}
.hamburger-menu__aside {
  position: fixed;
  top: 0;
  right: -491px;
  width: 491px;
  height: 100%;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 50px;
  overflow: auto;
  transition: all 150ms ease-in-out;
  z-index: 100000000;
}
.hamburger-menu__aside__title {
  font-family: "Open Sans", sans-serif;
  color: #FAC11B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.04;
  margin: 30px 0 0;
  padding: 30px 0 10px;
  border-top: solid 1px #999;
  text-align: left;
  text-transform: uppercase;
}
.hamburger-menu__aside__title:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.hamburger-menu__aside__menu {
  display: flex;
  flex-direction: column;
}
.hamburger-menu__aside__menu-item {
  color: #999990;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.hamburger-menu__aside__menu-item:hover {
  color: #FAC11B;
}
.hamburger-menu__aside__menu-item small {
  font-size: 0.75em;
  margin-top: -12px;
  display: block;
  margin-bottom: 3px;
  font-style: italic;
}
.hamburger-menu__aside__badge {
  color: #f05269;
  font-weight: bold;
  display: inline-block;
  padding: 0 3px;
}
.hamburger-menu__aside__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
  transition: all 150ms linear;
}
.hamburger-menu__aside__close:hover {
  transform: scale(1.2);
}
.mobile .hamburger-menu__checkbox:checked ~ .hamburger-menu__aside {
  transform: translateX(-100vw);
}
.mobile .hamburger-menu__icon__item {
  width: 50px;
  height: 8px;
  margin-top: 8px;
}
.mobile .hamburger-menu__icon__item:first-of-type {
  margin-top: 0;
}
.mobile .hamburger-menu__aside {
  padding: 50px 50px 100px;
  overflow: auto;
  right: -100vw;
  width: 100vw;
  height: 100%;
  transition: all 150ms ease-in-out;
  z-index: 100000000;
}
.mobile .hamburger-menu__aside__title {
  font-size: 60px;
  margin-top: 60px;
  padding-top: 60px;
}
.mobile .hamburger-menu__aside__title:first-of-type {
  margin-top: 60px;
  padding-top: 0;
  border-top: none;
}
.mobile .hamburger-menu__aside__menu-item {
  font-size: 36px;
}
.mobile .hamburger-menu__aside__menu-item small {
  font-size: 0.75em;
  margin-top: -24px;
  display: block;
  margin-bottom: 3px;
  font-style: italic;
}
.mobile .hamburger-menu__aside__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px;
  cursor: pointer;
  transition: all 150ms linear;
  width: 200px;
}
.mobile .hamburger-menu__aside__close img {
  width: 100%;
}
.mobile .hamburger-menu__aside__close:hover {
  transform: scale(1.2);
}
.header {
  border-bottom: 1px solid #ffffff;
}
.header__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  max-width: 1080px;
  padding: 10px 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.header__logo {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  font-family: Playball, sans-serif;
  text-transform: uppercase;
  margin: 10px;
  margin-right: auto;
  position: relative;
}
.header__logo span {
  font-family: "Abril Fatface", sans-serif;
}
.mobile .header__container {
  padding: 20px 40px;
  max-width: 100%;
}
.mobile .header__logo {
  font-size: 60px;
}
.mobile .header__facebook {
  scale: 2;
  transform: translateX(-25%);
}
.hero {
  position: relative;
  overflow: hidden;
  background: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #FAC11B;
}
.hero__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 0;
}
.hero:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../../img/tcto/tcto-hero-background--1.png") bottom center no-repeat, url("../../img/tcto/tcto-hero-background--2.png") bottom center repeat-x;
  background-color: #FBE4C4;
  background-size: auto 100%;
  z-index: -1;
}
.hero__splitter {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
}
.hero__title {
  color: #ffffff;
  display: block;
  font-size: 60px;
  font-family: Playball, sans-serif;
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
.hero__title .logo-primary {
  font-size: 100px;
  text-transform: uppercase;
}
.hero__title .logo-secondary {
  font-size: 100px;
  font-family: "Abril Fatface", sans-serif;
  text-transform: uppercase;
}
.hero__title strong {
  font-size: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.hero--remarketing:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url('../../img/tcto/tcto-hero-zoe--1.png') calc(50% - 400px) bottom no-repeat, url("../../img/tcto/tcto-hero-background--1.png") bottom center no-repeat, url("../../img/tcto/tcto-hero-background--2.png") bottom center repeat-x;
  background-size: auto calc(100% - 100px), auto, auto;
}
.hero--remarketing .hero__title {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 65px;
  width: 60%;
  margin: 20px 20px 20px auto;
  padding: 0;
}
.hero--remarketing .hero__title span {
  background: #FEE92A;
  color: #434143;
  display: inline-block;
  line-height: 1.3;
  margin: 20px auto 0;
  padding: 0 20px 5px;
}
.hero--remarketing .hero__badge {
  margin: 20px 20px -20px auto;
  text-align: center;
  width: 60%;
}
.hero--tsl .hero__title {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 65px;
  width: 60%;
  margin: 20px auto;
  padding: 0;
}
.hero--tsl .hero__title span {
  background: #FEE92A;
  color: #434143;
  display: inline-block;
  line-height: 1.3;
  margin: 20px auto 0;
  padding: 0 20px 5px;
}
.mobile .hero:before {
  background: linear-gradient(to top, #F08950 0%, #F39D3D 45%, #FCD40F 100%);
  background-size: contain;
}
.mobile .hero__container {
  width: 100%;
}
.mobile .hero__title {
  font-size: 100px;
  width: 100%;
  margin: 0 auto;
}
.mobile .hero__title .logo-primary,
.mobile .hero__title .logo-secondary,
.mobile .hero__title strong {
  font-size: 120px;
}
.mobile .hero--remarketing:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url('../../img/tcto/tcto-hero-zoe--1.png') calc(50% - 400px) bottom no-repeat, url("../../img/tcto/tcto-hero-background--3.png") bottom center no-repeat, url("../../img/tcto/tcto-hero-background--4.png") bottom center repeat-x;
  background-color: #FFE3C1;
  background-size: auto calc(100% - 160px), cover, cover;
}
.mobile .hero--remarketing .hero__title {
  font-size: 70px;
  margin: 20px 20px 20px auto;
  padding: 0;
  width: 60%;
}
.mobile .hero--tsl .hero__title {
  font-size: 100px;
  margin: 20px auto 40px;
  padding: 0;
}
.get-started {
  background: #fdeab1 linear-gradient(to left, #F08950 0%, #F39D3D 50%, #FCD40F 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  font-size: 70px;
  font-weight: 100;
  padding: 40px;
  text-align: center;
}
.get-started__title {
  color: #ffffff;
}
.get-started__chevron {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  margin: 10px auto 10px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  transform: rotate(45deg);
}
.mobile .get-started {
  font-size: 90px;
}
.mobile .get-started__chevron {
  height: 120px;
  width: 120px;
  margin: 0 auto 30px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.buy-area__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, auto);
  grid-template-areas: "one";
  margin: 40px auto;
}
.buy-area__item {
  border-radius: 8px;
  color: #1B2553;
  font-family: "Abril Fatface", sans-serif;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 20px 0 calc(20px / 2);
  position: relative;
  width: 100%;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.25s;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(7, auto);
  grid-template-areas: "title" "access" "image" "description" "total" "add-to-cart" "cards";
}
.buy-area__item--first {
  grid-area: one;
}
.buy-area__item--second {
  grid-area: two;
}
.buy-area__item--third {
  grid-area: three;
}
.buy-area__item--emphasized {
  border-color: #F73D3B;
  background: linear-gradient(to bottom, #ffffff 10%, #ffffff 100%);
}
.buy-area__item__logo {
  color: #F73D3B;
  grid-area: logo;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.8;
  margin-top: calc(-20px / 2);
  text-transform: uppercase;
}
.buy-area__item__logo span {
  font-family: "Playball", sans-serif;
}
.buy-area__item__title {
  grid-area: title;
  color: #1B2553;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
}
.buy-area__item__title span.logo-primary {
  font-family: "Playball", sans-serif;
}
.buy-area__item__title span.logo-secondary {
  font-family: "Abril Fatface", sans-serif;
}
.buy-area__item__title strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}
.buy-area__item__access {
  grid-area: access;
  color: #1B2553;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.buy-area__item__image {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  margin: 20px 0 0;
  padding: 0 20px;
  width: 100%;
}
.buy-area__item__image img {
  height: 100%;
}
.buy-area__item__description {
  grid-area: description;
  color: #a9a7a9;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 0;
  text-align: center;
}
.buy-area__item__total {
  grid-area: total;
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
  margin: 0 auto 15px;
  color: #1B2553;
  font-family: "Open Sans", sans-serif;
  font-size: 80px;
  font-weight: bold;
}
.buy-area__item__total__before {
  color: #a9a7a9;
  font-size: 50%;
  text-decoration: line-through;
}
.buy-area__item__add-to-cart {
  grid-area: add-to-cart;
  border-radius: 5px;
  color: #ffffff;
  font-size: 90px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 60px 15px;
  text-transform: uppercase;
  background: #F73D3B;
  position: relative;
  text-align: center;
}
.buy-area__item__add-to-cart:hover {
  background: #f50c0a;
}
.buy-area__item__add-to-cart a {
  color: #ffffff;
}
.buy-area__item__add-to-cart a:hover {
  text-decoration: none;
}
.buy-area__item__cards {
  margin: 10px auto 0;
}
.buy-area--inverse {
  background: #F73D3B;
  padding: 0 0 60px;
}
.buy-area--inverse > .buy-area__container {
  margin: 0 auto;
}
.mobile .buy-area__item__title {
  font-size: 130px;
}
.mobile .buy-area__item__access {
  font-size: 50px;
}
.mobile .buy-area__item__description {
  font-size: 32px;
}
.mobile .buy-area__item__total {
  font-size: 120px;
}
.mobile .buy-area__item__add-to-cart {
  font-size: 130px;
  padding: 10px 120px 20px;
}
.mobile .buy-area__item__image {
  margin: 40px 0 20px;
  height: 520px;
}
.guarantee {
  background: url("../../img/tcto/tcto-guarantee-background--1.png") left center no-repeat, linear-gradient(to left, #F08950 0%, #F39D3D 50%, #FCD40F 100%);
  background-color: #fdeab1;
  color: #ffffff;
  padding: 20px 0 20px;
  position: relative;
}
.guarantee:before,
.guarantee:after {
  display: block;
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
}
.guarantee__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(1, auto);
  grid-template-areas: "badge text";
  align-items: center;
  justify-items: center;
  gap: 1rem;
}
.guarantee__badge {
  grid-area: badge;
  margin-bottom: calc(20px / 2);
}
.guarantee__badge img {
  margin-top: calc(-200px / 4);
  margin-bottom: calc(-200px / 4);
  width: 200px;
  height: 200px;
}
.guarantee__text {
  grid-area: text;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
.mobile .guarantee {
  background-size: 20%, cover;
}
.testimonials__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  margin: 40px auto;
}
.testimonials__title {
  color: #1B2553;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-weight: 100;
  margin: 120px auto 60px;
  text-align: center;
}
.testimonials__video {
  border: 10px solid #e7e6e4;
  border-radius: 15px;
  margin: 0 60px;
}
.testimonials__footnote {
  color: #cfcdc9;
  font-size: 12px;
  font-style: italic;
  margin: 20px 0 80px;
  text-align: center;
}
.testimonials__expectations {
  background: #1B2553;
}
.testimonials__expectations .testimonials__container {
  background: url("../../img/tcto/tcto-testimonials-expectations-background--1.png") right center no-repeat;
  padding: 40px 80px;
}
.testimonials__expectations h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-weight: 100;
  margin: 0 auto 40px;
  text-align: center;
}
.testimonials__expectations ul {
  list-style: none;
  /* remove default bullets */
  padding-left: 0;
}
.testimonials__expectations ul > li {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 10px;
}
.testimonials__expectations ul > li::before {
  content: "✅";
  margin-right: 0.5em;
}
.testimonials__chevron {
  position: relative;
  display: block;
  height: 50px;
  width: 100px;
  margin: 20px auto 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.testimonials__chevron::before,
.testimonials__chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 50px solid transparent;
}
.testimonials__chevron::before {
  top: 0;
  border-top-color: #FAC11B;
}
.testimonials__chevron::after {
  top: -2px;
  border-top-color: #ffffff;
}
.testimonials__carousel {
  margin: 40px auto 20px;
}
.testimonials__carousel:before {
  display: block;
  content: '';
  background: transparent;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.testimonials__carousel:after {
  display: block;
  content: '';
  background: transparent;
  background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.testimonials__carousel button {
  border: 1px solid #333;
  transition: all 300ms ease-in-out;
  z-index: 3;
}
.testimonials__carousel button:hover {
  scale: 1.15;
}
.testimonials__carousel img {
  display: block;
  opacity: 0.2;
  position: relative;
  transition: opacity 500ms ease-in-out;
}
.testimonials__carousel img:before {
  background: red;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.testimonials__carousel img.is-selected {
  opacity: 1;
}
.testimonials__item {
  background: #f6f6f6;
  border-radius: 25px;
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "image text" "image rating";
  gap: 0 1.5rem;
  margin: 20px 0;
  padding: 2rem;
  position: relative;
}
.testimonials__item:before {
  display: block;
  content: '*';
  position: absolute;
  right: 0;
  top: -10px;
  padding: 0;
  font-size: 24px;
  color: #c2c1c2;
}
.testimonials__item:after {
  display: block;
  content: '“';
  position: absolute;
  right: 24px;
  bottom: 0;
  padding: 0;
  font-size: 240px;
  line-height: 1;
  height: 110px;
  color: #ffffff;
}
.testimonials__item__image {
  grid-area: image;
  align-self: start;
  justify-self: center;
}
.testimonials__item__image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  outline: 1px solid #FAC11B;
  outline-offset: 2px;
}
.testimonials__item__rating {
  grid-area: rating;
  align-self: start;
  justify-self: start;
  margin: 30px 0 10px;
}
.testimonials__item__rating__stars {
  margin-top: calc(-20px / 3);
  width: 125px;
}
.testimonials__item__title {
  grid-area: title;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 46px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1;
}
.testimonials__item__text {
  grid-area: text;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.testimonials__item__name {
  grid-area: name;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
  font-size: 16px;
}
.testimonials__item--hidden {
  display: none;
}
.testimonials__more {
  border: 3px solid #1B2553;
  border-radius: 10px;
  color: #1B2553;
  background: #f2f3fb;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin: 60px auto 100px;
  padding: 10px 80px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: max-content;
}
.testimonials__more a {
  color: #1B2553;
  text-decoration: none;
}
.testimonials__more:hover {
  background-color: #cbd2ee;
}
.mobile .testimonials__carousel {
  margin-bottom: 20px;
}
.mobile .testimonials__carousel img {
  width: 85%;
}
.mobile .testimonials__carousel:before,
.mobile .testimonials__carousel:after {
  width: 5%;
}
.mobile .testimonials__carousel button {
  width: 90px;
  height: 90px;
}
.mobile .testimonials__chevron {
  height: 80px;
  width: 160px;
  margin-top: 20px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mobile .testimonials__chevron::before,
.mobile .testimonials__chevron::after {
  border-width: 80px;
}
.mobile .testimonials__chevron::after {
  top: -6px;
}
.mobile .testimonials__footnote {
  font-size: 24px;
  margin-bottom: 120px;
}
.mobile .testimonials__expectations .testimonials__container {
  background-size: 50%;
  background-position-x: 140%;
  padding: 80px 40px;
}
.mobile .testimonials__expectations h2 {
  font-size: 100px;
  font-weight: 100;
  line-height: 0.9;
  margin: 0 auto 80px;
  text-align: center;
}
.mobile .testimonials__expectations ul > li {
  font-size: 48px;
}
.mobile .testimonials__item {
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "image" "text" "rating";
  gap: 1rem;
  padding: 3rem 3rem 9rem;
}
.mobile .testimonials__item:before {
  font-size: 80px;
  right: 20px;
  top: 20px;
}
.mobile .testimonials__item:after {
  height: 200px;
  font-size: 440px;
}
.mobile .testimonials__title {
  font-size: 120px;
  width: 90%;
  line-height: 0.9;
  margin: 80px auto 60px;
}
.mobile .testimonials__item {
  margin: 60px 0;
}
.mobile .testimonials__item__image img {
  width: 300px;
  height: 300px;
}
.mobile .testimonials__item__title {
  font-size: 100px;
}
.mobile .testimonials__item__rating {
  font-size: 45px;
  margin: 60px 0 10px;
}
.mobile .testimonials__item__rating__stars {
  width: 300px;
}
.mobile .testimonials__item__text {
  font-size: 46px;
  margin-top: 2rem;
}
.mobile .testimonials__item__name {
  font-size: 36px;
  margin-top: 60px;
}
.faq {
  margin: 0;
  padding: 0;
}
.faq--inverse {
  background: #50618F;
}
.faq--inverse .faq__container {
  padding: 0;
}
.faq__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 20px 0 80px;
}
.faq__title {
  color: #1B2553;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-weight: 100;
  margin-top: 60px;
  text-align: center;
}
.faq__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "image question" "image answer";
  gap: 0 1rem;
  justify-content: start;
  margin: 50px 0 20px;
}
.faq__item__image {
  grid-area: image;
}
.faq__item__question {
  grid-area: question;
  align-self: start;
  justify-self: start;
  color: #292829;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin-top: 8px;
  transition: all 0.5s ease-in-out;
}
.faq__item__answer {
  grid-area: answer;
  align-self: start;
  justify-self: start;
  color: #434143;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  text-align: left;
}
.faq__item--zoe {
  padding: 20px 0 30px;
}
.faq__item--zoe .faq__item__image {
  margin-top: -100px;
  margin-bottom: -100px;
  margin-right: 50px;
  width: 300px;
}
.faq__item--zoe .faq__item__question {
  align-self: end;
  color: #ffffff;
  font-size: 90px;
  font-weight: 100;
  margin: 0 0 10px;
}
.faq__item--zoe .faq__item__answer {
  color: #ffffff;
  margin: 10px 0 0;
}
.footer__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__link {
  color: #1B2553;
}
.footer__copyright {
  color: #434143;
  padding: 40px 0 0;
  text-align: center;
}
.video-container {
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  height: 437.5px;
  width: 760px;
}
.video-container .video,
.video-container .video-player {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.video-container--remarketing {
  margin: 0 20px 0 auto;
  height: unset;
  width: 60%;
}
.video-container--remarketing .video {
  aspect-ratio: 16 / 9;
}
.video-container--tsl {
  background: #ffffff url("../../img/tcto/tcto-image-thumbnail--1.jpg") center center no-repeat;
  background-size: cover;
}
.mobile .video-container {
  aspect-ratio: 9 / 12;
  border-width: 20px;
  border-radius: 25px;
  box-shadow: none;
  height: unset;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 20px*4);
}
.mobile .video-container--remarketing {
  aspect-ratio: unset;
  border-width: 20px;
  border-radius: 5px;
  background: #ffffff50;
  margin: 0 20px 0 auto;
  padding: 0;
  width: 60%;
}
.mobile .video-container--remarketing .video {
  aspect-ratio: 16 / 9;
}
.mobile .video-container--tsl {
  aspect-ratio: 16 / 9;
}
.mobile-video-active .video-container {
  position: relative;
  z-index: 10000;
}
.video-disclaimer {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  width: 760px;
  margin: auto;
  padding: 10px 0 20px;
  text-align: center;
}
.video-disclaimer--remarketing {
  width: 60%;
  margin: 0 20px 0 auto;
}
.video-disclaimer--ecom {
  margin: 10px auto 40px;
}
.mobile .video-disclaimer {
  font-size: 20px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
.mobile-video-active .video-disclaimer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.mobile .video-disclaimer--remarketing {
  margin: 0 10px 0 auto;
  width: 60%;
  text-align: center;
}
.mobile .video-disclaimer--ecom {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.video-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100000;
}
.video-overlay__sequence--start,
.video-overlay__sequence--resume {
  background: #000000bf;
  border-radius: 25px;
  cursor: pointer;
  height: fit-content;
  padding: 10px 0;
  width: 200px;
}
.video-overlay__sequence--start p,
.video-overlay__sequence--resume p {
  color: #ffffff;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.video-overlay__sequence--start img,
.video-overlay__sequence--resume img {
  display: block;
  margin: 5px auto;
  width: 110px;
}
.video-overlay__sequence--play-from-beginning {
  background: #000000bf;
  cursor: pointer;
  height: fit-content;
  padding: 10px 0;
  border-radius: 15px;
  margin-top: 20px;
  width: 180px;
}
.video-overlay__sequence--play-from-beginning p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.mobile .video-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100000;
}
.mobile .video-overlay__sequence--start,
.mobile .video-overlay__sequence--resume {
  background: #000000bf;
  border-radius: 25px;
  height: fit-content;
  padding: 20px 0;
  width: 80%;
}
.mobile .video-overlay__sequence--start p,
.mobile .video-overlay__sequence--resume p {
  color: #ffffff;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.mobile .video-overlay__sequence--start img,
.mobile .video-overlay__sequence--resume img {
  display: block;
  margin: 30px auto;
  width: 50%;
}
.mobile .video-overlay__sequence--play-from-beginning {
  background: #000000bf;
  border-radius: 15px;
  height: fit-content;
  padding: 20px 0;
  margin-top: 40px;
  width: 60%;
}
.mobile .video-overlay__sequence--play-from-beginning p {
  color: #ffffff;
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.mobile .video-container--remarketing .video-overlay__sequence--start,
.mobile .video-container--remarketing .video-overlay__sequence--resume {
  background: #000000bf;
  border-radius: 25px;
  cursor: pointer;
  height: fit-content;
  padding: 10px 0;
  width: 200px;
}
.mobile .video-container--remarketing .video-overlay__sequence--start p,
.mobile .video-container--remarketing .video-overlay__sequence--resume p {
  color: #ffffff;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.mobile .video-container--remarketing .video-overlay__sequence--start img,
.mobile .video-container--remarketing .video-overlay__sequence--resume img {
  display: block;
  margin: 5px auto;
  width: 110px;
}
.mobile .video-container--remarketing .video-overlay__sequence--play-from-beginning {
  background: #000000bf;
  cursor: pointer;
  height: fit-content;
  padding: 10px 0;
  border-radius: 15px;
  margin-top: 20px;
  width: 180px;
}
.mobile .video-container--remarketing .video-overlay__sequence--play-from-beginning p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.scientific-references__container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  position: relative;
  padding: 40px;
}
.scientific-references__container img {
  width: 100%;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-10px, -12px) rotate(10deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=lander-tcto.css.map */