h2 {
  text-align: center;
  font-size: 42px;
  color: #0072ce;
  font-weight: normal;
}
h3 {
  padding-top: 42px;
  text-align: center;
  font-size: 32px;
  color: #0072ce;
  font-weight: normal;
}

/* Typography */
.ffw-container * {
  font-family: "NotoSansDisplay-Regular", sans-serif !important;
}
.ffw-container a,
.ffw-container a:hover {
  text-decoration: none;
}

.ffw-container .hero h1 {
  font-size: 28px;
  line-height: 1.23;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #fff;
}
.ffw-container h1 {
  font-size: 42px;
  line-height: 1.14;
  font-weight: normal;
  color: #32325d;
}
.ffw-container h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #32325d;
}
.ffw-container h5 {
  font-size: 14px;
  font-weight: 600;
  color: #32325d;
}
section:first-of-type {
  padding-top: 130px !important;
}
.subheadline {
  font-size: 22px;
  line-height: 1.45;
  font-weight: normal;
  color: #4361a7;
}
.text {
  margin-bottom: 26px;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(50, 50, 93, 0.85);
}
.text-medium {
  line-height: 1.33;
  font-size: 14px;
  color: rgba(50, 50, 93, 0.85);
}
.text-small {
  line-height: 1.33;
  font-size: 12px;
  color: #565a5c;
}
.heading-line {
  font-weight: normal;
  margin-bottom: 60px;
}
.heading-line:after {
  content: "";
  background: url(/upload/img/miravis-icon-blue.svg);
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 16px auto;
}

/* Buttons */
.link-button {
  position: relative;
  display: inline-block;
  border-radius: 31.5px;
  min-width: 200px;
  padding: 12px 32px 12px 64px;
  background: #0072ce;
  font-size: 18px;
  text-align: center;
  line-height: 1.78;
  color: #fff;
  overflow: hidden;
}
.link-button:hover {
  text-decoration: none;
  background: #005aa2;
}
.link-button span {
  position: relative;
  z-index: 1;
}
.link-button:before {
  content: ".";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 31.5px;
  background: #0072ce;
  font-size: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.link-button:hover:before {
  background: linear-gradient(to top, #982980, #ca2383 50%, #c81171);
}
.link-button::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 28px;
}

.link-button:hover::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.link {
  font-weight: 600;
  font-size: 16px;
  line-height: 2.46;
  color: #0072ce;
}
.link span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.link.arrow:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 24px;
  height: 11px;
  vertical-align: middle;
  background-image: url(/upload/img/miravis-blue-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.1s ease-in-out;
}
.link:hover span {
  border-bottom: 1px solid #0072ce;
}
.ffw-container li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(50, 50, 93, 0.85);
}
.ffw-container ul.bullets li::before {
  content: "•";
  display: inline-block;
  margin-right: 15px;
  line-height: 1.5;
  color: rgba(50, 50, 93, 0.85);
}

