@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");

/* ==========================================================================
   1.0 Reset
   ========================================================================== */

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  outline: 0;
  text-decoration: none;
}

/* ==========================================================================
    2.0 Common
    ========================================================================== */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  color: #333;
  font: 14px/2em "Quicksand", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased !important;
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper .onq-youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
input[type="date"],
textarea,
button {
  -webkit-appearance: none;
}
a,
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="password"],
textarea,
button {
  transition: all 0.3s ease;
  outline: none;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.d-block {
  display: block !important;
}
.text-none {
  text-transform: none !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}

/* ==========================================================================
    3.0 Landing page
    ========================================================================== */

.wysiwyg textarea {
  height: 160px;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.jcf-radio {
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 2px solid #dfe5e4;
  border-radius: 12px;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
  top: 3px;
}
.jcf-radio span {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #2a3673;
  border-radius: 20px;
  display: none;
}
.jcf-radio .jcf-disabled {
  background: none !important;
}
.jcf-radio .jcf-disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
  border-radius: 100%;
}
.jcf-radio .jcf-disabled span {
  background: #c7c7c7;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {
  display: block;
}
.jcf-checkbox {
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #dfe5e4;
  margin: 0 12px 0 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 2px;
}
.jcf-radio + label,
.jcf-checkbox + label {
  cursor: pointer;
}
.jcf-radio.jcf-disabled + label,
.jcf-checkbox.jcf-disabled + label {
  cursor: default;
}
.jcf-checkbox span {
  position: absolute;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 1px solid #2a3673;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}
.jcf-checkbox.jcf-disabled span {
  border-color: #2a3673;
}
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
.jcf-checkbox.jcf-checked,
.jcf-radio.jcf-checked,
.jcf-select.jcf-focus {
  border-color: #2a3673;
}
:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.site-nav {
  /*box-shadow: 0px 6px 15px #00000029;*/
  height: 50px;
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.site-nav.thin {
  background: #2d2b5d;
}
.c-hamburger {
  display: none;
}
.site-nav ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
}
.site-nav ul li {
  display: inline-block;
}
.site-nav ul li a {
  display: inline-block;
  padding: 10px 25px;
  font: 600 15px/19px "Quicksand";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.site-nav ul li a:hover {
  opacity: 0.7;
}
.site-header {
  width: 100%;
  padding: 0 20px;
  border-top: 50px solid #2d2b5d;
  background: #f5f7f9;
  position: relative;
}
.site-header-in {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.seni-logo {
  width: 120px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 6px 15px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  position: relative;
  z-index: 3;
}
.logo {
  display: block;
  max-width: 85px;
  height: auto;
}
.slogan {
  margin-left: 17px;
  display: block;
  max-width: 600px;
  height: auto;
  margin-top: -15px;
}
.form-container {
  width: 100%;
  padding: 30px 0 70px 0;
  background: #f5f7f9;
  z-index: 2;
  position: relative;
}
.after-submit-sending,
.after-submit {
  display:none;
}
.form-container-in {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}
.form-left-content {
  padding-right: 70px;
}
.wysiwyg h2 {
  font: normal normal bold 30px/1.1em "Quicksand" !important;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 25px;
}
.wysiwyg h4 {
  font: 600 18px/1.42em "Quicksand" !important;
  letter-spacing: 0px;
  color: #2a3673;
  margin-bottom: 20px;
}
.wysiwyg p {
  font: 600 14px/1.8em "Quicksand" !important;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
}
.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 20px;
  font: 600 14px/1.42 "Quicksand" !important;
}
.wysiwyg ol li,
.wysiwyg ul li {
  margin-bottom: 10px;
  padding-left: 17px;
  position:relative;
}
.wysiwyg ul li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d2b5d;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
}
.wysiwyg ul li:before {
  background: #2d2b5d;
}
.wysiwyg .aging-impacts-btn {
  background: #2d2b5d;
  box-shadow: 0px 6px 15px #00000029;
  border-radius: 7px;
  display:block;
  position: relative;
  color: #ffffff;
  border: 0;
  padding: 0;
  border: 0;
  max-width: 520px;
  margin-top: 20px;
}
.wysiwyg a.aging-impacts-btn:hover {
  border: 0;
}
.aging-impacts-left {
  display: block;
  padding: 20px 280px 20px 20px;
  font: 600 13px/1.3em "Quicksand";
  color: #ffffff;
}
.aging-impacts-left span {
  display: block;
}
.aging-impacts-left span:last-of-type {
  padding-top: 10px;
}
.aging-impacts-cover {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
}
.form-right {
  background: #ffffff;
  box-shadow: 0px 8px 25px #00000014;
  border-radius: 7px;
  padding: 30px 30px 10px 30px;
  position: relative;
  margin-bottom: auto;
  flex: 1 0 500px;
  max-width: 500px;
}
.form-row label:last-of-type .jcf-radio {
  margin-left: 20px;
}
.jcf-label,
.jcf-label-active {
  font-size: 16px;
}
.wysiwyg textarea,
.wysiwyg input[type="text"],
.wysiwyg input[type="email"],
.wysiwyg input[type="password"],
.wysiwyg input[type="tel"] {
  background: #fff;
  border: 2px solid #dfe5e4;
  height: 50px;
  border-radius: 25px;
  width: 100%;
  padding: 0 20px;
  color: #2b2827;
  font: 12px "Quicksand", sans-serif !important;
}
.wysiwyg textarea:hover,
.wysiwyg input[type="text"]:hover,
.wysiwyg input[type="email"]:hover,
.wysiwyg input[type="password"]:hover,
.wysiwyg input[type="tel"]:hover,
.wysiwyg textarea:focus,
.wysiwyg input[type="text"]:focus,
.wysiwyg input[type="email"]:focus,
.wysiwyg input[type="password"]:focus,
.wysiwyg input[type="tel"]:focus {
  border-color: #2a3673;
}
.form-right label a {
  color: #ff4338;
}
.form-right label a:hover {
  color: #2a3673;
}
.heart {
  position: absolute;
  right: 0;
  top: -160px;
  right: -20px;
}
.form-row {
  display: flex;
  margin-bottom: 20px;
}
#form-result.form-row {
  margin-bottom:0;
}
.form-col {
  flex: 1 0 47%;
  max-width: 47%;
}
.form-col:last-of-type {
  margin-left: auto;
  font-size:12px;
  line-height:1.42em;
}
.send-btn {
  width: 160px;
  height: 60px;
  background: #ff4338;
  border-radius: 30px;
  font: normal normal bold 16px/24px "Quicksand";
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.send-btn:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
}
.materials {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 50px 20px;
}
.movies > h1,
.activation > h1,
.materials > h1 {
  font: normal normal bold 36px/45px "Quicksand";
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 26px;
}
.movies > h1:before,
.activation > h1:before,
.materials > h1:before {
  width: 60px;
  height: 6px;
  background: transparent linear-gradient(270deg, #7d8cd9 0%, #2a3673 100%) 0%
    0% no-repeat padding-box;
  border-radius: 4px;
  content: "";
  display: block;
  margin-bottom: 20px;
}
.movies > h1:before {
  margin: 0 auto 20px auto;
}
.materials > p {
  font: 600 14px/28px "Quicksand";
  letter-spacing: 0px;
  color: #333333;
  max-width: 600px;
  margin-bottom: 40px;
}
.materials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.material-item {
  max-width: 386px;
  flex: 1 0 386px;
  background: #ffffff;
  box-shadow: 0px 8px 25px #00000014;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.material-item > a {
  display: block;
  text-align: center;
}
.material-item-bottom {
  margin-top: auto;
  display: flex;
  padding-top: 20px;
  align-items: center;
}
.mib-left {
  padding-right: 20px;
  width: 100%;
  color: #2a3673;
}
.mib-left h4 {
  font: 600 18px/23px "Quicksand";
  padding-bottom: 5px;
}
.mib-left p {
  font: 600 14px/24px "Quicksand";
}
.pdf-ico {
  text-align: center;
  background: #ff4338;
  border-radius: 35px;
  color: #fff;
  width: 70px;
  height: 70px;
  flex: 1 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pdf-ico:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
}
.pdf-ico span {
  font: 600 14px/1.2em "Quicksand";
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
}
.movies {
  text-align: center;
  padding:0 20px 80px 20px;
}
.nav-films {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.nav-films .button {
  height: 50px;
  border: 0;
  position: relative;
  color: #2a3673;
  font: 600 16px "Quicksand";
  background: none;
  padding: 0 20px;
}
.nav-films .button.current {
  height: 50px;
  background: #2a3673;
  border-radius: 25px;
  text-align: center;
  color: #fff;
}
.trade {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.trade + p {
  max-width:960px;
  margin:30px auto 0 auto;
}
.single-movie {
  display: none;
}
.single-movie.current {
  display: block;
}
.onq-youtube-player {
  position: relative;
}
.onq-youtube-player img {
  width: 100%;
  height: auto;
  display: block;
}
.onq-youtube-player svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.measure {
  max-width: 1280px;
  padding: 0 20px 90px 20px;
  margin: 0 auto;
}
.font-large {
  font-size: 18px;
  margin-bottom: 45px;
}
.sizing-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sizing-option-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sizing-option-item img {
  margin-right: 20px;
  display: block;
}
.activation {
  max-width: 1280px;
  padding: 0 20px 80px 20px;
  margin: 0 auto;
}
.activation-in {
  display: flex;
  align-items: flex-end;
}
.activation-left {
  padding-right: 50px;
}
.activation-left ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: 20px;
}
.activation-left ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px;
}
.activation-left ol li:last-of-type {
  margin-bottom: 0;
}
.activation-left ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  width: 30px;
  height: 30px;
  background: #ff4338;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  margin-right: 7px;
  line-height: 30px;
}
footer {
  width: 100%;
  height: 60px;
  background: #f5f7f9;
  text-align: center;
  color: #2a3673;
  font-size: 14px;
  line-height: 60px;
}
.go-to-top {
  width: 70px;
  height: 70px;
  background: #2d2b5d;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 50px;
  bottom: 25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  z-index: 101;
}
.go-to-top span {
  display: block;
}
.go-to-top:hover {
  box-shadow: 0px 8px 25px rgb(0 0 0 / 30%);
}
.grecaptcha-badge {
  visibility: hidden;
}
.lg-toolbar {
  background: #2d2b5d !important;
}

@media screen and (max-width: 414px) {
  .c-hamburger {
    display: block !important;
    position: fixed;
    z-index: 1003;
    top: 30px;
    left: auto;
    right: 10px;
    overflow: hidden;
    margin: -25px 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background: #2d2b5d;
  }
  .c-hamburger.is-active span {
    transform: rotate(180deg);
  }
  .c-hamburger span {
    transition: transform 0.3s;
    display: block;
    position: absolute;
    top: 24px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #fff;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .c-hamburger span::before {
    top: -10px;
  }
  .c-hamburger span::after {
    bottom: -10px;
  }
  .c-hamburger span::before {
    transform-origin: top left;
    transition: transform 0.3s, width 0.3s, top 0.3s;
  }
  .c-hamburger span::after {
    transform-origin: bottom left;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
  }
  .c-hamburger.is-active span::before {
    top: 0;
    transform: translateX(30px) translateY(1px) rotate(-135deg);
  }
  .c-hamburger.is-active span::after {
    bottom: 0;
    transform: translateX(30px) translateY(-1px) rotate(135deg);
  }
  .c-hamburger.is-active span::before,
  .c-hamburger.is-active span::after {
    width: 50%;
  }
  .menu-active header nav ul {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  nav ul {
    padding: 0;
    margin: 0;
    z-index:-1;
    position:relative;
    opacity:0;
    visibility:hidden;
  }
  .heart,
  .slogan {
    display: none;
  }
  .form-container-in {
    display: block;
  }
  .wysiwyg a.aging-impacts-btn {
    max-width: 100%;
  }
  .wysiwyg a.aging-impacts-btn {
    display: flex;
    flex-direction: column;
    margin-bottom:40px;
  }
  .aging-impacts-left {
    padding: 0 20px 20px 20px;
    order: 2;
  }
  .aging-impacts-cover {
    order: 1;
    position: static;
    transform:none;
  }
  .activation-left,
  .form-left-content {
    padding-right:0;
  }
  .site-header-in {
    padding:0;
  }
  .seni-logo {
    width:80px;
    height:80px;
    margin-top:-40px;
  }
  .logo {
    max-width:60px;
  }
  .site-header {
    border-top:58px solid #2d2b5d;
  }
  .form-right {
    padding:20px;
  }
  .activation-in,
  .sizing-options,
  .form-row {
    display:block;
  }
  .material-item,
  .form-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .materials {
    padding:40px 20px 20px 20px;
  }
  .movies > h1, .activation > h1, .materials > h1 {
    font:normal normal bold 26px/1.1em "Quicksand";
    margin-bottom:15px;
  }
  .form-container {
    padding-bottom:40px;
  }
  .material-item > a img {
    height:auto;
    max-width:100%;
    display:block;
    margin:0 auto;
  }
  .form-col:first-of-type {
    margin-bottom:20px;
  }
  .sizing-below img {
    width:100%;
    height:auto;
  }
  .go-to-top {
    width:50px;
    height:50px;
    border-radius:25px;
    right:10px;
    bottom:10px;
  }
  footer {
    text-align:left;
    padding:0 20px;
  }
  .sizing-option-item img {
    max-width:170px;
  }
  .sizing-option-item {
    margin:10px 0;
  }
  .site-nav {
    height:58px;
  }
  .wysiwyg h2 {
    font-size:22px;
  }
  .nav-films {
    padding:0;
    margin-bottom:20px;
  }
  .nav-films .button {
    font-size:11px;
    padding:10px 6px;
    height: auto;
    border-radius:7px;
  }
  .nav-films .button.current {
    height:auto;
    border-radius:7px;
  }
  .movies {
    padding-bottom:30px;
  }
  .menu-active .site-nav {
    height:100vh;
    background:#2d2b5d;
  }
  .menu-active .site-nav ul {
    padding: 0;
    margin: 0;
    z-index:1;
    position:relative;
    opacity:1;
    visibility:visible;
    flex-direction:column;
    height:100vh;
    text-align:center;
    align-items:center;
    justify-content:center;
  }
  .menu-active .go-to-top {
    visibility:hidden;
  }
  .activation-right {
    text-align:center;
    padding-top:20px;
  }
  .activation {
    padding:0 20px 20px 20px;
  }
}
