/* == LUNDBECK - Styles == */
/* == LUNDBECK - Mixins genéricos == */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == LUNDBECK - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'bliss';
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1D1D1B;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fff;
}
body.fix {
  overflow: hidden;
}
/* == Text Styles == */
a {
  color: #1D1D1B;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
.noTouchDevice a:hover {
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-size: 1.357em;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
@font-face {
  font-family: 'bliss';
  src: url('../css/fonts/blisspro-regular-webfont.woff2') format('woff2'), url('../css/fonts/blisspro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bliss';
  src: url('../css/fonts/blisspro-light-webfont.woff2') format('woff2'), url('../css/fonts/blisspro-light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'chronicle';
  src: url('../css/fonts/chronicle_display_roman-webfont.woff2') format('woff2'), url('../css/fonts/chronicle_display_roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chronicle';
  src: url('../css/fonts/chronicle_display_light-webfont.woff2') format('woff2'), url('../css/fonts/chronicle_display_light-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
.overlay {
  background: white;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0;
  -moz-transition: all, 0;
  -o-transition: all, 0;
  transition: all, 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  z-index: -5;
}
.overlay .loading-container,
.overlay .loading {
  height: 100px;
  position: relative;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.overlay .loading-container .loading {
  border: 2px solid transparent;
  border-color: transparent #1d1d1d transparent #1d1d1d;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  transition: all 0.5s ease-in-out;
}
.overlay .loading-container #loading-text {
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #1d1d1d;
  font-family: 'bliss';
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 38px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  20% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  50% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
.menu--primary {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 50%;
  max-width: 1480px;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
}
.menu--primary.color--light ul li a {
  color: white;
}
.menu--primary ul li {
  padding: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.menu--primary ul li.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.menu--primary ul li a {
  font-size: 1em;
  font-family: 'chronicle';
  font-weight: normal;
  color: #CA411D;
  display: block;
}
.mask {
  overflow: hidden;
  position: relative;
}
.section {
  background-color: white;
  position: relative;
}
.fp-overflow {
	height: 100%;
}
.fp-watermark {
	display: none;
}
.section.fp-section {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.section.section--color-background:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #EEEEE4;
  -webkit-transition: all, 1.8s;
  -moz-transition: all, 1.8s;
  -o-transition: all, 1.8s;
  transition: all, 1.8s;
}
.section.slide-active:after {
  height: 100%;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--02.slide-active .content--side .bottom div span,
.section.section--02.slide-active .content--side .top div span {
  top: 0;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section.section--02.slide-active .content--side .bottom div span + span,
.section.section--02.slide-active .content--side .top div span + span {
  top: 0;
  -webkit-transition: all, 2.4s;
  -moz-transition: all, 2.4s;
  -o-transition: all, 2.4s;
  transition: all, 2.4s;
}
.section.section--02.slide-active .container--star {
  top: 10%;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--02.slide-active .ellipse {
  top: -900px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.section.section--02 .content--side {
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 425px;
}
.section.section--02 .content--side .top div span {
  display: block;
  font-family: 'chronicle';
  font-weight: normal;
  color: #1D1D1B;
  font-size: 1.25em;
  line-height: 1.4em;
}
.section.section--02 .content--side .bottom div {
  display: block;
  overflow: hidden;
}
.section.section--02 .content--side .bottom div span {
  display: block;
  font-family: 'chronicle';
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  color: #1d1d1d;
  top: -200px;
  position: relative;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section.section--02 .content--side .bottom div + div {
  margin-top: 20px;
}
.section.section--02 .content--side .bottom div + div span {
  font-family: 'bliss';
  margin-top: 10px;
  color: #CA411D;
}
.section.section--02 .only-mobile {
  display: none;
  margin-top: 120px;
}
.section.section--02 .only-mobile .container--slider {
  display: none;
}
.section.section--02 .content--top {
  max-width: 724px;
  width: 100%;
}
.section.section--02 .content--top .column {
  width: 100%;
}
.section.section--02 .content--top .title {
  display: block;
  font-family: 'chronicle';
  font-weight: normal;
  font-size: 2.2em;
  color: #A5A07B;
  line-height: 0.9em;
  text-transform: initial;
  font-style: italic;
  position: relative;
  border-bottom: 1px solid #A5A07B;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section.section--02 .content--top p {
  margin: 0;
  padding: 0;
  max-width: 277px;
  font-family: 'bliss';
  font-weight: normal;
  font-size: 1em;
  line-height: 1.15em;
  color: #1D1D1B;
  margin: 0 0 0 auto;
  position: relative;
}
.section.section--02 .content--top p strong {
  font-weight: bold;
}
.section.section--02 .content--bottom {
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.section.section--02 .content--bottom .column {
  overflow: hidden;
}
.section.section--02 .content--bottom p {
  margin: 0;
  padding: 0;
  max-width: 277px;
  font-family: 'bliss';
  font-weight: 100;
  font-size: 1em;
  line-height: 1.15em;
  color: #A5A07B;
  margin: 0 0 0 auto;
  position: relative;
}
.section.section--02 .content--bottom p strong {
  font-weight: bold;
}
.section.section--03 .container--star {
  top: 10%;
}
.section.section--03 .container--star .media:before {
  content: "";
  display: block;
  background-color: #EEEEE4;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all, 2.9s;
  -moz-transition: all, 2.9s;
  -o-transition: all, 2.9s;
  transition: all, 2.9s;
}
.section.section--03.active:after {
  width: 100%;
  height: 100%;
  background-color: #CA411D;
  -webkit-transition: all, 1.8s;
  -moz-transition: all, 1.8s;
  -o-transition: all, 1.8s;
  transition: all, 1.8s;
}
.section.section--03.active .container--star {
  right: 18%;
  top: 30%;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
}
.section.section--03.active .container--star .media:before {
  -webkit-transition: all, 2.9s;
  -moz-transition: all, 2.9s;
  -o-transition: all, 2.9s;
  transition: all, 2.9s;
  width: 100%;
}
.section.section--03.active .content .content--top .title,
.section.section--03.active .content .content--top p {
  right: 0;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--03.active .content .content--bottom p {
  right: 0;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--03.active .content .fx--slider .slide--image img {
  right: 0;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--03.active .content .fx--slider .slide--content .title,
.section.section--03.active .content .fx--slider .slide--content .note {
  right: 0;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--04 .container--star {
  top: 10%;
  right: 18%;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
}
.section.section--04 .container--star .media:before {
  content: "";
  display: block;
  background-color: #EEEEE4;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all, 2.9s;
  -moz-transition: all, 2.9s;
  -o-transition: all, 2.9s;
  transition: all, 2.9s;
}
.section.section--04 .title {
  font-family: 'chronicle';
  font-weight: normal;
  font-style: italic;
  color: white;
  font-size: 13vh;
  padding-left: 60px;
  margin-bottom: 18px;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  position: relative;
}
.section.section--04 .title span {
  display: block;
  line-height: 1em;
  position: relative;
  bottom: -110px;
  -webkit-transition: bottom, 0.9s;
  -moz-transition: bottom, 0.9s;
  -o-transition: bottom, 0.9s;
  transition: bottom, 0.9s;
}
.section.section--04 .title span + span {
  margin-left: 30px;
}
.section.section--04 .content--top,
.section.section--04 .content--bottom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.section.section--04 .content {
  padding-bottom: 40px;
  max-width: 100%;
}
.section.section--04 .content .container {
  display: flex;
  position: relative;
}
.section.section--04 .content .container .item--content {
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  align-self: flex-start;
  padding: 30px 60px;
  position: absolute;
  left: 0;
}
.section.section--04 .content .container .item--content .item--content-info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.section.section--04 .content .container .item--content .item--content-info p {
  font-family: 'chronicle';
  font-weight: normal;
  color: white;
  line-height: 1.3em;
}
.section.section--04 .content .container .item--content .item--content-info .container--btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.section.section--04 .content .container .item--content .item--content-info .btn {
  font-size: 2em;
  font-family: 'chronicle';
  font-weight: normal;
  font-style: italic;
  color: white;
  position: relative;
  display: block;
}
.section.section--04 .content .container .item--content .item--content-info .btn:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  bottom: -10px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--04 .content .container .item--content .item--content-info .btn:hover::after {
  width: 100%;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--04 .content .container .item--image {
  max-width: 578px;
  width: 100%;
  height: 386px;
  margin-left: 0;
  position: relative;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  bottom: -120px;
}
.section.section--04 .content .container .item--image .container--item-image {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section.section--04 .content .container .item--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section.section--04 .content .container .item--image .container--video {
  padding-bottom: 36.25%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--04.active:after {
  width: 100%;
  height: 100%;
  background-color: #CA411D;
  -webkit-transition: all, 1.8s;
  -moz-transition: all, 1.8s;
  -o-transition: all, 1.8s;
  transition: all, 1.8s;
}
.section.section--04.active .container--star {
  top: 100%;
  right: -100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.section.section--04.active .title span {
  bottom: 0;
  -webkit-transition: bottom, 2s;
  -moz-transition: bottom, 2s;
  -o-transition: bottom, 2s;
  transition: bottom, 2s;
}
.section.section--04.active .title span + span {
  transition-delay: 0.5s;
  bottom: 10px;
}
.section.section--04.active .title.title--media.active {
  padding-left: 0;
  font-size: 4vh;
  -webkit-transition: all, 0.1s;
  -moz-transition: all, 0.1s;
  -o-transition: all, 0.1s;
  transition: all, 0.1s;
}
.section.section--04.active .title.title--media.active span {
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--04.active .title.title--media.active span + span {
  transition-delay: 0s;
}
.section.section--04.active .container {
  max-width: 100%;
}
.section.section--04.active .container .item--content {
  width: 30%;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--04.active .container .item--content .item--content-info {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 1.5s;
}
.section.section--04.active .container .item--image {
  max-width: 70%;
  height: 600px;
  left: 0;
  margin-left: calc(100% - 70%);
  margin-right: auto;
  overflow: initial;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
  bottom: 0;
}
.section.section--04.active .container .item--image.active {
  max-width: 100%;
  margin-left: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--04.active .container .item--image .container--video {
  position: relative;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  padding-bottom: 46.25%;
  height: 0;
}
.section.section--04.active .container .item--image .container--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.section--05:after {
  width: 100%;
  height: 100%;
  background-color: #CA411D;
  -webkit-transition: all, 1.8s;
  -moz-transition: all, 1.8s;
  -o-transition: all, 1.8s;
  transition: all, 1.8s;
  z-index: 0;
}
.section.section--05:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEEEE4;
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
  z-index: 1;
  position: absolute;
}
.section.section--05.active:before {
  height: 100%;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
}
.section.section--05.active .container .ellipse--sky {
  right: -500px;
  bottom: -300px;
  top: initial;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section.section--05.active .container .title .container--title img {
  bottom: 0;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--05.active .container .title:after {
  width: 100%;
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
  left: 0;
}
.section.section--05.active .container .info--cta p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
  bottom: 0;
}
.section.section--05 .container {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: 10%;
  height: 100%;
}
.section.section--05 .container .ellipse--sky {
  position: absolute;
  right: -930px;
  bottom: -980px;
  max-width: 790px;
  height: 790px;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section.section--05 .container .ellipse--sky .media {
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.section.section--05 .container .ellipse--sky .media img,
.section.section--05 .container .ellipse--sky .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.section--05 .container .container--btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.section.section--05 .container .btn {
  font-size: 2em;
  font-family: 'chronicle';
  font-weight: normal;
  font-style: italic;
  color: #CA411D;
  position: relative;
  display: block;
}
.section.section--05 .container .btn:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #CA411D;
  display: block;
  position: absolute;
  bottom: -10px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--05 .container .btn:hover::after {
  width: 100%;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--05 .container .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.section.section--05 .container .title .container--title {
  overflow: hidden;
}
.section.section--05 .container .title .container--title img {
  bottom: -80px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  position: relative;
  display: block;
  max-width: 409px;
  width: 100%;
}
.section.section--05 .container .title:after {
  content: "";
  height: 1px;
  width: 20%;
  display: block;
  background-color: #1D1D1B;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
  left: -200px;
  position: absolute;
  bottom: 0;
}
.section.section--05 .container .info--cta {
  font-family: 'chronicle';
  font-weight: normal;
  color: #1D1D1B;
  font-size: 1.25em;
  line-height: 1.3em;
  max-width: 428px;
  position: relative;
}
.section.section--05 .container .info--cta p {
  position: relative;
  bottom: -100px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 1.5s;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
}
.section.section--05 .container .info--cta strong {
  color: #CA411D;
  font-family: 'bliss';
  font-weight: normal;
  margin-top: 30px;
  display: block;
}
.section.section--06:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEEEE4;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
  z-index: 1;
  position: absolute;
}
.section.section--06:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #CA411D;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
  z-index: 1;
  position: absolute;
}
.section.section--06.active:after {
  height: 5%;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
}
.section.section--06.active .container .ellipse--sky {
  right: -250px;
  bottom: 40%;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
  top: initial;
}
.section.section--06.active .container .title .container--title img {
  bottom: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--06.active .container .title:after {
  width: 100%;
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
  left: 0;
}
.section.section--06.active .container .info--cta {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
  bottom: 0;
}
.section.section--06.active .container .info--cta .mask .title--cta,
.section.section--06.active .container .info--cta .mask p {
  position: relative;
  bottom: 0px;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--06.active .container .info--cta .mask img {
  width: 100%;
  display: block;
  height: auto;
}
.section.section--06 .container {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: 10%;
  height: 100%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--06 .container.container--center {
  top: 10%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--06 .container .ellipse--sky {
  position: absolute;
  right: -500px;
  bottom: -200px;
  top: initial;
  max-width: 790px;
  height: 790px;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section.section--06 .container .ellipse--sky .media {
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.section.section--06 .container .ellipse--sky .media img,
.section.section--06 .container .ellipse--sky .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.section--06 .container .container--btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.section.section--06 .container .btn {
  font-size: 2em;
  font-family: 'chronicle';
  font-weight: normal;
  font-style: italic;
  color: #CA411D;
  position: relative;
  display: block;
}
.section.section--06 .container .btn:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #CA411D;
  display: block;
  position: absolute;
  bottom: -10px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--06 .container .btn:hover::after {
  width: 100%;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--06 .container .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.section.section--06 .container .title .container--title {
  overflow: hidden;
}
.section.section--06 .container .title .container--title img {
  bottom: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  position: relative;
}
.section.section--06 .container .title:after {
  content: "";
  height: 1px;
  width: 20%;
  display: block;
  background-color: #1D1D1B;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
  left: -200px;
  position: absolute;
  bottom: 0;
}
.section.section--06 .container .info--cta {
  font-family: 'chronicle';
  font-weight: normal;
  color: #1D1D1B;
  font-size: 1.25em;
  line-height: 1.3em;
  max-width: 428px;
  position: relative;
  bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 1.5s;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
}
.section.section--06 .container .info--cta strong {
  color: #CA411D;
  font-family: 'bliss';
  font-weight: normal;
  margin-top: 30px;
  display: block;
}
.section.section--06 .container .info--cta .title--cta {
  display: block;
  color: #CA411D;
  font-size: 3.375em;
  line-height: 1em;
  margin-bottom: 10px;
  font-family: 'chronicle';
  font-weight: normal;
  text-transform: uppercase;
}
.section.section--06 .container .info--cta .mask {
  overflow: hidden;
  position: relative;
}
.section.section--06 .container .info--cta .mask .title--cta,
.section.section--06 .container .info--cta .mask p {
  position: relative;
  bottom: -150px;
  -webkit-transition: all, 1.9s;
  -moz-transition: all, 1.9s;
  -o-transition: all, 1.9s;
  transition: all, 1.9s;
}
.section.section--07:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEEEE4;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
  z-index: 0;
  position: absolute;
}
.section.section--07:after {
  content: "";
  display: block;
  width: 100%;
  height: 5%;
  background-color: #CA411D;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
  position: absolute;
}
.section.section--07 .inner {
  padding: 0;
  max-width: 100%;
}
.section.section--07.active .container .container--rrss .title {
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.section.section--07.active .container .container--rrss .icons--social {
  margin-top: 40px;
  position: relative;
  bottom: 0;
  -webkit-transition: all, 1.5s;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
  transition-delay: 1s;
}
.section.section--07.show .container .ellipse--sky {
  right: -10%;
  bottom: 0;
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
  top: initial;
  width: 120%;
  max-width: 120%;
  height: 220%;
}
.section.section--07 .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
  top: 0;
  max-width: 100%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--07 .container.container--center {
  top: 20%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--07 .container .ellipse--sky {
  position: absolute;
  right: -30px;
  bottom: 32%;
  top: initial;
  max-width: 790px;
  height: 790px;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section.section--07 .container .ellipse--sky .media {
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.section.section--07 .container .ellipse--sky .media img,
.section.section--07 .container .ellipse--sky .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.section--07 .container .slider--fx {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--07 .container .slider--fx.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--07 .container .slider--fx .slick-arrow {
  display: none!important;
}
.section.section--07 .container .slider--fx .controls {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.section.section--07 .container .slider--fx .controls .control {
  display: block;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--07 .container .slider--fx .controls .control.slick-disable {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  pointer-events: none;
}
.section.section--07 .container .slider--fx .controls .control img {
  cursor: pointer;
}
.section.section--07 .container .slider--fx .controls .control + .control {
  margin-top: 30px;
}
.section.section--07 .container .slider--fx .controls .control.previous img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  position: relative;
}
.section.section--07 .container .slider--rrss {
  width: 100%;
}
.section.section--07 .container .slider--rrss .item {
  display: block;
  padding: 10px 0;
}
.section.section--07 .container .slider--rrss .item img {
  width: 100%;
}
.section.section--07 .container .container--rrss {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: block;
  align-items: center;
  height: 100%;
}
.section.section--07 .container .container--rrss .fx {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.section.section--07 .container .container--rrss .fx .column {
  width: 60%;
}
.section.section--07 .container .container--rrss .fx .column + .column {
  width: 40%;
}
.section.section--07 .container .container--rrss .title {
  display: block;
  font-size: 3.5em;
  line-height: 1em;
  font-family: 'chronicle';
  font-weight: normal;
  color: white;
  max-width: 665px;
  font-style: italic;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--07 .container .container--rrss .icons--social {
  margin-top: 40px;
  position: relative;
  bottom: -100px;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--07 .container .container--rrss .icons--social ul {
  display: flex;
  align-items: center;
}
.section.section--07 .container .container--rrss .icons--social ul li {
  padding: 0;
}
.section.section--07 .container .container--rrss .icons--social ul li a {
  display: block;
}
.section.section--07 .container .container--rrss .icons--social ul li + li {
  margin-left: 20px;
}
.section.section--08.active .container .ellipse--sky {
  bottom: 110%;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section.section--08.active .campaigns .campaigns--head:before {
  width: 100%;
  -webkit-transition: all, 4s;
  -moz-transition: all, 4s;
  -o-transition: all, 4s;
  transition: all, 4s;
  transition-delay: 1s;
}
.section.section--08.active .campaigns .campaigns--content:before {
  height: 100%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--08 .inner {
  padding: 0;
  max-width: 100%;
}
.section.section--08 .container {
  top: 0;
  max-width: 100%;
  height: 100%;
}
.section.section--08 .container .ellipse--sky {
  position: absolute;
  right: -10%;
  bottom: 0;
  -webkit-transition: all, 3s;
  -moz-transition: all, 3s;
  -o-transition: all, 3s;
  transition: all, 3s;
  top: initial;
  width: 120%;
  max-width: 120%;
  height: 220%;
  z-index: 5;
}
.section.section--08 .container .ellipse--sky .media {
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.section.section--08 .container .ellipse--sky .media img,
.section.section--08 .container .ellipse--sky .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.section--08 .campaigns {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.section--08 .campaigns .title {
  font-style: italic;
  font-family: 'chronicle';
  font-weight: 100;
  font-size: 9.625vh;
  color: #CA411D;
}
.section.section--08 .campaigns .title .title--inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.section.section--08 .campaigns .title .title--inner span {
  display: block;
  line-height: 0.9em;
}
.section.section--08 .campaigns .title .title--inner span + span {
  margin-left: 50px;
}
.section.section--08 .campaigns .campaigns--head {
  height: 20vh;
  background-color: #EEEEE4;
  position: relative;
}
.section.section--08 .campaigns .campaigns--head:before {
  content: "";
  height: 2px;
  width: 0%;
  background: #CA411D;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--08 .campaigns .campaigns--content {
  height: 68vh;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--08 .campaigns .campaigns--content:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #EEEEE4 0%, #EEEEE4 50%, #CA411D 50%, #CA411D 100%);
}
.section.section--08 .campaigns .campaigns--content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 106px;
  display: block;
  width: 100%;
  left: 0;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #CA411D 50%, #CA411D 100%);
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column {
  width: 27%;
  padding: 40px 0 0 0;
  background-color: #EEEEE4;
  position: relative;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column:after {
  content: "";
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 106px;
  width: 100%;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column {
  width: 73%;
  padding-right: 0;
  padding-left: 80px;
  background-color: #CA411D;
  display: flex;
  align-items: center;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column:after {
  content: none;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column.show .carousel--campaign-left {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  transition-delay: 0.5s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column.show .carousel--campaign-right {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 1.3s;
  -moz-transition: all, 1.3s;
  -o-transition: all, 1.3s;
  transition: all, 1.3s;
  transition-delay: 1s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column.show .carousel--campaign-right .item .image img {
  bottom: 0;
  -webkit-transition: bottom, 2s;
  -moz-transition: bottom, 2s;
  -o-transition: bottom, 2s;
  transition: bottom, 2s;
  transition-delay: 0.5s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left {
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  position: relative;
  z-index: 1;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list {
  height: 100%;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list .slick-track {
  height: 100%;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .scrollable-content {
  height: 80%;
  overflow: hidden;
  position: relative;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .scrollable-content:after {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #eeeee4 100%);
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .scrollable-content .scrollable {
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  position: relative;
  padding-bottom: 50px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-right {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  width: 100%;
  max-width: 725px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-right .slick-arrow {
  display: none!important;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
  position: relative;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item.slick-active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--testimonial {
  margin-top: 40px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--testimonial > .title {
  display: block;
  text-transform: uppercase;
  color: #A5A07B;
  font-size: 1em;
  font-family: 'bliss';
  font-weight: normal;
  line-height: 1em;
  font-style: normal;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--testimonial .testimonial {
  color: #A5A07B;
  font-size: 1.5em;
  font-family: 'chronicle';
  font-weight: normal;
  font-style: italic;
  display: block;
  line-height: 1.1em;
  max-width: 290px;
  margin-top: 20px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--testimonial .testimonial span {
  display: block;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--testimonial .testimonial span + span {
  margin-top: 20px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos {
  padding: 30px;
  height: 106px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos a {
  width: 30%;
  display: block;
  height: auto;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos a + a {
  margin-left: 20px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos img {
  width: 100%;
  display: block;
  height: auto;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item p {
  max-width: 278px;
  font-size: 1em;
  color: #1D1D1B;
  font-family: 'chronicle';
  font-weight: normal;
  line-height: 1.2em;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item p strong {
  color: #CA411D;
  font-family: 'bliss';
  font-weight: normal;
  line-height: 1.1em;
  font-size: 0.875em;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item p + p {
  margin-top: 20px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--play {
  left: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateX(-50%) translateY(-75%) scale(0.6);
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--play .btn--play-slide {
  font-size: 2.5em;
  font-family: 'chronicle';
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .container--play .btn--play-slide:before {
  content: url("data:image/svg+xml,%3Csvg width='189' height='181' viewBox='0 0 189 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_620_11)'%3E%3Cpath d='M185.809 71.4945C186.548 91.0203 177.043 110.829 161.01 127.078C144.976 143.328 122.434 155.993 97.1821 161.194C71.9302 166.395 48.7858 163.138 31.7801 153.693C14.7748 144.248 3.92949 128.631 3.19077 109.105C2.45205 89.5788 11.9571 69.7706 27.9903 53.5211C44.0239 37.2712 66.5659 24.6058 91.8179 19.4052C117.07 14.2045 140.214 17.4609 157.22 26.9063C174.225 36.3516 185.071 51.9686 185.809 71.4945Z' stroke='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_b_620_11)'%3E%3Cpath d='M179.283 93.0571C179.048 132.282 140.984 162.99 94.0748 161.465C47.1653 159.939 9.48284 126.768 9.71715 87.5432C9.95146 48.3183 48.0156 17.6101 94.925 19.1355C141.834 20.6609 179.517 53.8322 179.283 93.0571Z' stroke='white'/%3E%3C/g%3E%3Cg filter='url(%23filter2_b_620_11)'%3E%3Cpath d='M184.471 90.9515C184.72 130.136 144.757 161.796 94.9536 161.436C45.1499 161.076 4.78137 128.834 4.53236 89.6503C4.28335 50.466 44.2458 18.8058 94.0494 19.1659C143.853 19.5261 184.222 51.7672 184.471 90.9515Z' stroke='white'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: -80px;
  left: -40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image {
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image:before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #EEEEE4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.multimedia:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.multimedia.show--video:after {
  content: none;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.multimedia .container--video {
  position: absolute;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  padding-bottom: 60.25%;
  height: 0;
  width: 100%;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.multimedia .container--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  bottom: -100%;
  -webkit-transition: bottom, 2s;
  -moz-transition: bottom, 2s;
  -o-transition: bottom, 2s;
  transition: bottom, 2s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .content .container--btn {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .content .btn {
  font-size: 2em;
  font-family: 'chronicle';
  font-weight: 100;
  font-style: italic;
  color: white;
  position: relative;
  display: block;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .content .btn:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  bottom: -10px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .content .btn:hover::after {
  width: 100%;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .title {
  display: block;
  margin-top: 15px;
  font-size: 2.5em;
  color: white;
  font-style: italic;
  font-family: 'chronicle';
  font-weight: normal;
  line-height: 1em;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .slick-dots {
  position: absolute;
  left: -30px;
  top: 0;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .slick-dots li {
  line-height: 0;
  padding: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .slick-dots li + li {
  margin-top: 10px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .slick-dots li.slick-active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .slick-dots li button {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 0;
  width: 16px;
  height: 16px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  height: 330px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control {
  display: block;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control.slick-disable {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  pointer-events: none;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control img {
  cursor: pointer;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control + .control {
  margin-top: 30px;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control.previous img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: relative;
}
.section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control.next img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: relative;
}
.section.section--08 .campaigns .campaigns--footer {
  height: 12vh;
  background-color: white;
  position: relative;
  z-index: 1;
  border-top: 2px solid #CA411D;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 30px;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .column {
  width: 50%;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .ht {
  display: block;
  color: #CA411D;
  font-size: 3.125em;
  font-family: 'chronicle';
  font-weight: 100;
  line-height: 1em;
  font-style: italic;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .rrss ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .rrss ul li {
  padding: 0;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .rrss ul li + li {
  margin-left: 20px;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .rrss ul li a {
  display: block;
  line-height: 0;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul li {
  padding: 0;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul li a {
  color: #1D1D1B;
  display: block;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul li a:hover {
  text-decoration: underline;
}
.section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul li + li {
  margin-left: 10px;
  font-size: 1em;
  font-family: 'bliss';
  font-weight: normal;
}
.section .inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  height: 100%;
}
.section .title--main {
  font-size: 8.5em;
  color: #FF9C00;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  position: absolute;
  max-width: 810px;
  bottom: 20%;
}
.section .title--main:before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #FF9C00;
  position: absolute;
  left: -50%;
  top: -20px;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section .title--main div {
  display: block;
  overflow: hidden;
  line-height: 1.15em;
}
.section .title--main div span {
  display: block;
  top: -180px;
  position: relative;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  font-family: 'chronicle';
  font-weight: normal;
}
.section .title--main div + div {
  margin-top: -25px;
}
.section .title--main.active:before {
  width: 100%;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section .title--main.active div span {
  top: 0;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}
.section .title--main.active div + div span {
  top: 0;
  -webkit-transition: all, 1.2s;
  -moz-transition: all, 1.2s;
  -o-transition: all, 1.2s;
  transition: all, 1.2s;
}
.section .title--main.active div + div + div span {
  top: 0;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section .ellipse {
  position: absolute;
  right: -930px;
  top: -980px;
  max-width: 907px;
  height: 907px;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section .ellipse.active {
  right: -130px;
  top: -330px;
  -webkit-transition: all, 1.6s;
  -moz-transition: all, 1.6s;
  -o-transition: all, 1.6s;
  transition: all, 1.6s;
}
.section .ellipse .media {
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.section .ellipse .media img,
.section .ellipse .media video {
  display: block;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: bottom;
}
.section .info {
  max-width: 595px;
  width: 100%;
  position: absolute;
  bottom: 10%;
  right: 40px;
}
.section .info .container {
  overflow: hidden;
}
.section .info.active:after {
  width: 100%;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section .info.active p {
  top: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section .info:after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #FF9C00;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.section .info p {
  top: -150px;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
  position: relative;
  max-width: 535px;
  font-size: 1.25em;
  font-family: 'chronicle';
  font-weight: normal;
  color: #1D1D1B;
  line-height: 1.4em;
}
.section .content--side {
  position: relative;
  z-index: 2;
  max-width: 576px;
  width: 100%;
  top: 10%;
}
.section .content--side div {
  display: block;
  overflow: hidden;
}
.section .content--side div span {
  display: block;
  font-size: 2em;
  line-height: 1.2em;
  color: #1d1d1d;
  top: -200px;
  position: relative;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section .content--side div + div span {
  margin-top: 10px;
  color: #CA411D;
}
.section .container--star {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 70%;
  height: 100%;
  right: -10%;
  -webkit-transition: all, 2s;
  -moz-transition: all, 2s;
  -o-transition: all, 2s;
  transition: all, 2s;
}
.section .container--star .media {
  background-color: #EEEEE4;
  width: 100%;
  height: 120%;
  -webkit-clip-path: url(#my-star-path);
  clip-path: url(#my-star-path);
}
.section .container--star .media img,
.section .container--star .media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .content {
  max-width: 1186px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section .content .content--top {
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.section .content .content--top .column {
  width: 50%;
  overflow: hidden;
}
.section .content .content--top .title {
  display: block;
  font-family: 'chronicle';
  font-weight: normal;
  font-size: 3.75em;
  color: #A5A07B;
  line-height: 0.9em;
  text-transform: initial;
  font-style: italic;
  position: relative;
  right: -400px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .content--top p {
  margin: 0;
  padding: 0;
  max-width: 277px;
  font-family: 'bliss';
  font-weight: normal;
  font-size: 1em;
  line-height: 1.15em;
  color: #1D1D1B;
  margin: 0 0 0 auto;
  position: relative;
  right: -400px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .content--top p strong {
  font-weight: bold;
}
.section .content .content--bottom {
  max-width: 724px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #A5A07B;
  padding-top: 30px;
  margin-top: 30px;
}
.section .content .content--bottom .column {
  overflow: hidden;
}
.section .content .content--bottom p {
  margin: 0;
  padding: 0;
  max-width: 277px;
  font-family: 'bliss';
  font-weight: 100;
  font-size: 1em;
  line-height: 1.15em;
  color: #A5A07B;
  margin: 0 0 0 auto;
  position: relative;
  right: -400px;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .content--bottom p strong {
  font-weight: bold;
}
.section .content .container--slider {
  margin-top: 50px;
  position: relative;
}
.section .content .container--slider .slick-arrow {
  display: none!important;
}
.section .content .container--slider .controls {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  right: -50px;
}
.section .content .container--slider .controls .control {
  display: block;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}
.section .content .container--slider .controls .control.slick-disable {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  pointer-events: none;
}
.section .content .container--slider .controls .control img {
  cursor: pointer;
}
.section .content .container--slider .controls .control + .control {
  margin-top: 30px;
}
.section .content .container--slider .controls .control.previous img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  position: relative;
}
.section .content .fx--slider {
  display: flex;
  align-items: flex-end;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section .content .fx--slider.slick-active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section .content .fx--slider .slide--image {
  max-width: 578px;
  width: 100%;
  height: 386px;
  overflow: hidden;
  position: relative;
}
.section .content .fx--slider .slide--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: -600px;
  position: relative;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .fx--slider .slide--content {
  padding-left: 105px;
  padding-bottom: 40px;
  overflow: hidden;
}
.section .content .fx--slider .slide--content .title {
  max-width: 425px;
  color: #CA411D;
  text-transform: uppercase;
  font-size: 1.75em;
  font-family: 'bliss';
  font-weight: normal;
  right: -400px;
  position: relative;
  line-height: 1.1em;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .fx--slider .slide--content .title strong {
  font-size: 2.7em;
  font-family: 'chronicle';
  display: block;
  line-height: 0.9em;
  margin-bottom: 5px;
  max-width: 425px;
}
.section .content .fx--slider .slide--content .title p + p {
  max-width: 277px;
}
.section .content .fx--slider .slide--content .title em {
  position: relative;
  display: inline-block;
}
.section .content .fx--slider .slide--content .title em:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #FF9C00;
  display: block;
  position: absolute;
  bottom: -3px;
}
.section .content .fx--slider .slide--content .title em:after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 14.32C7.8 14.6 7.16 14.04 6.84 12.96C6.64 12.24 6.52 9.12 6.48 8.24L6.12 8.12C5.56 8.84 3.72 11.32 3.04 11.76C2.12 12.36 1.4 12.48 0.88 11.76C0.44 11.12 0.64 10.4 1.56 9.72C2.16 9.28 5.16 8.2 5.96 7.92V7.56C5.16 7.24 2.24 6.2 1.6 5.76C0.68 5.12 0.4 4.28 0.88 3.68C1.44 2.96 2.2 3.08 3.04 3.72C3.72 4.24 5.56 6.64 6.12 7.36L6.48 7.24C6.52 6.36 6.6 3.28 6.84 2.48C7.16 1.44 7.76 0.96 8.6 1.16C9.4 1.36 9.52 2.2 9.24 3.28C9.04 4 7.2 6.6 6.68 7.36L6.92 7.56C7.76 7.4 10.68 6.48 11.56 6.48C12.64 6.48 13.32 6.88 13.32 7.72C13.32 8.64 12.64 9 11.56 9C10.68 9 7.76 8.08 6.92 7.92L6.68 8.12C7.2 8.92 9 11.44 9.24 12.24C9.52 13.24 9.4 14.04 8.6 14.32Z' fill='%23FF9C00'/%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
}
.section .content .fx--slider .slide--content .note {
  margin-top: 60px;
  max-width: 402px;
  font-size: 0.625em;
  line-height: 1.1em;
  font-family: 'bliss';
  font-weight: normal;
  color: #1D1D1B;
  display: block;
  right: -400px;
  position: relative;
  -webkit-transition: all, 0.9s;
  -moz-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}
.section .content .container--play {
  text-align: right;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.section .content .container--play .btn--play {
  font-size: 2.5em;
  font-family: 'chronicle';
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section .content .container--play .btn--play:before {
  content: url("data:image/svg+xml,%3Csvg width='189' height='181' viewBox='0 0 189 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_620_11)'%3E%3Cpath d='M185.809 71.4945C186.548 91.0203 177.043 110.829 161.01 127.078C144.976 143.328 122.434 155.993 97.1821 161.194C71.9302 166.395 48.7858 163.138 31.7801 153.693C14.7748 144.248 3.92949 128.631 3.19077 109.105C2.45205 89.5788 11.9571 69.7706 27.9903 53.5211C44.0239 37.2712 66.5659 24.6058 91.8179 19.4052C117.07 14.2045 140.214 17.4609 157.22 26.9063C174.225 36.3516 185.071 51.9686 185.809 71.4945Z' stroke='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_b_620_11)'%3E%3Cpath d='M179.283 93.0571C179.048 132.282 140.984 162.99 94.0748 161.465C47.1653 159.939 9.48284 126.768 9.71715 87.5432C9.95146 48.3183 48.0156 17.6101 94.925 19.1355C141.834 20.6609 179.517 53.8322 179.283 93.0571Z' stroke='white'/%3E%3C/g%3E%3Cg filter='url(%23filter2_b_620_11)'%3E%3Cpath d='M184.471 90.9515C184.72 130.136 144.757 161.796 94.9536 161.436C45.1499 161.076 4.78137 128.834 4.53236 89.6503C4.28335 50.466 44.2458 18.8058 94.0494 19.1659C143.853 19.5261 184.222 51.7672 184.471 90.9515Z' stroke='white'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: -80px;
  left: -40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.section .content .container--close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  display: none;
}
.svgs {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999999px;
}
@media (max-height: 900px) and (orientation: landscape) {
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image {
    height: 340px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.show--video:after {
    content: none;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image.show--video .container--video {
    padding-bottom: 48.25%;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls {
    height: 230px;
  }
}
@media screen and (max-width: 1500px) {
  .section .ellipse {
    max-width: 780px;
    height: 780px;
  }
}
@media screen and (max-width: 970px) {
  #general {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
  }
  .menu--primary {
    display: none;
  }
  .fp-responsive .fp-auto-height-responsive .fp-slide,
  .fp-responsive .fp-auto-height-responsive.fp-section .fp-tableCell {
    height: auto!important;
    min-height: auto!important;
  }
  .section {
    overflow: hidden;
  }
  .section .inner {
    height: auto;
    padding: 80px 20px;
  }
  .section.section--01.section--color-background:after {
    height: 0;
  }
  .section.section--01.slide-active.section--color-background:after {
    height: 0;
  }
  .section.section--02 .inner {
    padding: 80px 20px;
  }
  .section.section--02.active .container--star {
    top: 25%;
    right: -40%;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    width: 100%;
    height: 300px;
  }
  .section.section--02 .content--top .title {
    top: 0;
  }
  .section.section--02 .ellipse,
  .section.section--02 .title--main,
  .section.section--02 .info {
    display: none;
  }
  .section.section--02.section--color-background:after {
    height: 100%;
  }
  .section.section--02 .container--star {
    top: 25%;
    right: -40%;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    width: 100%;
    height: 300px;
  }
  .section.section--02 .content--side {
    width: 70%;
  }
  .section.section--02 .content--side .top div span,
  .section.section--02 .content--side .bottom div span {
    font-size: 1.5em;
    top: 0;
    -webkit-transition: all, 1.6s;
    -moz-transition: all, 1.6s;
    -o-transition: all, 1.6s;
    transition: all, 1.6s;
  }
  .section.section--02 .content--side .top div span + span,
  .section.section--02 .content--side .bottom div span + span {
    top: 0;
    -webkit-transition: all, 2.4s;
    -moz-transition: all, 2.4s;
    -o-transition: all, 2.4s;
    transition: all, 2.4s;
  }
  .section.section--02 .content--side .top div span {
    font-size: 1em;
  }
  .section.section--02 .content--side .bottom {
    margin-top: 120px;
  }
  .section.section--02 .only-mobile {
    display: block;
  }
  .section.section--03 .inner {
    padding-bottom: 30px;
  }
  .section.section--03:after {
    width: 100%;
    height: 100%;
    background-color: #CA411D;
  }
  .section.section--03.active .container--star {
    top: 10%;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
  }
  .section.section--03 .container--star {
    display: none;
  }
  .section.section--03:after {
    width: 100%;
    height: 100%;
  }
  .section.section--03 .content .content--top,
  .section.section--03 .content .content--bottom {
    display: none;
  }
  .section.section--03 .content .container--slider {
    margin-top: 0;
  }
  .section.section--04.active .title span + span {
    bottom: 0;
  }
  .section.section--04:after {
    width: 100%;
    height: 100%;
    background-color: #CA411D;
  }
  .section.section--04 .container--star {
    display: none;
  }
  .section.section--04 .inner {
    padding: 20px 20px 40px;
  }
  .section.section--04 .content {
    display: block;
  }
  .section.section--04 .content .container--play {
    display: none;
  }
  .section.section--04 .content .container {
    flex-direction: column-reverse;
  }
  .section.section--04 .content .container .item--content {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  .section.section--04 .content .container .item--content .item--content-info {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .section.section--04 .content .container .item--content .item--content-info .btn {
    font-size: 1.6em;
  }
  .section.section--04 .content .container .item--image {
    max-width: 100%;
    margin-left: 0;
    height: auto;
    bottom: 0;
  }
  .section.section--04 .content .container .item--image .container--item-image {
    position: relative;
  }
  .section.section--04 .content .container .item--image .container--video {
    display: none;
  }
  .section.section--04 .title {
    font-size: 2em;
    padding-left: 0;
  }
  .section.section--04 .title span {
    bottom: 0;
  }
  .section.section--05 .container .ellipse--sky {
    display: none;
  }
  .section.section--05 .container .info--cta {
    font-size: 1.1em;
  }
  .section.section--05 .container .btn {
    font-size: 1.6em;
  }
  .section.section--05.active .container .ellipse--sky {
    left: -20%;
    right: 0;
    bottom: 0;
    top: 100%;
    max-width: 250px;
    height: 250px;
  }
  .section.section--06 .inner {
    padding: 0 20px 80px;
  }
  .section.section--06 .container .ellipse--sky {
    display: none;
  }
  .section.section--06 .container .btn {
    font-size: 1.6em;
  }
  .section.section--06 .container .info--cta {
    font-size: 1.1em;
  }
  .section.section--06 .container .info--cta .title--cta {
    font-size: 1.8em;
  }
  .section.section--06.active .container .ellipse--sky {
    right: -20%;
    left: initial;
    bottom: initial;
    top: -150%;
    max-width: 250px;
    height: 250px;
  }
  .section.section--07:after {
    height: 100%;
  }
  .section.section--07 .inner {
    padding: 0;
    max-width: 100%;
  }
  .section.section--07 .container .ellipse--sky {
    display: none;
  }
  .section.section--07 .container .container--rrss {
    padding: 40px 20px;
  }
  .section.section--07 .container .container--rrss .title {
    font-size: 2em;
  }
  .section.section--07 .container .container--rrss .icons--social {
    margin-top: 20px;
  }
  .section.section--07 .container .container--rrss .icons--social ul li a img {
    width: 30px;
  }
  .section.section--07 .container .container--rrss .fx {
    display: block;
  }
  .section.section--07 .container .container--rrss .fx .column {
    width: 100%;
  }
  .section.section--07 .container .container--rrss .fx .column + .column {
    width: 100%;
  }
  .section.section--07 .container .slider--fx {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 20px;
  }
  .section.section--07 .container .slider--fx .controls {
    display: none;
  }
  .section.section--07.active .inner {
    padding: 0;
    max-width: 100%;
  }
  .section.section--07.active .container {
    top: 0;
    max-width: 100%;
  }
  .section.section--08 .container .ellipse--sky {
    display: none;
  }
  .section.section--08 .campaigns .campaigns--head {
    height: auto;
  }
  .section.section--08 .campaigns .title {
    font-size: 2em;
  }
  .section.section--08 .campaigns .title .title--inner {
    padding: 40px 20px;
  }
  .section.section--08 .campaigns .title .title--inner span + span {
    margin-left: 0;
  }
  .section.section--08 .campaigns .campaigns--content {
    height: auto;
  }
  .section.section--08 .campaigns .campaigns--content:before {
    background: #fff;
  }
  .section.section--08 .campaigns .campaigns--content:after {
    content: none;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx {
    margin-top: 20px;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .image {
    height: 220px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item p {
    max-width: 100%;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .title {
    font-size: 1.3em;
    margin-top: 0;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos {
    position: relative;
    margin: 30px 0;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .logos.empty {
    height: auto;
    margin: 0;
    padding: 0;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .item .content .btn {
    font-size: 1.5em;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list {
    height: auto;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list .slick-track {
    height: auto;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list .scrollable-content {
    height: auto;
    overflow: inherit;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list .scrollable-content:after {
    content: none;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-left .slick-list .scrollable-content .scrollable {
    padding-bottom: 0;
    overflow: initial;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .carousel--campaign-right {
    max-width: 100%;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 245px;
    margin: 0;
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control {
    padding: 0 10px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control img {
    width: 40px;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column .controls .control + .control {
    margin-top: 0;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    display: block;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column .content {
    padding: 20px;
    width: 60%;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column .content .container--btn {
    justify-content: flex-start;
    padding: 20px 0;
  }
  .section.section--08 .campaigns .campaigns--content .campaigns--content-fx .column + .column .content .container--btn .btn {
    font-size: 1.1em;
  }
  .section.section--08 .campaigns .campaigns--footer {
    height: auto;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner {
    padding: 20px 20px 30px;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx {
    display: block;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .column {
    width: 100%;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .column + .column {
    width: 100%;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .ht {
    font-size: 10vw;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx .rrss ul {
    margin: 20px 0;
    justify-content: center;
  }
  .section.section--08 .campaigns .campaigns--footer .campaigns--footer-inner .fx nav ul {
    justify-content: space-between;
    margin: 10px 0 0;
  }
  .section .ellipse {
    max-width: 250px;
    height: 250px;
  }
  .section .ellipse.active {
    right: -50px;
    top: -50px;
  }
  .section .title--main {
    bottom: 0;
    position: relative;
    font-size: 3em;
    margin: 120px 0 80px;
  }
  .section .title--main div span {
    line-height: 1.5em;
  }
  .section .info {
    position: relative;
    bottom: 0;
    padding: 0 20px 0 90px;
    right: 0;
    max-width: 100%;
  }
  .section .info p {
    font-size: 1em;
    top: -200px;
  }
  .section .content--side div span {
    font-size: 1.1em;
  }
  .section .container--star {
    width: 50%;
    height: 600px;
  }
  .section .content .content--top {
    display: block;
    max-width: 100%;
  }
  .section .content .content--top .title {
    font-size: 2.2em;
    border-bottom: 1px solid #A5A07B;
    padding-bottom: 20px;
  }
  .section .content .content--top .column {
    width: 100%;
  }
  .section .content .content--top .column p {
    right: 0;
    margin: 0;
  }
  .section .content .content--top .column + .column {
    margin-top: 20px;
  }
  .section .content .content--bottom {
    border-top: none;
    padding-top: 0;
    margin-top: 30px;
  }
  .section .content .content--bottom p {
    right: 0;
    margin: 0;
  }
  .section .content .container--slider .controls {
    display: none;
  }
  .section .content .container--slider .slider--share .slick-list {
    padding: 0;
  }
  .section .content .fx--slider {
    display: block;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0 10px;
  }
  .section .content .fx--slider .slide--image {
    height: 220px;
  }
  .section .content .fx--slider .slide--image img {
    right: 0;
  }
  .section .content .fx--slider .slide--content {
    padding-left: 0;
    padding: 15px 0;
    min-height: 210px;
  }
  .section .content .fx--slider .slide--content .title {
    font-size: 1.2em;
    color: white;
    right: 0;
  }
  .section .content .fx--slider .slide--content .title strong {
    font-size: 2.2em;
  }
  .section .content .fx--slider .slide--content .title em:before {
    background: white;
  }
  .section .content .fx--slider .slide--content .title em:after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 14.32C7.8 14.6 7.16 14.04 6.84 12.96C6.64 12.24 6.52 9.12 6.48 8.24L6.12 8.12C5.56 8.84 3.72 11.32 3.04 11.76C2.12 12.36 1.4 12.48 0.88 11.76C0.44 11.12 0.64 10.4 1.56 9.72C2.16 9.28 5.16 8.2 5.96 7.92V7.56C5.16 7.24 2.24 6.2 1.6 5.76C0.68 5.12 0.4 4.28 0.88 3.68C1.44 2.96 2.2 3.08 3.04 3.72C3.72 4.24 5.56 6.64 6.12 7.36L6.48 7.24C6.52 6.36 6.6 3.28 6.84 2.48C7.16 1.44 7.76 0.96 8.6 1.16C9.4 1.36 9.52 2.2 9.24 3.28C9.04 4 7.2 6.6 6.68 7.36L6.92 7.56C7.76 7.4 10.68 6.48 11.56 6.48C12.64 6.48 13.32 6.88 13.32 7.72C13.32 8.64 12.64 9 11.56 9C10.68 9 7.76 8.08 6.92 7.92L6.68 8.12C7.2 8.92 9 11.44 9.24 12.24C9.52 13.24 9.4 14.04 8.6 14.32Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    top: 0px;
    right: -20px;
  }
  .section .content .fx--slider .slide--content .note {
    margin-top: 20px;
    color: white;
    right: 0;
  }
}
.header {
  z-index: 8;
  position: fixed;
  width: 100%;
}
.header:before {
  content: "";
  display: block;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
}
.header .inner {
  z-index: 1;
  padding: 20px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .logo-sm {
  width: 172px;
}
.header .logo-sm a {
  display: block;
}
.header .logo-sm img {
  width: 100%;
  display: block;
}
.header .controls {
  display: flex;
  align-items: center;
}
.header .controls > a {
  display: block;
  margin-right: 20px;
  line-height: 1em;
}
.header .controls .search {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}
.header .controls .search span {
  font-family: 'whyte_inktrap';
  font-size: 1em;
  font-weight: normal;
  display: block;
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}
.header .controls .search svg {
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0%;
  padding: 0;
}
.header .controls .search svg .svg--color {
  stroke: white;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}
.header .controls .search:hover {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-border-radius: 66.805px;
  -moz-border-radius: 66.805px;
  border-radius: 66.805px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
  width: 150px;
}
.header .controls .search:hover span {
  margin-left: 14px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}
.header .controls .search:hover svg {
  margin-right: 8px;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
  background-color: white;
  width: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  padding: 8px 0;
}
.header .controls .search:hover svg .svg--color {
  stroke: #FF006A;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.header .controls .btn {
  display: flex;
  padding: 0 30px;
  height: 50px;
  align-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-border-radius: 66.805px;
  -moz-border-radius: 66.805px;
  border-radius: 66.805px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .controls .btn .dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #04e9cd;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  animation: pulse-green 1s infinite;
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 233, 205, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(4, 233, 205, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 233, 205, 0);
  }
}
.header .controls .btn .lbl {
  font-family: 'whyte_inktrap';
  color: white;
  font-size: 1em;
  margin-left: 10px;
}
.header .controls .menu {
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.header .controls .menu:hover span {
  width: 28px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.header .controls .menu:hover span + span {
  margin-top: 12px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.header .controls .menu span {
  height: 3px;
  display: block;
  width: 32px;
  margin: 0 auto;
  background-color: #FF006A;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.header .controls .menu span + span {
  margin-top: 8px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media screen and (max-width: 670px) {
  .header .logo-sm {
    width: 120px;
  }
  .header .controls .search {
    width: 80px;
    display: flex;
  }
  .header .controls .menu {
    width: 40px;
    height: 40px;
  }
  .header .controls .menu:hover span {
    width: 28px;
  }
  .header .controls .menu span {
    width: 22px;
  }
}
