html {
  font-size: 10px;
  margin: 0 !important;
}

body {
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 11.6rem;
}
body.header-newsletter {
  padding-top: calc(15.2rem + 1px);
}

@keyframes scroll-down {
  0% {
    top: 10%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}

#wpadminbar,
.wpadminbar {
  display: none;
}

.paragraph-mail,
.paragraph-address {
  position: relative;
  padding: .9rem 0;
  padding-left: 6rem;
}
.paragraph-mail:before,
.paragraph-address:before {
  content: '';
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: #F1F1EB none no-repeat center;
  background-size: 1.8rem 1.8rem;
}
.paragraph-mail:before {
  background-image: url(/wp-content/themes/genus/Images/IconMail.svg);
}
.paragraph-address:before {
  background-image: url(/wp-content/themes/genus/Images/IconAddress.svg);
}

.wp-block-button__link {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 6rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.wp-block-button__link:hover {
  background: #567981;
}

.wp-block-media-text {
  padding: 7rem 6.4rem;
}
.wp-block-media-text p {
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.wp-block-media-text .wp-block-heading {
  margin: 6rem 0 2rem;
  color: #1C1C1C;
  font-size: 4.8rem;
  font-weight: 700;
}
.wp-block-media-text .wp-block-heading i,
.wp-block-media-text .wp-block-heading em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-weight: 500;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  max-width: 42.7rem;
  padding-right: 4rem;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin: 0 0 4rem;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin: 4rem 0 0;
}

.gpage_header-block {
  padding: 1.2rem;
}
.gpage_header {
  height: 30rem;
  border-radius: 1.6rem;
  background: #F1F1EB;
  position: relative;
}
.gpage_header-container {
  position: absolute;
  top: 55%;
  left: 10%;
  right: 10%;
  transform: translate(0, -50%);
}

.gpage_text-block {}
.gpage_text {
  max-width: 87rem;
  margin: 0 auto;
  padding: 6rem 10rem;
}
.gpage_text-container {
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.gpage_text-container > *:first-child {
  margin-top: 0 !important;
}
.gpage_text-container > *:last-child {
  margin-bottom: 0 !important;
}
.gpage_text-container b,
.gpage_text-container strong {
  font-weight: bold;
}
.gpage_text-container .wp-block-heading {
  margin: 6rem 0 2rem;
}
.gpage_text-container .wp-block-heading i,
.gpage_text-container .wp-block-heading em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-weight: 500;
}
.wp-block-heading-number {
  display: flex;
}
.gpage_text-container .wp-block-heading > span {}
.gpage_text-container .wp-block-heading > span:first-child {
  margin-right: 1rem;
}
.gpage_text-container h2.wp-block-heading {
  font-size: 3.4rem;
  line-height: 4.6rem;
  font-weight: 600;
}
.gpage_text-container h3.wp-block-heading {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
}
.gpage_text-container h4.wp-block-heading {
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 600;
}
.gpage_text-container p {
  margin: 2.5rem 0;
}
.gpage_text-container .wp-block-list {
  margin: 2.5rem 0;
  padding: 0;
  list-style: none;
}
.gpage_text-container .wp-block-list > li {
  margin-bottom: 1.6rem;
  padding-left: 3rem;
  position: relative;
}
.gpage_text-container .wp-block-list > li:last-child {
  margin: 0;
}
.gpage_text-container ul.wp-block-list {}
.gpage_text-container ul.wp-block-list > li {}
.gpage_text-container ul.wp-block-list > li:before {
  content: '';
  display: block;
  width: 1.3rem;
  height: .8rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gpage_text-container ol.wp-block-list {
  counter-reset: section;
}
.gpage_text-container ol.wp-block-list > li:before {
  counter-increment: section;
  content: counter(section) ".";
  color: #759AA2;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.gpage_text-container a {
  color: #759AA2;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.gpage_text-container a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #759AA2;
  transition: .2s all ease-in-out;
}
.gpage_text-container a:hover:after {
  width: 100%;
}
.gpage_text-container .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.gpage_text-container .wp-block-image > img {
  max-width: 100%;
  border-radius: 2.4rem;
}

.hnewsletter-block {
  border-bottom: 1px solid #E2E2DA;
  background: #FAFAFA;
  padding: 0 6.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.hnewsletter {
  height: 3.6rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hnewsletter-info {
  color: #31343B;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: .7rem 0;
}
.hnewsletter-info p {
  display: inline;
  margin: 0;
}
.hnewsletter-info-button {
  color: #31343B;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: 0;
  background: none;
  border: none;
  margin-left: 1rem;
  text-decoration: underline;
  cursor: pointer;
  transition: .2s all ease-in-out;
}
.hnewsletter-info-button:hover {
  color: #567981;
}
.hnewsletter-close-box {
  position: absolute;
  top: 0;
  right: -2.8rem;
}
.hnewsletter-close {
  position: relative;
  font-size: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
}
.hnewsletter-close:before {
  content: '';
  background: #31343B;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .2s all ease-in-out;
}
.hnewsletter-close:after {
  content: '';
  background: #31343B;
  height: 1px;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .2s all ease-in-out;
}
.hnewsletter-close:hover:before,
.hnewsletter-close:hover:after {
  background: #567981;
}
.hnewsletter-info-1 {
  color: #CFB76F;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.hnewsletter-info-2 {
  color: #31343B;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.hnewsletter-form-block {}
.hnewsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.hnewsletter-input-box {
  margin-right: .8rem;
}
.hnewsletter-input {
  font-size: 1.7rem;
  font-weight: 500;
  border: 1px solid #F2F2F2;
  line-height: 2.4rem;
  width: 30rem;
  padding: 1.2rem 4rem;
  border-radius: 3rem;
}
.hnewsletter-submit-box {}
.hnewsletter-submit {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.3rem 3.6rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.hnewsletter-submit:hover {
  background: #567981;
}

.header {
  position: fixed;
  background: #FFF;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 0 0 transparent;
  transition: .2s box-shadow ease-in-out;
}
.header-newsletter .header {
  margin-top: calc(3.6rem + 1px);
}
.header.header-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, .4);
}
.header-container {
  padding: 3rem 6.4rem;
}
.header-container:after {
  content: '';
  clear: both;
  display: block;
}
.header-logo-box {
  float: left;
}
.header-logo {
  width: 5.6rem;
  height: 5.6rem;
}
.header-right {
  float: right;
}
.header-right-button {
  color: #1C1C1C;
  font-size: 1.7rem;
  font-weight: 400;
  border: 1px solid #1C1C1C;
  display: block;
  background: #FFF;
  border-radius: 2.6rem;
  line-height: 2.4rem;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  cursor: pointer;
  transition: .2s all ease-in-out;
}
.header-right-button:hover {
  color: #FFF;
  background: #1C1C1C;
}
.header-menu-block {
  margin: 0 16rem;
  padding: 0.3rem 0;
}
.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu > li {
  margin-right: .8rem;
  position: relative;
  z-index: 2;
}
.header-menu > li:last-child {
  margin: 0;
}
.header-menu > li > a {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  background: #F1F1F1;
  border-radius: 2.6rem;
  line-height: 2.4rem;
  padding: 1.3rem 2.4rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.header-menu > li > a:hover {
  background: #1C1C1C;
  color: #F1F1F1;
}
.header-menu > li.header-menu-ischilds {
  text-align: center;
}
.header-menu > li.header-menu-ischilds:hover + li {
  z-index: 3;
}
.header-menu > li.header-menu-ischilds > a {
  padding-right: 4rem;
  position: relative;
  z-index: 2;
}
.header-menu > li.header-menu-ischilds > a:after {
  content: '';
  width: .6rem;
  height: .6rem;
  position: absolute;
  background: #759AA2;
  border-radius: 50%;
  top: 2.2rem;
  right: 2.4rem;
}
.header-menu-submenu-block {
  position: absolute;
  white-space: nowrap;
  background: #FFF;
  border-radius: 0 0 2.5rem 2.5rem;
  left: 0;
  min-width: 100%;
  box-shadow: 0 1rem .6rem rgba(0, 0, 0, .2);
  top: 2.5rem;
  overflow: hidden;
  max-height: 0;
  transition: .6s max-height ease-out;
}
.header-menu > li:hover > .header-menu-submenu-block {
  max-height: 20rem;
  transition: .6s max-height ease-in;
}
.header-menu-submenu {
  list-style: none;
  padding: 3.5rem 0 1rem;
}
.header-menu-submenu > li {}
.header-menu-submenu > li > a {
  display: block;
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2rem;
  text-decoration: none;
}
.header-menu-submenu > li > a > span {
  position: relative;
  display: inline-block;
}
.header-menu-submenu > li > a > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.5rem;
  height: 1px;
  background: #1C1C1C;
  transition: .2s all ease-in-out;
  width: 0;
}
.header-menu-submenu > li > a:hover > span:after {
  width: 100%;
}
.header-hamburger-block {
  display: none;
}
.header-mobile-button {
  display: none;
}
.header-hamburger {}

.footer {
  background: #1C1C1C;
}
.footer-container {
  padding: 6rem 6.4rem 0;
}
.footer-top {
  padding: 0 0 8rem;
}
.footer-top:after {
  content: '';
  clear: both;
  display: block;
}
.footer-info-block {
  float: left;
}
.footer-logo-box {
  margin-bottom: 3rem;
}
.footer-logo {}
.footer-info {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 3.4rem;
}
.footer-info p {
  margin: 0;
}
.footer-info a {
  color: #FFF;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-info a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: .2s all ease-in-out;
}
.footer-info a:hover:after {
  width: 100%;
}
.footer-social-links {
  font-size: 0;
  white-space: nowrap;
}
.footer-social-link-box {
  display: inline-block;
  margin-right: 2px;
}
.footer-social-link-box:last-child {
  margin: 0;
}
.footer-social-link {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: #31343B none no-repeat center;
  background-size: 35%;
  border-radius: 50%;
  transition: .2s all ease-in-out;
}
.footer-social-link:hover  {
  background-color: #FFF;
}
.footer-social-link-facebook {
  background-image: url(/wp-content/themes/genus/Images/Socials/FacebookWhite.svg);
}
.footer-social-link-facebook:hover {
  background-image: url(/wp-content/themes/genus/Images/Socials/Facebook.svg);
}
.footer-social-link-x {
  background-image: url(/wp-content/themes/genus/Images/Socials/XWhite.svg);
}
.footer-social-link-x:hover {
  background-image: url(/wp-content/themes/genus/Images/Socials/X.svg);
}
.footer-social-link-instagram {
  background-image: url(/wp-content/themes/genus/Images/Socials/InstagramWhite.svg);
}
.footer-social-link-instagram:hover {
  background-image: url(/wp-content/themes/genus/Images/Socials/Instagram.svg);
}
.footer-top-menus {
  float: right;
  display: flex;
  align-items: flex-start;
}
.footer-top-menu-block {
  margin-right: 9rem;
}
.footer-top-menu-block:last-child {
  margin: 0;
}
.footer-top-menu-title {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 0 0 2.4rem;
}
.footer-top-menu-title > a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-top-menu-title > a:hover {}
.footer-top-menu-title > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: .2s all ease-in-out;
}
.footer-top-menu-title > a:hover:after {
  width: 100%;
}
.footer-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top-menu > li {
  margin-bottom: 1.6rem;
}
.footer-top-menu > li:last-child {
  margin: 0;
}
.footer-top-menu > li > a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-top-menu > li > a:hover {}
.footer-top-menu > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: .2s all ease-in-out;
}
.footer-top-menu > li > a:hover:after {
  width: 100%;
}
.footer-bottom {
  border-top: 1px solid #404040;
  padding: 4rem 0;
}
.footer-bottom:after {
  content: '';
  clear: both;
  display: block;
}
.footer-bottom-logos {
  float: left;
  display: flex;
}
.footer-bottom-logo-box {
  margin-right: 3.6rem;
}
.footer-bottom-logo-box:last-child {
  margin: 0;
}
.footer-bottom-logo {
    max-height: 5rem;
}
.footer-bottom-menu-box {
  float: right;
  padding: 1rem 0;
}
.footer-bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-bottom-menu > li {
  margin-right: 6rem;
}
.footer-bottom-menu > li:last-child {
  margin: 0;
}
.footer-bottom-menu > li > a {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-bottom-menu > li > a:hover {}
.footer-bottom-menu > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: .2s all ease-in-out;
}
.footer-bottom-menu > li > a:hover:after {
  width: 100%;
}

.gpage-block {
  padding: 1.2rem;
}
.gpage {
  background: #F1F1EB;
  border-radius: 1.8rem;
  padding: 1px 0;
}
.gpage-container {
  margin: 0 -1.2rem;
}

.gpage-heading-block {}
.gpage-heading {
  color: #1C1C1C;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
  padding: 0 6.4rem;
  text-align: center;
}
.gpage-heading p {
  margin: 0;
}
.gpage-heading i,
.gpage-heading em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-weight: 500;
}
.gpage-heading span {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 3rem;
}
.gpage-heading span.right {
  margin-right: 0;
  margin-left: 3rem;
}

.home_slider-block {
  padding: 0 6.4rem 4rem;
}
.home_slider-block.home_slider-small {
  padding: 0 1.2rem 4rem;
}
.home_slider {
  position: relative;
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
}
.home_slider:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.home_slider-block.home_slider-small .home_slider:before {
  padding-top: 44.25%;
}
.home_slider-background {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none no-repeat center / cover;
}
.home_slider-background-video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 56.25%;
}
.home_slider-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_slider-box {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translate(0, -50%);
}
.home_slider-left .home_slider-box {
  left: 0;
}
.home_slider-small.home_slider-left  .home_slider-box {
  padding-left: 5.2rem;
}
.home_slider-box-info-box {}
.home_slider-box-title {
  color: #F1F1EB;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 8rem;
  margin: 0;
}
.home_slider-block.home_slider-small .home_slider-box-title {
  padding-right: 30%;
}
.home_slider-block.home_slider-small .home_slider-box-title p,
.home_slider-block.home_slider-small .home_slider-box-title span {
  padding: 0;
  text-align: right;
}
.home_slider-box-title p,
.home_slider-box-title span {
  display: block;
  margin: 0;
}
.home_slider-box-title p:nth-child(1),
.home_slider-box-title span:nth-child(1) {
  padding-left: 22%;
}
.home_slider-box-title p:nth-child(2),
.home_slider-box-title span:nth-child(2) {} {}
.home_slider-box-title p:nth-child(3),
.home_slider-box-title span:nth-child(3) {
  padding-left: 24.5%;
}
.home_slider-left .home_slider-box-title p,
.home_slider-left .home_slider-box-title span {
  padding: 0 !important;
  text-align: left !important;
}
.home_slider-box-title i,
.home_slider-box-title em {
  font-family: 'Playfair Display';
  font-size: 7rem;
  font-weight: 700;
}
.home_slider-box-info {
  width: 22%;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-top: -6rem;
}
.home_slider-left .home_slider-box-info {
  margin-top: 0;
}
.home_slider-button-box {
  margin-top: 10rem;
  text-align: center;
}
.home_slider-button {
  color: #1A202C;
  font-size: 1.7rem;
  display: inline-block;
  font-weight: 500;
  background: #FFF;
  border-radius: 2.6rem;
  line-height: 2.4rem;
  padding: 1.3rem 2.4rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.home_slider-button:hover {
  color: #FFF;
  background: #1A202C;
}

.infinite_gallery-block {
  padding: 3rem 0;
  min-height: 5rem;
  background: #1C1C1C;
}
.infinite_gallery-small {
  padding: 1.8rem 0;
  margin: 0 1.2rem;
  border-radius: 1.6rem;
}
.infinite_gallery-big {
  padding: 8rem 0;
}
.infinite_gallery-title-box {
  margin-bottom: 1.6rem;
}
.infinite_gallery-big .infinite_gallery-title-box {
  margin-bottom: 3.6rem;
}
.infinite_gallery-title {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.infinite_gallery {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.infinite_gallery-child {
  padding: 0 7rem;
}
.infinite_gallery-image {
  max-height: 5rem;
  max-width: 14.3rem;
}

.tabs {
  margin: 8rem 0 12rem;
}
.tabs-header {
  margin-bottom: 5rem;
}
.tabs-header > .gpage-heading-block {
  margin-bottom: 5rem;
}
.tabs-navigation {
  text-align: center;
  font-size: 0;
}
.tabs-button {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2.6rem;
  line-height: 2.4rem;
  padding: 1.3rem 2.4rem;
  background: #FFF;
  border: none;
  cursor: pointer;
  margin: 0 .6rem;
  transition: .2s all ease-in-out;
}
.tabs-button:hover,
.tabs-button.active {
  background: #1C1C1C;
  color: #FFF;
}
.tabs-body {}
.tabs-container {
  position: relative;
  overflow: hidden;
  transition: .2s height;
}
.tabs-box {
  z-index: 1;
  opacity: 0;
  transition: .2s opacity;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: none;
}
.tabs-box.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  user-select: auto;
  pointer-events: auto;
}

.trusted-block {
  margin: 12rem 0;
}
.trusted {}
.trusted:after {
  content: '';
  clear: both;
  display: block;
}
.trusted-info-block {
  padding: 0 6rem;
  width: 36rem;
  float: left;
}
.trusted-info-block .gpage-heading {
  padding: 0;
  text-align: left;
}
.trusted-link-box {
  margin-top: 4rem;
}
.trusted-link-box.trusted-link-mobile {
  display: none;
}
.trusted-link {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 2.5rem;
  background: #567981;
  border-radius: 3rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.trusted-link:hover {
  color: #1C1C1C;
  background: #FFF;
}
.trusted-review-block {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.trusted-review-container {
  padding-right: 6.4rem;
  overflow: hidden;
  cursor: grab;
}
.trusted-review {
  margin-right: 1.5rem;
  padding: 3.6rem 3rem;
  background: #FFF;
  border-radius: 2.4rem;
  width: 34rem;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}
.trusted-review:last-child {
  margin: 0;
}
.trusted-review-header {
  margin-bottom: 2.6rem;
}
.trusted-review-header:after {
  content: '';
  clear: both;
  display: block;
}
.trusted-review-avatar {
  width: 7rem;
  height: 7rem;
  background: none no-repeat center / cover;
  border-radius: 50%;
  float: left;
}
.trusted-review-info {
  overflow: hidden;
  padding: 1rem 1.6rem;
}
.trusted-review-name {
  color: #1C1C1C;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: .6rem;
  line-height: 2.6rem;
}
.trusted-review-position {
  color: #909090;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.trusted-review-message {
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}

.counter_boxes-block {
  margin: 12rem 0;
}
.counter_boxes-block > .gpage-heading-block {
  margin-bottom: 5rem;
}
.counter_boxes {
  padding: 0 6rem;
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.counter_boxes-box {
  border-radius: 2.6rem;
  background: #FFF;
  width: calc(20% - 1rem);
}
.counter_boxes-box-header {
  padding: 5rem 0 6rem;
}
.counter_boxes-counter-box {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.counter_boxes-counter {
  color: #1C1C1C;
  font-size: 7rem;
  font-weight: 500;
}
.counter_boxes-counter-suffix {
  color: #1C1C1C;
  font-size: 3rem;
  font-weight: 500;
}
.counter_boxes-box-info {
  color: #1C1C1C;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.8rem 2.5rem;
  line-height: 2rem;
}

.hub-block {
  padding: 2rem 6.4rem;
}
.hub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hub-col {
  width: calc(33.3333% - 1.2rem);
}
.hub-col:nth-child(2n) {
  padding-top: 3.4rem;
}
.hub-message {
  color: #1C1C1C;
  font-size: 1.7rem;
  margin-bottom: 1.8rem;
  border-radius: 1.8rem;
  background: #FFF;
  line-height: 2.6rem;
  padding: 2.4rem 3rem;
}
.hub-message:last-child {
  margin: 0;
}

.newsletter-block {
  position: relative;
  padding: 0 16rem;
}
.newsletter-block:after {
  content: '';
  background: #1C1C1C;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.review_slider-block + .newsletter-block:before,
.bottom_box-block + .newsletter-block:before {
  content: '';
  background: #F1F1EB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
}
.newsletter {
  position: relative;
  max-width: 109rem;
  margin: 0 auto;
  background: #FFF;
  border-radius: 3rem;
  z-index: 10;
  padding: 4rem 4.8rem;
  box-sizing: border-box;
}
.newsletter:after {
  content: '';
  clear: both;
  display: block;
}
.newsletter-info-block {
  width: 32rem;
  float: left;
}
.newsletter-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.6rem;
}
.newsletter-title p {
  margin: 0;
}
.newsletter-title i,
.newsletter-title em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.newsletter-info {
  color: #31343B;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.newsletter-info p {
  margin: 0;
}
.newsletterc-block {
  overflow: hidden;
  padding-left: 10%;
  padding-top: 5.6rem;
}
.newsletter-form {}
.newsletter-form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.newsletter-form-input-box {
  width: 100%;
}
.newsletter-form-input {
  color: #1C1C1C;
  font-size: 1.7rem;
  font-weight: 500;
  background: #F1F1F1;
  border: none;
  line-height: 2.4rem;
  padding: 1.7rem 4rem;
  border-radius: 3rem;
  width: 100%;
  box-sizing: border-box;
}
.newsletter-form-button-box {
  padding-left: .8rem;
}
.newsletter-form-button {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 4rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  opacity: 1;
  transition: .2s all ease-in-out;
}
.newsletter-form-button:hover {
  background: #567981;
}
.newsletter-form-button:disabled {
  color: #F2F2F2;
  background: #1C1C1C;
  cursor: default;
  opacity: .6;
}

.boxes-block {
  margin: 12rem 0;
}
.boxes-block > .gpage-heading-block {
  margin-bottom: 6rem;
}
.boxes {
  padding: 0 6rem;
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.boxes-single {
  width: calc(33.3333% - 4rem);
}
.boxes-single:nth-child(2n) {
  margin-top: 7rem;
}
.boxes-single-image-box {
  margin-bottom: 3.5rem;
  text-align: center;
}
.boxes-single-image {
  max-width: 100%;
}
.boxes-single-title {
  color: #1C1C1C;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.boxes-single-info {
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.boxes-single-info p {
  margin: 0;
}

.slider-block {
  margin: 12rem 6.4rem;
}
.slider-block > .gpage-heading-block {
  margin-bottom: 2rem;
}
.slider {}
.slider:after {
  content: '';
  clear: both;
  display: block;
}
.slider-left {
  width: 50%;
  float: left;
  padding-right: 18rem;
  box-sizing: border-box;
}
.slider-navigation {
  margin-bottom: 3rem;
  font-size: 0;
  text-align: right;
}
.slider-navigation-left {
  border: 1px solid #B5C9CD;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowLeft.svg) no-repeat center;
  background-size: 1.4rem;
  transition: .2s all ease-in-out;
}
.slider-navigation-left:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowLeftWhite.svg);
}
.slider-navigation-right {
  border: 1px solid #B5C9CD;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowRight.svg) no-repeat center;
  background-size: 1.4rem;
  transition: .2s all ease-in-out;
}
.slider-navigation-right:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowRightWhite.svg);
}
.slider-slides {
  position: relative;
  overflow: hidden;
}
.slider-slide {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: .4s opacity ease-in-out;
}
.slider-slide.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  user-select: all;
  pointer-events: all;
}
.slider-slide-image-box {
  text-align: center;
}
.slider-slide-image {
  max-width: 100%;
}
.slider-box-block .slider-slide-info {
  display: none;
}
.slider-box-block .slider-slide-link-box {
  display: none;
}
.slider-slide-info {
  color: #1A202C;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-top: 3rem;
}
.slider-slide-link-box {
  margin-top: 3rem;
}
.slider-slide-link {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 6rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.slider-slide-link:hover {
  background: #567981;
}
.slider-right {
  width: 50%;
  float: right;
  padding-top: 10rem;
}
.slider-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider-box-block {
  width: calc(50% - .5rem);
  box-sizing: border-box;
  margin-bottom: 1.6rem;
}
.slider-box-block:nth-child(2n + 1) {
  margin-top: -4.4rem;
  margin-bottom: 6.4rem;
}
.slider-box-block:first-child {
  /* margin-top: -6.4rem; */
}
.slider-box-image-box {
  display: none;
}
.slider-box-image {
  width: 100%;
}
.slider-box {
  padding: 4rem;
  background: #FFF;
  border-radius: 2.6rem;
}
.slider-box-number {
  color: #759AA2;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.slider-box-title {
  color: #1C1C1C;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.6rem;
  margin: 0 0 1.6rem;
}
.slider-box-info {
  color: #1C1C1C;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.gallery-block {}
.gallery {}
.gallery-box {
  padding: 0 6.4rem;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.gallery-image-box {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-right: 1rem;
  border: 4px solid #FFF;
  border-radius: 3rem;
  overflow: hidden;
}
.gallery-image-box:last-child {
  margin: 0;
}
.gallery-image {
  width: 100%;
}
.gallery-navigation {
  font-size: 0;
  padding-left: 6rem;
  padding-top: 2.4rem;
}
.gallery-navigation-left {
  border: 1px solid #B5C9CD;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowLeft.svg) no-repeat center;
  background-size: 1.6rem;
  transition: .2s all ease-in-out;
}
.gallery-navigation-left:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowLeftWhite.svg);
} 
.gallery-navigation-right {
  border: 1px solid #B5C9CD;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowRight.svg) no-repeat center;
  background-size: 1.6rem;
  transition: .2s all ease-in-out;
}
.gallery-navigation-right:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowRightWhite.svg);
}

.gblog_slider-block {
  padding: 1.2rem;
}
.gblog_slider {
  background: #F1F1EB;
  padding: 12.5rem 9rem 12.5rem 5rem;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.gblog_slider-image-box {
  border-radius: 3rem;
  overflow: hidden;
  width: 50%;
}
.gblog_slider-image {
  width: 100%;
}
.gblog_slider-info-block {
  width: calc(50% - 6rem);
}
.gblog_slider-subtitle {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 1.6rem;
}
.gblog_slider-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.8rem;
  margin: 0 0 3.6rem;
}
.gblog_slider-title p {
  margin: 0;
}
.gblog_slider-title i,
.gblog_slider-title em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.gblog_slider-info {
  color: #1A202C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.gblog_slider-info p {
  margin: 0;
}
.gblog_slider-link-box {
  margin-top: 3.4rem;
}
.gblog_slider-link {
  color: #3A575E;
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-block;
  padding: .8rem 4rem .8rem 0;
  line-height: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: .2s all ease-in-out;
}
.gblog_slider-link:hover {
  color: #CFB76F;
}
.gblog_slider-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  right: .6rem;
  top: 1.5rem;
  transition: .2s all ease-in-out;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gblog_slider-link:hover:after {
  right: 0;
}

.gblog_list-block {
  padding: 8rem 6.4rem;
}
.gblog_list {}
.gblog_list-container {}
.gblog_list-element {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #B8C5CB;
}
.gblog_list-element:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.gblog_list-image-box {
  overflow: hidden;
  border-radius: 1.6rem;
  width: calc(50% - 4rem);
}
.gblog_list-image {
  width: 100%;
}
.gblog_list-info-block {
  width: 50%;
}
.gblog_list-subtitle {
  color: #759AA2;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Playfair Display';
  font-style: italic;
  margin: 0 0 2.8rem;
}
.gblog_list-title {
  color: #1A202C;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.6rem;
  margin: 0 0 2.8rem;
}
.gblog_list-info {
  color: #1A202C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.gblog_list-link-box {
  margin-top: 5.8rem;
}
.gblog_list-link {
  color: #3A575E;
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-block;
  padding: .8rem 4rem .8rem 0;
  line-height: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: .2s all ease-in-out;
}
.gblog_list-link:hover {
  color: #CFB76F;
}
.gblog_list-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  right: .6rem;
  top: 1.5rem;
  transition: .2s all ease-in-out;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gblog_list-link:hover:after {
  right: 0;
}
.gblog_list-navigation-block {
  margin-top: 6.8rem;
}
.gblog_list-navigation-block:after {
  content: '';
  display: block;
  clear: both;
}
.gblog_list-navigation-arrows {
  font-size: 0;
}
.gblog_list-navigation-left {
  border: 1px solid #B5C9CD;
  float: left;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogLeft.svg) no-repeat center;
  background-size: 2.2rem;
  transition: .2s all ease-in-out;
}
.gblog_list-navigation-left:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogLeftHover.svg);
}
.gblog_list-navigation-right {
  border: 1px solid #B5C9CD;
  float: right;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogRight.svg) no-repeat center;
  background-size: 2.2rem;
  transition: .2s all ease-in-out;
}
.gblog_list-navigation-right:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogRightHover.svg);
}
.gblog_list-navigation-box {
  margin: 0 20rem;
  padding-top: 2.6rem;
}
.gblog_list-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.gblog_list-navigation > li {
  display: inline-block;
  vertical-align: middle;
}
.gblog_list-navigation > li.active > span,
.gblog_list-navigation > li.active > a {
  font-weight: 500;
}
.gblog_list-navigation > li > span,
.gblog_list-navigation > li > a {
  color: #1A202C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  text-decoration: none;
  display: inline-block;
  padding: 1rem;
  transition: .2s all ease-in-out;
}
.gblog_list-navigation > li > a:hover {
  color: #CFB76F;
}
.gblog_list-navigation-count {
  color: #759AA2;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding-left: 2rem;
  margin-left: 1rem;
}
.gblog_list-navigation-count:before {
  content: '/';
  color: #CFB76F;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .3rem;
}