@media screen and (min-width: 768px) {
  .ffw-container .hero h1 {
    font-size: 38px;
  }
  .ffw-container h1 {
    font-size: 42px;
    line-height: 1.14;
    font-weight: normal;
    color: #32325d;
  }
  .ffw-container h2 {
    font-size: 40px;
  }
  .ffw-container h3 {
    font-size: 26px;
  }
  .ffw-container h4 {
    font-size: 20px;
  }
  .subheadline {
    font-size: 22px;
    line-height: 1.45;
    font-weight: normal;
    color: #4361a7;
  }
  .text {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(50, 50, 93, 0.85);
  }
  .text-small {
    line-height: 1.33;
    font-size: 12px;
  }
  .heading-line.left:after {
    margin: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .link-button {
    font-size: 16px;
  }
  section:first-of-type {
    padding-top: 70px !important;
  }
}

/* SUB MENU */
.sub-menu {
  display: none;
  padding-top: 10px;
}
.sub-menu li a {
  font-size: 12px;
  line-height: 15.6px;
  padding: 0;
  margin: 0 0 25px 0;
  text-transform: none;
}
.sub-menu a.first-level {
  display: none;
}
.nav .nav__item a.first-level:after {
  content: ".";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 8px;
  background: url(/upload/img/menu-arrow.svg) no-repeat center #fff;
  vertical-align: middle;
  font-size: 0;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.nav .nav__item a.first-level.active::after {
  transform: none;
}
.nav__item .sub-menu li a {
  border-bottom: none;
}
@media screen and (min-width: 576px) {
  .nav .nav__item {
    position: relative;
    z-index: 10;
  }
  .sub-menu {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 220px;
    padding: 10px 20px;
    background-color: #fff;
  }
  .ffw-container.header,
  .ffw-container header .main__container {
    overflow: visible !important;
  }
  .sub-menu li a {
    font-size: 15px;
  }
}

/* WIDTH WRAPPER & overwrites ***********************/

div.layout__region.layout__region--content.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
div.main__content-wrapper {
  padding: 0;
  margin: 0;
}
#topResultsButton,
.weather-sticky-processed {
  display: none !important;
}
.ffw-container {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}
.inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.white-wrapper {
  background-color: white;
  padding: 64px 0;
}
.white-wrapper h2 {
  font-size: 32px;
  font-weight: normal;
  color: #0072ce;
}
.inner-wrapper.flex-wrapper {
  display: flex;
}

@media screen and (max-width: 480px) {
  .grey-background {
    background-size: auto !important;
  }
  .white-wrapper {
    padding: 96px 0;
  }
  .inner-wrapper.flex-wrapper {
    flex-direction: column;
  }
  .inner-wrapper.flex-wrapper img {
    order: -1;
  }
}

/* GENERAL *******************************************************************************/

/* NAVIGATION  ***************************************************/
.ffw-container header {
  border-top: 10px solid #436ab0;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.ffw-container header .header-logo {
  float: right;
  max-width: 38%;
  margin: 15px 5px 5px;
  transition: all 0.5s ease-in-out;
}
.ffw-container header .main__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.ffw-container header nav {
  padding: 0;
  clear: right;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 480px) {
  .ffw-container header nav {
    padding: 0 30px;
  }
}
.nav .slick-prev,
.nav .slick-next {
  position: absolute;
  top: 12px;
  display: inline-block !important;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  vertical-align: super;
}
.nav .slick-prev:focus,
.nav .slick-next:focus {
  outline: none;
  box-shadow: none;
}
.nav .slick-prev.slick-disabled,
.nav .slick-prev.hide,
.nav .slick-next.slick-disabled,
.nav .slick-next.hide {
  display: none !important;
}
.nav .slick-prev {
  left: -30px;
  background: #fff url(/upload/img/miravis-arrow-prev.svg) no-repeat center;
}
.nav .slick-next {
  right: -30px;
  background: #fff url(/upload/img/miravis-arrow-next.svg) no-repeat center;
}
.nav .slick-list {
  display: inline-block;
  /*width: calc(100% - 60px);*/
  width: 100%;
  vertical-align: middle;
}
.nav .hidden-element .slick-list {
  /*width: calc(100% - 30px);*/
  width: 100%;
}
.nav__items {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
}
.nav__item {
  display: inline-block;
  margin: 15px 10px;
}
.nav__item a {
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}
.nav__item.active a {
  border-bottom: 4px solid #78be20;
}
.main__header {
  z-index: 9100 !important;
}

@media screen and (min-width: 1025px) {
  .ffw-container header.sticky {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }

  body.logged-in .ffw-container header.sticky {
    top: 170px;
  }
  body.logged-in .ffw-container header.sticky.sticky-scroll-down {
    top: 120px;
  }

  .ffw-container header.sticky.move-down {
    top: 117px !important;
  }
  .ffw-container header.sticky .header-logo {
    margin: 13px 0;
  }
  .ffw-container header.sticky .nav {
    margin: 0 0 12px;
  }
  .nav__item {
    margin: 20px 5px;
  }
  .nav__item a {
    padding: 10px 0;
    font-size: 14px;
  }
  .ffw-container header .header-logo {
    margin: 30px 0;
  }
  .ffw-container header .nav {
    display: inline-block;
    margin: 18px 0 22px;
  }
}

@media screen and (max-width: 768px) {
  .ffw-container header.sticky-m {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .ffw-container header.sticky-m {
    top: 0px;
  }
  .ffw-container header.sticky.move-down {
    top: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ffw-container header.sticky-m {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
  body.logged-in .ffw-container header.sticky-m {
    top: 124px;
  }
  .ffw-container header.sticky-m .header-logo {
    display: none;
  }
  body.logged-in .ffw-container header.sticky.move-down {
    top: 124px;
  }
  body.not-logged-in.ffw-container header.sticky-m {
    top: 80px;
  }
  body.not-logged-in.ffw-container header.sticky.move-down {
    top: 80px;
  }
}

/* NAVIGATION END  ***************************************************/

/* FADEIN ANIMATIONS  ***************************************************/

.animate {
  transition:
    transform ease 1s,
    opacity ease 1s;
  transform: translateY(50px);
  opacity: 0;
}
.animate.in-view {
  transform: translateY(0);
  opacity: 1;
}
.animate + .animate {
  transition-delay: 0.2s;
}
.animate + .animate + .animate {
  transition-delay: 0.4s;
}
/* FADEIN ANIMATIONS END  ***************************************************/

/* HERO  ***************************************************/

.hero-container {
  height: 480px;
  position: relative;
}
.hero-inner-wrapper {
  height: 100%;
  overflow: hidden;
}
.hero.text-container::after {
  content: "";
  background: url(/upload/img/miravis-icon_0.png);
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: calc(50% - 24px);
  right: -24px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 480px) {
  .hero-container {
    height: auto;
  }
  .hero.text-container::after {
    height: 24px;
    width: 24px;
    top: -12px;
    right: calc(50% - 12px);
  }
}
.hero.text-container {
  z-index: 2;
}
.hero.text-container::after {
  z-index: 3;
}

.hero-video-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.hero-video-wrapper + video {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(50% + 40px);
  margin: -20px;
  height: calc(100% + 40px);
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 480px) {
  .hero-video-wrapper + video {
    left: 0;
    margin: 0;
    width: 100%;
    max-height: 320px;
  }
}
.in-view .hero-inner-wrapper {
  transform: scale(1.01);
}
.hero-inner-wrapper .text-container {
  height: 100%;
  position: relative;
  padding: 50px 10px;
  background-size: 90% 100%;
}
.hero-inner-wrapper .text-container {
  max-width: 50%;
  background-color: #0072ce;
}
.hero-container .text-inner-wrapper {
  position: relative;
  width: 69%;
  max-width: 250px;
  z-index: 1;
}
.hero-container .text-inner-wrapper h1 {
  max-width: 100%;
}
.hero-container .text-inner-wrapper h4 {
  max-width: 91%;
}
.hero-container .text-inner-wrapper .text {
  max-width: 70%;
}
@media screen and (max-width: 480px) {
  .hero-inner-wrapper .text-container {
    padding: 32px 10px 64px 10px;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  .hero-inner-wrapper .text-container:before {
    background-size: 100%;
    background-color: #0072ce;
  }
  .hero-container .text-inner-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .hero-container.stamp:after {
    content: ".";
    position: absolute;
    top: 0;
    right: 0;
    width: 216px;
    height: 220px;
    background: url(/upload/img/wir_leben_getreide_stamp.png) no-repeat 0 0;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .text-inner-wrapper {
    max-width: 450px;
  }
  .hero-inner-wrapper .text-container {
    padding: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-inner-wrapper .text-container {
    padding: 100px 0 100px 100px;
  }
}

@media screen and (min-width: 1140px) {
  .hero-inner-wrapper .text-container {
    height: 100%;
  }
  .clockwise-animation.hero-container .text-inner-wrapper {
    position: absolute;
  }
  .hero-container .text-inner-wrapper {
    /* max-width: 505px; */
    position: absolute;
    max-width: 570px;
    right: 0;
  }
  .hero-container .text-inner-wrapper .text {
    max-width: 75%;
  }
}

@-webkit-keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-10px);
  }
  66% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-10px);
  }
  66% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* HERO END ***********************************************************/

/* HIGHLIGHTS BLOCK START ***********************************************************/

.highlights-block {
  text-align: center;
}
.highlights-block > h2,
.accordeon-block > h2,
.content-block > h2,
.products-teaser > h2 {
  text-align: center;
  font-size: 42px;
  color: #0072ce;
  font-weight: normal;
}
.highlights-block > h3,
.accordeon-block > h3,
.products-teaser > h3,
.content-block > h3 {
  padding-top: 42px;
  text-align: center;
  font-size: 32px;
  color: #0072ce;
  font-weight: normal;
}
.highlights-block.white-background {
  background-color: #fff;
}
.highlights-block .item {
  position: relative;
  margin: 0 auto;
  padding: 32px 10px;
  width: 320px;
}
.highlights-block .item + .item {
  border-left: 0;
  border-top: 1px solid #ededed;
}
.highlights-block .icon:before {
  content: ".";
  display: block;
  margin: 0 auto 24px;
  width: 128px;
  height: 128px;
  font-size: 0;
}
.highlights-block p {
  margin-bottom: 20px !important;
}
.highlights-block p:after {
  display: none;
}
.highlights-block .icons-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.icons-row span.heading {
  display: inline-block;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .highlights-block .icons-row {
    flex-direction: column;
  }
  .highlights-block .icons-row + .icons-row .item {
    border-top: 1px solid #ededed;
  }
  .highlights-block > h2,
  .accordeon-block > h2,
  .content-block > h2,
  .products-teaser > h2 {
    font-size: 24px;
  }
  .highlights-block > h3,
  .accordeon-block > h3,
  .content-block > h3,
  .products-teaser > h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .highlights-block .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .highlights-block .green-box {
    margin-top: 50px;
    max-width: 1140px;
    padding: 32px;
    font-size: 26px;
  }
  .highlights-block .item {
    margin: 48px 0;
    padding: 0 35px;
    width: calc(100% / 3 - 1px);
  }
  .highlights-block .item + .item {
    border-left: 1px solid #ededed;
  }
}
/* HIGHLIGHTS BLOCK END ***********************************************************/

/* CONTENT BLOCK START ***********************************************************/
.content-block {
  background-color: #eeeff1;
  padding: 64px 10px;
}
.blue-background {
  background-image: url(/upload/img/products-teaser-background_0.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0072ce;
  background-position-y: bottom;
}
.grey-background {
  background: url(/upload/img/miravis-grey-background_0.png);
  background-color: #eeeff1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
.blue-background.inverted-background {
  background-image: url(/upload/img/products-teaser-background-inverted.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0072ce;
}
.grey-background h2,
.grey-background p {
  color: #0072ce;
}
.blue-background h2 {
  color: #fff;
}
.blue-background p {
  /* text-align: center; */
  text-align: left;
  color: #fff;
}
.blue-background.light p {
  color: #000;
}
.blue-background.light p:after {
  display: none;
}
.content-block .heading-line {
  text-align: center;
  margin-bottom: 60px;
  color: #0072ce;
}
.content-block .text-wrapper {
  position: relative;
  margin: 0 10px;
  padding: 24px 15px;
  z-index: 1;
  text-align: center;
}
.content-block .text-wrapper h3 {
  text-align: center;
}
.content-block .text-wrapper h3 small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.content-block .text-wrapper p:last-of-type {
  margin-bottom: 32px;
}
.content-block img {
  width: 100%;
}
.content-block .link {
  line-height: 1.6;
  color: #0072ce;
}
@media screen and (min-width: 768px) {
  .content-block {
    padding: 96px 0;
  }
  .content-block .inner-wrapper {
    display: flex;
  }
  .content-block .inner-wrapper.centered {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-block .text-wrapper h3 {
    text-align: left;
  }
  .content-block .text-wrapper {
    text-align: left;
    margin-top: 0;
    padding: 0 40px 0 0;
  }
  .content-block .inner-wrapper .half {
    width: 50%;
    margin: auto;
    padding: 20px;
  }

  .content-block.reverse .inner-wrapper .half:nth-child(2) {
    order: 1;
  }
  .content-block .inner-wrapper .half:nth-child(2) {
    order: -1;
  }
}
@media screen and (max-width: 480px) {
  .blue-background.inverted-background {
    background-size: auto;
  }
}
/* CONTENT BLOCK END ***********************************************************/

/* CENTERED LIST BLOCK START ***********************************************************/

.centered-list-block {
  padding: 64px 0;
  text-align: center;
}
.centered-list-block ul {
  margin-bottom: 32px;
}
.centered-list-block li {
  position: relative;
  margin: 0 auto;
  padding: 24px 10px 14px;
}
.centered-list-block li:after {
  content: ".";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1px;
  width: 180px;
  background: #ededed;
  transform: translateX(-50%);
  font-size: 0;
}
.centered-list-block img {
  margin: 0 auto;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .centered-list-block {
    padding: 96px 0;
  }
  .centered-list-block .inner-wrapper {
    max-width: 847px;
    text-align: right;
  }
  .centered-list-block ul {
    margin: 47px auto 32px;
  }
  .centered-list-block li {
    border-top: 1px solid #ededed;
    margin: 0 10px;
    text-align: left;
  }
  .centered-list-block li .img-wrapper,
  .centered-list-block li .text-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .centered-list-block li .img-wrapper {
    width: 29%;
  }
  .centered-list-block li .text-wrapper {
    width: 71%;
  }
  .centered-list-block li:last-of-type {
    border-bottom: 1px solid #ededed;
  }
  .centered-list-block li:after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .centered-list-block li {
    margin: 0;
  }
}
/* CENTERED LIST BLOCK END ***********************************************************/

/* TEASER BLOCK START ***********************************************************/

.teaser-block {
  text-align: center;
}
.teaser-block .img-wrapper {
  text-align: center;
}
.teaser-block .img-wrapper.jungle {
  padding: 38px 61px 73px;
  background: #68bfb4;
}
.teaser-block .img-wrapper img {
  display: block;
  margin: 0 auto;
}
.teaser-block .text-wrapper {
  position: relative;
  margin: -73px 10px 0;
  padding: 24px 15px 56px;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .teaser-block {
    display: flex;
  }
  .teaser-block .img-wrapper {
    width: 37%;
    max-width: 541px;
    display: flex;
  }
  .teaser-block .text-wrapper {
    position: relative;
    margin: 0;
    width: 63%;
    text-align: left;
  }
  .teaser-block .text-wrapper h3,
  .teaser-block .text-wrapper p {
    max-width: 533px;
  }
  .teaser-block .text-wrapper:before {
    content: ".";
    position: absolute;
    bottom: 0;
    right: 100%;
    margin-right: -1px;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left top, #fff 50%, rgba(0, 0, 0, 0) 50%);
    font-size: 0;
  }
}
@media screen and (min-width: 1025px) {
  .teaser-block .img-wrapper.jungle {
    padding-right: 9%;
    padding-bottom: 38px;
  }
  .teaser-block .text-wrapper {
    padding: 96px 100px 100px;
  }
  .teaser-block .text-wrapper:before {
    width: 15%;
  }
}
/* TEASER BLOCK END ***********************************************************/

/* FOOTER BLOCK START ***********************************************************/
.page-footer-block {
  background-size: cover;
}

.page-footer-block h3 {
  font-size: 24px;
}

.page-footer-block p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .page-footer-block h3 {
    font-size: 42px;
  }
  .page-footer-block p {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .page-footer-block {
    padding: 48px 10px 170px;
  }
  .page-footer-block p.text,
  .page-footer-block div.text {
    max-width: 532px;
  }
  .page-footer-block .social-media {
    padding-top: 32px;
  }
  .page-footer-block .link-button + .link-button {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer-block .link-button {
    margin-bottom: 20px;
  }
  .page-footer-block .social-media {
    padding-top: 16px;
  }
}
.page-footer-block {
  padding: 64px 10px;
  text-align: center;
  background-color: #fff;
}
.page-footer-block h3 {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #0072ce;
}
.page-footer-block p.text,
.page-footer-block div.text {
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-footer-block .inner-wrapper {
  max-width: 1440px;
}
.page-footer-block p {
  color: #000;
  margin: 12px 0 64px !important;
}
.page-footer-block .text-wrapper > p:after {
  margin-top: 32px;
  background-image: url(/upload/img/miravis-icon-blue.svg);
}
.page-footer-block .link-button {
  border: 1px solid transparent;
}
.page-footer-block .link-button.telegram {
  background-color: #0061af;
}
.page-footer-block .link-button.telegram::after {
  content: url(/upload/img/telegram-icon.svg);
}
.page-footer-block .link-button.telegram:hover {
  background-color: #044f8c;
  text-decoration: none;
}
.page-footer-block .link-button.contact {
  background-color: #4686ed;
}
.page-footer-block .link-button.contact:hover {
  background-color: #3d74cc;
  text-decoration: none;
}
.page-footer-block .link-button.contact:after {
  content: url(/upload/img/contact-icon.svg);
  top: 16px;
  left: 24px;
}
.page-footer-block .link-button.whatsapp {
  background-color: #5ebc4e;
}
.page-footer-block .link-button.whatsapp:after {
  content: url(/upload/img/whatsapp-icon.svg);
}
.page-footer-block .link-button.whatsapp:hover {
  background-color: #54a746;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-footer-block {
    padding: 96px 10px;
    background-size: 32%;
  }
  .page-footer-block .icon:before {
    float: left;
  }
  .page-footer-block .text-wrapper {
    overflow: hidden;
    text-align: center;
  }
}
/* PAGE FOOTER END ***********************************************************/

/* PRODUCT TEASERS START ***********************************************************/

@media screen and (min-width: 768px) {
  .products-teaser {
    padding: 96px 0;
  }
}
.products-teaser {
  margin: 0;
  padding: 64px 0;
  text-align: center;
}
.products-teaser img {
  width: 100%;
}
.products-teaser .teaser-box {
  margin: 0 20px;
  text-align: left;
  cursor: pointer;
}
.products-teaser .teaser-box:hover {
  box-shadow: 0 5px 10px 0 #002855;
}
.products-teaser .teaser-box img.opti {
  width: 80%;
}
.products-teaser .teaser-box + .teaser-box {
  margin-top: 20px;
}
.products-teaser .heading-line {
  margin-bottom: 60px;
  color: #fff;
}
.products-teaser .heading-line:after,
.page-footer-block p:after,
.blue-background p.animated:after,
.content-block.blue-background h2:after {
  content: "";
  background: url(/upload/img/miravis-icon.svg);
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
  margin: 16px auto;
}
.blue-background .heading-line:after {
  background: url(/upload/img/miravis-icon_1.png);
  background-size: 100% 100%;
}
.products-teaser .inner-wrapper {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .products-teaser .inner-wrapper {
    display: flex;
    max-width: 1010px;
  }
  .products-teaser .inner-wrapper > div {
    width: 50%;
  }
  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 48px;
  }
}
/* PRODUCT TEASERS END ***********************************************************/

/* LIST WITH TICKS START ***********************************************************/

.list-with-ticks {
  margin: 32px 0;
}
.list-with-ticks li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.43;
  font-weight: 600;
  font-size: 14px;
}
.list-with-ticks li:before {
  content: ".";
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: url(/upload/img/syngenta_tick_icon.png) no-repeat 8px 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 0;
}
.list-with-ticks li span {
  display: inline-block;
  margin-left: 15px;
  max-width: 80%;
  color: #4361a7;
}
.list-with-ticks.small li:before {
  width: 24px;
  min-width: 24px;
  height: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-size: 100%;
  background-position: 1px 5px;
}
/* LIST WITH TICKS END ***********************************************************/

/* QUOTE BLOCK START   ***********************************************************/

.quote-block {
  padding: 96px 0;
  text-align: center;
}
.quote-block .img-wrapper {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  overflow: inherit;
}
.quote-block .text-wrapper:before {
  content: ".";
  display: inline-block;
  height: 66px;
  width: 64px;
  /*background: url(/upload/img/syngenta_quotes.png) no-repeat;*/
  font-size: 0;
  vertical-align: top;
}
.quote-block .text-wrapper .quote {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #565a5c;
}
.quote-block .text-wrapper p strong {
  color: #000;
}
@media screen and (min-width: 768px) {
  .quote-block .img-wrapper,
  .quote-block .text-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .quote-block .text-wrapper {
    position: relative;
    padding-left: 86px;
    margin-left: 3%;
    max-width: 630px;
    text-align: left;
  }

  .quote-block .text-wrapper:before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* QUOTE BLOCK END ***********************************************************/

/* ACCORDEON START ***********************************************************/

/*.accordeon-block {
  margin: 96px 0;
}*/
.accordeon-block > h2,
.accordeon-block > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 732px;
  text-align: center;
  margin-top: 0px;
}

.ffw-custom-accordeon {
  margin-top: 64px;
}
.ffw-custom-accordeon .ffw-accordeon-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1140px;
}
.ffw-custom-accordeon .ffw-accordeon-title {
  border-top: 1px solid #ededed;
  margin: 0 auto;
  max-width: 1140px;
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ffw-custom-accordeon .ffw-accordeon-title .ffw-accordeon-inner {
  position: relative;
  padding: 0 20px 0 10px;
}
.ffw-custom-accordeon .ffw-accordeon-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.52;
  color: #505d68;
}
.ffw-custom-accordeon .ffw-accordeon-title h3 span {
  display: inline-block;
  max-width: calc(100% - 100px);
  vertical-align: middle;
}

.ffw-custom-accordeon .ffw-accordeon-title.tests h3:before {
  background: url(/upload/img/icon_image.svg) no-repeat center;
}
.ffw-custom-accordeon .ffw-accordeon-title.image h3:before {
  background: url(/upload/img/icon_image.svg) no-repeat center;
}
.ffw-custom-accordeon .ffw-accordeon-title.wheat h3:before {
  background: url(/upload/img/wheat_shape_0.svg) no-repeat center;
  background-size: 40%;
}
.ffw-custom-accordeon .ffw-accordeon-title .toggle {
  position: absolute;
  top: 50%;
  right: 5px;
  line-height: 1.5;
  color: #0072ce;
  transform: translateY(-50%);
  font-size: 0;
}
.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
  content: "_";
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 7px;
  background: url(/upload/img/arrow_down.svg) no-repeat;
  font-size: 0;
  vertical-align: middle;
  transition: all 0.3s;
}
.ffw-custom-accordeon .ffw-accordeon-title .toggle span + span {
  display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title.active {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
  transform: rotate(180deg);
}
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span {
  display: none;
}
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span + span {
  display: block;
}
.ffw-custom-accordeon .ffw-accordeon-content {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1140px;
}

.ffw-custom-accordeon .ffw-accordeon-content .heading-line {
  text-align: center;
}
.ffw-custom-accordeon .ffw-accordeon-content.active {
  max-width: 100%;
  border-bottom: 1px solid #ededed;
}
.ffw-custom-accordeon .ffw-accordeon-content.active + .ffw-accordeon-title {
  border-top: 0;
}
.img-wrapper.captions:not(.slick-slider) {
  padding: 20px;
  border: 1px solid #ededed;
}
.img-wrapper.captions > div {
  display: inline-block;
  text-align: left;
}
.img-wrapper.captions .text-small em {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #565a5c;
}
@media screen and (min-width: 768px) {
  .ffw-custom-accordeon .ffw-accordeon-title h3 {
    font-size: 25px;
  }
  .ffw-custom-accordeon .ffw-accordeon-title .toggle {
    font-size: 16px;
  }

  .ffw-custom-accordeon .ffw-accordeon-content .heading-line {
    text-align: left;
  }
  .img-wrapper.captions {
    padding: 20px 40px;
  }
  .ffw-accordeon-inner .img-wrapper,
  .ffw-accordeon-inner .text-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  .ffw-accordeon-inner .img-wrapper {
    width: 56%;
    max-width: 649px;
  }
  .ffw-accordeon-inner .img-wrapper.full-width {
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .ffw-accordeon-inner .text-wrapper {
    margin-right: 2%;
    width: 42%;
  }
  .ffw-accordeon-inner .text-wrapper p:last-child {
    margin-bottom: 64px;
  }
  .ffw-accordeon-inner .text-wrapper.wider {
    width: 100%;
    max-width: 745px;
  }
}
/* ACCORDEON END ***********************************************************/

/* TABLE START ***********************************************************/

.table-block {
  margin: 96px auto;
  max-width: 944px;
  text-align: center;
}
div.table-wrapper {
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
}
.table-wrapper .type-1 {
  margin: 48px auto 20px;
  max-width: 100%;
  width: 100%;
}
.table-wrapper .type-1 th {
  border: 1px solid #0072ce;
  background: #0072ce;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.table-wrapper .type-1 th:first-child {
  padding-left: 340px;
}

.table-wrapper .type-1 td.empty {
  border-right-color: transparent;
}
.table-wrapper .type-1 td.top {
  vertical-align: top;
}
.table-wrapper .type-1 td {
  border: 1px solid #0072ce;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  color: #32325d;
  white-space: normal;
  text-align: left;
}
.table-wrapper .type-1 td.center {
  text-align: center;
}
.table-wrapper .type-1 td.first,
.table-wrapper .type-1 td:first-child {
  border-right-color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.legend {
  margin-top: 16px;
  text-align: left;
  font-size: 12px;
  color: #565a5c;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .table-wrapper .type-1 th:first-child {
    padding-left: 0;
  }
  .table-wrapper .type-1 td.first,
  .table-wrapper .type-1 td:first-child {
    font-size: 13px;
  }
  .table-wrapper .type-1 td {
    font-size: 12px;
    white-space: normal;
    word-break: break-all;
  }
}
@media screen and (max-width: 1024px) {
  .table-wrapper th,
  .table-wrapper td {
    white-space: normal !important;
  }
}
.basic-table {
  table-layout: fixed;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.basic-table th {
  text-align: center;
  vertical-align: baseline;
  padding: 20px;
  background-color: #0072ce;
  color: #fff;
  font-weight: normal;
  border: 1px solid #ddd;
}
.basic-table td {
  text-align: center;
  vertical-align: baseline;
  padding: 20px;
  font-weight: normal;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .basic-table {
    table-layout: auto;
    display: inline-block;
    overflow: auto;
    width: 100%;
  }
  table.basic-table th,
  table.basic-table td {
    white-space: normal;
    border: 1px solid #ddd;
  }
}
/* TABLE END ***********************************************************/

/* INTERACTIVE MAP 1 START ***********************************************************/

.interactive-map-1 svg:not(:root) {
  max-width: 100%;
}
.interactive-map-1 {
  position: relative;
  max-width: 380px;
}
.interactive-map-1 .pins-conrainer {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
.interactive-map-1 .pins-list > li {
  position: absolute;
  padding-right: 10px;
  transform: translateY(-80px);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.57, -0.06, 0.74, 1.31);
}
.in-view .pins-list > li {
  transform: translateY(0);
}
.interactive-map-1 .pins-conrainer .pin-holder {
  display: inline-block;
  width: 25px;
  height: 47px;
  font-size: 0;
  transition: all 0.2s ease;
}
.interactive-map-1 .pins-conrainer .pin-holder svg {
  max-width: 25px;
  height: auto;
  cursor: pointer;
}
.interactive-map-1 .pins-conrainer .pin-holder .pin-icon {
  stroke: transparent;
  fill: #0072ce;
  cursor: pointer;
  transform: scale(0.8);
  transform-origin: center bottom;
  pointer-events: all;
}
.interactive-map-1 .pins-conrainer li:hover .pin-icon,
.interactive-map-1 .pins-conrainer .pin-holder .pin-icon:hover {
  stroke: #0072ce;
  fill: #fff;
  transform: scale(0.98);
}
.interactive-map-1 .pins-conrainer li.hover,
.interactive-map-1 .pins-conrainer li:hover {
  z-index: 90;
}

.interactive-map-1 .pins-conrainer .tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 4px;
  padding: 24px;
  width: 324px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.interactive-map-1 .pins-conrainer .tooltip::before {
  content: ".";
  position: absolute;
  top: 30px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  font-size: 0;
}
.interactive-map-1 .pins-conrainer .tooltip li {
  margin: 0;
  font-size: 14px;
  color: #565a5c;
}
@media screen and (min-width: 768px) {
  .interactive-map-1 .pins-conrainer li.hover .tooltip,
  .interactive-map-1 .pins-conrainer li:hover .tooltip {
    display: block;
  }
}
/* INTERACTIVE MAP 1 END ***********************************************************/

/** IMAGE COMAPRISON START ***********************************************/
.image-compare {
  margin-bottom: 50px;
  font-size: 12px;
}
.image-compare .left {
  float: left;
  margin-top: 10px;
}
.image-compare .right {
  float: right;
  margin-top: 10px;
  max-width: 40%;
  text-align: right;
}
.image-compare .in-grey .left {
  color: #000;
}
.image-compare h5 {
  white-space: nowrap;
}
.image-compare .handle:after {
  width: 118px;
  height: 42px;
  top: 35%;
  transform: translate(-50%, -40%);
  background: url(/upload/img/compare-handle-btn_0.png) no-repeat;
}
@media screen and (min-width: 768px) {
  .image-compare {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}
/** IMAGE COMAPRISON END **************************************************/

/* MODAL START ********************************************** */
div.ffw-custom-modal {
  background: rgba(0, 0, 0, 0.54);
}
.ffw-custom-modal .ffw-custom-modal-inner {
  width: 90%;
  max-width: 1240px;
  height: auto;
}
.ffw-custom-modal .ffw-custom-modal-inner h3 {
  font-weight: 600;
  font-size: 26px;
  color: #4361a7;
}
.ffw-modal-content {
  padding: 20px;
}
.ffw-modal-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #32325d;
}
.ffw-modal-content > ul li {
  font-size: 14px;
  color: #565a5c;
}
.ffw-modal-content > ul li strong {
  color: #32325d;
}
.ffw-custom-modal-close {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #0072ce;
}
.ffw-custom-modal-close svg g {
  fill: #fff;
}
.ffw-modal-content .ffw-tab-wrapper {
  margin: 0;
}
.ffw-tab-wrapper .ffw-tabs-buttons {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  width: 100%;
}
.ffw-tab-wrapper .ffw-tabs-buttons li {
  margin: 0 32px 0 0;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #32325d;
}
.ffw-tab-wrapper .ffw-tabs-buttons li.active {
  border-bottom: 4px solid #0072ce;
}
@media screen and (max-width: 768px) {
  .ffw-custom-modal-close {
    width: 36px;
    height: 36px;
    line-height: 48px;
  }
  .ffw-custom-modal .ffw-custom-modal-close {
    top: -40px;
    right: 0;
  }
  .ffw-custom-modal-close svg {
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ffw-modal-content {
    padding: 48px;
  }

  .ffw-modal-content > ul,
  .ffw-tabs-content ul {
    display: inline-block;
    margin-right: 2%;
    width: 33%;
    vertical-align: top;
  }
  .ffw-tabs-content > li {
    padding: 20px 0;
  }
  .ffw-modal-content > img,
  .ffw-tabs-content img {
    float: right;
    display: inline-block;
    margin-bottom: 30px;
    width: 64%;
  }
}
/* MODAL END ********************************************** */
/* GO TO TOP ***********************************************************/
#go-to-top {
  display: inline-block;
  background-color: #fff;
  background-image: url(/upload/img/miravis-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  font-size: 0;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#go-to-top.show {
  opacity: 1;
  visibility: visible;
}
#go-to-top:hover {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #go-to-top {
    bottom: 60px;
    right: 10px;
  }
}

/* ie bug */
@media screen and (min-width: 1025px) {
  .ffw-container header.sticky.move-down {
    top: 77px;
  }
}

/* general bugs */
.not-logged-in .main__content {
  margin-top: 0;
}

.main__wrapper .pane-menu-menu-secondary {
  margin-bottom: 18px;
}

.mt48 {
  margin-top: 48px;
}
.pt48 {
  padding-top: 48px;
}
.pb48 {
  padding-bottom: 48px;
}
.image-wrapper,
.centered-wrapper {
  text-align: center;
}
.bold-text {
  font-family: NotoSansDisplay-Bold !important;
}
.text-in-quote {
  position: relative;
  padding: 62px 100px;
  background-color: #fff;
  font-size: 18px;
}
.text-in-quote:before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: -24px;
  width: 48px;
  height: 48px;
  transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .text-in-quote {
    padding: 20px 10px;
    font-size: 16px;
  }
  .text-in-quote:before {
    top: -24px;
    left: calc(50% - 24px);
  }
}
.in-grey {
  text-align: left;
  background-color: #7c878e;
  color: #000;
}
.in-blue {
  text-align: left;
  background-color: #0072ce;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .in-grey {
    text-align: center;
  }
  .in-blue {
    text-align: center;
  }
}

/*START CUSTOM STYLES*/
/* common ***********************/
.subtitle {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 747px;
  color: rgba(50, 50, 93, 0.85);
}
@media screen and (min-width: 768px) {
  .subtitle {
    padding: 0;
  }
}

/* HERO BLOCK */
.hero-container {
  margin-bottom: 0;
}
.hero-inner-wrapper .text-container:before {
  background-size: auto 100%;
}
.hero-inner-wrapper h3 {
  text-align: left;
  color: #fff;
  padding-top: 12px;
}
.hero-container .text-inner-wrapper {
  text-align: left;
}
.hero-container .text-inner-wrapper .text {
  margin-bottom: 0;
}
.hero-container .text-inner-wrapper h4 {
  max-width: 80%;
}
.hero-container .text-inner-wrapper h1 br:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-inner-wrapper .text-container:before {
    background-size: 65% 100%;
  }
  .hero-container .text-inner-wrapper h1 br:nth-child(2) {
    display: block;
  }
}
.hero-container #stamp {
  position: absolute;
  top: 50%;
  right: 70px;
  max-width: 33.8%;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .hero-inner-wrapper h3 {
    padding: 24px;
    margin-bottom: 0;
  }
  .hero-inner-wrapper .text-inner-wrapper > img {
    max-width: 264px;
    margin-left: 10px;
  }
  .hero-container #stamp {
    top: 8%;
    right: inherit;
    left: 50%;
    max-width: 66.8%;
  }
  .hero-inner-wrapper .text-container {
    padding: 32px 10px;
  }
  #text-inner-wrapper__page-title {
    font-size: 42px !important;
    padding-left: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-container #stamp {
    right: 35px;
    max-width: 26%;
  }
}

@media screen and (min-width: 1140px) {
  .hero-inner-wrapper .text-container {
    padding: 72px 0 72px 150px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .text-inner-wrapper h4 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.hero-inner-wrapper > .mask-right {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-inner-wrapper > .mask-right::before {
  background-color: #1ab8ec;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rightHalf 8s 1s 1 linear forwards;
  transform-origin: 0 100%; /* center left */
}
@keyframes rightHalf {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.hero.text-container {
  background-color: #1ab8ec;
  z-index: 2;
}
.hero.text-container::after {
  display: none !important;
}
.hero-video-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.hero-video-wrapper + video {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-inner-wrapper::after {
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .hero-inner-wrapper > .mask-right::before {
    height: 120%;
    transform-origin: 100% 100%; /* center left */
  }
  .hero-video-wrapper {
    background-size: auto;
    padding-top: 70%;
  }
  .hero-video-wrapper + video {
    left: 0;
    width: 100%;
    max-height: 320px;
  }
  .hero-inner-wrapper::after {
    top: calc(50% + 9px);
  }
}
/* HIGHLIGHTS BLOCK START ***********************************************************/

.highlights-block {
  padding: 70px 0 132px !important;
}
.highlights-block.grey-backogrund {
  background: url(/upload/img/miravis-grey-background_0.png);
  background-size: auto 100%;
}
.highlights-block.blue-background.color {
  background-image: none;
}
.highlights-block.blue-background .item + .item {
  border: 0;
}
.highlights-block h4 {
  margin: 0 auto 20px;
  max-width: 210px;
}
.highlights-block .inner-wrapper {
  max-height: 390px;
  flex-wrap: nowrap;
  margin-top: 96px !important;
}
.highlights-block .inner-wrapper > .half {
  width: 50%;
}
.highlights-block .inner-wrapper .text-wrapper {
  height: 100%;
  padding: 52px 64px;
  text-align: left;
  background-color: #fff;
}
.highlights-block .inner-wrapper .text-wrapper ul {
  list-style: disc;
  margin-left: 18px;
}
.highlights-block .inner-wrapper .text-wrapper ul li,
.highlights-block .inner-wrapper .text-wrapper p {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.highlights-block .inner-wrapper .text-wrapper p:last-of-type {
  margin-bottom: 8px;
}
.highlights-block .inner-wrapper .video > iframe {
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 480px) {
  .highlights-block {
    padding: 32px 0 !important;
  }
  .highlights-block .inner-wrapper > .half {
    width: 100%;
  }
  .highlights-block .inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-height: none;
    margin-top: 62px;
  }
  .highlights-block .inner-wrapper .text-wrapper {
    margin: 0 10px;
    padding: 32px 10px;
  }
  .highlights-block .video {
    padding: 32px 10px;
  }
  .highlights-block .inner-wrapper .text-wrapper ul {
    margin: 0 24px;
  }
  .highlights-block .inner-wrapper .text-wrapper ul li,
  .highlights-block .inner-wrapper .text-wrapper p {
    font-size: 16px;
  }
}

.icons-row.farmers .icon:before {
  content: ".";
  display: block;
  margin: 0 auto 24px;
  width: 168px;
  height: 100px;
  font-size: 0;
  border-radius: 0;
  background-color: transperent;
}
.icons-row.farmers .first .icon:before {
  background: url(/upload/img/miravis-neo-highlight-1.png) no-repeat center
    center;
}
.icons-row.farmers .second .icon:before {
  background: url(/upload/img/miravis-neo-highlight-2.png) no-repeat center
    center;
}
.icons-row.farmers .third .icon:before {
  background: url(/upload/img/miravis-neo-highlight-3.png) no-repeat center
    center;
}
.icons-row.farmers .slick-dots {
  margin-bottom: 0 !important;
}
/* TEASER BLOCK START ***********************************************************/

.teaser-block.borders {
  border-bottom: 1px solid #9bba52;
  border-top: 1px solid #9bba52;
}
@media screen and (min-width: 768px) {
  .teaser-block .text-wrapper h3,
  .teaser-block .text-wrapper p {
    max-width: 648px;
  }
}
@media screen and (min-width: 1025px) {
  .teaser-block .text-wrapper {
    padding: 60px 100px 60px;
  }
}

/* PRODUCTS TEASER BLOCK START ***********************************************************/
.products-teaser .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.products-teaser .teaser-box + .teaser-box {
  margin-top: 24px;
}
.products-teaser .teaser-box .link {
  position: absolute;
  right: 24px;
  bottom: 12px;
}
@media screen and (min-width: 768px) {
  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .products-teaser .teaser-box,
  .products-teaser .teaser-box + .teaser-box {
    margin-top: 0;
  }
}
/* .products-teaser {
  margin-top: 0;
} */
.products-teaser-caption {
  font-size: 16px;
  font-weight: 400;
  color: #32325d;
  width: 100%;
  padding: 0 10%;
  margin-top: 30px;
  text-align: center;
  display: inline-flex;
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .products-teaser-caption {
    padding: 0 20%;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .products-teaser .inner-wrapper {
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.products-teaser .inner-wrapper > div {
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  .products-teaser .inner-wrapper > div {
    width: calc((100% / 2) - 30px);
  }
}
@media screen and (min-width: 769px) {
  .products-teaser .inner-wrapper > div {
    width: calc((100% / 4) - 30px);
    margin: 0;
    margin-right: 8px;
  }
}
.products-teaser .teaser-box {
  margin-top: 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .products-teaser .teaser-box {
    margin-top: 48px;
  }
}
.products-teaser .teaser-box img.opti {
  width: auto;
  max-width: 100%;
}
.products-teaser .teaser-box-inner {
  padding: 24px;
}
.products-teaser .teaser-box .link-button {
  padding: 12px 20px;
  font-size: 17px;
}
.text.fixed-height {
  min-height: 48px;
}
.list-with-ticks li span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .list-with-ticks li span {
    font-size: 13px;
  }
}
/* 
.link-button::before {
  display: none;
}

.link-button::after{
  width: 100%;
  height: 100%;
} */

/* TEXT BLOCK START ***********************************************************/
.content-block {
  background-color: #fff !important;
}
.content-block .video {
  height: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 24px;
}
.content-block img {
  height: 100%;
  max-width: 750px;
  padding: 10px 35px;
}
.content-block h2 {
  max-width: 940px;
  margin: auto;
  margin-bottom: 82px;
}
.content-block .text-wrapper {
  min-width: 156px;
  padding: 0 !important;
}
.content-block .text-wrapper h3 {
  font-size: 26px;
}
.content-block h2 + h3 {
  margin: 32px 0;
  text-align: center;
}
.content-block h3 {
  color: #0072ce;
  font-size: 32px;
  font-weight: normal;
}
.content-block .text-left,
.content-block .text-left h3 {
  text-align: right;
}
.content-block .text-right {
  text-align: left;
}
.content-block .clear {
  clear: both;
}
.content-block .text-right h3 {
  color: #9b26b6;
}
.content-block .text-bottom {
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.content-block .text-bottom h3 {
  color: #78be20;
  text-align: center;
}
.content-block.text-block {
  max-width: 747px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 46px 10px;
}
.content-block.text-block h2 {
  text-align: center;
}
.content-block.text-block a {
  font-weight: bold;
  font-size: 14px;
  color: #aa0469;
}
.content-block.text-block p.desktop {
  display: none;
}
.content-block.text-block p.mobile {
  display: block;
}
@media screen and (max-width: 480px) {
  .content-block .text-right,
  .content-block .text-left,
  .content-block .text-left h3 {
    text-align: center;
  }

  .content-block h2 + h3 {
    font-size: 22px;
  }
  .content-block .text-wrapper h3 {
    font-size: 18px;
  }

  .content-block.blue-background.light p {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .content-block.text-block {
    padding-left: 0;
    padding-right: 0;
  }
  .content-block.text-block a {
    font-size: 16px;
  }
  .content-block.text-block p.desktop {
    display: block;
  }
  .content-block.text-block p.mobile {
    display: none;
  }
}
.blue-background.light {
  background-color: #1ab8ec;
  background-image: none;
  padding: 40px 0;
}

.blue-background h2 {
  text-align: center;
  margin-bottom: 6px;
}

/* ITEMS section ***********************/
.items-box {
  padding-left: 10px;
  padding-right: 10px;
}
.items-box.first {
  margin-top: 42px;
}
.items-box h3 {
  margin-bottom: 40px;
}
.item-box {
  position: relative;
  display: block;
  /* margin-bottom: 40px; */
  background-color: #ffffff;
  box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.item-box .image-wrapper {
  position: relative;
  max-width: inherit;
  max-height: 364px;
  width: 100%;
  overflow: hidden;
}
.item-box .image-wrapper img {
  display: block;
  width: 100%;
}
.item-box .image-wrapper img.mobile {
  display: block;
}
.item-box .label-stamp {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  background-color: #4ca22f;
}
.item-box .text-wrapper {
  padding: 20px;
  overflow: hidden;
}
.item-box .text-wrapper h4 {
  text-transform: uppercase;
}
.item-box .text-wrapper ul li {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .items-box {
    padding-left: 0;
    padding-right: 0;
  }
  .items-box.first {
    margin-top: 92px;
  }
  .item-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .item-box .text-wrapper {
    padding: 0 40px;
    width: calc(100% - 350px);
  }
  .item-box .image-wrapper {
    max-width: 350px;
  }
  .item-box .image-wrapper img.mobile {
    display: none;
  }
}
.checklist {
  position: relative;
}
.checklist li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.checklist li a {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline rgba(255, 255, 255, 0.5) 1px;
  text-underline-offset: 10px;
}
.checklist li a:hover {
  color: #ffffff;
  text-decoration: underline rgba(255, 255, 255, 1) 1px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 480px) {
  .checklist li {
    margin-left: 24px;
  }
  .checklist li a {
    font-size: 16px;
  }
}

.accordeon-block {
  margin: 0;
  padding: 96px 0 0;
  background-color: #e5e7e9;
}
.accordeon-block .flex-wrapper > .half {
  width: 50%;
}
.accordeon-block .flex-wrapper > .half p.text-with-padding-left {
  padding-left: 124px;
}
.accordeon-block .flex-wrapper .image-wrapper {
  padding: 65px 65px 0;
}
.accordeon-block .flex-wrapper .image-wrapper p {
  margin-left: 24px;
  text-align: left;
  color: #4e4e4e;
  font-size: 14px;
  font-style: italic;
}
.accordeon-block .flex-wrapper .text-wrapper .text-in-quote {
  margin-top: 60px;
}
.highlights-block.blue-background > h2,
.highlights-block.blue-background > h3 {
  color: #fff;
}
.highlights-block > h2,
.accordeon-block > h2 {
  padding: 0 10px;
  text-align: center;
  color: #0072ce;
  font-weight: normal;
}
.highlights-block > h3,
.accordeon-block > h3 {
  padding-top: 42px;
  padding: 42px 10px 0 10px;
  text-align: center;
  color: #0072ce;
  font-weight: normal;
}
.accordeon-block .dark-blue-text {
  color: #002855;
  font-size: 20px;
}
.accordeon-block + .accordeon-block {
  padding-top: 0;
}
.accordeon-block .image-wrapper > img {
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .accordeon-block {
    padding: 64px 0;
  }
  .accordeon-block .dark-blue-text {
    font-size: 16px;
  }
  .accordeon-block .flex-wrapper .text {
    text-align: center;
  }
  .accordeon-block .flex-wrapper .image-wrapper {
    padding: 32px 10px;
    overflow: unset;
  }
  .accordeon-block .flex-wrapper .text-wrapper {
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .accordeon-block .flex-wrapper > .half {
    width: 100%;
  }
  .accordeon-block .flex-wrapper > .half p.text-with-padding-left {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .accordeon-block {
    padding-bottom: 0;
  }
  .accordeon-block .image-wrapper {
    overflow: auto;
    height: 312px;
    position: relative;
    padding: 10px;
  }
  .accordeon-block .image-wrapper > img {
    max-width: none;
    height: 100%;
    vertical-align: bottom;
  }
  .ffw-accordeon-inner .flex-wrapper .half:first-child {
    order: 1;
  }
  .ffw-accordeon-content .img-wrapper.captions div.text,
  .ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
    margin-top: -10px !important;
  }
}
.ffw-accordeon-content.active .img-wrapper.captions {
  margin-bottom: 64px;
}
.ffw-accordeon-content.active
  .img-wrapper.captions:not(.slick-slider).with-margin-bottom {
  margin-bottom: 64px;
}
.ffw-accordeon-content.active .img-wrapper.captions:not(.slick-slider) {
  display: flex;
  padding: 0;
  border: 0;
  width: auto;
  margin: auto;
  margin-bottom: 0;
}
.ffw-accordeon-content .img-wrapper.captions:not(.slick-slider) div + div {
  margin-left: 12px;
}
.ffw-accordeon-content .img-wrapper.captions div.text {
  padding: 12px;
  line-height: 1.4em;
  min-height: calc(4.2em + 24px);
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 12px;
}
.ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
  font-size: 16px;
  line-height: 1.5em;
  min-height: calc(4.5em + 32px);
  margin-top: -5px;
}
.ffw-accordeon-content .img-wrapper.captions div.four-rows {
  min-height: calc(5.6em + 32px);
}
.ffw-accordeon-content .img-wrapper.captions.slick-slider div.four-rows {
  min-height: calc(6em + 32px);
}
.half .image-compare {
  max-width: 470px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
}
.image-compare + p,
.mobile-slider + p {
  margin-top: 20px;
  font-style: italic;
  font-size: 14px;
  color: #4e4e4e;
}
.quote-block {
  background-color: #0072ce;
}
.quote-block h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 26px;
}
.quote-block .img-wrapper p {
  font-weight: normal;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.quote-block .heading-line {
  color: #fff;
  font-size: 42px;
}
.quote-block .heading-line:after {
  background-image: url(/upload/img/miravis-icon_0.png);
}
.quote-block .img-wrapper {
  margin: 42px 0 !important;
  max-width: 255px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}
.quote-block .img-wrapper img {
  max-width: 240px;
  border-radius: 50%;
  display: initial;
}
.quote-block .text-wrapper {
  max-width: none !important;
  padding-top: 64px !important;
}
.quote-block .text-wrapper:before {
  top: 44px;
  background: url(/upload/img/white-quotes_0.png) no-repeat;
  transform: rotate(180deg);
}
.quote-block .text-wrapper ul {
  padding-left: 48px;
  list-style: disc;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quote-block .text-wrapper ul li + li {
  padding-top: 16px;
}
.quote-block .text-wrapper p {
  padding-right: 24px;
  color: #fff;
  font-size: 18px;
}
.quote-block .text-wrapper ul li {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.quote-block .inner-wrapper.reversed .text-wrapper {
  margin-left: 0;
  max-width: 70%;
}
.quote-block .inner-wrapper.reversed .img-wrapper {
  margin-left: auto !important;
}
@media screen and (max-width: 480px) {
  .quote-block .inner-wrapper.reversed {
    margin-top: 64px !important;
  }
  .quote-block .inner-wrapper.reversed .text-wrapper {
    max-width: none;
    order: 1;
    padding: 10px !important;
  }
  .quote-block .inner-wrapper.reversed .text-wrapper p {
    padding-right: 0;
    margin: 0;
  }
  .quote-block {
    padding: 64px 0 !important;
  }
  .quote-block h6 {
    font-size: 18px;
    text-align: center;
  }
  .quote-block .heading-line {
    font-size: 26px;
  }
  .quote-block .img-wrapper {
    padding: 0 32px !important;
    max-width: none !important;
    margin: auto !important;
  }
  .quote-block .text-wrapper {
    padding-top: 0;
  }
  .quote-block .img-wrapper p {
    text-align: center;
  }
  .quote-block .text-wrapper p {
    font-size: 16px;
  }
  .quote-block .heading-line:after {
    display: none;
  }
  .quote-block .text-wrapper:before {
    display: none !important;
  }
  .quote-block .text-wrapper ul {
    padding-left: 24px;
    margin: 32px 32px 0;
  }
  .quote-block .text-wrapper ul li {
    text-align: left;
    font-size: 16px;
  }
  .quote-block.grey-background .text-wrapper {
    order: 1;
    padding: 0 32px;
    text-align: left;
  }
  .quote-block .inner-wrapper::before {
    content: ".";
    display: block;
    background: url(/upload/img/white-quotes_0.png) no-repeat;
    background-size: cover;
    margin: 0 auto 24px;
    margin-top: 16px;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}
.white-wrapper + .ffw-custom-accordeon {
  margin-top: 0;
}
ul.color-legend.in-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.color-legend.in-columns li {
  text-align: left;
}
ul.color-legend li {
  position: relative;
  padding: 8px 2px 8px 32px;
  font-size: 12px;
  color: #4e4e4e;
}
ul.color-legend li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
ul.color-legend li.green:before {
  background: linear-gradient(180deg, #89e4e4 0%, #40bbbb 100%);
}
ul.color-legend li.red:before {
  background: linear-gradient(200.53deg, #ff7a81 5.19%, #cb2931 96.65%);
}
ul.color-legend li.blue:before {
  background: linear-gradient(180deg, #4f9edd 0%, #0072ce 100%);
}
ul.color-legend li.purple:before {
  background: linear-gradient(184deg, #c18cd4 3.25%, #a05bba 96.74%);
}

.page-footer-block p.text {
  margin-top: 45px !important;
  margin-bottom: 139px !important;
}

@media screen and (max-width: 480px) {
  .slick-list {
    margin-bottom: 32px;
  }
  ul.color-legend {
    padding: 20px 10px 0px 20px;
  }
  ul.color-legend.in-columns {
    columns: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
  }
}

/*CUSTOM VIDEO*/
.video-feedback .video {
  padding: 52px 0px;
}

.video-feedback .text {
  width: 765px;
  height: auto;
}

.video-feedback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.heading {
  display: inline-block;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 26px;
}

.text-wrapper-2 {
  position: relative;
  padding-left: 45px;
  text-align: left;
  padding-top: 40px;
  color: #fff;
}
.text-wrapper-2 p{
  color: #fff;
}

@media screen and (max-width: 480px) {
  .video-feedback {
    width: auto;
  }
}

#text-inner-wrapper__page-title {
  font-size: 65px;
  font-weight: 700;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.clockwise-animation.hero-container {
  position: relative;
}
.clockwise-animation.hero-container .image-container {
  min-height: 480px;
  width: 100%;
  z-index: 1;
}
.clockwise-animation.hero-container .image-container > img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.clockwise-animation .hero-inner-wrapper {
  display: block;
  overflow: hidden;
}
.clockwise-animation .hero-inner-wrapper::after {
  content: "";
  background: url(/upload/img/miravis-icon.png);
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 480px) {
  .clockwise-animation .hero-inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .clockwise-animation .hero-inner-wrapper::after {
    height: 24px;
    width: 24px;
    top: calc(50% - 75px);
    left: calc(50% - 12px) !important;
  }
}
.clockwise-animation .hero.text-container {
  max-height: 505px;
  z-index: 2;
}
.clockwise-animation .hero-inner-wrapper::after {
  z-index: 4;
}
.clockwise-animation .hero-inner-wrapper .text-container {
  background-color: #0072ce;
}
.clockwise-animation.hero-container .text-inner-wrapper {
  position: relative;
  z-index: 1;
}
.clockwise-animation .hero-inner-wrapper .text-container {
  width: 50%;
  height: 100%;
  background-color: #1ab8ec;
  z-index: 4;
  float: left;
}
.clockwise-animation .image-container {
  position: relative;
}

.clockwise-animation .image-container img {
  max-width: 100%;
}

.clockwise-animation .bottom-image {
  position: absolute;
  z-index: 1;
}

.clockwise-animation .image-container img.top-image {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat no-repeat;
  mask-repeat: no-repeat no-repeat;
}

.clockwise-animation .image-container img.top-image {
  animation: tickround 2s linear infinite;
  animation-iteration-count: 1;
  animation-delay: 0s;
}

.clockwise-animation .bottom-image.done {
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .clockwise-animation .hero-inner-wrapper .text-container {
    padding: 32px 10px 32px 10px;
    transform: none;
    float: none;
    width: 100%;
    text-align: center;
  }
  .clockwise-animation.hero-container .image-container {
    min-height: 240px;
  }
  .clockwise-animation.hero-container .image-container > img {
    height: 240px !important;
    min-height: auto !important;
    visibility: visible !important;
    object-fit: cover !important;
  }
  .clockwise-animation .hero-inner-wrapper .text-container:before {
    background-size: 100%;
    background-color: #0072ce;
  }
  .clockwise-animation.hero-container .text-inner-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .clockwise-animation .image-container img.top-image {
    transform: rotate(180deg);
    height: 480px !important;
  }
}
.clockwise-animation .hero-inner-wrapper::after {
  -webkit-animation: rotate 1s linear;
  -moz-animation: rotate 1s linear;
  -ms-animation: rotate 1s linear;
  -o-animation: rotate 1s linear;
  animation: rotate 1s linear;
  animation-iteration-count: 1;
  animation-delay: 1s;
}

.ffw-custom-accordeon {
  max-width: 100%; /* change container width */
  padding-bottom: 64px;
}
.ffw-custom-accordeon .ffw-accordeon-title h3:before {
  content: ".";
  margin-right: 19px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: url(/upload/img/syngenta_bars_icon.png) no-repeat center #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-size: 0;
}
.ffw-custom-accordeon.white-background {
  background: #fff;
}
.ffw-custom-accordeon .ffw-accordeon-content {
  display: none;
}
.ffw-custom-accordeon .ffw-accordeon-title {
  border-top: 1px solid #d2d2d2;
}
.ffw-custom-accordeon .ffw-accordeon-title h3 {
  color: #000 !important;
  padding-top: 0;
  text-align: left;
}
.ffw-custom-accordeon .ffw-accordeon-title:hover h3,
.ffw-custom-accordeon .ffw-accordeon-title.active h3 {
  color: #0072ce;
}
.ffw-custom-accordeon .ffw-accordeon-title.first-open + .ffw-accordeon-content {
  display: block;
}
.ffw-accordeon-inner > p.text {
  color: #002855;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .ffw-accordeon-inner > p.text {
    font-size: 16px;
  }
}
.ffw-custom-accordeon .ffw-accordeon-title .toggle {
  color: #000;
}
.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle,
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle {
  color: #0072ce;
}
.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
  background: url(/upload/img/arrow_down.svg) no-repeat;
  background-position: center;
  background-size: 90%;
}
.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle:after,
.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
  background: url(/upload/img/arrow-down_0.png) no-repeat;
  background-position: center;
  background-size: 90%;
}
@media screen and (max-width: 480px) {
  .ffw-custom-accordeon .ffw-accordeon-title h3 span {
    max-width: calc(100% - 32px);
  }
  .ffw-custom-accordeon .ffw-accordeon-content.with-margin-bottom {
    margin-bottom: 64px;
  }

  .ffw-custom-accordeon .ffw-accordeon-content.no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.ffw-custom-accordeon .ffw-accordeon-content.active.no-padding-bottom {
  padding-bottom: 0;
}

.comparison-slider-container {
  position: relative;
  overflow: hidden;
  max-width: 645px;
}

.comparison-slider-container img {
  width: 100%;
  display: block;
  max-width: none;
}
.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  cursor: ew-resize;
}

.handle:after {
  content: ".";
  position: absolute;
  top: 50%;
  left: 0;
  width: 78px;
  height: 78px;
  background: url(/upload/img/compare-handle-button.png) no-repeat;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.image-compare {
  display: block;
  margin: auto;
}
.caption.in-grey .left {
  margin-left: auto;
  width: auto;
  float: none;
}
.caption.in-blue {
  min-width: 442px;
}
.caption.in-blue .left {
  width: 50%;
  margin-left: auto;
  float: none;
}
.image-compare .left {
  font-weight: normal;
  padding: 16px 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
}
.image-compare .left + .left {
  border-left: 2px solid #fff;
  margin-left: -1px;
}

@media screen and (max-width: 480px) {
  .image-compare .left {
    font-size: 14px;
  }
  .caption.in-blue {
    min-width: unset;
  }
}

.block.block-snippet-manager ul,
.view .view-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
