@font-face {
  font-family: "Playfair Display";
  src: url("clientlib-site/resources/fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("clientlib-site/resources/fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("clientlib-site/resources/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("clientlib-site/resources/fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("clientlib-site/resources/fonts/OpenSans-Regular.woff2") format("woff2"), url("clientlib-site/resources/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("clientlib-site/resources/fonts/OpenSans-Bold.woff2") format("woff2"), url("clientlib-site/resources/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.title1,
main .slider-height .block-text .underline-hero-title .hero-title {
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 90px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .title1,
  main .slider-height .block-text .underline-hero-title .hero-title {
    font-size: 52px;
    line-height: 73px;
  }
}
@media screen and (max-width: 1199px) {
  .title1,
  main .slider-height .block-text .underline-hero-title .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .title1,
  main .slider-height .block-text .underline-hero-title .hero-title {
    font-size: 35px;
    line-height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .title1,
  main .slider-height .block-text .underline-hero-title .hero-title {
    font-size: 31px;
    line-height: 44px;
    max-width: 245px !important;
  }
}

.page-title,
main .block-with-numbers .section-title,
main .section-bg-img .section-title {
  font-family: "Playfair Display", sans-serif;
  color: #17455d;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-title,
  main .block-with-numbers .section-title,
  main .section-bg-img .section-title {
    line-height: 50px;
  }
}
.page-title:after,
main .block-with-numbers .section-title:after,
main .section-bg-img .section-title:after {
  content: "";
  display: inline-block;
  width: 230px;
  border-bottom: 4px solid #17455d;
}
@media screen and (max-width: 1024px) {
  .page-title:after,
  main .block-with-numbers .section-title:after,
  main .section-bg-img .section-title:after {
    width: 190px;
    border-bottom: 3px solid #17455d;
  }
}
.page-title .title,
main .block-with-numbers .section-title .title,
main .section-bg-img .section-title .title {
  margin-bottom: -15px;
  font-size: 50px;
  line-height: 60px;
}
main .section-bg-img .section-title .headline {font-size: 32px;line-height: 60px;margin-bottom: 10px;}
@media screen and (max-width: 1400px) {
  .page-title .title,
  main .block-with-numbers .section-title .title,
  main .section-bg-img .section-title .title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: -20px;
  }
  main .section-bg-img .section-title .headline {
    font-size: 27px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title .title,
  main .block-with-numbers .section-title .title,
  main .section-bg-img .section-title .title {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: -20px;
  }
  main .section-bg-img .section-title .headline {
    font-size: 22px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .page-title .title,
  main .block-with-numbers .section-title .title,
  main .section-bg-img .section-title .title {
    font-size: 30px;
    line-height: 45px;
  }
  main .section-bg-img .section-title .headline {
    font-size: 17px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-title .title,
  main .block-with-numbers .section-title .title,
  main .section-bg-img .section-title .title {
    font-size: 30px;
    line-height: 38px;
  }
  main .section-bg-img .section-title .headline {
    font-size: 17px;
    line-height: 22px;
  }
}

.paragraph-font,
main .section-bg-img .section-text,
main .section-bg-img .section-box,
main .columns-4 .single-column p,
main .download-pdf p,
main .header-grey-block p,
main .header-grey-block.icons p,
main .header-grey-block.icons .block-icons-text .block-with-icon p,
main .slider-height .block-text .hero-text,
main .simple-text-center p {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 35px;
}
@media screen and (max-width: 1400px) {
  .paragraph-font,
  main .section-bg-img .section-text,
  main .columns-4 .single-column p,
  main .section-bg-img .section-box,
  main .download-pdf p,
  main .header-grey-block p,
  main .header-grey-block.icons p,
  main .header-grey-block.icons .block-icons-text .block-with-icon p,
  main .slider-height .block-text .hero-text,
  main .simple-text-center p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .paragraph-font,
  main .section-bg-img .section-text,
  main .section-bg-img .section-box,
  main .columns-4 .single-column p,
  main .download-pdf p,
  main .header-grey-block p,
  main .header-grey-block.icons p,
  main .header-grey-block.icons .block-icons-text .block-with-icon p,
  main .slider-height .block-text .hero-text,
  main .simple-text-center p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-font,
  main .section-bg-img .section-text,
  main .section-bg-img .section-box,
  main .columns-4 .single-column p,
  main .download-pdf p,
  main .header-grey-block p,
  main .header-grey-block.icons p,
  main .header-grey-block.icons .block-icons-text .block-with-icon p,
  main .slider-height .block-text .hero-text,
  main .simple-text-center p {
    font-size: 13px;
    line-height: 26px;
  }
}

footer {
  background-color: #27292b;
  padding: 20px 50px 20px;
  border-top: 7px solid #1b1d1f;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 15px;
  }
}
footer .menu-footer {
  display: inline-block;
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 767px) {
  footer .menu-footer {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
    height: 55px;
  }
}
footer .menu-footer ul {
  float: left;
  display: block;
  line-height: 52px;
}
@media screen and (max-width: 767px) {
  footer .menu-footer ul {
    line-height: 32px;
    float: unset;
  }
}
footer .menu-footer ul li {
  float: left;
  list-style-type: none;
  margin-right: 76px;
}
@media screen and (max-width: 767px) {
  footer .menu-footer ul li {
    float: none;
    margin-top: 5px;
  }
}
footer .menu-footer ul li a {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1400px) {
  footer .menu-footer ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  footer .menu-footer ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .menu-footer ul li a {
    font-size: 13px;
  }
}
footer .menu-footer .logo-footer {
  float: right;
  height: 52px;
}
@media screen and (max-width: 767px) {
  footer .menu-footer .logo-footer {
    float: unset;
  }
}
footer .text-footer {
  border-top: 1px solid #707070;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  footer .text-footer {
    margin-top: 20px;
  }
}
footer .text-footer p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  max-width: 990px;
  width: 100%;
  line-height: 35px;
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  footer .text-footer p {
    font-size: 13px;
    line-height: 27px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  footer .text-footer p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  footer .text-footer p {
    font-size: 11px;
    line-height: 24px;
    margin-top: 22px;
  }
}
footer .text-footer p .footer-cimarosa {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #878786;
  font-weight: 600;
  clear: both;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .mobile-menu-footer {
    position: fixed;
    bottom: 0px;
    z-index: 30;
    display: inline-block !important;
    border-top: 1px solid #9e9e9e;
    padding-top: 30px;
    left: 20px;
  }
  footer .mobile-menu-footer li {
    float: left !important;
    margin-right: 55px !important;
  }
  footer .mobile-menu-footer li:last-child {
    margin-right: 0 !important;
  }
  footer .mobile-menu-footer a {
    font-size: 12px;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

header {
  position: absolute;
  width: 100%;
}
header .container {
  margin: 10px 50px;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1400px) {
  header .container {
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  header .container {
    margin: 0 20px;
    height: 112px;
  }
}
@media screen and (max-width: 1024px) {
  header .container {
    border-bottom: 0;
    margin: 0;
    height: auto !important;
  }
}
header .header-section h1 {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
}
header .header-section .main-menu {
  width: 100%;
  height: 260px;
  position: absolute;
  z-index: 15;
  top: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  header .header-section .main-menu {
    height: 215px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu {
    height: auto;
    height: 125px;
  }
}
header .header-section .main-menu .logo {
  display: block;
  float: left;
  z-index: 50;
  position: relative;
}
header .header-section .main-menu .logo img {
  width: 242px;
}
@media screen and (max-width: 1400px) {
  header .header-section .main-menu .logo img {
    width: 185px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu .logo img {
    width: 175px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu .logo img {
    width: 110px;
    margin-top: 15px;
    margin-left: 15px;
  }
}
header .header-section .main-menu ul {
  display: block;
  float: right;
  margin-top: 73px;
}
@media screen and (max-width: 1400px) {
  header .header-section .main-menu ul {
    margin-top: 58px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu ul {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu ul {
    float: none;
    margin-top: 110px;
  }
}
header .header-section .main-menu ul li.main-menu__item {
  float: left;
  list-style-type: none;
  margin-left: 78px;
  padding: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu ul li.main-menu__item {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu ul li.main-menu__item {
    float: none;
    margin: 0px 15px 30px 15px !important;
  }
  header .header-section .main-menu ul li.main-menu__item:before {
    background-color: #9e9e9e;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 29px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-section .main-menu ul li.main-menu__item {
    float: none;
    margin: 15px;
  }
}
header .header-section .main-menu ul li.main-menu__item a {
  font-size: 25px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  header .header-section .main-menu ul li.main-menu__item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu ul li.main-menu__item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu ul li.main-menu__item a {
    font-size: 20px;
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
  }
}
header .header-section .main-menu ul li.main-menu__item a.active:after {
  content: "";
  display: block;
  margin: 12px -10px 0 -10px;
  border-top: 3px solid white;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu ul li.main-menu__item a.active:after {
    margin-top: 20px;
  }
  header .header-section .main-menu ul li.main-menu__item a.active:after:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu ul li.main-menu__item a.active {
    color: #7d878b;
  }
  header .header-section .main-menu ul li.main-menu__item a.active:after {
    display: none;
  }
}
header .header-section .main-menu.menu-on-scoll {
  position: fixed !important;
  height: 85px !important;
  background: rgba(40, 51, 57, 0.9) !important;
  display: flex !important;
  z-index: 20;
  background-image: none;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.menu-on-scoll {
    height: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.menu-on-scoll {
    height: auto !important;
  }
}
header .header-section .main-menu.menu-on-scoll .container {
  height: auto;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.menu-on-scoll .open-button {
    top: 13px;
  }
}
header .header-section .main-menu.menu-on-scoll ul {
  margin-top: 0px;
  height: 85px;
  line-height: 85px;
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.menu-on-scoll ul {
    line-height: unset;
    margin-top: 110px;
    height: auto;
  }
}
header .header-section .main-menu.menu-on-scoll ul a {
  font-size: 18px !important;
}
header .header-section .main-menu.menu-on-scoll .logo img {
  width: 135px;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.menu-on-scoll .logo img {
    width: 105px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.menu-on-scoll .logo img {
    width: 85px;
    margin-top: 2px;
  }
}
header .header-section .main-menu.menu-on-scoll .active:after {
  width: -webkit-fill-available;
  position: absolute !important;
  margin-top: 0 !important;
  bottom: 1px !important;
  width: 135% !important;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.menu-on-scoll .active:after {
    bottom: 6px !important;
  }
}
header .header-section .main-menu.absent-hero-banner {
  height: 90px;
  position: relative;
  background: #27292b;
}
@media screen and (max-width: 1400px) {
  header .header-section .main-menu.absent-hero-banner {
    height: 87px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.absent-hero-banner {
    height: 85px;
  }
}
header .header-section .main-menu.absent-hero-banner .container {
  height: 100%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  border: 0;
}
header .header-section .main-menu.absent-hero-banner .logo img {
  width: 165px;
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.absent-hero-banner .logo img {
    margin-top: 8px;
    width: 143px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.absent-hero-banner .logo img {
    margin-top: 15px;
    width: 110px;
  }
}
header .header-section .main-menu.absent-hero-banner ul {
  margin-top: 0;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .header-section .main-menu.absent-hero-banner ul {
    display: block;
    margin-top: 110px;
    height: auto;
  }
}
header .header-section .main-menu.absent-hero-banner .active:after {
  position: absolute;
  bottom: -28px !important;
  width: 130%;
}
header .header-section .main-menu.absent-hero-banner.menu-on-scoll .active:after {
  bottom: 1px !important;
}
@media screen and (max-width: 1199px) {
  header .header-section .main-menu.absent-hero-banner.menu-on-scoll .active:after {
    bottom: 6px !important;
  }
}
header .header-menu {
  float: right;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  min-height: auto;
  height: auto;
  padding: 0;
  width: auto;
  background: transparent;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header .header-menu.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 1025px) {
  header .header-menu {
    background-image: none !important;
  }
}
@media screen and (max-width: 1024px) {
  header .header-menu {
    background: #14222d;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    min-height: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    pointer-events: none;
    transition: 0.5s;
    background-position: center;
    background-size: cover;
  }
}
header .menu-mobile-open .logo img {
  width: 110px !important;
  margin-top: 15px !important;
}
header .menu-mobile-open .open-button {
  top: 30px !important;
  right: 15px;
}

.open-button {
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  border-bottom: 0;
  top: 30px;
  right: 15px;
  z-index: 50;
  border-bottom: 0;
}

@media (min-width: 1025px) {
  .open-button {
    display: none;
  }
}

.open-button:hover {
  border-bottom: 0;
}

.open-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.open-button.open span {
  background: white;
}

.open-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.open-button span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

.open-button span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

.open-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.open-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}

.lock-scroll {
  overflow: hidden;
  height: 100%;
}

.header-author {
  min-height: 140px;
}

main .hero-container {
  height: 100vh;
  position: relative;
}

main .image-shape {
  right: 0;
  z-index: -1;
  position: absolute;
  height: auto;
  width: 70%;
  min-height: 650px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  main .image-shape {
    transform: unset;
    top: 0;
    left: 0;
    width: 100%;
  }
}

main .container {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  height: -webkit-fill-available;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main .container {
    padding: 0 15px;
  }
}

main .block-with-numbers {
  margin-bottom: 75px;
}
main .block-with-numbers .section-title {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  main .block-with-numbers .section-title {
    padding: 0 15px;
  }
}

main .section-bg-img {
  width: 100%;
  padding: 48px 0;
  display: inline-block;
  position: relative;
  min-height: 698px;
}
main .section-bg-img.bg-grey {
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  main .section-bg-img {
    object-fit: cover;
  }
}
main .section-bg-img .section-title {
  z-index: 5;
  display: block;
  position: relative;
}
@media screen and (max-width: 1400px) {
  main .section-bg-img .section-title .title {
    max-width: 545px;
  }
}
main .section-bg-img .section-text {
  width: 100%;
  z-index: 5;
  display: block;
  position: relative;
  margin-top: 20px;
}
main .section-bg-img .section-text ol {
  counter-reset: list;
  margin: 0; 
}
main .section-bg-img .section-text ol > li {
  list-style: none;
  position: relative; 
  margin-left: 25px;
}
main .section-bg-img .section-text ol > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  font-weight: bold;
  left: -25px;
}
main .section-bg-img .section-box {
  width: 100%;
  z-index: 5;
  display: grid;
  grid: 33%/ auto auto auto;
  column-gap: 145px;
  position: relative;
  margin: 45px auto 55px;
}
main .section-bg-img .section-box .box img {
  width: 60px;
}
main .section-bg-img .section-box .box .box-title {
  font-size: 35px;
  font-family: "Playfair Display", sans-serif;
  color: #17455d;
  line-height: 60px;
  font-weight: 600;
}
main .section-bg-img .section-box .box .box-text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1400px) {
  main .section-bg-img .section-box {
    column-gap: 100px;
  }
  main .section-bg-img .section-box .box img {
    width: 50px;
  }
  main .section-bg-img .section-box .box .box-title {
    font-size: 30px;
    line-height: 50px;
  }
  main .section-bg-img .section-box .box .box-text {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1199px) {
  main .section-bg-img .section-box {
    column-gap: 80px;
  }
  main .section-bg-img .section-box .box img {
    width: 40px;
  }
  main .section-bg-img .section-box .box .box-title {
    font-size: 25px;
  }
  main .section-bg-img .section-box .box .box-text {
    font-size: 12px;
    margin-top: 0;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  main .section-bg-img .section-box {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 0;
  }
  main .section-bg-img .section-box .box {
    width: 95%;
    margin: 0 auto 40px;
  }
  main .section-bg-img .section-box .box:last-child {
    margin-bottom: 0;
  }
  main .section-bg-img .section-box .box img {
    width: 40px;
  }
  main .section-bg-img .section-box .box .box-title {
    font-size: 25px;
  }
  main .section-bg-img .section-box .box .box-text {
    font-size: 12px;
    margin-top: 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  main .section-bg-img .section-text {
    max-width: 545px;
  }
}
main .section-bg-img .image-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 3;
  right: 0px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
main .section-bg-img.reverse .section-title {
  text-align: right;
  float: right;
  position: relative;
  clear: both;
  margin-bottom: 20px;
}
main .section-bg-img.reverse .section-text {
  text-align: right;
  margin: 20px 0 0 auto;
  clear: both;
}
main .section-bg-img.reverse .img-bg {
  left: 0px;
}
main .section-bg-img.reverse .image-bg {
  left: 0;
}
@media screen and (max-width: 767px) {
  main .section-bg-img.reverse .title {
    text-align: right;
  }
}
main .section-bg-img.reverse .all-pdf {
  float: right;
}
main .section-bg-img__pdf-right {
  min-height: 554px;
  display: inline-block;
  padding: 120px 0;
}
@media screen and (max-width: 1400px) {
  main .section-bg-img__pdf-right .title {
    max-width: 545px;
  }
}
@media screen and (max-width: 767px) {
  main .section-bg-img__pdf-right {
    padding: 40px 0;
    width: auto;
  }
}
main .section-bg-img__pdf-right .section-text {
  float: left;
  max-width: 833px !important;
}
@media screen and (max-width: 1199px) {
  main .section-bg-img__pdf-right .section-text {
    max-width: 646px !important;
  }
}
@media screen and (max-width: 1024px) {
  main .section-bg-img__pdf-right .section-text {
    max-width: 747px !important;
  }
}
@media screen and (max-width: 767px) {
  main .section-bg-img__pdf-right .section-text {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
main .section-bg-img__pdf-right .all-pdf {
  margin-top: 12px;
  padding-left: 45px;
  margin-left: 45px;
  padding-top: 0;
  display: inline-block;
  border-left: 1px solid #000000;
}
main .section-bg-img__pdf-right .all-pdf p {
  max-width: 225px;
}
@media screen and (max-width: 1024px) {
  main .section-bg-img__pdf-right .all-pdf {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 58px;
    position: relative;
  }
  main .section-bg-img__pdf-right .all-pdf:before {
    content: "";
    width: 60%;
    height: 1px;
    position: absolute;
    display: block;
    top: -30px;
    border-top: 1px solid black;
  }
}
main .section-bg-img__pdf-right .all-pdf .download-pdf {
  margin-top: 15px;
  display: block;
  margin-top: 10px;
}
main .section-bg-img__pdf-right .all-pdf .download-pdf:first-child {
  margin-top: 5px;
}
main .section-bg-img__pdf-right .all-pdf .download-pdf a {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .section-bg-img__pdf-right .all-pdf .download-pdf {
    width: 100%;
    display: inline-block;
  }
  main .section-bg-img__pdf-right .all-pdf .download-pdf:before {
    content: "";
    width: 60%;
    height: 1px;
    position: absolute;
    display: block;
  }
  main .section-bg-img__pdf-right .all-pdf .download-pdf a {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main .section-bg-img__pdf-right .all-pdf .download-pdf a {
    display: flex;
  }
}
main .section-bg-img__pdf-right .all-pdf .download-pdf .arrow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  main .section-bg-img__pdf-right .all-pdf .download-pdf .arrow {
    display: block !important;
  }
}

main .columns-4 {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main .columns-4 {
    flex-wrap: wrap;
  }
  main .columns-4:first-child {
    margin-left: 0;
  }
  main .columns-4:last-child {
    margin-right: 0;
  }
}
main .columns-4 .single-column {
  margin: 0 52px;
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .columns-4 .single-column {
    max-width: 280px;
  }
  main .columns-4 .single-column:first-child {
    margin-left: 52px !important;
  }
  main .columns-4 .single-column:last-child {
    margin-right: 52px !important;
  }
}
main .columns-4 .single-column p {
  margin-top: 90px;
}
main .columns-4 .single-column img {
  max-width: 84px;
  width: 100%;
  transform: translate(-50%);
  left: 50%;
  position: absolute;
}
main .columns-4 .single-column:first-child {
  margin-left: 0;
}
main .columns-4 .single-column:last-child {
  margin-right: 0;
}

main .all-pdf {
  margin-top: 35px;
  padding-top: 35px;
}
main .all-pdf p {
  max-width: 225px;
}

main .download-pdf {
  margin-top: 35px;
  z-index: 5;
  display: block;
}
main .download-pdf:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main .download-pdf {
    margin-top: 45px;
    width: 100%;
    display: inline-block;
  }
}
main .download-pdf a {
  text-decoration: none;
  display: inline-block;
  height: auto;
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px dashed #707070;
  z-index: 7;
  cursor: pointer !important;
  padding-right: 30px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  main .download-pdf a {
    display: inline-block;
    width: 100%;
    padding-right: 0;
  }
}
main .download-pdf p {
  font-size: 14px;
  color: #0f3101;
  line-height: 17px;
  width: max-content;
  float: left;
}
@media screen and (max-width: 1400px) {
  main .download-pdf p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main .download-pdf p {
    font-size: 12px;
  }
}
main .download-pdf p span {
  font-style: italic;
  clear: both;
  display: inline-block;
  width: 100%;
}
main .download-pdf .icon-pdf {
  display: block;
  height: 31px;
  width: 31px;
  margin-right: 17px;
  background-image: url(../../../content/dam/cimarosa/img/pdf-icon.png);
  background-size: 28px;
  left: 0;
  background-repeat: no-repeat;
  float: left;
  margin-top: 2px;
}
main .download-pdf .arrow {
  background-image: url(../../../content/dam/cimarosa/img/next.svg);
  height: 16px;
  width: 16px;
  background-size: 15px;
  display: block;
  margin-top: 6px;
  margin-left: 175px;
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  main .download-pdf .arrow {
    margin-left: unset;
  }
}

main .hero-section {
  height: 100vh;
  width: 100%;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
main .hero-section .gradient {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
}
main .hero-section .mask {
  z-index: 5;
  position: absolute;
  height: 100vh;
  transform: translateX(-50%);
  top: 0%;
  left: 50%;
  width: 100%;
  min-height: 650px;
  background-size: cover;
  background-position: center center;
}
main .hero-section .mask__hp {
  z-index: 5;
  position: absolute;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  width: 100%;
  transform: translateX(-50%);
  top: 0%;
  left: 50%;
  min-height: 650px;
}
main .hero-section .hero-btn {
  font-family: "Open Sans", sans-serif;
  background-color: #17455d;
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
  padding: 20px 45px;
  top: 55px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  main .hero-section .hero-btn {
    padding: 15px 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  main .hero-section .hero-btn {
    padding: 17px 60px;
    font-size: 13px;
    top: 70px;
  }
}
main .hero-section.full-height-image {
  height: 100vh;
}
main .hero-section.full-height-image .hero-title {
  max-width: 491px !important;
}
@media screen and (max-width: 1400px) {
  main .hero-section.full-height-image .hero-title {
    max-width: 391px !important;
  }
}
main .hero-section.full-height-image .hero-text {
  max-width: 491px !important;
  height: 100vh;
  height: auto !important;
}
@media screen and (max-width: 1400px) {
  main .hero-section.full-height-image .hero-text {
    max-width: 391px !important;
  }
}
main .hero-section.full-height-image .slider-height {
  min-height: 650px;
  height: 100vh;
}
main .hero-section.full-height-image .block-text {
  transform: translateY(-50%);
  top: 50%;
  height: unset;
}
@media screen and (max-width: 767px) {
  main .hero-section.full-height-image .block-text {
    margin: 0 15px;
    left: 0;
    top: 47%;
  }
}
main .hero-section.full-height-image .image-shape {
  width: 75%;
  right: 0;
  min-height: 650px;
}
@media screen and (max-width: 1024px) {
  main .hero-section.full-height-image .image-shape {
    transform: unset;
    top: 0;
    left: 0;
    width: 100%;
  }
}
main .hero-section.bg-gradient .gradient {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(275deg, rgba(0, 0, 0, 0.1), rgba(21, 41, 15, 0.7));
  height: 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  main .hero-section.bg-gradient .gradient {
    background: rgba(0, 0, 0, 0.35);
  }
}

main .header-grey-block {
  background-color: #e5e5e5;
  width: 100%;
  text-align: center;
  display: flex;
  z-index: 5;
  position: relative;
  padding: 45px 0;
}
main .header-grey-block p {
  max-width: 1133px;
  width: auto;
  text-align: center;
  margin: auto;
  padding: 0 15px;
  display: flex;
  align-self: center;
}
@media screen and (max-width: 1400px) {
  main .header-grey-block p {
    max-width: 955px;
  }
}
main .header-grey-block.icons {
  display: block !important;
  padding: 32px 0 38px 0;
}
main .header-grey-block.icons p {
  padding: 0;
  margin-top: 31px;
}
@media screen and (max-width: 1199px) {
  main .header-grey-block.icons p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main .header-grey-block.icons p {
    padding: 15px;
  }
}
main .header-grey-block.icons .block-icons-text {
  display: flex;
  max-width: 1280px;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main .header-grey-block.icons .block-icons-text {
    flex-wrap: wrap;
  }
}
main .header-grey-block.icons .block-icons-text .block-with-icon {
  margin: 0 37px;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 46px;
}
@media screen and (max-width: 1024px) {
  main .header-grey-block.icons .block-icons-text .block-with-icon {
    flex-wrap: wrap;
    max-width: 280px;
  }
}
main .header-grey-block.icons .block-icons-text .block-with-icon img {
  width: 86px;
}
main .header-grey-block.icons .block-icons-text .block-with-icon p {
  padding: 0;
  margin-top: 31px;
}
@media screen and (max-width: 1199px) {
  main .header-grey-block.icons .block-icons-text .block-with-icon p {
    font-size: 17px;
    line-height: 30px;
  }
}

main .slider-height {
  height: 100vh;
  position: relative;
  min-height: 650px;
  height: 100vh;
}
main .slider-height .block-text {
  position: absolute;
  z-index: 15;
  transform: translateY(-50%);
  top: 50%;
  left: 50px;
  height: unset;
}
@media screen and (max-width: 1199px) {
  main .slider-height .block-text {
    left: 0;
    margin: 0 20px;
    z-index: 14;
  }
}
@media screen and (max-width: 767px) {
  main .slider-height .block-text {
    left: 0;
    margin: 0 15px;
    top: 47%;
  }
}
main .slider-height .block-text .underline-hero-title .hero-title {
  margin-bottom: 30px;
  max-width: 721px;
}
@media screen and (max-width: 1400px) {
  main .slider-height .block-text .underline-hero-title .hero-title {
    max-width: 581px;
  }
}
@media screen and (max-width: 767px) {
  main .slider-height .block-text .underline-hero-title .hero-title {
    margin-bottom: 10px;
  }
}
main .slider-height .block-text .underline-hero-title:after {
  content: "";
  display: inline-block;
  width: 125px;
  border-bottom: 4px solid #ffffff;
}
@media screen and (max-width: 767px) {
  main .slider-height .block-text .underline-hero-title:after {
    border-bottom: 3px solid #ffffff;
  }
}
main .slider-height .block-text .hero-text {
  font-size: 25px;
  color: white;
  line-height: 40px;
  max-width: 721px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  main .slider-height .block-text .hero-text {
    font-size: 20px;
    line-height: 32px;
    max-width: 581px;
  }
}
@media screen and (max-width: 1199px) {
  main .slider-height .block-text .hero-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  main .slider-height .block-text .hero-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  main .slider-height .block-text .hero-text {
    max-width: 263px !important;
  }
}

main .simple-text-center {
  margin: 35px 0;
}
main .simple-text-center p {
  max-width: 1280px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
main .simple-text-center.grey-bg {
  background: #e5e5e5;
  padding: 90px 0 !important;
  margin: 45px 0 0 !important;
}
@media screen and (max-width: 1280px) {
  main .simple-text-center.grey-bg {
    padding: 90px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  main .simple-text-center.grey-bg {
    padding: 45px 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  main .simple-text-center {
    padding: 60px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  main .simple-text-center {
    padding: 25px 15px !important;
    margin: 0;
  }
}

main.author-height .hero-container,
main.author-height .image-shape,
main.author-height .hero-section,
main.author-height .hero-section img,
main.author-height mask,
main.author-height .mask__hp,
main.author-height .hero-bg-mobile,
main.author-height .full-height-image,
main.author-height .hero-text,
main.author-height .slider-height,
main.author-height .no-grey-block {
  height: auto !important;
}

.full-page-img {
  position: absolute;
  height: 100vh;
  z-index: 30;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.full-page-img p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
  font-size: 50px;
  line-height: 60px;
  color: #17455d;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .full-page-img p {
    font-size: 30px;
    line-height: 38px;
    width: max-content;
    top: 50%;
  }
}

.anchor {
  position: absolute;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .anchor {
    position: absolute;
    margin-top: -80px;
  }
}
.xf-content-height {
min-height: 0!important;
}