.bottom_box-block {
  padding: 1.2rem 1.2rem 0;
}
.bottom_box {
  border-radius: 1.6rem 1.6rem 0 0;
  background: #F1F1EB;
  padding: 9rem 10rem 7rem;
}
.bottom_box-info-block {
  max-width: 64rem;
  margin: 0 auto;
}
.bottom_box-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 3.6rem;
  text-align: center;
}
.bottom_box-title p {
  margin: 0;
}
.bottom_box-title i,
.bottom_box-title em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.bottom_box-info {
  color: #1A202C;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-align: center;
}
.bottom_box-link-box {
  margin-top: 4rem;
  text-align: center;
}
.bottom_box-link {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 4rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  transition: .2s all ease-in-out;
}
.bottom_box-link:hover {
  background: #567981;
}

.gpost_header-block {
  padding: 0 1.2rem;
}
.gpost_header {
  border-radius: 3rem;
  background: #1C1C1C;
  padding-bottom: 11.5rem;
  height: 32rem;
  position: relative;
  z-index: 1;
}
.gpost_header-nav {
  position: absolute;
  z-index: 2;
  left: 3.6rem;
  top: 5rem;
}
.gpost_header-nav-back {
  color: #FCFCFC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
  transition: .2s all ease-in-out;
  padding: .8rem 0 .8rem 4rem;
  line-height: 2.4rem;
}
.gpost_header-nav-back:before {
  content: '';
  background: url(/wp-content/themes/genus/Images/ArrowBack.svg) no-repeat center / contain;
  position: absolute;
  width: .8rem;
  height: 1.2rem;
  left: 1.6rem;
  top: 0.7rem;
  transition: .2s all ease-in-out;
}
.gpost_header-nav-back:hover:before {
  left: 1rem;
}
.gpost_header-nav-back:hover {
  color: #567981;
}
.gpost_header-title-box {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: calc(50% - 7.725rem);
  transform: translate(0, -50%);
}
.gpost_header-subtitle {
  color: #B5C9CD;
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 80rem;
  padding: 0 6.4rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}
.gpost_header-title {
  color: #FCFCFC;
  font-size: 4.8rem;
  font-weight: 700;
  max-width: 80rem;
  padding: 0 6.4rem;
  margin: 0 auto;
  line-height: 5.8rem;
  text-align: center;
}

.gpost-block {
  margin-bottom: 7rem;
  padding: 0 6.4rem;
  margin-top: -15.5rem;
  position: relative;
  z-index: 2;
}
.gpost {
  max-width: 110rem;
  margin: 0 auto;
  overflow: hidden;
  background: #F1F1EB;
  border-radius: 3rem;
  border: 1.2rem solid #FFF;
}
.gpost-scrolld-box {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -3.9rem;
  transform: translate(-50%, 0);
}
.gpost-scrolld {
  border: 1.2rem solid #FFF;
  width: 9rem;
  height: 9rem;
  padding: 0;
  background: #759AA2;
  cursor: pointer;
  border-radius: 50%;
  transition: .2s all ease-in-out;
}
.gpost-scrolld:before {
  content: '';
  width: 1.6rem;
  height: 2rem;
  display: block;
  position: absolute;
  background: url(/wp-content/themes/genus/Images/ArrowDown.svg) no-repeat center / contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gpost-scrolld:hover:before {
  animation-name: scroll-down;
  animation-delay: -1s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.gpost-info-block {
  padding: 5.6rem 4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.gpost-info-box {}
.gpost-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gpost-info > li {
  color: #96968F;
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3.6rem;
  position: relative;
}
.gpost-info > li:after {
  content: '';
  width: .4rem;
  height: .4rem;
  background-color: #759AA2;
  position: absolute;
  border-radius: 50%;
  top: .7rem;
  right: 1.5rem;
}
.gpost-info > li:last-child {
  padding: 0;
}
.gpost-info > li:last-child:after {
  display: none;
}
.gpost-tags-block {}
.gpost-tags {
  list-style: none;
  margin:  0;
  padding: 0;
  font-size: 0;
}
.gpost-tags > li {
  margin-right: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: .6rem;
  margin-bottom: .6rem;
}
.gpost-tags > li:last-child {
  margin: 0;
}
.gpost-tags > li > a,
.gpost-tags > li > span {
  color: #909090;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 2.2rem;
  display: inline-block;
  padding: .4rem 1rem;
  background: #E2E2DA;
  border-radius: 2rem;
}
.gpost-tags > li > a:before,
.gpost-tags > li > span:before {
  content: '#';
}
.gpost-content {
  padding: 0 10rem;
}
.gpost-bottom {
  padding: 10rem 7rem 5.8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gpost-bottom:before {
  content: '';
  position: absolute;
  left: 8rem;
  right: 8rem;
  height: 1px;
  background: #E2E2DA;
}
.gpost-author {
  position: relative;
  z-index: 2;
  padding: 1rem;
  background: #FFF;
  border-radius: 4rem;
  white-space: nowrap;
  font-size: 0;
}
.gpost-author:after {
  content: '';
  display: block;
  position: absolute;
  width: 2.2rem;
  height: 100%;
  left: 100%;
  top: 0;
  background: #F1F1EB;
}
.gpost-author-avatar {
  width: 5.6rem;
  height: 5.6rem;
  background: none no-repeat center / cover;
  border-radius: 50%;
  margin-right: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.gpost-author-info {
  display: inline-block;
  vertical-align: middle;
  padding-right: 4rem;
}
.gpost-author-name {
  color: #1A202C;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: .4rem;
}
.gpost-author-position {
  color: #567981;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Playfair Display';
  font-style: italic;
}
.gpost-author-time-box {
  padding: 0 0 0 2.2rem;
  position: relative;
  z-index: 2;
  background: #F1F1EB;
}
.gpost-author-time {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gpost-author-time > li {
  color: #96968F;
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3.6rem;
  position: relative;
}
.gpost-author-time > li:after {
  content: '';
  width: .4rem;
  height: .4rem;
  background-color: #759AA2;
  position: absolute;
  border-radius: 50%;
  top: .7rem;
  right: 1.5rem;
}
.gpost-author-time > li:last-child {
  padding: 0;
}
.gpost-author-time > li:last-child:after {
  display: none;
}

.gpost_gallery-block {
  padding: 0 6.4rem;
  margin: 7rem 0;
}
.gpost_gallery {
  max-width: 110rem;
  margin: 0 auto;
  overflow: hidden;
}
.gpost_gallery-header {
  border-bottom: 1px solid #B8C5CB;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.gpost_gallery-title-block {}
.gpost_gallery-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
}
.gpost_gallery-title i {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.gpost_gallery-nav {}
.gpost_gallery-nav-prev {
  border: 1px solid #B5C9CD;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogLeft.svg) no-repeat center;
  background-size: 2rem;
  transition: .2s all ease-in-out;
}
.gpost_gallery-nav-prev:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogLeftHover.svg);
}
.gpost_gallery-nav-next {
  border: 1px solid #B5C9CD;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogRight.svg) no-repeat center;
  background-size: 2rem;
  transition: .2s all ease-in-out;
}
.gpost_gallery-nav-next:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogRightHover.svg);
}
.gpost_gallery-slides {
  margin-right: -2.4rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.gpost_gallery-item {
  padding-right: 2.4rem;
  white-space: normal;
  width: 33.3333%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.gpost_gallery-item-info-block {}
.gpost_gallery-item-image {
  padding-top: 56%;
  border-radius: 2.4rem;
  background: none no-repeat center / cover;
  margin-bottom: 2rem;
}
.gpost_gallery-item-info-box {
  margin-bottom: 1rem;
}
.gpost_gallery-item-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gpost_gallery-item-info > li {
  color: #909090;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3.6rem;
  position: relative;
}
.gpost_gallery-item-info > li:after {
  content: '';
  width: .4rem;
  height: .4rem;
  background-color: #759AA2;
  position: absolute;
  border-radius: 50%;
  top: .7rem;
  right: 1.5rem;
}
.gpost_gallery-item-info > li:last-child {
  padding: 0;
}
.gpost_gallery-item-info > li:last-child:after {
  display: none;
}
.gpost_gallery-item-title {
  color: #1A202C;
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0;
  line-height: 2.8rem;
}
.gpost_gallery-item-link-box {
  margin-top: 2rem;
}
.gpost_gallery-item-link {
  color: #3A575E;
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-block;
  padding: .8rem 4rem .8rem 0;
  line-height: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: .2s all ease-in-out;
}
.gpost_gallery-item-link:hover {
  color: #CFB76F;
}
.gpost_gallery-item-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  right: .6rem;
  top: 1.5rem;
  transition: .2s all ease-in-out;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gpost_gallery-item-link:hover:after {
  right: 0;
}

.inspired-block {
  padding: 1.2rem;
}
.inspired {
  background: #F1F1EB;
  border-radius: 1.6rem;
  padding-bottom: 7rem;
}
.inspired-header {
  padding: 6.8rem;
}
.inspired-navigation {
  font-size: 0;
  text-align: center;
}
.inspired-button {
  vertical-align: top;
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 600;
  background: #FFF;
  border: none;
  line-height: 2.4rem;
  cursor: pointer;
  padding: 1.2rem 4.6rem;
  margin: 0 .4rem;
  border-radius: 2.6rem;
  transition: .2s all ease-in-out;
}
.inspired-button:hover,
.inspired-button.active {
  color: #FFF;
  background: #1C1C1C;
}
.inspired-body {}
.inspired-container {
  position: relative;
  overflow: hidden;
  transition: .2s height;
}
.inspired-box {
  z-index: 1;
  opacity: 0;
  transition: .2s opacity;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.inspired-box.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  user-select: auto;
  pointer-events: auto;
}
.inspired-menu-block {
  width: 22.2rem;
  padding-bottom: 8rem;
}
.inspired-menu {
  list-style: none;
  padding: 6rem;
  margin: 0;
  width: 22.2rem;
  box-sizing: border-box;
  background: #1A202C;
  border-radius: 0 2rem 2rem 0;
}
.inspired-menu-item {
  margin-bottom: 4rem;
  padding: 0;
  opacity: .6;
  transition: .2s all ease-in-out;
  cursor: pointer;
  position: relative;
}
.inspired-menu-item:last-child {
  margin: 0;
}
.inspired-menu-item:hover,
.inspired-menu-item.active {
  padding-left: 1.2rem;
  opacity: 1;
}
.inspired-menu-item:before {
  content: '';
  width: .6rem;
  height: .6rem;
  position: absolute;
  background: #CFB76F;
  border-radius: 50%;
  top: calc(50% - .3rem);
  left: 0;
  opacity: 0;
  transition: .2s all ease-in-out;
}
.inspired-menu-item.active:before {
  opacity: 1;
}
.inspired-menu-item-image {
  width: 8.5rem;
}
.inspired-slider-block {
  width: calc(100% - 25.8rem);
}
.inspired-slider-box {
  position: relative;
  overflow: hidden;
  transition: .2s height;
}
.inspired-slider-container {
  position: relative;
  overflow: hidden;
  transition: .2s height;
  white-space: nowrap;
  margin: 0;
  box-sizing: border-box;
  padding-right: 6.4rem;
}
.inspired-slider {
  z-index: 1;
  opacity: 0;
  transition: .2s opacity;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: none;
}
.inspired-slider.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  user-select: auto;
  pointer-events: auto;
}
.inspired-slider-item {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
}
.inspired-slider-image {
  width: 100%;
}
.inspired-slider-nav {
  text-align: right;
  padding-right: 6.4rem;
  padding-top: 3rem;
}
.inspired-slider-nav-prev {
  border: 1px solid #B5C9CD;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowLeft.svg) no-repeat center;
  background-size: 1.4rem;
  transition: .2s all ease-in-out;
}
.inspired-slider-nav-prev:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowLeftWhite.svg);
}
.inspired-slider-nav-next {
  border: 1px solid #B5C9CD;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 .4rem;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowRight.svg) no-repeat center;
  background-size: 1.4rem;
  transition: .2s all ease-in-out;
}
.inspired-slider-nav-next:hover {
  background-color: #B5C9CD;
  background-image: url(/wp-content/themes/genus/Images/ArrowRightWhite.svg);
}

.locations-block {
  margin: 12rem 0;
}
.locations {
  padding: 0 6.4rem;
}
.locations > .gpage-heading-block {
  margin-bottom: 5rem;
}
.locations-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.locations-item {
  background: #FFF;
  border-radius: 2.6rem;
  width: calc(50% - 2.6rem);
  margin-top: 3rem;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.locations-item:nth-child(1),
.locations-item:nth-child(2) {
  margin-top: 0;
}
.locations-item-image {
  border-radius: 2rem;
  width: 52%;
  background: none no-repeat center / cover;
}
.locations-item-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.locations-item-info-block {
  width: calc(48% - 4rem);
}
.locations-item-title {
  margin: 0 0 2.2rem;
  color: #759AA2;
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 4.8rem;
  font-weight: 500;
}
.locations-item-info {
  color: #1C1C1C;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.7rem;
}

.backed_by-block {
  background: #E2E2DA;
}
.backed_by {
  padding: 7rem 6.4rem;
}
.backed_by > .gpage-heading-block {
  margin-bottom: 4.6rem;
}
.backed_by-list {}
.backed_by-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.backed_by-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.backed_by-item-title-box {
  height: 6rem;
  line-height: 6rem;
  width: 20%;
}
.backed_by-item-title {
  color: #759AA2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 4rem;
}
.backed_by-item-gallery {
  min-height: 6rem;
  width: 80%;
  text-align: right;
}
.backed_by-item-logo-box {
  display: inline-block;
  line-height: 6rem;
  margin-right: 7rem;
}
.backed_by-item-logo-box:last-child {
  margin: 0;
}
.backed_by-item-logo {
  max-height: 4rem;
  max-width: 15rem;
  vertical-align: middle;
}

.review_slider-block {
  padding: 1.2rem 1.2rem 0;
}
.review_slider {
  background: #F1F1EB;
  padding: 10rem 0;
  border-radius: 1.6rem 1.6rem 0 0;
}
.review_slider > .gpage-heading-block {
  margin-bottom: 5rem;
}
.review_slider-box {
  position: relative;
  min-height: 28rem;
}
.review_slider-container {
  margin-left: 27rem;
}
.review_slider-slides {
  margin-right: -1.2rem;
  padding-right: 6.4rem;
  overflow: hidden;
  white-space: nowrap;
}
.review_slider-item {
  background: #FFF;
  border-radius: 2rem;
  margin-right: 1.6rem;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  padding: 3.6rem 3rem;
  width: calc(33.3333% - 1.6rem);
  box-sizing: border-box;
}
.review_slider-item-header {
  margin-bottom: 2.6rem;
}
.review_slider-item-avatar {
  width: 7rem;
  height: 7rem;
  background: none no-repeat center / cover;
  border-radius: 50%;
  float: left;
}
.review_slider-item-info {
  overflow: hidden;
  padding: 1rem 1.6rem;
}
.review_slider-item-name {
  color: #1C1C1C;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: .6rem;
  line-height: 2.6rem;
}
.review_slider-item-position {
  color: #909090;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.review_slider-item-message {
  color: #1C1C1C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.review_slider-nav {
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.review_slider-back-box {
  margin-bottom: 1.6rem;
}
.review_slider-back {
  border: 1px solid #B5C9CD;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogLeft.svg) no-repeat center;
  background-size: 2.2rem;
  transition: .2s all ease-in-out;
}
.review_slider-back:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogLeftHover.svg);
}
.review_slider-next-box {
  margin-bottom: 3.6rem;
}
.review_slider-next {
  border: 1px solid #B5C9CD;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  background: #FFF url(/wp-content/themes/genus/Images/ArrowBlogRight.svg) no-repeat center;
  background-size: 2.2rem;
  transition: .2s all ease-in-out;
}
.review_slider-next:hover {
  border-color: #CFB76F;
  background-image: url(/wp-content/themes/genus/Images/ArrowBlogRightHover.svg);
}
.review_slider-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.review_slider-number-active {
  color: #567981;
  font-size: 1.7rem;
  font-weight: 500;
}
.review_slider-number-separator {
  color: #CFB76F;
}
.review_slider-number-count {
  color: #567981;
  font-size: 1.7rem;
  font-weight: 300;
}

.gutena-tabs-block {
  margin: 5rem 0 12rem;
}
.gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2.6rem;
  line-height: 2.4rem;
  padding: 1.3rem 2.4rem;
  background: #FFF;
  border: none;
  cursor: pointer;
  margin: 0 .6rem;
  transition: .2s all ease-in-out;
}
.gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title:hover,
.gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title.active {
  background: #1C1C1C;
  color: #FFF;
  border: none;
}
.gutena-tabs-block > .gutena-tabs-tab {
  padding-bottom: 3rem !important;
}
.gutena-tabs-block > .gutena-tabs-content > .gutena-tab-block {
  background: transparent !important;
  padding: 0 !important;
}

.newsletter_modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.newsletter_modal p {
  display: inline;
  margin: 0;
}
.newsletter_modal-image-box {
  width: 34.5rem;
}
.newsletter_modal-image {
  border-radius: 1.2rem;
  width: 100%;
}
.newsletter_modal-tabs {
  width: 49rem;
  position: relative;
}
.newsletter_modal-tab {
  user-select: none;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0 3.6rem;
  box-sizing: border-box;
  transition: .4s opacity ease-in-out;
}
.newsletter_modal-tab.active {
  user-select: auto;
  pointer-events: auto;
  z-index: 2;
  position: relative;
  top: 0;
  transform: none;
  opacity: 1;
}
.newsletter_modal-container {}
.newsletter_modal-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.newsletter_modal-title i,
.newsletter_modal-title em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.newsletter_modal-info {
  color: #31343B;
  line-height: 2.2rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.newsletter_modal-info b {
  color: #759AA2;
}
.newsletter_modal-input-box {
  margin-top: 3rem;
}
.newsletter_modal-input {
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  padding: 1.2rem 0;
  border: none;
  border-bottom: 1px solid #000;
}
.newsletter_modal-button-box {
  margin-top: 4.2rem;
}
.newsletter_modal-button {
  font-size: 1.7rem;
  font-weight: 500;
  color: #F2F2F2;
  background: #1C1C1C;
  border: none;
  cursor: pointer;
  line-height: 2.2rem;
  padding: 1.3rem 2rem;
  width: 100%;
  text-align: center;
  opacity: 1;
  border-radius: 2.6rem;
  transition: .2s all ease-in-out;
}
.newsletter_modal-button:hover {
  background: #567981;
}
.newsletter_modal-button:disabled {
  color: #F2F2F2;
  background: #1C1C1C;
  cursor: default;
  opacity: .6;
}

.calendly-block {
  padding: 0 6.4rem;
  margin: 6rem 0;
  position: relative;
}
.calendly {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.calendly-info-block {
  width: 30%;
  padding-top: 18rem;
}
.calendly-info-image {
  background: none no-repeat left / contain;
  left: 0;
  bottom: 2%;
  position: absolute;
  height: 46%;
  width: 30%;
}
.calendly-info-box {}
.calendly-info-box .gpage-heading-block {
  margin-bottom: 2.6rem;
}
.calendly-info-box .gpage-heading {
  text-align: left;
  padding: 0;
}
.calendly-info {
  color: #1A202C;
  line-height: 2.8rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.calendly-info p {
  margin: 0;
}
.calendly-link-box {
  margin-top: 3.6rem;
  position: relative;
  padding: 1.2rem 0 1.2rem 6rem;
}
.calendly-link-box:before {
  content: '';
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: #E2E2DA none no-repeat center;
  background-size: 1.8rem 1.8rem;
  background-image: url(/wp-content/themes/genus/Images/IconMail.svg);
}
.calendly-link {
  color: #1A202C;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.calendly-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #759AA2;
  transition: .2s all ease-in-out;
}
.calendly-link:hover:after {
  width: 100%;
}
.calendly-widget-block {
  width: 60%;
}
.calendly-widget-box {
  padding-right: 10rem;
}
.calendly-inline-widget {
  height: 950px;
}

.gpage_header-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 87rem;
  margin: 5rem auto 0;
  padding: 0 10rem;
}
.gpage_header-modify {}
.gpage_header-modify-title {
  color: #3A575E;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.gpage_header-modify-time {
  color: #1A202C;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.gpage_header-revision-block {}
.gpage_header-revision-prev {
  display: block;
  color: #1A202C;
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  padding: .8rem 4rem .8rem 0;
  line-height: 2.4rem;
  transition: .2s all ease-in-out;
}
.gpage_header-revision-prev:hover {
  color: #CFB76F;
}
.gpage_header-revision-prev:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  right: .6rem;
  top: 1.5rem;
  transition: .2s all ease-in-out;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gpage_header-revision-prev:hover:after {
  right: 0;
}
.gpage_header-revision-next {
  display: block;
  color: #1A202C;
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  padding: .8rem 4rem .8rem 0;
  line-height: 2.4rem;
  transition: .2s all ease-in-out;
}
.gpage_header-revision-next:hover {
  color: #CFB76F;
}
.gpage_header-revision-next:after {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  right: .6rem;
  top: 1.5rem;
  transition: .2s all ease-in-out;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.gpage_header-revision-next:hover:after {
  right: 0;
}

.carousel-block {}
.carousel {
  position: relative;
}
.carousel:before {
  content: '';
  padding-top: 40%;
  display: block;
}
.carousel-container-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.carousel-container-slide {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 400%;
  transform: translate(0, 0) rotate(0deg);
  transition: .6s all ease-in-out;
}
.carousel-container-slide.left {
  transform: rotate(-45deg);
}
.carousel-container-slide.right {
  transform: rotate(45deg);
}
.carousel-container-nav-block {
  position: absolute;
  z-index: 5;
  bottom: 3.4rem;
  left: 10%;
  right: 10%;
  text-align: center;
}
.carousel-container-nav {
  position: relative;
  display: inline-block;
}
.carousel-container-nav-line {
    position: absolute;
    height: 1px;
    background: #759AA2;
    left: 0;
    transition: .4s all ease-in-out;
}
.carousel-container-nav-back {
  list-style: none;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  border-radius: 4rem;
  padding: 0;
}
.carousel-container-nav-back > li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #818181;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 1.8rem 2.6rem;
  user-select: none;
  cursor: pointer;
  transition: .2s all ease-in-out;
}
.carousel-container-nav-back > li:hover,
.carousel-container-nav-back > li.active {
  color: #1C1C1C;
}
.carousel-container-nav-active {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  z-index: 4;
  top: .4rem;
  margin-left: .4rem;
  background: #567981;
  border-radius: 4rem;
  overflow: hidden;
}
.carousel-container-nav-active > li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 1.8rem 2.6rem;
  user-select: none;
}
.carousel-container-nav-front {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  z-index: 6;
  top: .4rem;
  left: .4rem;
}
.carousel-container-nav-front > li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #797979;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 1.8rem 2.6rem;
  user-select: none;
  cursor: pointer;
  opacity: 0;
}
.carousel-background {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 6%;
  right: 6%;
  height: 100%;
  overflow: hidden;
  background: none no-repeat center / cover;
}
.carousel-background-video-box {
  width: 100%;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 56.25%;
}
.carousel-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.carousel-info {
  position: absolute;
  z-index: 10;
  left: 6.4rem;
  right: 6.4rem;
  top: 6rem;
}
.carousel-title {
  color: #1A202C;
  font-size: 4.8rem;
  font-weight: 500;
  margin: 0;
}
.carousel-title i,
.carousel-title em {
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
}
.carousel-title p {
  margin: 0;
}
.carousel-title-top {
  padding-right: 10%;
}
.carousel-title-bottom {
  position: relative;
  padding-left: 8.2rem;
  margin-top: 2rem;
  display: inline-block;
  margin-left: 0;
  min-width: 30%;
  text-align: left;
}
.carousel-title-bottom:before {
  content: '';
  width: 5.4rem;
  height: 4.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(/wp-content/themes/genus/Images/TitleArrow.svg) no-repeat center / contain;
}
.carousel-link-box {
  margin-top: 3.6rem;
}
.carousel-link {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  padding: 1.7rem 4.6rem;
  background: #1C1C1C;
  border-radius: 3rem;
  text-decoration: none;
  opacity: 1;
  transition: .2s all ease-in-out;
}
.carousel-link:hover {
  background: #567981;
}

.bpricing-block {
  padding: 0 1.2rem;
}
.bpricing {
  padding: 6rem 5.2rem 7rem;
  background: #F1F1EB;
  border-radius: 1.6rem;
}
.bpricing-header {
  margin-bottom: 5rem;
  text-align: center;
}
.bpricing-title {
  margin: 0 0 2rem;
  color: #759AA2;
  font-family: 'Playfair Display';
  font-size: 4.8rem;
  font-weight: 500;
  font-style: italic;
}
.bpricing-subtitle {
  margin: 0;
  color: #1A202C;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
.bpricing-container {}
.bpricing-container-desktop {}
.bpricing-container-mobile {
  display: none;
}
.bpricing-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}
.bpricing-column {
  width: calc(33.333% - 1rem);
  background: #FCFCFC;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 0 3rem;
  box-sizing: border-box;
  margin-right: 1.5rem;
}
.bpricing-column:last-child {
  margin-right: 0;
}
.bpricing-row:nth-child(4n + 1) .bpricing-column {
  border-top: 1px solid #FFF;
  border-radius: 2.8rem 2.8rem 0 0;
  margin-top: 2rem;
}
.bpricing-row:first-child .bpricing-column {
  margin-top: 0;
}
.bpricing-row:nth-child(4n) .bpricing-column {
  border-bottom: 1px solid #FFF;
  border-radius: 0 0 2.8rem 2.8rem;
  padding-bottom: 3rem;
}
.bpricing-column.bpricing-popular {
  border-color: #CFB76F !important;
}
.bpricing-box-header {
  border-bottom: 1px solid #DFE3F1;
  padding: 4.6rem 0 1.8rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.bpricing-column.bpricing-popular .bpricing-box-header:after {
  content: 'most popular';
  color: #CFB76F;
  font-size: 12px;
  font-weight: 500;
  background: #F9F8F5;
  border: 1px solid;
  line-height: 2.3rem;
  padding: 0 .8rem;
  position: absolute;
  top: 4.6rem;
  right: 0;
  border-radius: 2rem;
}
.bpricing-box-header-box {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.bpricing-box-header-price {
  color: #759AA2;
  font-size: 21px;
  font-weight: 600;
}
.bpricing-column.bpricing-popular .bpricing-box-header-price {
  color: #CFB76F;
}
.bpricing-box-header-month {
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-left: 3rem;
}
.bpricing-box-header-month:before {
  content: '/';
  position: absolute;
  left: -1.4rem;
}
.bpricing-box-title-box {
  margin-top: auto;
}
.bpricing-box-title {
  color: #1A202C;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.bpricing-box-info {
  padding: 2rem 0;
  color: #1A202C;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.bpricing-box-info ul,
.bpricing-box-info ol {
  padding: 0;
  list-style: none;
  counter-reset: section;
}
.bpricing-box-info ul > li,
.bpricing-box-info ol > li {
  color: #1A202C;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 1.6rem;
  padding-left: 3rem;
  position: relative;
}
.bpricing-box-info ul > li:last-child,
.bpricing-box-info ol > li:last-child {
  margin: 0;
}
.bpricing-box-info ul > li:before {
  content: '';
  display: block;
  width: 1.3rem;
  height: .8rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background: url(/wp-content/themes/genus/Images/ListMarker.svg) no-repeat center / contain;
}
.bpricing-box-info ol > li:before {
  counter-increment: section;
  content: counter(section) ".";
  color: #759AA2;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.bpricing-box-info p,
.bpricing-box-info ol,
.bpricing-box-info ul {
  margin: 0 0 2rem;
}
.bpricing-box-info p:last-child,
.bpricing-box-info ol:last-child,
.bpricing-box-info ul:last-child {
  margin-bottom: 0;
}
.bpricing-box-link-box {
  padding: 2rem 0;
}
.bpricing-box-link {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2rem;
  padding: 1.8rem 1rem;
  display: block;
  text-align: center;
  background: #1C1C1C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4rem;
  transition: .2s all ease-in-out;
}
.bpricing-box-link:hover {
  color: #FFF !important;
  background-color: #567981 !important;
}
.bpricing-column.bpricing-popular .bpricing-box-link {
  color: #1C1C1C;
  background-color: #CFB76F;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 10px;
  }

  body {
    padding-top: 8rem !important;
  }

  .gpage_header-block {}
  .gpage_header {
    height: auto;
  }
  .gpage_header-container {
    position: static;
    transform: none;
    padding: 5rem 0 0;
  }

  .wp-block-media-text {
    padding: 2rem;
  }
  .wp-block-media-text p {}
  .wp-block-media-text .wp-block-heading {
    font-size: 3.7rem;
    padding: 0 2rem;
  }
  .wp-block-media-text .wp-block-heading i,
  .wp-block-media-text .wp-block-heading em {
    font-size: 3.8rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 2rem 0 0;
  }
  .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    text-align: center;
    margin-bottom: 2rem;
  }
  .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
    text-align: center;
    margin-top: 2rem;
  }

  .gpage_text-block {}
  .gpage_text {
    padding: 4rem 2rem;
  }
  .gpage_text-container {}

  .hnewsletter-block {
    display: none;
  }
  .hnewsletter {}
  .hnewsletter-info {}
  .hnewsletter-info-1 {}
  .hnewsletter-info-2 {}
  .hnewsletter-form-block {}
  .hnewsletter-form {}
  .hnewsletter-input-box {}
  .hnewsletter-input {}
  .hnewsletter-submit-box {}
  .hnewsletter-submit {}

  .header {
    position: fixed;
    z-index: 999;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 8rem;
    background: #FFF;
    transition: .4s background ease-in-out;
    margin-top: 0 !important;
  }
  .header.grey {
    background: #F1F1EB;
  }
  .header-container {
    padding: 0 0 0 2rem;
  }
  .header-logo-box {
    padding: 1.5rem 0;
  }
  .header-logo {
    width: 5rem;
    height: 5rem;
  }
  .header-right {
    display: none;
  }
  .header-right-button {
    color: #FFF;
    background: #1C1C1C;
    text-align: center;
    padding: 2rem;
    border-radius: 3.3rem;
  }
  .header-menu-block {
    position: fixed;
    top: 8rem;
    bottom: 0;
    width: 100%;
    background: #F1F1EB;
    left: 100%;
    margin: 0;
    padding: 9rem 0 14rem;
    box-sizing: border-box;
    transition: .4s all ease-in-out;
  }
  .header-menu-block.open {
    left: 0;
  }
  .header-menu-box {
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
  .header-mobile-button {
    display: block;
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    right: 2rem;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
  .header-menu > li {
    margin-bottom: 2.6rem;
  }
  .header-menu > li > a {
    padding: 1.3rem 6rem !important;
    background: #FFF;
  }
  .header-menu > li > a:hover {}
  .header-menu > li > a:after {
    display: none;
  }
  .header-menu-ischilds {}
  .header-menu-submenu-block {
    position: static;
    max-height: none;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .header-menu-submenu {
    padding: 1rem 0;
  }
  .header-menu-submenu > li {}
  .header-menu-submenu > li > a {}
  .header-hamburger-block {
    float: right;
    display: block;
  }
  .header-hamburger {
    vertical-align: top;
    width: 8rem;
    height: 8rem;
    border: none;
    padding: 0;
    position: relative;
    background: transparent;
  }
  .header-hamburger > span:nth-child(1) {
    width: 3rem;
    height: .4rem;
    background: #1C1C1C;
    position: absolute;
    border-radius: .2rem;
    top: 2.8rem;
    left: 2.5rem;
    transform: rotate(0deg);
    transition: .2s all ease-in-out;
  }
  .header-hamburger > span:nth-child(2) {
    width: 3rem;
    height: .4rem;
    background: #1C1C1C;
    position: absolute;
    border-radius: .2rem;
    top: 3.8rem;
    left: 2.5rem;
    transform: rotate(0deg);
    transition: .2s all ease-in-out;
  }
  .header-hamburger > span:nth-child(3) {
    width: 1.6rem;
    height: .4rem;
    background: #1C1C1C;
    position: absolute;
    border-radius: .2rem;
    top: 4.8rem;
    left: 2.5rem;
    opacity: 1;
    transition: .2s all ease-in-out;
  }
  .header-hamburger.open > span:nth-child(1) {
    top: 3.8rem;
    transform: rotate(-45deg);
  }
  .header-hamburger.open > span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header-hamburger.open > span:nth-child(3) {
    opacity: 0;
  }

  .footer {}
  .footer-container {
    padding: 4rem 2rem 0;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .footer-info-block {
    float: none;
    margin-bottom: 3rem;
  }
  .footer-logo-box {
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer-logo {}
  .footer-info {
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer-social-links {
    text-align: center;
  }
  .footer-social-link-box {}
  .footer-social-link {}
  .footer-social-link-facebook {}
  .footer-social-link-x {}
  .footer-social-link-instagram {}
  .footer-top-menus {
    float: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-top-menu-block {
    margin: 0;
    width: 46%;
    margin-bottom: 3rem;
  }
  .footer-top-menu-title {
    margin-bottom: 1rem;
  }
  .footer-top-menu {}
  .footer-top-menu > li {
    margin: 0;
  }
  .footer-top-menu > li > a {
    width: 100%;
    padding: 1rem 0;
  }
  .footer-top-menu > li > a:after {
    display: none;
  }
  .footer-bottom {
    padding: 2rem 0;
  }
  .footer-bottom-logos {
    display: block;
    text-align: center;
    float: none;
  }
  .footer-bottom-logo-box {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: top;
  }
  .footer-bottom-logo {}
  .footer-bottom-menu-box {
    float: none;
  }
  .footer-bottom-menu {
    justify-content: space-between;
  }
  .footer-bottom-menu > li {
    margin: 0;
  }
  .footer-bottom-menu > li > a {
    padding: 1rem 0;
  }
  .footer-bottom-menu > li > a:hover {}

  .gpage-block {}
  .gpage {}
  .gpage-container {}

  .gpage-heading-block {}
  .gpage-heading {
    font-size: 3.7rem;
    padding: 0 2rem;
  }
  .gpage-heading i,
  .gpage-heading em {
    font-size: 3.8rem;
  }
  .gpage-heading span {}

  .home_slider-block {
    padding: 1rem;
  }
  .home_slider {}
  .home_slider:before {
    padding-top: 130% !important;
  }
  .home_slider-background {
    width: 240%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home_slider-background-video {}
  .home_slider-box {
    left: 1rem !important;
    right: 1rem;
    transform: none;
    top: auto;
    bottom: 3.6rem;
    text-align: center;
    padding: 0 !important;
  }
  .home_slider-box-info-box {}
  .home_slider-box-title {
    font-size: 3.7rem;
    line-height: 4.2rem;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 !important;
  }
  .home_slider-box-title p,
  .home_slider-box-title span {
    padding: 0 !important;
    display: inline;
  }
  .home_slider-box-title i,
  .home_slider-box-title em {
    font-size: 3.8rem;
  }
  .home_slider-box-info {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .home_slider-button-box {
    margin-top: 2.6rem;
  }
  .home_slider-button {}

  .infinite_gallery-block {
    min-height: 3rem;
    padding: 2.8rem 0;
  }
  .infinite_gallery-big {}
  .infinite_gallery-title-box {
    margin-bottom: 2rem;
  }
  .infinite_gallery-title {}
  .infinite_gallery {}
  .infinite_gallery-child {
    padding: 0 1.6rem;
  }
  .infinite_gallery-image {
    height: 3rem;
  }

  .tabs {}
  .tabs-header {
    margin-bottom: 4rem;
  }
  .tabs-navigation {
    padding: 0 2rem;
    text-align: left;
    white-space: nowrap;
    overflow: auto;
  }
  .tabs-button {
    display: inline-block;
  }
  .tabs-button.active {}
  .tabs-body {}
  .tabs-container {}
  .tabs-box {}
  .tabs-box.active {}

  .trusted-block {
    margin: 6rem 0;
  }
  .trusted {}
  .trusted-info-block {
    float: none;
    width: auto;
    padding: 0 2rem 3rem;
  }
  .trusted-info-block .gpage-heading {
    text-align: center;
  }
  .trusted-title {}
  .trusted-link-box {
    display: none;
  }
  .trusted-link-box.trusted-link-mobile {
    display: block;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .trusted-link {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .trusted-review-block {
    width: 100%;];
    padding: 0 2rem;
    box-sizing: border-box;
    overflow: auto;
  }
  .trusted-review-container {
    padding: 0;
  }
  .trusted-review {
    width: 90%;
    box-sizing: border-box;
    padding: 2rem;
  }
  .trusted-review-header {
    margin-bottom: 1.6rem;
  }
  .trusted-review-avatar {}
  .trusted-review-info {
    padding: 0 1.6rem;
  }
  .trusted-review-name {}
  .trusted-review-position {}
  .trusted-review-message {}

  .counter_boxes-block {
    margin: 6rem 0;
  }
  .counter_boxes {
    padding: 0 2rem;
    display: block;
    white-space: nowrap;
    font-size: 0;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .counter_boxes-box {
    white-space: normal;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.6rem;
  }
  .counter_boxes-box:last-child {
    margin: 0;
  }
  .counter_boxes-box-header {}
  .counter_boxes-counter-box {}
  .counter_boxes-counter {}
  .counter_boxes-counter-suffix {}
  .counter_boxes-box-info {}

  .hub-block {
    padding: 0 2rem;
  }
  .hub {
    display: block;
  }
  .hub-col {
    padding: 0 !important;
    width: auto;
    margin-bottom: .8rem;
  }
  .hub-col:last-child {
    margin: 0;
  }
  .hub-message {
    margin-bottom: .8rem;
  }
  .hub-message:last-child {
    margin-bottom: 0;
  }

  .newsletter-block {
    padding: 1.6rem 2rem;
  }
  .newsletter-block:after {
    display: none;
  }
  .newsletter {
    padding: 1.6rem .8rem;
  }
  .newsletter-info-block {
    float: none;
    width: auto;
  }
  .newsletter-title {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 3.7rem;
  }
  .newsletter-title i {
    font-size: 3.8rem;
  }
  .newsletter-info {
    text-align: center;
  }
  .newsletterc-block {
    float: none;
    padding: 2rem 0 0;
  }
  .newsletter-form {}
  .newsletter-form-row {
    display: block;
  }
  .newsletter-form-input-box {
    margin-bottom: 1.2rem;
  }
  .newsletter-form-input {}
  .newsletter-form-button-box {
    padding: 0;
  }
  .newsletter-form-button {
    width: 100%;
    text-align: center;
  }

  .boxes-block {
    margin: 6rem 0;
  }
  .boxes {
    padding: 0 2rem;
    display: block;
  }
  .boxes-single {
    width: 100%;
    margin-bottom: 4rem;
  }
  .boxes-single:last-child {
    margin: 0;
  }
  .boxes-single-image-box {}
  .boxes-single-image {}
  .boxes-single-title {}
  .boxes-single-info {}

  .slider-block {
    margin: 6rem 0;
  }
  .slider {}
  .slider-left {
    display: none;
  }
  .slider-navigation {}
  .slider-navigation-left {}
  .slider-navigation-right {}
  .slider-slides {}
  .slider-slide {}
  .slider-slide.active {}
  .slider-slide-image-box {}
  .slider-slide-image {}
  .slider-slide-info {
    display: block !important;
    margin-top: 1.6rem;
  }
  .slider-slide-link-box {
    display: block !important;
    margin-top: 1.6rem;
    text-align: center;
  }
  .slider-slide-link {}
  .slider-right {
    width: auto;
    float: none;
    padding-top: 0;
  }
  .slider-boxes {
    display: block;
  }
  .slider-box-block {
    margin: 0 2rem 6rem !important;
    width: auto;
  }
  .slider-box-image-box {
    display: block;
    padding: 0 20%;
    position: relative;
    z-index: 2;
    margin-bottom: -5.4rem;
  }
  .slider-box-image {
    width: 100%;
    box-shadow: 0 8px 7px rgba(0, 0, 0, .2);
    border-radius: 1.8rem;
  }
  .slider-box {
    margin: 0;
    width: auto;
    padding-top: 6rem;
  }
  .slider-box-number {}
  .slider-box-title {
    line-height: 3.4rem;
    font-size: 2.5rem;
  }
  .slider-box-info {}

  .gallery-block {}
  .gallery {}
  .gallery-box {
    padding: 0 2rem;
  }
  .gallery-image-box {
    width: 90%;
  }
  .gallery-image {}
  .gallery-navigation {
    padding: 2rem 2rem 0;
    text-align: center;
  }
  .gallery-navigation-left {
    background-color: #FFF !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowLeft.svg) !important;
  }
  .gallery-navigation-right {
    background-color: #FFF !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowRight.svg) !important;
  }

  .gblog_slider-block {}
  .gblog_slider {
    padding: 2rem 1.6rem;
    display: block;
  }
  .gblog_slider-image-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .gblog_slider-image {}
  .gblog_slider-info-block {
    width: 100%;
    text-align: center;
  }
  .gblog_slider-subtitle {}
  .gblog_slider-title {
    font-size: 3.7rem;
    line-height: 4.2rem;
  }
  .gblog_slider-info {}
  .gblog_slider-link-box {
    margin-top: 1rem;
  }
  .gblog_slider-link {}

  .gblog_list-block {
    padding: 2rem 2rem 5rem;
  }
  .gblog_list {}
  .gblog_list-container {}
  .gblog_list-element {
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .gblog_list-image-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .gblog_list-image {}
  .gblog_list-info-block {
    width: 100%;
  }
  .gblog_list-subtitle {}
  .gblog_list-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .gblog_list-info {}
  .gblog_list-link-box {
    margin-top: 3rem;
  }
  .gblog_list-link {}
  .gblog_list-navigation-block {}
  .gblog_list-navigation-arrows {
    text-align: center;
  }
  .gblog_list-navigation-box {
    margin: 0;
  }
  .gblog_list-navigation {}
  .gblog_list-navigation > li {}
  .gblog_list-navigation > li > span,
  .gblog_list-navigation > li > a {
    padding: 1.4rem;
  }
  .gblog_list-navigation-left {
    width: 4.8rem;
    height: 4.8rem;
    float: none;
  }
  .gblog_list-navigation-right {
    width: 4.8rem;
    height: 4.8rem;
    float: none;
  }
  .gblog_list-navigation-count {}

  .bottom_box-block {}
  .bottom_box {
    padding: 2rem 1rem;
  }
  .bottom_box-info-block {}
  .bottom_box-title {
    font-size: 3.7rem;
    line-height: 4.2rem;
  }
  .bottom_box-title i,
  .bottom_box-title em {
    font-size: 3.8rem;
  }
  .bottom_box-info {}
  .bottom_box-link-box {}
  .bottom_box-link {}

  .gpost_header-block {}
  .gpost_header {
    height: auto;
    padding: 0;
  }
  .gpost_header-nav {
    display: none;
  }
  .gpost_header-nav-back {}
  .gpost_header-title-box {
    position: static;
    transform: none;
    padding: 5rem 0;
  }
  .gpost_header-subtitle {
    padding: 0 2rem;
  }
  .gpost_header-title {
    font-size: 3.7rem;
    line-height: 4.2rem;
    padding: 0 2rem;
  }

  .gpost-block {
    margin-top: 0;
    padding: 1.2rem;
  }
  .gpost {
    border: none;
  }
  .gpost-scrolld-box {
    display: none;
  }
  .gpost-scrolld {}
  .gpost-info-block {
    padding: 4rem 2rem;
    display: block;
  }
  .gpost-info-box {
    margin-bottom: 2rem;
  }
  .gpost-info {}
  .gpost-tags-block {}
  .gpost-tags {}
  .gpost-content {
    padding: 0 1rem;
  }
  .gpost-bottom {
    padding: 6rem 2rem 2rem;
    display: block;
  }
  .gpost-bottom:before {
    display: none;
  }
  .gpost-author {
    margin: 0 auto;
  }
  .gpost-author-avatar {}
  .gpost-author-info {}
  .gpost-author-name {}
  .gpost-author-position {}
  .gpost-author-time-box {
    padding: 2rem 0;
    text-align: center;
  }
  .gpost-author-time {}

  .gpost_gallery-block {
    padding: 0 2rem;
  }
  .gpost_gallery {}
  .gpost_gallery-header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: block;
  }
  .gpost_gallery-title-block {
    margin-bottom: 2rem;
  }
  .gpost_gallery-title {
    font-size: 3.7rem;
    line-height: 4.2rem;
    text-align: center;
  }
  .gpost_gallery-title i {
    font-size: 3.8rem;
  }
  .gpost_gallery-nav {
    text-align: center;
  }
  .gpost_gallery-nav-prev {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #B5C9CD !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowBlogLeft.svg) !important;
  }
  .gpost_gallery-nav-next {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #B5C9CD !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowBlogRight.svg) !important;
  }
  .gpost_gallery-slides {
    margin: 0;
  }
  .gpost_gallery-item {
    padding: 0;
    width: 100%;
  }
  .gpost_gallery-item-info-block {}
  .gpost_gallery-item-image {}
  .gpost_gallery-item-info-box {}
  .gpost_gallery-item-info {}
  .gpost_gallery-item-title {}
  .gpost_gallery-item-link-box {}
  .gpost_gallery-item-link {}

  .inspired-block {}
  .inspired {}
  .inspired-header {}
  .inspired-navigation {}
  .inspired-button {}
  .inspired-button.active {}
  .inspired-body {}
  .inspired-container {}
  .inspired-box {}
  .inspired-box.active {
    display: block;
  }
  .inspired-menu-block {
    width: 100%;
    padding-bottom: 2rem;
  }
  .inspired-menu {
    width: 100%;
    padding: 4rem;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .inspired-menu-item {
    margin-bottom: 0;
    padding: 2rem;
  }
  .inspired-menu-item-image {}
  .inspired-slider-block {
    width: 100%;
  }
  .inspired-slider-box {}
  .inspired-slider-container {
    padding: 0 2rem;
  }
  .inspired-slider {}
  .inspired-slider.active {}
  .inspired-slider-item {
    width: 75%;
  }
  .inspired-slider-image {}
  .inspired-slider-nav {
    padding: 2rem 0 0;
    text-align: center;
  }
  .inspired-slider-nav-prev {}
  .inspired-slider-nav-next {}

  .locations-block {
    margin: 6rem 0;
  }
  .locations {
    padding: 0 2rem;
  }
  .locations > .gpage-heading-block {
    margin-bottom: 3rem;
  }
  .locations-container {
    display: block;
  }
  .locations-item {
    width: 100%;
    margin-top: 2rem;
  }
  .locations-item:nth-child(2) {
    margin-top: 2rem;
  }
  .locations-item-image {
    width: 46%;
  }
  .locations-item-info-block {
    width: calc(54% - 2rem);
  }
  .locations-item-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .locations-item-info {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .backed_by-block {}
  .backed_by {
    padding: 3rem;
  }
  .backed_by > .gpage-heading-block {
    margin-bottom: 3rem;
  }
  .backed_by-list {}
  .backed_by-item {
    display: block;
  }
  .backed_by-item-title-box {
    width: 100%;
    text-align: center;
    height: auto;
    line-height: normal;
  }
  .backed_by-item-title {
    padding: 0;
  }
  .backed_by-item-gallery {
    width: 100%;
    text-align: center;
  }
  .backed_by-item-logo-box {
    margin: 1rem 3rem !important;
  }
  .backed_by-item-logo {}

  .review_slider-block {}
  .review_slider {
    padding: 4rem 0;
  }
  .review_slider > .gpage-heading-block {
    margin-bottom: 3rem;
  }
  .review_slider-box {}
  .review_slider-container {
    margin: 0;
  }
  .review_slider-slides {
    padding: 0 2rem;
    margin-left: -1.2rem;
  }
  .review_slider-item {
    width: 90%;
    padding: 2rem;
  }
  .review_slider-item-header {}
  .review_slider-item-avatar {}
  .review_slider-item-info {}
  .review_slider-item-name {}
  .review_slider-item-position {}
  .review_slider-item-message {}
  .review_slider-nav {
    position: static;
    transform: none;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .review_slider-back-box {
    margin: 0 2rem;
  }
  .review_slider-back {
    width: 6rem;
    height: 6rem;
    border: 1px solid #B5C9CD !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowBlogLeft.svg) !important;
  }
  .review_slider-next-box {
    margin: 0 2rem;
  }
  .review_slider-next {
    width: 6rem;
    height: 6rem;
    border: 1px solid #B5C9CD !important;
    background-image: url(/wp-content/themes/genus/Images/ArrowBlogRight.svg) !important;
  }
  .review_slider-numbers {
    display: none;
  }
  .review_slider-number-active {}
  .review_slider-number-separator {}
  .review_slider-number-count {}

  .newsletter_modal {}
  .newsletter_modal-image-box {
    display: none;
  }
  .newsletter_modal-image {}
  .newsletter_modal-tabs {
    width: auto;
  }
  .newsletter_modal-tab {}
  .newsletter_modal-tab.active {
    padding: 0;
  }
  .newsletter_modal-container {}
  .newsletter_modal-title {
    font-size: 3.7rem !important;
    line-height: 4.2rem;
    text-align: center;
  }
  .newsletter_modal-info {}
  .newsletter_modal-input-box {
    margin-top: 2rem;
  }
  .newsletter_modal-input {}
  .newsletter_modal-button-box {
    margin-top: 3rem;
  }
  .newsletter_modal-button {}

  .calendly-block {
    margin: 4rem 0;
    padding: 0 3rem;
  }
  .calendly {
    display: block;
  }
  .calendly-info-block {
    width: 100%;
    padding: 0;
  }
  .calendly-info-image {
    display: none;
  }
  .calendly-info-box {
    margin-bottom: 4rem;
  }
  .calendly-info-box .gpage-heading-block {
    margin-bottom: 2rem;
  }
  .calendly-info-box .gpage-heading {
    text-align: center;
  }
  .calendly-info {}
  .calendly-link-box {
    margin-top: 2rem;
  }
  .calendly-link {}
  .calendly-widget-block {
    width: 100%;
  }
  .calendly-widget-box {
    padding: 0;
  }
  .calendly-inline-widget {}

  .gpage_header-info {
    display: block;
    padding: 2rem;
    margin-top: 3rem;
  }
  .gpage_header-modify {}
  .gpage_header-modify-title {}
  .gpage_header-modify-time {}
  .gpage_header-revision-block {
    margin-top: 2rem;
  }
  .gpage_header-revision-prev {}
  .gpage_header-revision-next {}

  .carousel-block {}
  .carousel {}
  .carousel:before {
    padding-top: 0;
    height: 50rem;
    padding-top: 38%;
  }
  .carousel-container-box {
    left: 0;
    right: 0;
  }
  .carousel-container {}
  .carousel-container-slide {
    transform-origin: 50% 200rem;
  }
  .carousel-container-nav-block {
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
  .carousel-container-nav {}
  .carousel-container-nav-back {}
  .carousel-container-nav-back > li {
    padding: 1.8rem 1.6rem;
  }
  .carousel-container-nav-active {}
  .carousel-container-nav-active > li {
    padding: 1.8rem 1.6rem;
  }
  .carousel-container-nav-front {}
  .carousel-container-nav-front > li {
    padding: 1.8rem 1.6rem;
  }
  .carousel-background {
    width: 240%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-background-video-box {
    top: auto;
    transform: translate(-50%, 0);
    bottom: 4rem;
  }
  .carousel-background-video {}
  .carousel-info {
    left: 2rem;
    right: 2rem;
    top: 2rem;
    text-align: center;
  }
  .carousel-title {
    font-size: 3.2rem;
    text-align: center;
  }
  .carousel-title i,
  .carousel-title em {
    font-size: 3.2rem;
  }
  .carousel-title-top {
    padding: 0;
    display: inline;
  }
  .carousel-title-bottom {
    margin: 0;
    padding: 0;
    display: inline;
    min-width: auto;
    text-align: center;
  }
  .carousel-title-bottom:before {
    display: none;
  }
  .carousel-title-top p,
  .carousel-title-bottom p {
    display: inline;
  }
  .carousel-link-box {
    margin-top: 2rem;
  }
  .carousel-link {
    padding: 1.2rem 4.6rem;
  }

  .bpricing-block {}
  .bpricing {
    padding: 2rem 1.2rem;
  }
  .bpricing-header {
    margin-bottom: 2rem;
  }
  .bpricing-title {
    font-size: 3.7rem;
  }
  .bpricing-subtitle {}
  .bpricing-container {}
  .bpricing-container-desktop {
    display: none;
  }
  .bpricing-container-mobile {
    display: block;
  }
  .bpricing-row {
    display: block;
  }
  .bpricing-column {
    border-radius: 2.8rem !important;
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2rem;
    border: 1px solid #FFF;
    padding-bottom: 3rem;
  }
  .bpricing-column:last-child {
    margin: 0;
  }
  .bpricing-box-header {
    height: auto;
    padding: 3rem 0 2rem;
    margin-bottom: 2rem;
  }
  .bpricing-column.bpricing-popular .bpricing-box-header:after {
    top: 3rem;
  }
  .bpricing-box-header-box {}
  .bpricing-box-header-price {}
  .bpricing-box-header-month {}
  .bpricing-box-title-box {}
  .bpricing-box-title {}
  .bpricing-box-info {
    padding: 0;
  }
  .bpricing-box-list {}
  .bpricing-box-link-box {}
  .bpricing-box-link {}
}