@font-face {
  font-family: "TTHoves";
  src: url("../../fonts/TTHoves-Regular.ttf");
}
@font-face {
  font-family: "TTHoves";
  src: url("../../fonts/TTHoves-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "TTHoves";
  src: url("../../fonts/TTHoves-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "TTHoves";
  src: url("../../fonts/TTHoves-DemiBold.ttf");
  font-weight: 600;
}

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "TTHoves", sans-serif;
  color: #000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.layouts-title {
  font-size: 26px;
  margin: 15px 0px;
}

.layouts ul li {
  margin-bottom: 5px;
}

.layouts ul li a {
  font-size: 17px;
  display: inline-block;
  padding: 3px 10px;
}

.layouts ul li a:hover {
  background: #000;
  color: #fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

.row {
  width: 100%;
  max-width: 1410px;
  padding-left: 30px;
  padding-right: 30px;
}
.row.row-lg {
  max-width: 1690px;
}
.row.row-sm {
  max-width: 970px;
}

/* -- main styles -- */

.nopad {
  padding: 0px;
}

.nopadleft {
  padding-left: 0px;
}

.nopadright {
  padding-right: 0px;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 15px;
}

hr {
  border-color: #000;
}

.invi {
  visibility: hidden;
  opacity: 0;
}

/*   hamburger   */

.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  float: right;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  position: relative;
  width: 26px;
  height: 20px;
  float: right;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  border-radius: 2px;
  position: absolute;
  width: 26px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #1e5037;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition:
    top 75ms ease 0.12s,
    opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition:
    bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition:
    top 75ms ease,
    opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition:
    bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* home */

.page-in {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.page-in.close {
  opacity: 0;
  visibility: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 40px 0;
  transition: 0.2s ease-out;
}
header.is-active {
  background: #1e5037;
}
.h-logo-white {
  display: none;
}
header.is-active .h-logo-green {
  display: none;
}
header.is-active .h-logo-white {
  display: inline-block;
}

header.is-active .btn-header-mobile,
header.is-active .btn-header-mobile:focus,
header.is-active .btn-header-mobile:active {
  background: url(../../img/icon-chat-white-with-dots.svg) no-repeat center center;
  background-size: 23px !important;
}
header.is-active .hamburger-inner,
header.is-active .hamburger-inner::after,
header.is-active .hamburger-inner::before {
  background-color: #fff;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; */

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px;
}
.header-right-right {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  margin-right: 60px;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav ul li {
  margin-right: 44px;
  position: relative;
  white-space: nowrap;
}

.nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #1e5037;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  opacity: 0;
  transition:
    width 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.6s ease-out;
}
.nav ul li.is-active::after {
  opacity: 1;
}
.nav ul li.is-active a {
  color: #000;
}
.nav ul li:hover::after {
  opacity: 1;
  width: 100%;
}

.nav ul li.is-active::after {
  opacity: 1;
  width: 100%;
}

.nav ul li:last-child {
  margin-right: 0px;
}

.nav ul li a {
  color: #000;
  font-size: 15px;
  line-height: 1.36;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: 0.2s;
}
.nav ul li a:hover {
  color: #000;
}

.btn-yellow,
.btn-yellow:focus,
.btn-yellow:active {
  display: inline-block;
  background: #fed630;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  outline: none;
  border: none;
  padding: 12px 32px;
  transition: 0.2s;
}
.btn-yellow:hover {
  background: #1e5037;
  color: #fff;
}

.h-button {
  margin-right: 40px;
}

.h-search-trigger {
  width: 48px;
  height: 48px;
  background: url(../../img/icon-search.svg) no-repeat center center / 20px;
  cursor: pointer;
}
.langs ul {
  position: relative;
}

.langs ul li {
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.36;
  transition: 0.2s ease-out;
}

.langs ul li {
  padding-right: 28px;
  position: relative;
  transition: 0.2s ease-out;
  margin-bottom: 10px;
}

.langs ul::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 8px;
  background: url(../../img/angle-down.svg) no-repeat center center;
  background-size: contain !important;
  transition: 0.2s ease-out;
}
.langs ul:hover::after {
  transform: scaleY(-1);
}

.langs ul li a {
  font-size: 15px;
  color: #000;
  position: relative;
}
.langs ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #1e5037;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition:
    width 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.6s ease-out;
}
.langs ul li a:hover:after {
  width: 100%;
  opacity: 1;
}

.langs ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  transition: 0.2s;
}
.langs ul:hover li {
  transform: translateY(-30px);
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main {
  padding-top: 128px;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.home-intro-wrapper {
  background-size: cover !important;
  position: relative;
  padding: 130px 0 230px;
  margin-bottom: 120px;
}
.home-intro-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.home-intro-wrapper .row {
  position: relative;
  z-index: 2;
}

.home-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc((1690px - 1410px) / 2);
}

.home-intro-title {
  color: #fff;
  font-size: 75px;
  line-height: 1.2;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  background-color: #00000001;
}

.btn-video,
.btn-video:focus,
.btn-video:active {
  display: inline-block;
  width: 71px;
  height: 71px;
  background: url(../../img/btn-play.svg) no-repeat center center / 100% 100%;
  transition: 0.2s;
}
.btn-video:hover {
  opacity: 0.7;
}

.home-carousel-hold {
  max-width: 552px;
  float: right;
  background: rgba(171, 210, 229, 0.8);
  padding: 150px 20px 32px;
}

.home-carousel-text {
  font-size: 45px;
  line-height: 1.1;
}
.home-carousel-text p {
  max-width: 315px;
}

.btn-green-border,
.btn-green-border:focus,
.btn-green-border:active {
  display: inline-block;
  outline: none;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
  border: 2px solid #1e5037;
  padding: 12px 50px;
  position: relative;
  min-width: 246px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.btn-green-border:hover {
  color: #000;
}
.btn-green-border:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.btn-green-border:hover:after {
  transform: translate(7px, -50%);
}

.btn-yellow-arrow,
.btn-yellow-arrow:focus,
.btn-yellow-arrow:active {
  display: inline-block;
  outline: none;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  background: #fed530;
  text-transform: uppercase;
  border: none;
  padding: 16px 55px;
  position: relative;
  transition: 0.2s;
}
.btn-yellow-arrow:hover {
  background: #ffcc00;
  color: #000;
}
.btn-yellow-arrow:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.btn-yellow-arrow:hover:after {
  transform: translate(7px, -50%);
}

.btn-blue-border,
.btn-blue-border:focus,
.btn-blue-border:active {
  display: inline-block;
  outline: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #abd2e5;
  padding: 12px 50px;
  position: relative;
  transition: 0.2s;
}
.btn-blue-border:hover {
  color: #000;
}
.btn-blue-border:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.btn-blue-border:hover:after {
  transform: translate(7px, -50%);
}

.owl-carousel.home-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-carousel-item {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 140px;
  position: relative;
}

.home-carousel-button {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.home-carousel-icon {
  width: 115px;
  height: 140px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.owl-carousel.home-carousel .owl-dots {
  position: absolute;
  left: 0px;
  top: -80px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

.owl-carousel.home-carousel button.owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000;
  margin: 5px 10px;
  transition: 0.2s;
}
.owl-carousel.home-carousel button.owl-dot.active span {
  border: 2px solid #1e5037;
  background: #1e5037;
}

.opportunities-wrapper {
  margin-bottom: 120px;
}

.section-title {
  font-size: 75px;
  margin-bottom: 120px;
  line-height: 1.2;
}

.opportunities-list-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.15;
  color: #000;
  margin-bottom: 34px;
}

.opportunities-list-items ul {
  margin: 0;
}
.opportunities-list-items ul li {
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  color: #000;
  line-height: 1.2;
  margin-bottom: 13px;
  padding-left: 18px;
  position: relative;
  background: url(../../img/arrow-right-sm.svg) no-repeat left top 9px;
}
.opportunities-list-items ul li:last-child {
  margin-bottom: 0px;
}

.opportunities-list-content-hold {
  padding: 30px 40px;
  min-height: 475px;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.opportunities-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opportunities-list > ul > li {
  width: 50%;
  min-width: 50%;
  position: relative;
  overflow: hidden;
}
.opportunities-list > ul > li:hover,
.opportunities-list > ul > li:hover .opportunities-list-title,
.opportunities-list > ul > li:hover a {
  color: #fff !important;
  /* color: #000 !important; */
}
.opportunities-list > ul > li:hover .opportunities-list-items ul li {
  background: url(../../img/arrow-right-sm-white.svg) no-repeat left top 9px;
}

.opportunities-list-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0% 0% 75% 0%/0% 0% 100% 0%;
  transform: translate(-100%, -100%);
  opacity: 0;
}

.opportunities-list-image {
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0% 0% 75% 0%/0% 0% 100% 0%;
  overflow: hidden;
  transition:
    border-radius 0.8s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.opportunities-list-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.opportunities-list > ul > li:nth-child(odd) .opportunities-list-image:after {
  background: #abd2e5;

  background: #195236;
}
.opportunities-list > ul > li:nth-child(even) .opportunities-list-image:after {
  background: #195236;
}

.opportunities-list > ul > li .opportunities-list-bg {
  transition:
    border-radius 0.8s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 1s cubic-bezier(0.33, 1, 0.68, 1),
    transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.opportunities-list > ul > li .opportunities-list-content-hold {
  transition: opacity 0.8s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.opportunities-list > ul > li:hover .opportunities-list-bg {
  border-radius: 0% 0% 0% 0%/0% 0% 0% 0%;
}
.opportunities-list > ul > li:hover .opportunities-list-image {
  border-radius: 0% 0% 0% 0%/0% 0% 0% 0%;
  opacity: 1;
}
.opportunities-list.in-view > ul > li .opportunities-list-content-hold,
.opportunities-list > ul > li.in-view .opportunities-list-content-hold {
  opacity: 1;
}

.opportunities-list.in-view .opportunities-list-bg,
.opportunities-list .in-view .opportunities-list-bg {
  transform: translate(0, 0);
  opacity: 1;
}
.opportunities-list.in-view > ul > li:nth-child(2) .opportunities-list-bg,
.opportunities-list > ul > li.in-view:nth-child(2) .opportunities-list-bg {
  transform: translate(0, 0);
}

.trust-wrapper {
  margin-bottom: 120px;
  position: relative;
  z-index: 800;
}

.trust-list {
  margin-bottom: 120px;
}

.trust-list-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}

.trust-list-value {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.trust-list-value:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.trust-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-list ul li {
  width: 18%;
  min-width: 18%;
  margin-right: 9.333%;
  padding-bottom: 48px;
  position: relative;
}
.trust-list ul li:nth-child(4n) {
  margin-right: 0%;
}

.trust-list-logo {
  height: 74px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.trust-list-logo img {
  max-height: 54px;
  max-width: 210px;
  filter: grayscale(1);
  transition: 0.2s;
}
.trust-list-logo a:hover img {
  filter: grayscale(0);
}
.trust-list-info-button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.trust-list ul li.is-hover img,
.trust-carousel-item-2.is-hover img {
  filter: grayscale(0);
}

.link-arrow,
.link-arrow:focus,
.link-arrow:active {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #000;
  text-transform: uppercase;
  padding-right: 30px;
  background: url(../../img/angle-right-sm.svg) no-repeat right 5px center;
  transition: 0.2s;
}
.link-arrow:hover {
  color: #000;
  background: url(../../img/angle-right-sm.svg) no-repeat right 0px center;
}

.reports-wrapper {
  background: #abd2e5;
  padding: 90px 0;
  position: relative;
  z-index: 800;
}

.reports-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reports-left {
  padding-right: 7%;
}
.reports-right {
  padding-right: 7%;
}

.reports-text {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.reasons-wrapper {
  background: #efeff4;
  padding: 120px 0;
  margin-bottom: 120px;
}

.reasons-hold {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.reasons-hold img {
  height: 100%;
}
.r-1 {
  width: 58%;
  background: #fed630;
}
.r-2 {
  width: 42%;
  z-index: 9;
}
.r-5 {
  width: 42%;
}
.r-5 > img {
  width: 103%;
}
.r-4 {
  width: 58%;
  z-index: 6;
}
.r-3 {
  z-index: 8;
  background: #fff;
}
.r-5 {
  z-index: 5;
  background: #fff;
}
.reasons-hold-title {
  font-size: 45px;
  line-height: 35px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 40px;
  color: #000;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 3;
}

.reasons-hold-rework:not(.reasons-hold-rework-master-tp)
  ul
  li:hover
  .reasons-hold-title {
  color: #fff;
}

.news-list {
  margin-bottom: 120px;
}

.news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list ul li {
  min-width: calc(33.333% - 66px);
  width: calc(33.333% - 66px);
  margin-right: 99px;
  position: relative;
}
.news-list ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -50px;
  width: 1px;
  background: #707070;
}
.news-list ul li:nth-child(3n):after {
  display: none;
}
.news-list ul li:nth-child(3n) {
  margin-right: 0px;
}
.news-list ul li:last-child:after {
  display: none;
}
.news-list ul li a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 120px;
}

.news-item-image {
  position: relative;
  padding-bottom: 52%;
  margin-bottom: 60px;
  border-radius: 0% 0% 40% 0%/0% 0% 70% 0%;
  overflow: hidden;
}

.object-fit {
  position: relative;
}
.object-fit > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.post-type {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.07;
  color: #1d1d1b;
  margin-bottom: 20px;
}

.post-title {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #1d1d1b;
  margin-bottom: 20px;
}

.post-date {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.07;
  color: #1d1d1b;
}

.post-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.btn-full,
.btn-full:focus,
.btn-full:active {
  min-width: 100%;
  text-align: center;
}

.news-item-image-logo-hold {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: #efeff4;
}
.news-item-image-logo-hold img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
}

.min-width,
.min-width:focus,
.min-width:active {
  min-width: 384px;
  text-align: center;
}

.news-wraper {
  margin-bottom: 120px;
}

.events-wraper {
  margin-bottom: 120px;
}

.events-list .post-title {
  min-height: 60px;
  margin-bottom: 63px;
}

.post-info {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.07;
  color: #1d1d1b;
  margin-bottom: 54px;
}
.post-info p {
  margin-bottom: 24px;
  padding-left: 30px;
  position: relative;
}
.post-info p:last-child {
  margin-bottom: 0px;
}
.post-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-info p.post-info-date:before {
  width: 20px;
  height: 21px;
  background: url(../../img/icon-calendar.svg) no-repeat center center / 100% 100%;
}
.post-info p.post-info-place:before {
  width: 20px;
  height: 24px;
  background: url(../../img/icon-pin.svg) no-repeat center center / 100% 100%;
}

.event-item-logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.event-item-logo img {
  max-height: 100%;
  width: auto;
}

.learn-more-wrapper {
  background-color: #fed530;
  padding: 80px 0;
}

.learn-more-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-left {
  padding-right: 7%;
}
.learn-more-right {
  padding-right: 8%;
}

.learn-more-text {
  margin-bottom: 30px;
}
.learn-more-text h3 {
  font-size: 45px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.learn-more-text h4 {
  font-size: 35px;
  line-height: 1.15;
  margin-bottom: 20px;
}
.learn-more-text p {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.learn-more-text p:last-child {
  margin-bottom: 0px;
}

footer {
  background: #e1e1eb;
  padding: 145px 0 120px;
}

.footer-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.footer-top-left {
  position: relative;
  padding-left: 233px;
  padding-right: 360px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.23;
}

.footer-top-left img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 173px;
}

.footer-top-button {
  position: absolute;
  right: 0;
  top: 0;
}

.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #707070;
}

.footer-title {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.footer-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 55px;
}
.footer-text a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
.footer-text a:hover {
  text-decoration: none;
}
.footer-form + .footer-text,
.subscsribe-form-input + .footer-text {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 0;
}

.footer-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-socials ul li {
  margin-right: 60px;
  transition: 0.2s;
}
.footer-socials ul li:hover {
  opacity: 0.7;
}

.footer-socials ul li:last-child {
  margin-right: 0px;
}

.footer-nav ul {
  float: right;
}

.footer-nav ul li {
  float: left;
  margin-right: 60px;
}

.footer-nav ul li:last-child {
  margin-right: 0px;
}
.footer-nav ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}

.footer-copyrights {
  font-size: 16px;
}

.footer-form {
  position: relative;
  padding-right: 230px;
}
.footer-form button {
  position: absolute !important;
  top: 0;
  right: 0;
}
.footer-form input,
.footer-form input:focus {
  height: 65px;
  border: none;
  outline: none;
  margin: 0;
  box-shadow: none;
  padding: 2px 13px;
  font-size: 18px;
  color: #000;
}

.footer-form input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.footer-form input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.footer-form input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.footer-form input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.footer-middle-left {
  width: 55%;
  padding-right: 5%;
  border-right: 1px solid #707070;
}

.footer-middle-right {
  width: 45%;
  padding-left: 6.4%;
}

.nav-trigger {
  display: none;
}

.logo img {
  max-height: 48px;
}

.mob-nav-hold {
  position: absolute;
  top: 69px;
  right: 0;
  left: 0;
  overflow: auto;
  padding: 30px 0 0;
  background: #fff;
  z-index: 1001;
  display: none;
}
.mob-nav-hold .row {
  min-height: 437px;
  display: block !important;
}

.home-anim-object-hold {
  position: absolute;
  right: calc((100vw - 1700px) / 2 + 60px);
  z-index: 700;
  /* transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); */
  transition:
    top 0.8s cubic-bezier(0.5, 1, 0.89, 1),
    right 0.8s cubic-bezier(0.5, 1, 0.89, 1),
    opacity 0.4s ease-in-out;
  opacity: 0;
}
.home-anim-object {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 700;
  width: 115px;
  height: 115px;
  pointer-events: none;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.home-anim-object:before {
  content: "";
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.home-anim-object-hold.change-color {
  opacity: 1;
}
.home-anim-object-hold.change-color .home-anim-object {
  background: #195236;
  border-color: #195236;
}
.home-anim-object-hold.change-color .home-anim-object:before {
  border-top: 25px solid #195236;
  top: calc(100%);
}

.home-anim-object-hold.change-pos {
  top: calc(100vh - 150px) !important;
  right: calc((100vw - 1350px) / 2);
}

.home-anim-object-hold.change-color.grey-change .home-anim-object {
  width: 748px;
  height: 748px;
  background-color: transparent;
  border: 250px solid #f1edf2;
}
.home-anim-object-hold.change-color.grey-change .home-anim-object:before {
  border-top-color: #f1edf2;
}
.home-anim-object-hold.change-color.grey-change {
  top: 15vh !important;
  right: calc((100vw - 1350px) / 2 - 80px);
}

.home-anim-object-hold.change-color.grey-change.last-change .home-anim-object {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f1edf2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
}

.r-item {
  float: left;
  position: relative;
}
.r-item:hover .r-image {
  opacity: 1;
  transition: 1s 0.1s;
}
.r-item:hover .reasons-hold-title {
  color: #fff;
  z-index: 8;
}
.r-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
}

.r-1 img {
  position: relative;
  z-index: 6;
}
.r-1-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 1s;
}
.r-1:hover {
  z-index: 9;
}

.r-2-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #abd2e5;
  overflow: hidden;
  border-bottom-left-radius: 280px;
  border-bottom-right-radius: 280px;
  transition: 1s;
}
.r-2:hover {
  z-index: 7;
}
.r-2:hover .r-2-action {
  height: 200%;
  z-index: 7;
}

.r-3-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 1s;
  background: #fff;
}
.r-3-action::after {
  content: "";
  background: url(../../img/r-3.png) no-repeat right center;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.r-3:hover .r-3-action {
  width: 200%;
  z-index: 6;
}

.r-4-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #abd2e5;
  overflow: hidden;
  border-radius: 0px 0px 300px 0px;
  transition: 1s;
}
.r-4:hover {
  z-index: 7;
}
.r-4:hover .r-4-action {
  width: 173%;
  z-index: 6;
}

.r-5 img {
  position: relative;
  z-index: 6;
  width: 100%;
}
.r-5-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 1s;
}
.r-5:hover {
  z-index: 9;
}

.contact-intro-wrapper {
  background: #abd2e5;
  padding: 120px 0 125px;
}

.contact-intro-wrapper .section-title {
  margin-bottom: 60px;
}

.contact-intro-right-hold {
  padding-left: 20px;
}
.contact-intro-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -60px;
}

.contact-map-info-hold {
  background: #e1e1eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.contact-map-info-hold:before {
  content: "";
  position: absolute;
  z-index: 6;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 175px;
  background: url(../../img/orn-contact.svg) no-repeat center center / 100% 100%;
}

.contact-map-info-item-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-map-info-item-detail {
  font-size: 15px;
  line-height: 1.15;
}

.contact-map-info-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.contact-map-info-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.contact-map-info-hold {
  padding: 50px 32px 0;
}

.contacts-intro-holder {
  padding-left: calc((1690px - 1410px) / 2);
}

.contact-intro-left {
  padding-right: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-intro-text {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.cir-tl {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 6;
  width: 33.333%;
}
.cir-tl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 40%;
  background: #abd2e5;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.cir-tr {
  z-index: 6;
  position: absolute;
  right: 0%;
  top: 0;
  width: 66.666%;
}
.cir-tr:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 20%;
  background: #abd2e5;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.cir-bl {
  z-index: 6;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 66.666%;
}
.cir-bl:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 20%;
  background: #abd2e5;
  -webkit-clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
}

.cir-tl2 {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 6;
  width: 66.6666%;
  display: none;
}
.cir-tl2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 12%;
  background: #e1e1eb;
  -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.cir-tr2 {
  z-index: 6;
  position: absolute;
  right: 0%;
  top: 0;
  width: 33.333%;
  display: none;
}
.cir-tr2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 24%;
  background: #e1e1eb;
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.cir-br {
  z-index: 6;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 33.333%;
}
.cir-br:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 40%;
  background: #abd2e5;
  -webkit-clip-path: polygon(0% 100%, 100% 0, 100% 100%);
  clip-path: polygon(0% 100%, 100% 0, 100% 100%);
}

.contact-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-intro-button .btn-green-border:after {
  width: 18px;
  height: 11px;
  background: url(../../img/angle-down-green.svg) no-repeat center center;
}

.contact-intro-button .btn-green-border:hover:after {
  transform: translate(0px, calc(-50% + 5px));
}

.contact-intro-button {
  padding-right: 20%;
}

.contacts-list-wrapper {
  padding: 120px 0;
}

.text-25 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 60px;
}

.max-width-940 {
  max-width: 940px;
}
.max-width-810 {
  max-width: 810px;
}
.max-width-660 {
  max-width: 660px;
}

.contacts-list-wrapper .section-title {
  margin-bottom: 60px;
}

.contacts-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-list ul li {
  width: 33.333%;
  min-width: 33.333%;
  background: #efeff4;
  padding: 20px 20px 400px;
  position: relative;
  border-bottom-right-radius: 200px;
  overflow: hidden;
  transition: 0.2s;
}
.contacts-list ul li:nth-child(3n) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 200px;
}
.page-template-tp-contact .contacts-list ul li:first-child {
  background: #abd2e5;
}

.member-type {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #1d1d1b;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 97px;
  border-bottom: 1px solid #707070;
}
.member-type span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.07;
}

.member-name {
  position: relative;
  z-index: 5;
  padding-right: 80px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.07;
  color: #1d1d1b;
  min-height: 61px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.member-name > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/contact-in.svg) no-repeat center center / 100% 100%;
  transition: 0.2s;
}
.member-name > a:hover {
  opacity: 0.7;
}

.member-name > span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  text-transform: none;
}

.member-button-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
}
.member-button-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.single-events-contacts-owl.owl-carousel .owl-item img {
  width: 100%;
}

.text-45 {
  font-weight: 300;
  font-size: 45px;
  line-height: 1.15;
  margin-bottom: 30px;
}

.help-wrapper {
  background: #efeff4;
  padding: 120px 0;
}

.help-options {
  margin-bottom: 120px;
  position: relative;
}
.help-options::after {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #195236;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.8s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.help-options.in-view::after {
  opacity: 1;
}
.help-options > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.help-options > ul > li {
  width: 33.333%;
  min-width: 33.333%;
  padding: 30px 40px 170px 30px;
  position: relative;
}
.help-options > ul > li:nth-child(3n + 1) {
  border-bottom-right-radius: 200px;
}
.help-options > ul > li:nth-child(3n + 2) {
  border-top-right-radius: 200px;
}
.help-options > ul > li:nth-child(3n + 3) {
  border-bottom-right-radius: 200px;
}

/*.help-options > ul > li:nth-child(6n + 4) {
    border-top-left-radius: 200px;
}
.help-options > ul > li:nth-child(6n + 5) {
    border-bottom-left-radius: 200px;
}
.help-options > ul > li:nth-child(6n + 6) {
    border-top-left-radius: 200px;
}
*/
.help-item-title {
  font-size: 45px;
  line-height: 1.15;
  padding-right: 10%;
  margin-bottom: 30px;
}

.help-item-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.help-item-icon {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.help-item-icon img {
  max-height: 100px;
}

.global-names-wrapper {
  padding: 120px 0;
}

.global-names {
  margin-bottom: 20px;
  position: relative;
}
.global-names ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.global-names ul li {
  width: 16.666%;
  min-width: 16.666%;
  text-align: center;
  margin-bottom: 100px;
}

.global-names ul li img {
  max-width: 200px;
  max-height: 65px;
  filter: grayscale(1);
  transition: 0.2s ease-out;
}

.btn-arrow-top,
.btn-arrow-top:focus,
.btn-arrow-top:active {
  display: inline-block;
  width: 56px;
  height: 28px;
  outline: none;
  border: none;
  background: url(../../img/arrow-top.svg) no-repeat center center;
}

.reveal-contact {
  width: calc(100% - 40px);
  max-width: 1350px;
  padding: 0;
  border: none;
  border-bottom-right-radius: 400px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
}

.reveal-contact-form-wrapper {
  overflow: hidden;
}

.reveal-contact-form-wrapper .row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reveal-contact .section-title {
  margin-bottom: 25px;
}

.reveal-contact-left {
  min-height: 880px;
  padding: 60px 10%;
  width: 61%;
}
.reveal-contact-right {
  width: 39%;
  padding: 120px 60px 0;
  position: relative;
  background: #efeff4;
}

.form-left {
  padding-right: 15px;
}
.form-right {
  padding-left: 15px;
}

.form-element {
  margin-bottom: 25px;
}
.form-element input,
.form-element input:focus {
  height: 31px;
  outline: none;
  margin: 0;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  background: #fff;
  padding: 2px 10px;
  font-size: 18px;
  line-height: 1.22;
  color: #000;
}
.form-element textarea,
.form-element textarea:focus {
  height: 168px;
  outline: none;
  margin: 0;
  border: 1px solid #707070;
  box-shadow: none;
  background: #fff;
  padding: 10px 10px;
  resize: none;
  font-size: 15px;
  color: #000;
}
.form-element select,
.form-element select:focus {
  height: 31px;
  outline: none;
  margin: 0;
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  background: #fff url(../../img/angle-down-green.svg) no-repeat center right 10px;
  padding: 2px 10px;
  font-size: 18px;
  color: #000;
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-checkbox {
  margin-top: 10px;
  margin-bottom: 30px;
}

.form-checkbox label input {
  display: none;
}
.form-checkbox label {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 30px;
}
.form-checkbox label span {
  display: block;
  padding-left: 50px;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.2;
}
.form-checkbox label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
}
.form-checkbox label span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background: #1e5037 url(../../img/checkbox-white.svg) no-repeat center center;
  opacity: 0;
  transition: 0.1s;
}
.form-checkbox label input:checked + span:after {
  opacity: 1;
}

.form-checkbox label span a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
.form-checkbox label span a:hover {
  text-decoration: none;
  color: #fff;
  background: #1e5037;
}

.form-submit {
  margin-top: 40px;
}

.reveal-contact-right .member-name {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}
.reveal-contact-right .member-name > span {
  margin-top: 20px;
}

.member-phone {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  position: relative;
  z-index: 5;
}
.member-phone a {
  color: #1d1d1b;
}
.member-phone a:hover {
  text-decoration: underline;
}

.reveal-contact-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 600px;
}

.reveal-contact .close-button {
  right: 30px;
  top: 30px;
  width: 41px;
  height: 40px;
  background: url(../../img/close.svg) no-repeat center center / 100% 100%;
  transition: 0.2s;
}
.reveal-contact .close-button:hover {
  opacity: 0.7;
}

.acf-map,
.contact-map-hold iframe {
  width: 100%;
  height: 590px;
  border: none;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

.contact-success-text {
  font-size: 20px;
  line-height: 1.2;
}
.contact-success-text p {
  margin-bottom: 24px;
}
.contact-success-text p:last-child {
  margin-bottom: 0px;
}

.btn-green-back.btn-green-border:after {
  left: 20px;
  background: url(../../img/arrow-green-left.svg) no-repeat center center;
}
.btn-green-back.btn-green-border:hover:after {
  transform: translate(-7px, -50%);
}

.reveal-contact-success-links {
  margin-top: 50px;
}

.reveal-contact-success-links ul li {
  margin-bottom: 30px;
}
.reveal-contact-success-links ul li:last-child {
  margin-bottom: 0px;
}

.reveal-contact-left.reveal-contact-left-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#contact-form-success {
  display: none;
}

.animation-element.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up.in-view {
  opacity: 1;
  transform: translateY(0px);
}

.animation-element.fade-up-later {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-later.in-view {
  opacity: 1;
  transform: translateY(0px);
}

.animation-element.fade-in {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-in.in-view {
  opacity: 1;
}
.animation-element.fade-in-later {
  opacity: 0;
  transition: 1.5s 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-in-later.in-view {
  opacity: 1;
}

.home-intro-title p,
.home-intro-title h1 {
  opacity: 0;
  transform: translateX(-80px);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-intro-title.in-view p,
.home-intro-title.in-view h1 {
  opacity: 1;
  transform: translateX(0px);
}
.home-intro-title p:nth-child(1),
.home-intro-title h1:nth-child(1) {
  transition-delay: 0.7s;
}
.home-intro-title p:nth-child(2),
.home-intro-title h1:nth-child(2) {
  transition-delay: 0.9s;
}
.home-intro-title p:nth-child(3),
.home-intro-title h1:nth-child(3) {
  transition-delay: 1.1s;
}

.home-intro-video {
  opacity: 0;
  transform: translateX(-80px);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-intro-video.close {
  opacity: 1;
  transform: translateX(0px);
}

.home-carousel-hold {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-carousel-hold.close {
  opacity: 1;
  visibility: visible;
}

.intro-reg {
  min-height: 100vh;
  padding: 138px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-size: cover !important;
}
.intro-reg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
}
.intro-reg .row {
  position: relative;
  z-index: 2;
}

.reg-intro-content-block {
  display: inline-block;
  background: #aad2e6;
  border-bottom-right-radius: 200px;
  padding: 60px 150px 60px 140px;
  position: relative;
  max-width: 50%;
}

.reg-intro-content-block .section-title {
  margin-bottom: 30px;
}

.reg-intro-content-block .text-45 {
  margin-bottom: 0px;
}

.reg-intro-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fed630;
  transition: 0.2s;
  cursor: pointer;
}
.reg-intro-video::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.reg-intro-video:hover {
  background: #195236;
}

.ti-block {
  margin-bottom: 120px;
}

.product-introduction {
  width: 110%;
}

.ti-text .text-25 {
  margin-bottom: 0px;
}

.product-introduction-wrapper .section-title {
  margin-bottom: 60px;
}

.ti-text {
  padding-right: 5%;
}

.ti-image {
  padding-left: 5%;
  position: relative;
}
/* .ti-image:after {
    content: '';
    position: absolute;
    width: 216px;
    height: 260px;
    background: url(../../img/pin-blue.svg) no-repeat center center / 100% 100%;
    top: 80px;
    right: 58px;
} */

.ti-image img {
  border-bottom-right-radius: 200px;
}

.product-in-numbers {
  margin-bottom: 150px;
}

.product-in-numbers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-in-numbers ul li {
  width: 45%;
  margin-right: 10%;
  min-height: 246px;
  padding-right: 260px;
  position: relative;
}
.product-in-numbers ul li:nth-child(2n) {
  margin-right: 0%;
}
.product-in-numbers ul li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.product-in-numbers ul li .tooltip-trigger {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tooltip-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.tooltip-blue {
  background: url(../../img/tooltip-blue.svg) no-repeat center center / 100% 100%;
}

.product-in-numbers-title {
  font-size: 66px;
  line-height: 1;
  margin-bottom: 20px;
}

.product-in-numbers-text {
  font-size: 25px;
  line-height: 1.2;
}

.product-introduction-wrapper {
  background: #efeff4;
  padding: 64px 0 140px;
}

.trust-carousel-wrapper {
  padding: 120px 0 226px;
  position: relative;
}
.trust-carousel-hold-2 {
  position: relative;
}
.trust-carousel-wrapper-product .trust-carousel-hold-2::after {
  content: "";
  width: 745px;
  height: 745px;
  background-color: #fff;
  background-position: right 25% center;
  background-repeat: no-repeat;
  background-image: url(../../img/icon-success-circle.svg);
  transition: 0.4s ease-out;
  opacity: 0;
  position: absolute;
  top: 40%;
  right: -10%;
  transform: translateY(-50%);
  z-index: -1;
}
.trust-carousel-wrapper-product .trust-carousel-hold-2.in-view::after {
  opacity: 1;
}

.trust-carousel-2 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trust-carousel-item-2 {
  height: 100%;
  padding-bottom: 48px;
}

.trust-carousel-2.owl-carousel .owl-nav button.owl-next,
.trust-carousel-2.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

.trust-carousel-2.owl-carousel .owl-nav button.owl-next span,
.trust-carousel-2.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.trust-carousel-2.owl-carousel .owl-nav button.owl-prev {
  left: -120px;
  background: url(../../img/slide-prev.svg) no-repeat center center / 100% 100%;
}

.trust-carousel-2.owl-carousel .owl-nav button.owl-next {
  right: -120px;
  background: url(../../img/slide-next.svg) no-repeat center center / 100% 100%;
}

.product-target {
  background: #efeff4;
  padding: 120px 0;
}

.product-target .section-title {
  margin-bottom: 60px;
}

.product-target .text-25 {
  margin-bottom: 120px;
}

.product-target-bottom {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
.product-target-bottom .product-target-bottom-button {
  margin-top: 30px;
}

.product-target-bottom-icon img {
  max-height: 113px;
}

.product-target .help-options > ul > li {
  padding-bottom: 290px;
}

.product-reasons-wrapper {
  padding: 120px 0;
  background: #aad2e6;
}

.product-reasons-wrapper .section-title {
  margin-bottom: 30px;
}
.product-reasons-wrapper .section-title + .text-45 {
  margin-bottom: 120px;
}

.product-reasons-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-reasons-list ul li {
  width: 30%;
  min-width: 30%;
  margin-right: 5%;
  text-align: center;
}
.product-reasons-list ul li:nth-child(3n) {
  margin-right: 0;
}

.pr-list-icon {
  margin-bottom: 30px;
}

.pr-list-title {
  font-size: 66px;
  line-height: 1;
  margin-bottom: 10px;
}

.pr-list-text {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.tooltip-white {
  background: url(../../img/tooltip-white.svg) no-repeat center center;
  background-size: contain !important;
}

.product-reasons-list {
  margin-bottom: 60px;
}

.product-reasons-list-button {
  margin-bottom: 120px;
}

.product-reasons-graph {
  margin-bottom: 30px;
}

.product-reasons-graph-title {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 120px;
}

.product-reasons-graph-hold {
  margin-bottom: 120px;
}

.product-reasons-graph-hold:last-child {
  margin-bottom: 0px;
}
.product-reasons-graph-hold:last-child .product-reasons-list {
  margin-bottom: 0px;
}

.product-reasons-graph-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product-reasons-graph-list ul li {
  text-align: center;
  max-width: 246px;
}
.product-reasons-graph-list ul li .text-25 {
  margin-bottom: 0;
}

.prg-list-icon {
  margin-bottom: 38px;
}

.pr-carousel-item a {
  display: block;
  padding-bottom: 40%;
  position: relative;
}

.product-reasons-carousel-hold {
  margin-bottom: 120px;
}

.pr-carousel.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
  transition: 0.2s;
}

.pr-carousel.owl-carousel .owl-dots {
  margin-left: -10px;
  margin-top: 60px;
}

.pr-carousel.owl-carousel button.owl-dot.active span {
  background: #1e5037;
}

.product-reasons-carousel {
  border-top-right-radius: 200px;
  overflow: hidden;
}

.product-resources-wrapper {
  padding: 120px 0 60px;
}

.related-downloads {
  width: calc(100% + 60px);
}
.related-downloads ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.related-downloads ul li {
  width: calc(50% - 60px);
  margin-right: 60px;
  position: relative;
  min-height: 330px;
  padding-right: 23%;
  margin-bottom: 60px;
}
/* .related-downloads ul li:nth-child(2n) {
    margin-right: 0%;
} */
/* .related-downloads ul li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 38%;
    background: #AAD2E6;
    border-bottom-right-radius: 200px;
} */
.related-downloads ul li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 55%;
}

.related-download-headline {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  margin-bottom: 20px;
}

.related-download-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #1d1d1b;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.related-download-date {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
}

.related-download-button {
  position: absolute;
  left: 0;
  bottom: 0;
}

.related-downloads {
  margin-bottom: 120px;
}

.related-downloads-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related-downloads-links ul li {
  margin-right: 60px;
}

.related-downloads-links ul li:last-child {
  margin-right: 0px;
}

.related-downloads-links ul li span {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: #1d1d1b;
}

.related-downloads-links {
  margin-bottom: 120px;
}

.event .post-title {
  min-height: 60px;
  margin-bottom: 63px;
}

sup {
  font-size: 60%;
}

.product-resources-wrapper .news-list {
  margin-bottom: 0;
}

.text-cta-wrapper {
  padding: 60px 0;
  background: #e1e1eb;
}
.btn-green,
.btn-green:focus,
.btn-green:active {
  display: inline-block;
  outline: none;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
  border: 2px solid #1e5037;
  padding: 12px 30px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  transition: 0.2s;
}

.btn-green.btn-icon,
.btn-green.btn-icon:focus,
.btn-green.btn-icon:active {
  padding-left: 85px;
}

.btn-green.icon-in:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
  width: 32px;
  height: 32px;
  background: url(../../img/soc-in.svg) no-repeat center center / 100% 100%;
}
.btn-green:hover {
  color: #000;
  border: 2px solid #000;
  opacity: 0.7;
}

.btn-green img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.text-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-cta-left {
  padding-right: 93px;
}

.text-cta-left .text-25 {
  margin-bottom: 0;
}

.more-insights-wrapper {
  padding: 120px 0;
  background: #abd2e5;
}

.more-insights-content .section-title-45 {
  margin-bottom: 120px;
}

.more-insights-info {
  max-width: 400px;
}

.more-insights-info-title {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.28;
  color: #1d1d1b;
  margin-bottom: 30px;
}

.more-insights-info-subtitle {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

.more-insights-info-name {
  position: relative;
  padding-right: 70px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.more-insights-info-name > span {
  display: block;
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  text-transform: initial;
}
.more-insights-info-name > a {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s ease-out;
}
.more-insights-info-name > a:hover {
  opacity: 0.7;
}
.more-insights-info-name > a img {
  max-width: 30px;
}
.more-insights-info-name-other-info {
  padding-top: 20px;
}
.more-insights-info-name-other-info a {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.125;
  color: #1d1d1b;
  text-decoration: underline solid transparent;
  transition: 0.2s ease-in-out;
  text-transform: none;
}
.more-insights-info-name-other-info a:hover {
  color: #1d1d1b;
  text-decoration: underline solid Currentcolor;
}
.more-insights-info-name-other-info-phone {
  padding-top: 10px;
}
.more-insights-info-name-other-info-phone a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  text-decoration: underline solid transparent;
  transition: 0.2s ease-in-out;
}
.more-insights-info-name-other-info-phone a:hover {
  color: #1d1d1b;
  text-decoration: underline solid Currentcolor;
}

.more-insights-image img {
  border-bottom-right-radius: 0;
}

.more-insights-image-hold {
  padding-left: 40px;
}

.sec-nav-wrapper {
  position: relative;
}
.sec-nav-hold {
  background: #efeff4;
}
.sec-nav-hold .row {
  padding: 0;
}
.sec-nav ul {
  padding: 60px 30px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.sec-nav ul li {
  display: inline-block;
  line-height: 0;
  margin-right: 60px;
}

.sec-nav ul li:first-child {
  margin-right: 92px;
}
.sec-nav ul li:last-child {
  margin-right: 0px;
}
.sec-nav ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.13;
  letter-spacing: 0.03em;
  color: #000;
  display: inline-block;
  padding-right: 36px;
  position: relative;
  text-transform: uppercase;
}
.sec-nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 10px;
  background: url(../../img/arrow-down-green.svg) no-repeat center center;
  background-size: contain !important;
  transition: 0.2s;
}
.scroll-up,
.scroll-up:focus,
.scroll-up:active {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: url(../../img/arrow-up.svg) no-repeat center center;
  transition: 0.2s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}
.scroll-up.is-active,
.scroll-up.is-active:focus,
.scroll-up.is-active:active {
  opacity: 0.5;
  visibility: visible;
}
.scroll-up:hover {
  opacity: 1;
}

.sec-nav ul li a:not(.scroll-up):hover:after {
  transform: translateY(0);
}
.sec-nav ul li a.scroll-up:hover:after {
  opacity: 0.7;
}

.product-target .help-options {
  margin-bottom: 0;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.why-introduction-wrapper {
  background: #efeff4;
  padding: 60px 0 120px;
}

.why-introduction-wrapper .text-25 {
  margin-bottom: 120px;
}

.why-features-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-features-list ul li {
  width: calc(50% - 25px);
  min-width: calc(50% - 25px);
  margin-right: 50px;
  margin-bottom: 120px;
  min-height: 246px;
  position: relative;
  padding-left: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.why-features-list ul li:nth-child(2n) {
  margin-right: 0px;
}

.why-features-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.why-features-list ul li .text-45 {
  margin-bottom: 20px;
}

.why-features-list ul li .text-25 {
  margin-bottom: 0px;
  min-height: 42px;
}

.why-features-item-content {
  position: relative;
  padding-bottom: 58px;
}
.why-features-item-content .tooltip-trigger {
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-introduction-wrapper .help-options {
  margin-bottom: 0;
}

.why-more-wrapper .learn-more-right {
  padding-right: 9%;
}

.why-fc-wrapper {
  padding: 120px 0;
}

.fc-about {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  margin-bottom: 120px;
}

.fc-about .text-25 {
  margin-bottom: 0;
}

.fc-about-image {
  height: 100%;
}

.fc-about-content-hold {
  padding-right: 5%;
}

.fc-about-content-hold .entry > :last-child {
  margin-bottom: 0;
}

.fc-about-image-hold {
  padding-left: 5%;
}

.why-fc-hold {
  width: 110%;
}

.fc-about-image {
  position: relative;
}

.fc-about-image > img {
  border-bottom-right-radius: 200px;
}

.fc-list {
  margin-bottom: 60px;
}

.fc-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.fc-list ul li {
  width: 45%;
  min-width: 45%;
  margin-right: 10%;
  position: relative;
  padding-left: 275px;
  min-height: 246px;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.fc-list ul li:nth-child(2n) {
  margin-right: 0;
}

.fc-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
.fc-list ul li .text-45 {
  margin-bottom: 20px;
}
.fc-list ul li .text-25 {
  margin-bottom: 0px;
}

.fc-list ul li .tooltip-trigger {
  position: absolute;
  bottom: 0;
  left: 275px;
}

.blue-quote-block {
  margin-bottom: 120px;
  background: #aad2e6;
  border-bottom-right-radius: 200px;
  padding: 60px 9% 60px 28%;
  position: relative;
}

.blue-quote-block:before {
  content: "";
  position: absolute;
  width: 108px;
  height: 93px;
  background: url(../../img/icon-quote.svg) no-repeat center center / 100% 100%;
  top: 45%;
  left: 15%;
  transform: translate(-50%, -50%);
}

.quote-block-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.quote-block-author {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
}

.quotes-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #aad2e6;
  border-bottom-right-radius: 200px;
}

.quotes-carousel-item-left {
  width: 65%;
  background: #aad2e6;
  padding: 213px 148px 110px 9%;
  position: relative;
}
.quotes-carousel-item-left:after {
  content: "";
  position: absolute;
  width: 108px;
  height: 93px;
  background: url(../../img/icon-quote.svg) no-repeat center center / 100% 100%;
  top: 60px;
  /* left: 14%; */
  left: 123px;
}
.quotes-carousel-item-right {
  width: 35%;
  background: #aad2e6;
  border-bottom-right-radius: 200px;
  overflow: hidden;
}

.quotes-carousel-item-logo {
  margin-top: 40px;
}
.quotes-carousel-item-logo img {
  max-height: 118px;
}

.quotes-carousel.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
}
.quotes-carousel.owl-carousel button.owl-dot.active span {
  background: #1e5037;
}

.quotes-carousel .owl-dots {
  position: absolute;
  left: calc(9% - 13px);
  bottom: 60px;
}

.quotes-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-ratings-list {
  margin-bottom: 120px;
}

.why-ratings-list.help-options > ul > li {
  padding-bottom: 90px;
}

.why-ratings-list .text-45 {
  margin-bottom: 30px;
}
.why-ratings-list .text-25 {
  margin-bottom: 0px;
}

.ratings-level {
  margin-bottom: 30px;
}
.ratings-level span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #aabe19;
  color: #fff;
  font-weight: 500;
  font-size: 66px;
}

.why-ratings-wrapper {
  padding: 120px 0 140px;
  background: #efeff4;
}
.why-ratings-wrapper .section-title {
  margin-bottom: 60px;
}
.why-ratings-wrapper .text-25 {
  margin-bottom: 120px;
}

.fc-list.wr-list {
  margin-bottom: 0;
}

.fc-list.wr-list ul li {
  width: 48%;
  min-width: 48%;
  margin-right: 4%;
}

.blue-block-wrapper .text-45 {
  margin-bottom: 10px;
}
.blue-block-wrapper .text-25 {
  margin-bottom: 30px;
}

.blue-block-wrapper {
  background: #abd2e5;
  padding: 60px 0;
}

.why-others-wrapper {
  padding: 120px 0;
  background: #efeff4;
}
.why-ratings-wrapper .why-ratings-list .text-25 {
  margin-bottom: 0px;
}
.why-others-wrapper-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.why-others-wrapper-list ul li {
  float: left;
  font-size: 45px;
  line-height: 1;
  color: #000;
  height: 385px;
  background-size: contain !important;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.why-others-wrapper-list ul li:nth-child(1) {
  width: 28.4%;
  background: url(../../img/img-why-telent.svg) no-repeat;
}
.why-others-wrapper-list ul li:nth-child(2) {
  width: 30.6%;
  background: url(../../img/img-why-infrastructure.svg) no-repeat;
}
.why-others-wrapper-list ul li:nth-child(3) {
  width: 41%;
  background: url(../../img/img-why-lifestyle.svg) no-repeat;
}
.why-others-wrapper-list ul li a {
  display: block;
  color: #000;
  padding: 30px 31px;
  height: 100%;
}
.why-others-wrapper-list ul li:hover {
  opacity: 0.7;
}

/* Business setup guide */
.intro-text-25 {
  max-width: 660px;
}
.intro-text-25 p {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro-text-25 p:last-child {
  margin-bottom: 0;
}

.setup-guide-investment-section {
  background: #efeff4;
  padding: 119px 0 120px;
}
.setup-guide-investment-section .section-title {
  margin-bottom: 60px;
}
.setup-guide-investment-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.setup-guide-investment-list ul li {
  float: left;
  width: 20%;
  margin-right: 20%;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.setup-guide-investment-list ul li:nth-child(3n),
.setup-guide-investment-list ul li:last-child {
  margin-right: 0;
}
.setup-guide-investment-list ul li:nth-child(3n + 1) {
  clear: both;
}
.setup-guide-investment-list-img {
  margin-bottom: 20px;
}
.setup-guide-investment-list-img img {
  max-height: 246px;
}
.setup-guide-investment-list ul li .text-45 {
  margin-bottom: 20px;
}
.setup-guide-investment-list ul li .text-25 {
  margin-bottom: 30px;
}
.setup-guide-investment-list ul li .tooltip-blue {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.setup-guide-setting-section {
  background: #aad2e6;
  padding: 120px 0;
}
.setup-guide-setting-box {
  position: relative;
  padding-right: 48%;
}
.setup-guide-setting-title {
  font-size: 66px;
  line-height: 1.18;
  margin-bottom: 60px;
}
.setup-guide-setting-box .text-25 {
  margin-bottom: 63px !important;
}
.setup-guide-setting-subtitle {
  font-size: 45px;
  line-height: 1.15;
  padding-top: 57px;
  border-top: 1px solid #8c8c96;
  margin-bottom: 10px;
}
.text-25.setup-guide-setting-subtext {
  margin-bottom: 30px;
}
.setup-guide-setting-img {
  position: absolute;
  top: 34px;
  right: 0;
  width: 42%;
  text-align: right;
}

.section-title-66 {
  font-size: 66px;
  line-height: 1.18;
  margin-bottom: 60px;
}

.setup-guide-growth-section {
  background: #efeff4;
  padding: 120px 0 60px;
}
.setup-guide-growth-section .section-title-66 {
  margin-bottom: 120px;
}

.setup-guide-growth-split {
  margin-bottom: 30px;
}
.setup-guide-growth-split > ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.setup-guide-growth-split > ul > li {
  float: left;
  width: 50%;
  border-right: 1px solid #8c8c96;
  padding-right: 7%;
  margin-bottom: 60px;
}
.setup-guide-growth-split > ul > li:nth-child(2n) {
  border-right: none;
  padding-right: 0;
  padding-left: 7%;
}
.setup-guide-growth-split > ul > li:nth-child(2n + 1) {
  clear: both;
}
.setup-guide-growth-subtitle {
  font-size: 45px;
  line-height: 1.16;
  margin-bottom: 30px;
}
.setup-guide-growth-split-list {
  padding-top: 30px;
}
.setup-guide-growth-split-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0;
}
.setup-guide-growth-split-list ul li {
  float: left;
  width: 44.5%;
  margin-right: 11%;
  text-align: center;
  margin-bottom: 30px;
}
.setup-guide-growth-split-list ul li:nth-child(2n) {
  margin-right: 0;
}
.setup-guide-growth-split-list ul li:nth-child(2n + 1) {
  clear: both;
}
.setup-guide-growth-split-list-img {
  margin-bottom: 30px;
}
.setup-guide-growth-split-list-img img {
  max-height: 246px;
}
.setup-guide-growth-split-list-title {
  display: blokc;
  widows: 100%;
  font-size: 66px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.setup-guide-growth-split-list-text {
  font-size: 25px;
  line-height: 1.25;
}
.setup-guide-growth-split-img img {
  margin-bottom: 18px;
}
.setup-guide-growth-split-img span {
  font-size: 15px;
  line-height: 1.07;
  color: #8c8c96;
}

.setup-guide-growth-tax .setup-guide-growth-subtitle {
  margin-bottom: 96px;
}
.setup-guide-growth-tax-list {
  margin-bottom: 45px;
}
.setup-guide-growth-tax-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.setup-guide-growth-tax-list ul li {
  float: left;
  width: 18.25%;
  margin-bottom: 80px;
  position: relative;
  margin-right: 9%;
}
.setup-guide-growth-tax-list-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.setup-guide-growth-tax-list-icon img {
  max-width: 104px;
  max-height: 146px;
}
/* .setup-guide-growth-tax-list ul li::after {
    content: '';
    width: 104px;
    height: 146px;
    background: url(../../img/icon-tax-list-graphic-white.svg)no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
} */
.setup-guide-growth-tax-list ul li:nth-child(4n) {
  margin-right: 0;
}
.setup-guide-growth-tax-list ul li:nth-child(4n + 1) {
  clear: both;
}
.setup-guide-growth-tax-list-title {
  font-size: 66px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.setup-guide-growth-tax-list-text {
  font-size: 25px;
  line-height: 1.2;
}

.setup-guide-growth-prices .setup-guide-growth-subtitle {
  margin-bottom: 60px;
}
.setup-guide-growth-prices-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.setup-guide-growth-prices-list ul li {
  float: left;
  width: 18.25%;
  margin-right: 9%;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}
.setup-guide-growth-prices-list ul li:nth-child(4n) {
  margin-right: 0;
}
.setup-guide-growth-prices-list ul li:nth-child(4n + 1) {
  clear: both;
}
.setup-guide-growth-prices-list-img {
  margin-bottom: 30px;
}
.setup-guide-growth-prices-list-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}
.setup-guide-growth-prices-list-title span {
  font-weight: 300;
}
.setup-guide-growth-prices-list ul li .tooltip-blue {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.setup-guide-incentives-section {
  background: #aad2e6;
  padding: 120px 0;
}
.setup-guide-incentives-section .text-25 {
  margin-bottom: 55px;
}

.setup-guide-incentives-tabs {
  position: relative;
  /* margin-bottom: 120px;*/
}
.setup-guide-incentives-tabs::after {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1e5037;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.setup-guide-incentives-tabs .tabs {
  background: transparent;
  border: none;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.setup-guide-incentives-tabs .tabs-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
.setup-guide-incentives-tabs .tabs-title > a {
  border-radius: 129px 0px 0px 0px;
  background: #efeff4;
  padding: 30px 30px 30px 90px;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  height: 100%;
}
.setup-guide-incentives-tabs .tabs-title.is-active > a {
  padding: 30px 90px 30px 30px;
  color: #000;
  border-radius: 0px 129px 0px 0px;
  background: #fff;
}
.setup-guide-incentives-tabs .tabs-content {
  border-radius: 0px 0px 200px 0px;
  background: #fff;
  border: none;
  padding: 60px 60px 60px 30px;
}
.setup-guide-incentives-tabs .tabs-panel {
  padding: 0;
}
.setup-guide-incentives-tabs-info {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
}
.setup-guide-incentives-tabs .entry {
  margin-bottom: 30px;
}

.setup-guide-procedures-section {
  background: #efeff4;
  padding: 120px 0 70px;
}
.setup-guide-procedures-top {
  margin-bottom: 60px;
}
.setup-guide-procedures-item {
  margin-bottom: 20px;
}
.setup-guide-procedures-item-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
}
.setup-guide-procedures-item .text-25 {
  margin-bottom: 30px !important;
}
.setup-guide-procedures-item-accordion .accordion {
  background: transparent;
}
.setup-guide-procedures-item-accordion .accordion-title {
  display: block;
  padding: 30px 20% 30px 75px;
  font-weight: 500;
  font-size: 25px;
  text-align: left;
  color: #000;
  border: none !important;
  background: #fff;
}
.setup-guide-procedures-item-accordion .accordion-title::before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../../img/icon-dropwdown-green.svg) no-repeat center center;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  margin-top: 0;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.setup-guide-procedures-item-accordion .is-active > .accordion-title::before {
  transform: translateY(-50%) rotate(180deg);
}
.setup-guide-procedures-item-accordion .accordion-content {
  padding: 0 75px 60px;
  display: none;
  border: none !important;
  background-color: #fff;
  color: #000;
}
.setup-guide-procedures-item-accordion .accordion-item {
  border-radius: 0px 10vw 10vw 0px !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.setup-guide-procedures-item-accordion .entry {
  width: 62%;
}
.setup-guide-procedures-item-accordion .accordion-content-no-img .entry {
  width: 95%;
}
.setup-guide-procedures-item-accordion .accordion-content-btn {
  padding-top: 10px;
}
.setup-guide-procedures-item-accordion .accordion-content-side-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}
.setup-guide-procedures-item-accordion .accordion-content-side-img img {
  max-width: 246px;
  max-height: 150px;
}

.setup-guide-incentives-tabs-tablet {
  display: none;
  margin-bottom: 60px;
}
.setup-guide-incentives-tabs-tablet-owl .owl-stage-outer {
  margin-bottom: 30px;
}
.setup-guide-incentives-tabs-tablet-owl .owl-stage-outer {
  overflow: visible;
}
.setup-guide-incentives-tabs-tablet-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.setup-guide-incentives-tabs-tablet-owl .item {
  border-radius: 0px 87px 150px 0px;
  background: #efeff4;
  height: 100%;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.setup-guide-incentives-tabs-tablet-owl .owl-item.active .item {
  background: #fff;
  border-radius: 87px 0px 150px 0px;
}
.setup-guide-incentives-tabs-tablet-title {
  border-radius: 0px 87px 0px 0px;
  /* background: #fff; */
  font-weight: 500;
  font-size: 20px;
  padding: 20px 20% 20px 20px;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.setup-guide-incentives-tabs-tablet-content {
  /* border-radius: 0px 0px 150px 0px;
    background: #fff; */
  padding: 20px 20% 20px 20px;
  /* transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1); */
}
.setup-guide-incentives-tabs-tablet-owl
  .owl-item
  .setup-guide-incentives-tabs-tablet-title {
  /* border-radius: 87px 0px 0px 0px;
    background: #efeff4; */
  padding: 20px 20px 20px 20%;
}
/* .setup-guide-incentives-tabs-tablet-owl .owl-item.active .setup-guide-incentives-tabs-tablet-title {
    border-radius: 0px 87px 0px 0px;
    background: #fff;
    padding: 20px 20% 20px 20px;
}
.setup-guide-incentives-tabs-tablet-owl .owl-item .setup-guide-incentives-tabs-tablet-content {
    background: #efeff4;
}
.setup-guide-incentives-tabs-tablet-owl .owl-item.active .setup-guide-incentives-tabs-tablet-content {
    background: #fff;
} */
.setup-guide-incentives-tabs-tablet-owl .owl-dots button {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.setup-guide-incentives-tabs-tablet-owl .owl-dots button.active {
  background: #1e5037;
}
.setup-guide-sectors-section {
  padding: 230px 0 120px;
}
.setup-guide-sectors-section .opportunities-list {
  position: relative;
}
.setup-guide-sectors-section .opportunities-list::after {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #195236;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.entry h1 {
  font-weight: normal;
  font-size: 75px;
  line-height: 1.12;
  color: #000;
  margin-bottom: 30px;
}
.entry h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 1.16;
  color: #000;
  margin-bottom: 30px;
}
.entry h3 {
  font-weight: normal;
  font-size: 35px;
  line-height: 1.16;
  color: #000;
  margin-bottom: 30px;
}
.entry h4 {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.16;
  color: #000;
  margin-bottom: 30px;
}
.entry h5 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.16;
  color: #000;
  margin-bottom: 30px;
}
.entry h6 {
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.entry a {
  color: #000;
  text-decoration: underline solid Currentcolor;
  transition: 0.2s;
}
.entry a:hover {
  text-decoration: underline solid transparent;
}
.entry p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
.entry strong {
  font-weight: 500 !important;
}
.entry hr {
  max-width: 100%;
}
.entry ul,
.entry ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
.entry ul ul,
.entry ol ol {
  margin-left: 0;
  margin-bottom: 0;
}
.entry ul li,
.entry ol li {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  padding-left: 30px;
}
.entry ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.entry ol {
  counter-reset: item;
}
.entry ol li ol li {
  padding-left: 40px;
}
.entry ol li ol li ol li {
  padding-left: 60px;
}
.entry ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
.entry img {
  margin: 0 0 20px;
  width: 100% !important;
  border-radius: 0px 0px 200px 0px;
}
.entry p.wp-caption-text {
  font-weight: 300;
  font-size: 16px;
  color: #707070;
  line-height: 1.125;
  margin-bottom: 20px;
}
.entry .wp-caption {
  margin: 0;
}

.entry table {
  width: 100%;
  margin-bottom: 30px;
}
.entry table tbody,
.entry table tfoot,
.entry table thead {
  border: 1px solid #707070;
}
.entry table tr th {
  background: #abd2e5;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  padding: 20px 10px;
  border: 1px solid #707070;
}
.entry table tr td {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  padding: 20px 10px;
  border-right: 1px solid #707070;
}

.entry table tbody tr:nth-child(odd) {
  background-color: #efeff4;
}
.entry table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.text-25 p {
  margin-bottom: 30px;
}
.text-25 p:last-child {
  margin-bottom: 0px;
}

.reg-intro-content-block-arrow img {
  max-width: 108px;
  max-height: 115px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.setup-guide-sectors-section .opportunities-list::after {
  opacity: 0;
  transition: 2s ease-out;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.setup-guide-sectors-section .opportunities-list.in-view:after {
  opacity: 1;
}
.opportunities-list > ul > li a {
  display: block;
}

.global-names-mobile-owl .item {
  padding-right: 20px;
}
.global-names-mobile-owl .item div {
  height: 74px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.global-names-mobile-owl .item div:nth-child(2) {
  margin-bottom: 0;
}
.global-names-mobile-owl .item img {
  width: auto !important;
  max-height: 74px;
}
.global-names-mobile-owl .owl-stage-outer {
  margin-bottom: 30px;
}
.global-names-mobile-owl .owl-dots button {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #030303;
  transition: 0.2s;
}
.global-names-mobile-owl .owl-dots button.active {
  background: #1e5037 !important;
  border: 2px solid #1e5037;
}

.revlea-contact-form .form-submit button {
  width: 100%;
}
.form-element-reveal-hdinput input,
.form-element-reveal-hdinput input:focus,
.form-element-reveal-hdinput input:active {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -999;
  display: none !important;
}
.contact-form-general-inq .form-element-reveal-hdinput select,
.contact-form-general-inq .form-element-reveal-hdinput select span {
  display: none !important;
}
.form-element-hidden-value {
  display: none !important;
}
.revlea-contact-form.contact-page-form:not(.contact-form-general-inq)
  .form-element-reveal-hdinput {
  margin-bottom: 0;
}
.revlea-contact-form.contact-page-form:not(.contact-form-general-inq)
  .form-element-reveal-hdinput
  select,
.revlea-contact-form.contact-page-form:not(.contact-form-general-inq)
  .form-element-reveal-hdinput
  span {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
  border: none !important;
  float: left !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  color: #ef586b !important;
}
div.wpcf7-mail-sent-ok {
  float: left !important;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
.form-element input.wpcf7-not-valid,
.form-element input.wpcf7-not-valid:focus,
.form-element textarea.wpcf7-not-valid,
.form-element textarea.wpcf7-not-valid:focus,
.form-checkbox .wpcf7-not-valid label span::before {
  border: solid 1px #ef586b;
}
.form-element
  select.wpcf7-not-valid
  + .select2.select2-container.select2-container--modal
  .select2-selection__rendered {
  border-bottom: solid 1px #ef586b;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #ef586b !important;
}

/* ---------- */
.section-120 {
  padding: 120px 0;
}
.section-title.section-title-wtext {
  margin-bottom: 60px;
}
.report-insights-section-2 {
  margin-bottom: 120px;
}

span.select2-selection.select2-selection--single {
  outline: none;
}
.select2.select2-container.select2-container--filter .select2-selection__arrow {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: 29px;
  right: auto;
}
.select2.select2-container.select2-container--filter
  .select2-selection__arrow::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../../img/icon-select2-dropdown.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  transition: 0.2s;
}
.select2.select2-container.select2-container--filter
  .select2-selection__arrow
  b {
  display: none;
}
.select2.select2-container.select2-container--filter.select2-container--open
  .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}
.select2.select2-container.select2-container--filter {
  background: none;
  box-shadow: none;
  margin: 0;
  transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);

  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  height: 89px;
}
.select2.select2-container.select2-container--filter {
  width: 100% !important;
}
.select2.select2-container.select2-container--filter
  .select2-selection__rendered {
  width: 100%;
  height: 89px;
  display: inline-block;
  border-radius: 0px 44.5px 44.5px 0px;
  background: #efeff4;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  padding: 30px 50px 30px 75px;
  text-align: left;
  border: none;
}
.select2-container.select2-container--filter .select2-dropdown {
  border-radius: 0px 0px 200px 0px;
  background: #efeff4;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  border: none;
  overflow: hidden;
}
.select2-container.select2-container--filter
  .select2-results__option--selected {
  background-color: #fff;
  color: #000;
}
.select2-container.select2-container--filter
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #fff;
  color: #000;
}
.select2-container.select2-container--filter.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.select2-container.select2-container--filter.select2-container--open
  .select2-results {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container.select2-container--filter.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
}
.select2-container.select2-container--filter .select2-results__option {
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  color: #000;
  padding: 12px 100px 12px 75px;
}

.select2.select2-container.select2-container--modal .select2-selection__arrow {
  display: inline-block;
  position: absolute;
  height: 100%;
  right: auto;
}
.select2.select2-container.select2-container--modal
  .select2-selection__arrow::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../../img/icon-select2-dropdown.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.2s;
}
.select2.select2-container.select2-container--modal
  .select2-selection__arrow
  b {
  display: none;
}
.select2.select2-container.select2-container--modal.select2-container--open
  .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}
.select2.select2-container.select2-container--modal {
  background: none;
  box-shadow: none;
  margin: 0;
  transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);

  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #000;
  height: 31px;
}
.select2.select2-container.select2-container--modal {
  width: 100% !important;
}
.select2.select2-container.select2-container--modal
  .select2-selection__rendered {
  width: 100%;
  height: 31px;
  display: inline-block;
  background: transparent;
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #000;
  padding: 2px 30px 2px 10px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #707070;
}
.select2-container.select2-container--modal .select2-dropdown {
  background: #fff;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  border: none;
  overflow: hidden;
}
.select2-container.select2-container--modal
  .select2-results
  .select2-results__options {
  max-height: 320px;
  overflow-y: auto;
}
.select2-container.select2-container--modal .select2-results__option--selected {
  background-color: #1e5037;
  color: #fff !important;
}
.select2-container.select2-container--modal
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #1e5037;
  color: #fff;
}
.select2-container.select2-container--modal.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
}
.select2-container.select2-container--modal .select2-results__option {
  font-size: 18px;
  line-height: 1.22;
  text-align: left;
  color: #000;
  padding: 5px 10px;
}

.gray-select {
  margin-bottom: 10px;
}
.report-insights-page-select {
  margin-bottom: 110px;
}
.related-downloads.reports-related-downloads-list,
.news-list.reports-news-list {
  margin-bottom: 60px;
}
.related-downloads.reports-related-downloads-list ul,
.news-list.reports-news-list ul {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.related-downloads.reports-related-downloads-list ul li,
.news-list.reports-news-list ul li {
  margin-bottom: 60px;
}
.news-item-image-hold {
  position: relative;
}
.reports-webinars-list .news-item-image-hold::after {
  content: "";
  width: 108px;
  height: 108px;
  background: #fed630;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s ease-in-out;
}
.reports-webinars-list .news-item-image-hold::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 32px;
  right: 28px;
  z-index: 1;
}
.reports-news-list.reports-webinars-list
  ul
  li
  a:hover
  .news-item-image-hold::after {
  background: #195236;
}
.reports-news-list.reports-webinars-list ul li .news-item-image {
  margin-bottom: 0;
}
.reports-news-list.reports-webinars-list ul li .news-item-image-hold {
  margin-bottom: 60px;
}
/* ---------- */

/* page download */
.text-image-gray-intro {
  padding: 111px 0 126px;
  background: #efeff4;
}
.text-image-gray-intro-image {
  width: 130%;
}
.text-image-gray-intro-text {
  padding-right: 4%;
}
.section-title-45 {
  font-weight: normal;
  font-size: 45px;
  text-align: left;
  line-height: 1.16;
  color: #000;
  margin-bottom: 60px;
}
.section-text-25 {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #000;
}
.section-text-25 p {
  margin-bottom: 30px;
}
.section-text-25 p:last-child {
  margin-bottom: 0;
}
.section-text-25 p a {
  color: #000;
  text-decoration: underline solid Currentcolor;
  transition: 0.2s;
}
.section-text-25 p a:hover {
  text-decoration: underline solid transparent;
}
.btn-green-border.btn-green-border-download,
.btn-green-border.btn-green-border-download:focus,
.btn-green-border.btn-green-border-download:active {
  min-width: 384px;
}
.btn-green-border.btn-green-border-download::after {
  display: none;
}
.download-section-2 {
  padding-bottom: 0 !important;
}
.section-gray {
  background: #efeff4;
}
.download-tax-list {
  margin-bottom: 134px;
}
.download-tax-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-radius: 0px 150px 150px 0px;
  background: #aad2e6;
  padding: 60px 0;
  list-style-type: none;
}
.download-tax-list ul li {
  float: left;
  width: 20%;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0 20px;
}
.download-tax-list ul li img {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.download-tax-list ul li span {
  display: block;
}
.download-chart-list {
  padding-bottom: 60px;
  border-bottom: 1px solid #8c8c96;
  margin-bottom: 120px;
}
.download-chart-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.download-chart-list ul li {
  float: left;
  margin-bottom: 60px;
  width: 246px;
  height: 263px;
  position: relative;
  padding-top: 105px;
  margin-right: 12.5%;
}
.download-chart-list ul li:last-child {
  margin-right: 0;
}
.download-chart-list ul li img {
  width: 246px;
  height: 263px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.download-chart-list-number {
  font-weight: normal;
  font-size: 66px;
  line-height: 1.18;
  text-align: center;
  color: #000;
}
.download-chart-list-title {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.download-chart-list-2 ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.download-chart-list-2 ul li {
  float: left;
  width: 50%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-bottom: 120px;
  padding-right: 30px;
}
.download-chart-list-2 ul li:nth-child(2n) {
  padding-right: 0;
}
.download-chart-list-2 ul li:nth-child(2n + 1) {
  clear: both;
}
.download-chart-list-2-img {
  width: 246px;
  float: left;
  margin-right: 30px;
}
.download-chart-list-2-img img {
  width: 246px;
  height: 246px;
}
.download-chart-list-2-box {
  float: left;
  width: calc(100% - 276px);
}
.download-chart-list-2-number {
  font-weight: normal;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
}
.download-chart-list-2-title {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
}
.download-section-3 {
  padding: 112px 0;
  background: #afd4e4;
}
.section-text-25.section-text-25-normal {
  font-weight: 400;
}
.section-text-25.section-text-25-nomargin {
  margin-bottom: 0;
}
.section-title-66-normal {
  font-weight: normal;
  font-size: 66px;
  line-height: 1.19;
  color: #000;
  margin-bottom: 60px;
}
.reveal-download-left {
  min-height: 880px;
  padding: 60px 30px 60px 10%;
  width: 49%;
}
.reveal-download-right {
  width: 51%;
  float: left;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.reveal-download-right-box {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 76%;
  z-index: -1;
}
.revlea-contact-form.revlea-download-form .form-submit button {
  width: auto;
}

/* Success stories pages */
.success-stories-section {
  padding: 60px 0 200px;
}
.success-stories-filter {
  margin-bottom: 30px;
}
.success-stories-filter ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.success-stories-filter ul li {
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 10px;
  min-height: 60px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  transition: 0.2s ease-out;
  border: 2px solid #195236;
  cursor: pointer;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.success-stories-filter ul li:nth-child(6n) {
  margin-right: 0;
}
.success-stories-filter ul li:nth-child(6n + 1) {
  clear: both;
}
.success-stories-filter ul li.is-active,
.success-stories-filter ul li:hover {
  background: #195236;
  color: #fff;
}
.reg-intro-content-block-arrow .section-title,
.reg-intro-content-block-arrow .text-45 {
  position: relative;
  z-index: 2;
}
.success-stories-list {
  position: relative;
  margin-bottom: 40px;
}
.success-stories-list::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.success-stories-list::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.success-stories-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.success-stories-list ul li {
  float: left;
  width: 33.333%;
  height: 450px;
  position: relative;
}
.success-stories-list ul li::before {
  content: "";
  width: 1px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 35px;
  bottom: 35px;
}
.success-stories-list ul li::after {
  content: "";
  height: 1px;
  background: #707070;
  position: absolute;
  right: 35px;
  left: 35px;
  bottom: 0;
}
.success-stories-list ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s ease-out;
  padding: 40px;
}
.success-stories-list ul li a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.success-stories-list-btn {
  margin-bottom: 60px;
}
.btn-green-border-more.btn-green-border::after {
  transform: translate(0, -50%) rotate(90deg);
}
.btn-green-border-more.btn-green-border:hover {
  opacity: 0.7;
}
.success-stories-list ul li img {
  max-height: 300px;
}
.success-stories-inner-intro {
  background: #efeff4;
  padding: 0 0 60px;
}
.success-stories-inner-intro-right {
  padding: 125px 9.3% 0 60px;
}
.success-stories-inner-intro-left-box-hold {
  max-width: 522px;
  position: relative;
}
.success-stories-inner-intro-left-box {
  border-radius: 0px 0px 200px 0px;
  background: #aad2e6;
  padding: 120px 60px 255px;
  position: relative;
  overflow: hidden;
}
.success-stories-list-info {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  color: #000;
}
.success-stories-list-label {
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
.success-stories-list-value {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
.success-stories-list-value:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.success-stories-list-logo {
  margin-bottom: 30px;
}
.success-stories-list-logo img {
  max-height: 120px;
}
.success-stories-inner-intro-left-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.success-stories-inner-intro-left-img img {
  max-height: 225px;
}
.btn-video.btn-video-yellow,
.btn-video.btn-video-yellow:focus,
.btn-video.btn-video-yellow:active {
  width: 108px;
  height: 108px;
  background: url(../../img/btn-play-yellow.svg) no-repeat center center / 100%
    100%;
}
.success-stories-inner-intro-left-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.success-stories-inner-intro-right .section-text-25 {
  margin-bottom: 47px;
}
.share-reveal-trigger,
.share-reveal-trigger:focus,
.share-reveal-trigger:active {
  display: inline-block;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #aad2e6 url(../../img/btn-share-bg.svg) no-repeat center center;
  background-size: 49px 60px !important;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.share-reveal-trigger.share-reveal-trigger-md,
.share-reveal-trigger.share-reveal-trigger-md:focus,
.share-reveal-trigger.share-reveal-trigger-md:active {
  width: 78px;
  height: 78px;
  background-size: 34px 28px !important;
}
.share-reveal-trigger::after {
  content: "";
  width: 118px;
  height: 118px;
  background: #aad2e6;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
}
.share-reveal-trigger.share-reveal-trigger-md::after {
  width: 88px;
  height: 88px;
}
.share-reveal-trigger:hover::after {
  opacity: 0.2;
}
.reveal.share-reveal {
  padding: 0;
  border: none;
  background-color: #fff;
  width: 660px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.shareModal-text {
  position: relative;
  padding: 40px 16.4%;
}
.shareModal-text-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.shareModal-text-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shareModal-text-box {
  border-radius: 0px 0px 100px 0px;
  background: #aad2e6;
  padding: 28px 30px;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}
.shareModal-text-box img {
  max-height: 41px;
  margin-bottom: 15px;
}
.shareModal-links {
  padding: 43px 10%;
}
.shareModal-links span {
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  color: #000;
}
.shareModal-links ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shareModal-links ul li {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.17;
  color: #000;
}
.shareModal-links ul li a {
  transition: 0.2s;
}
.shareModal-links ul li a:hover {
  opacity: 0.7;
}
.reveal-overlay {
  background: rgba(247, 247, 247, 0.81);
}
.reveal .close-button {
  width: 39px;
  height: 39px;
  background: url(../../img/icon-modal-close-green-lg.svg) no-repeat center center;
  background-size: contain !important;
}
.reveal .close-button span {
  display: none;
}

.fc-about-image-small {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fc-about-image-small img {
  max-width: 150px;
  max-height: 108px;
}

.why-ratings-list-nomargin-bottom {
  margin-bottom: 0;
}

.green-dot-after-small {
  position: relative;
}
.green-dot-after-small::after {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #195236;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.green-dot-after-small.in-view::after {
  opacity: 1;
}
.why-ratings-list .ratings-level img {
  max-height: 108px;
}
.why-ratings-wrapper.why-ratings-wrapper-2 {
  padding-bottom: 80px;
}
.why-ratings-wrapper-2 .fc-list {
  margin-bottom: 0;
}

.h-search {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: 40px;
}
.h-search-input {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 0;
  transition: 0.4s ease-out;
  transform-origin: right;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.h-search.active {
  width: 200px;
  height: 48px;
}
.h-search.active .h-search-input {
  width: 410px;
  opacity: 1;
  visibility: visible;
}
.h-search-input a {
  margin-right: 40px;
}
.h-search-input input,
.h-search-input input:focus,
.h-search-input input:active {
  background: none;
  margin: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e1e1eb;
  font-size: 16px;
  line-height: 1.36;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  height: 48px;
  padding: 5px 82px 5px 10px;
  width: calc(100% - 48px);
}
.h-search-input input::placeholder {
  color: #8c8c96;
  opacity: 1;
}
.h-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8c96;
  opacity: 1;
}
.h-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c96;
  opacity: 1;
}
.h-search-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c96;
  opacity: 1;
}
.h-search-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c96;
  opacity: 1;
}
.h-search-input button {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../../img/icon-search.svg) no-repeat center center / 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
  cursor: pointer;
}
.h-search-input span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../../img/icon-close-green-20x.svg) no-repeat center center /
    20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.2s;
  cursor: pointer;
}
.h-search-input span:hover {
  opacity: 0.7;
}
.btn-header-mobile,
.btn-header-mobile:focus,
.btn-header-mobile:active {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #fed630 url(../../img/icon-green-chat-with-yellow-dots.svg) no-repeat
    center center;
  background-size: 24px !important;
  transition: 0.2s;
}
.btn-header-mobile:hover {
  background: #1e5037 url(../../img/icon-green-chat-with-yellow-dots-hover.svg)
    no-repeat center center;
  background-size: 24px !important;
}
.h-search.active .h-search-trigger {
  display: none;
}
.h-button a.btn-header-mobile {
  display: none !important;
}

.sub-menus-hold {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  height: auto;
  min-height: 568px;
  padding: 0 0 80px;
  background: #fff;
  z-index: 1000;
  transition: 0.4s ease-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.sub-menus-hold.active {
  opacity: 1;
  visibility: visible;
}
.sub-menus-hold-box {
  padding-left: 20px;
}
.sub-menu-item {
  padding-top: 60px;
}
.sub-menu-item.sub-menu-item-bussiness {
  padding-top: 0;
}

.sub-menu-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e1e1eb;
  border-bottom: 1px solid #e1e1eb;
}
.sub-menu-bottom-socials {
  padding: 28px 0;
}
.sub-menu-bottom-socials ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-menu-bottom-socials ul li {
  float: left;
  margin-right: 34px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #000;
  text-transform: uppercase;
}
.sub-menu-bottom-socials ul li img {
  width: 18px;
  height: 18px;
}
.sub-menu-bottom-socials ul li a {
  transition: 0.2s ease-out;
}
.sub-menu-bottom-socials ul li a:hover {
  opacity: 0.7;
}

.sub-menu-item {
  display: none;
  line-height: 1.35;
}
.sub-menu-item.active {
  display: block;
}
.sub-menu-item-nav span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000;
  opacity: 1;
  margin-bottom: 16px;
}
.sub-menu-item-nav ul li {
  margin-bottom: 6px;
}
.sub-menu-item-nav ul li a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  opacity: 0.4;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}
.sub-menu-item-nav ul li a:hover {
  opacity: 1;
}
.sub-menu-item-nav.sub-menu-item-nav-dark ul li {
  margin-bottom: 16px;
}
.sub-menu-item-nav.sub-menu-item-nav-dark ul li a {
  opacity: 1;
}
.sub-menu-item-nav.sub-menu-item-nav-dark ul li a:hover {
  border-bottom: 2px solid #1e5037;
}
.sub-menu-item-nav > a {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  opacity: 1;
  transition: 0.2s;
  margin-bottom: 16px;
  border-bottom: 2px solid transparent;
}
.sub-menu-item-nav > a:hover {
  border-bottom: 2px solid #1e5037;
}

.sub-menus-hold-hide {
  min-height: 1px;
}
.sub-menu-item-row {
  margin-bottom: 30px;
}
.sub-menu-item-row:last-child {
  margin-bottom: 0;
}
.sub-menu-item-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #195236;
  opacity: 0.96;
  margin-bottom: 36px;
}
.sub-menu-item-bussiness-right {
  padding-left: 5%;
}
.sub-menu-item-bussiness-left {
  border-right: 1px solid #e1e1eb;
}
.sub-menu-item-bussiness {
  padding-bottom: 10px;
}

.nav-mob {
  position: relative;
  padding-bottom: 81px;
}
.nav-mob-lang {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #e1e1eb;
  border-bottom: 1px solid #e1e1eb;
  padding: 16px 30px;
}
.nav-mob-lang ul li {
  float: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  margin-right: 30px;
}
.nav-mob-lang ul li a {
  opacity: 0.4;
  color: #000;
  transition: 0.2s;
}
.nav-mob-lang ul li a:hover {
  opacity: 1;
}
.nav-mob-lang ul li.current a {
  opacity: 1;
}

.nav-mob-list > ul > li {
  margin-bottom: 39px;
}
.nav-mob-list > ul > li > a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.nav-mob-list > ul > li > a::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../../img/icon-mobile-nav-chev-right.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
.nav-mob-list > ul > li > a:hover {
  color: #000;
}
.nav-mob-list > ul > li > a:hover::after {
  right: -10px;
}
.nav-mob-list > ul > li.is-active > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.nav-mob-sub-menu {
  display: none;
  padding: 38px 0 0 20px;
  /* transition: 0.2s ease-out; */
}
.nav-mob-sub-menu .sub-menu-item-nav > a {
  font-size: 16px;
  opacity: 0.8;
}
.nav-mob-sub-menu .sub-menu-item-nav ul li a {
  font-size: 16px;
}
.nav-mob-list > ul > li.is-hidden {
  display: none;
}
.nav-mob-list > ul > li.is-active {
  max-height: calc(100vh - 215px);
  overflow: auto;
}

.nav-mob-sub-menu .sub-menu-item-title {
  font-size: 18px;
  margin-bottom: 16px;
  margin-left: -20px;
}
.nav-mob-sub-menu .sub-menu-item-bussiness-left {
  border-right: none;
}
.nav-mob-sub-menu .sub-menu-item-bussiness-right {
  padding-left: 0;
}
.nav-mob-sub-menu ul {
  margin-left: 0;
}
.sub-menu-item-nav {
  margin-bottom: 30px;
}

.tooltip-textbox {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #000;
  padding: 10px 20px 10px 76px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 297px;
  left: -16px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
  min-height: 76px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.tooltip-trigger:hover .tooltip-textbox {
  opacity: 1;
  visibility: visible;
}
.tooltip-blue .tooltip-textbox {
  background: #aad2e6 url(../../img/tooltip-white.svg) no-repeat center left 16px;
}
.tooltip-white .tooltip-textbox {
  background: #fff url(../../img/tooltip-blue.svg) no-repeat center left 16px;
}
.tooltip-trigger {
  position: relative;
}

.why-features-list ul li:hover,
.product-reasons-list ul li:hover,
.product-in-numbers ul li:hover {
  z-index: 2;
}
.btn-icon-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
  max-width: 32px;
  max-height: 32px;
}
.product-resources-wrapper .related-downloads {
  margin-bottom: 60px;
}
.product-resources-wrapper .related-downloads-links {
  margin-bottom: 48px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 30px 0;
}
.link-arrow.link-arrow-lg,
.link-arrow.link-arrow-lg:focus,
.link-arrow.link-arrow-lg:active {
  font-size: 20px;
  line-height: 1.35;
}
.more-insights-wrapper-2 .more-insights-info-name > span {
  padding-top: 0;
}
.more-insights-wrapper-2 .more-insights-info-title {
  margin-bottom: 7px;
}

.product-in-numbers ul li {
  padding-bottom: 60px;
}
.product-reasons-list {
  position: relative;
  z-index: 2;
}
.opportunities-list-items p {
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  color: #000;
  line-height: 1.2;
}

.opportunities-list-title a,
.opportunities-list-items ul li a {
  display: inline-block !important;
  color: #000;
  transition: 0.2s;
  text-decoration: underline solid transparent;
}
.opportunities-list-title a:hover,
.opportunities-list-items ul li a:hover {
  color: #000;
  text-decoration: underline solid Currentcolor;
}

.h-button.active .btn-yellow {
  display: none;
}
.h-button.active .btn-header-mobile {
  display: inline-block;
  float: left;
}

.form-checkboxes {
  padding-top: 75px;
}

.subscsribe-form-input {
  margin-bottom: 70px;
}
.subscsribe-form-input input,
.subscsribe-form-input input:focus,
.subscsribe-form-input input:active {
  box-shadow: none;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
  height: 60px;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.25;
  color: #000;
  max-width: 660px;
  padding: 10px 0;
}
.subscsribe-form-input input::placeholder {
  color: #000;
  opacity: 1;
}
.subscsribe-form-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.subscsribe-form-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.subscsribe-form-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.subscsribe-form-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.news-content-section {
  padding: 40px 0 80px;
}
.select-date-range
  .select2.select2-container.select2-container--filter
  .select2-selection__rendered {
  background: #efeff4 url(../../img/icon-date-range.svg) no-repeat right 40px
    center;
  padding-right: 70px;
}
.news-archive-slider {
  margin-bottom: 120px;
}
.news-archive-slider .owl-stage-outer {
  margin-bottom: 40px;
}
.news-archive-slider .item a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news-archive-slider-left {
  float: left;
  width: 40%;
}
.news-archive-slider-left {
  padding: 0 18px 80px 0;
  position: relative;
}
.news-archive-slider-left-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 18px;
}
.news-archive-slider-left-btn span {
  max-width: 384px;
  width: 100%;
  min-width: 1px;
}
.news-archive-slider-right {
  float: left;
  width: 60%;
  border-radius: 0px 0px 200px 0px;
  overflow: hidden;
  padding-left: 12px;
}
.news-archive-slider-right-img {
  position: relative;
  padding-bottom: 52.4%;
  height: 100%;
}
.news-archive-slider .owl-dots {
  text-align: center;
  line-height: 0;
}
.news-archive-slider .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #1e5037 !important;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.2s;
}
.news-archive-slider .owl-dot:last-child {
  margin-right: 0;
}
.news-archive-slider .owl-dot.active,
.news-archive-slider .owl-dot:hover {
  background: #1e5037;
}
.news-archive-slider .owl-dot span {
  display: none;
}

.global-names-mobile-slider .item img {
  filter: grayscale(1);
}
.posts-carousel-item .post-info-date {
  margin-bottom: 24px;
}
.owl-dots.disabled button {
  display: none !important;
}

ul li .text-45 {
  font-weight: 400 !important;
}

.help-options-hovered-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.help-options-hovered .help-options-hovered-text:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.help-options-with-hover > ul > li {
  min-height: 482px;
}

.help-options-with-hover ul ul {
  display: block;
  margin: 0;
}
.help-options-with-hover > ul > li ul li {
  width: 100%;
  min-width: 100%;
  padding: 0;
  position: relative;
  padding-left: 18px;
  border-radius: 0 !important;
}
.help-options-with-hover > ul > li ul li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.help-options-hovered {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  padding-top: 190px;
  position: relative;
  padding-right: 30px;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.help-options-hovered-text-sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #8c8c96;
  margin-top: 10px;
  min-height: 20px;
  background: url(../../img/icon-info-sm-gray.svg) no-repeat left center;
  background-size: 20px !important;
  padding-left: 40px;
  padding-top: 3px;
  transition: 0.4s ease-out;
}
.help-options-hovered .help-item-icon {
  bottom: 0;
  left: 0;
  top: 30px;
}
/* .help-options-with-hover > ul > li:hover .help-options-hovered {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}
.help-options-with-hover > ul > li:hover .help-options-static {
    display: none;
}
.help-options-with-hover > ul > li {
    transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1), padding-bottom 0s !important;
}
.help-options-with-hover > ul > li:hover {
    padding-bottom: 30px;
}


.help-options-with-hover > ul > li:hover .help-options-static .help-item-title {
    display: none;
}
.help-options-with-hover > ul > li:hover .help-options-static .help-item-icon {
    bottom: 0;
    top: 30px;
} */

.why-others-wrapper-list.why-others-wrapper-list-mobile-color {
  display: none;
}

.help-options-hovered-text-hold .help-options-hovered-text:last-child {
  border: none;
}
.help-options-with-hover .help-options-hovered-text-hold {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 60px;
  transform: translateY(50px);
  transition: 0.4s ease-out;
}
.help-options-with-hover .help-item-title {
  transition: 0.3s ease-out;
}
.help-options-with-hover .help-item-icon {
  transition: 0.4s ease-out;
}
.help-options-with-hover > ul > li:hover .help-item-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.help-options-with-hover > ul > li:hover .help-item-icon {
  bottom: calc(100% - 30px);
  transform: translate(0, 100%);
}
.help-options-with-hover > ul > li:hover .help-options-hovered-text-hold {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* position: relative; */
}
.help-options-with-hover > ul > li:hover {
  padding: 170px 40px 30px 30px;
}
.help-options-with-hover > ul > li {
  overflow: hidden;
}

.quotes-carousel-item-left .quotes-carousel-item-logo {
  margin: 0 0 30px;
  position: absolute;
  top: 58px;
  right: 146px;
}
.quotes-carousel-item-left .quotes-carousel-item-logo img {
  max-width: 250px;
  max-height: 96px;
}

.quote-or-quotes-slider button.owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 20px 0 0;
}
.quote-or-quotes-slider button.owl-dot.active span {
  background: #1e5037;
}

.quote-or-quotes-slider .owl-dots {
  margin: 30px 0 0;
}
.quote-or-quotes-slider {
  margin-bottom: 120px;
}
.quote-or-quotes-slider .item .blue-quote-block {
  margin-bottom: 0;
}
.success-stories-inner-intro-left-img {
  height: 225px;
}
.success-stories-inner-intro-left-img img {
  -o-object-position: top left;
  object-position: top left;
}
.single-success-story-more-content {
  padding-top: 80px;
}

.intro-master-page .reg-intro-content-block .text-45 {
  margin-bottom: 20px;
}

.single-news-intro .section-title {
  line-height: 1.05;
}
.section-text-25.single-news-intro-cat {
  margin-bottom: 40px;
}
.section-text-25.single-news-intro-date {
  margin-bottom: 0;
}
.single-news-section {
  padding: 120px 0 0;
}

.single-news-share-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  line-height: 0;
}
.single-news-content-half-item {
  padding-right: 14%;
}
.single-news-entry {
  margin-bottom: 40px;
}
.single-news-content-half-item .blue-quote-block {
  margin-bottom: 60px;
}

.entry-gallery-slider {
  margin-bottom: 60px;
}
.entry-gallery-owl .owl-nav button {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #1e5037 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.entry-gallery-owl .owl-nav button span {
  display: none;
}
.entry-gallery-owl .owl-nav button::after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-gallery-owl .owl-nav button.owl-prev {
  left: -30px;
}
.entry-gallery-owl .owl-nav button.owl-next {
  right: -30px;
}
.entry-gallery-owl .owl-nav button.owl-prev::after {
  background: url(../../img/icon-gallery-owl-prev.svg) no-repeat center center;
  background-size: 10px 20px !important;
}
.entry-gallery-owl .owl-nav button.owl-next::after {
  background: url(../../img/icon-gallery-owl-next.svg) no-repeat center center;
  background-size: 10px 20px !important;
}
.entry-gallery-owl .item {
  position: relative;
  padding-bottom: 56.2%;
}
.entry-gallery-owl .item img {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 200px 0px;
}
.entry-gallery-owl .item a {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.entry-gallery-owl .item a div {
  font-weight: 500;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #195236;
  height: 60px;
  transition: 0.2s ease-out;
  float: left;
  margin-left: 20px;
  margin-right: -232px;
}
.entry-gallery-owl .item a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #195236 url(../../img/icon-gallery-slider-gallery.svg) no-repeat
    center center;
  background-size: 35px !important;
  display: inline-block;
  float: left;
}
.entry-gallery-owl .item a span {
  display: inline-block;
  position: relative;
  padding: 0 48px 0 20px;
}
.entry-gallery-owl .item a span::after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../../img/icon-gallery-owl-next.svg) no-repeat center center;
  background-size: 10px 20px !important;
  transition: 0.2s ease-out;
}
.entry-gallery-owl .item a div:hover span::after {
  right: 10px;
}
.entry-gallery-owl .item a:hover div {
  width: auto;
  margin-right: 0;
}

/* .fancybox-button--zoom {
    display: none !important;
}
.fancybox-button--close,
.fancybox-button--close:focus,
.fancybox-button--close:active {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #1e5037 url(../../img/icon-close-white-lg.svg) no-repeat center center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.fancybox-toolbar {
    top: 50px !important;
    right: 50px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.fancybox-button--close svg {
    display: none;
}
.fancybox-bg {
    background: #f7f7f7 !important;
    opacity: 0.98 !important;
}
.fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;

} */

.single-news-section .learn-more-wrapper {
  margin-bottom: 60px;
}
.news-item-image-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #efeff4;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  width: 50%;
}

.single-news-rec-wraper {
  padding: 60px 0;
}
.single-news-rec-wraper .section-title {
  margin-bottom: 60px;
}
.single-news-rec-wraper .news-list {
  margin-bottom: 0;
}

.single-news-video-block {
  padding: 60px 0 0;
  margin-bottom: 60px;
}
.single-news-video a {
  display: inline-block;
  width: 100%;
  padding-bottom: 53.5%;
  background-size: cover !important;
  border-radius: 0px 0px 150px 0px;
  position: relative;
  max-width: 936px;
}
.single-news-video a span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-news-video a:hover .reg-intro-video {
  background: #195236;
}
.single-news-video-tags {
  padding-top: 40px;
  border-top: 1px solid #707070;
  position: relative;
  margin-bottom: 90px;
}
.single-news-video-tags span {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.25;
  color: #000;
}
.single-news-video-tags ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.single-news-video-tags ul li {
  border-radius: 0px 0px 30px 0px;
  background: #efeff4;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.25;
  color: #000;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
}

.single-news-video-tags ul li a {
  color: #000;
}

.single-news-video-tags ul li:first-child {
  display: block;
  background: none;
  border-radius: 0;
  padding: 10px 0;
}

div.wp-caption {
  width: 100% !important;
}
.posts-carousel .owl-dots.disabled button {
  display: inline-block !important;
}
.post-type-archive .reg-intro-content-block {
  max-width: 936px;
}

.single-events-rec-wraper {
  padding: 60px 0 0;
}
.single-event-line {
  border-top: 1px solid #707070;
  margin: 30px 0;
}

.single-events-contacts-list-hold {
  padding: 60px 0;
  padding-right: 36px;
  margin-bottom: 60px;
}
.single-events-contacts-list-hold .single-events-contacts-owl .item {
  width: auto !important;
}
.single-events-contacts-list-hold
  .contacts-list.single-events-contacts-list
  ul
  li {
  width: 100%;
}

.single-events-contacts-list-hold .learn-more-text {
  margin-bottom: 40px;
}
.contacts-list.single-events-contacts-list ul li {
  width: 50%;
  padding-top: 60px;
}
.single-events-contacts-owl .item {
  width: 302px;
}
.single-events-contacts-owl .owl-item + .owl-item ul li {
  background: #efeff4 !important;
}

.owl-dots-circle .owl-dots {
  margin-top: 30px;
  display: block !important;
}
.owl-dots-circle .owl-dots button.owl-next,
.owl-dots-circle .owl-dots button.owl-prev,
.owl-dots-circle .owl-dots button.owl-dot {
  outline: none;
}
.owl-dots-circle .owl-dots button {
  display: inline-block !important;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000 !important;
  margin: 0 20px 0 0;
  transition: 0.2s;
}
.owl-dots-circle .owl-dots button span {
  display: none;
}
.owl-dots-circle .owl-dots button.owl-dot.active {
  border: 2px solid #1e5037 !important;
  background: #1e5037 !important;
}

.single-event-intro {
  background: #efeff4;
  margin-bottom: 100px;
  padding-bottom: 60px;
}
.news-archive-slider-left .post-type {
  font-size: 25px;
}
.news-archive-slider-left .post-title {
  font-size: 45px;
  line-height: 1.16;
}
.single-event-intro-right {
  padding: 120px 0 0 10%;
}
.single-event-intro-right-cat {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  margin-bottom: 38px;
}
.section-title.single-event-intro-right-title {
  margin-bottom: 60px;
}
.single-event-intro-right-info {
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  margin-bottom: 60px;
}
.post-info.single-event-intro-right-info p {
  padding-left: 48px;
}
.single-event-intro-right-info ul li {
  margin-bottom: 32px;
}
.single-event-intro-right-info ul li:last-child {
  margin-bottom: 0;
}
.addeventatc .addeventatc_icon {
  display: none;
}
.calendar-reveal-trigger,
.calendar-reveal-trigger:focus,
.calendar-reveal-trigger:active,
.single-event-intro-left-list .addeventatc {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #aad2e6 url(../../img/btn-calendar-icon-white.svg) no-repeat center
    center;
  background-size: 49px 60px !important;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  box-shadow: none !important;
  background-size: 45px 37px !important;
  z-index: 2 !important;
}

.single-event-intro-left-list .addeventatc:hover {
  background-color: #aad2e6;
}
.calendar-reveal-trigger::after,
.single-event-intro-left-list .addeventatc::after {
  content: "";
  width: 88px;
  height: 88px;
  background: #aad2e6;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
}
.calendar-reveal-trigger:hover::after,
.single-event-intro-left-list .addeventatc:hover::after {
  opacity: 0.2;
}
.single-event-intro-left-list ul li {
  float: left;
  margin-right: 30px;
}
.single-event-intro-left-list ul li:last-child {
  margin-right: 0;
}
.single-event-intro-left-img {
  border-radius: 0px 0px 200px 0px;
  background: #fff;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 789px;
  margin-bottom: 30px;
  padding: 20px 10%;
}
.archive-download-content {
  padding: 60px 0 0;
}

.btn-eye,
.btn-eye:focus,
.btn-eye:active {
  display: inline-block;
  background: url(../../img/icon-green-eye.svg) no-repeat center center;
  background-size: 28px 18px !important;
  border: 2px solid #abd2e5;
  width: 78px;
  margin-left: 30px;
}
.related-download-button {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.related-download-button a {
  float: left;
}

.archive-download-content-item {
  margin-bottom: 120px;
}
.archive-download-content-item-2 .section-title.section-title-wtext {
  margin-bottom: 120px;
}
.archive-download-content-item.archive-download-content-item-2 {
  margin-bottom: 0;
}

header.header-scrolled {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.global-names ul li a:hover img {
  filter: grayscale(0);
}
.trust-carousel-item-2 {
  padding-left: 2px;
}
.more-insights-image {
  background: #fff;
  border-bottom-right-radius: 200px;
  overflow: hidden;
  text-align: right;
  padding-top: 40px;
}
.more-insights-image img {
  border-radius: 0;
}

.shareModal-text-2 {
  background: #aad2e6;
}
.shareModal-text-box-2 {
  padding: 60px 0;
}
.shareModal-text-box-2 img {
  width: 50%;
}

.single-event .learn-more-wrapper.why-more-wrapper {
  margin-bottom: 60px;
}

.green-dot-after-small-v2 {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #195236;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}
.no-green-dot-after-small-v2::after {
  display: none !important;
}
.one-slider-prevent {
  pointer-events: none;
}

.share-reveal-btn-hold-sc-story {
  padding-top: 20px;
}
.single-news-cta-wrapper {
  margin-bottom: 0 !important;
}

.quote-or-quotes-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.quote-or-quotes-owl .item {
  height: 100%;
  float: left;
  width: 100%;
}
.quote-or-quotes-owl .blue-quote-block {
  height: 100%;

  -ms-flex-line-pack: center;
  align-content: center;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.single-news-content-half-item-top {
  position: relative;
}

.search-page-intro {
  background: #efeff4;
  padding: 0 0 120px;
}
.search-page-left {
  float: left;
  width: 522px;
}
.search-page-right {
  float: left;
  width: calc(100% - 522px);
  padding: 120px 0 0 10px;
}
.search-page-left-box-hold {
  max-width: 522px;
  position: relative;
}
.search-page-left-box {
  border-radius: 0px 0px 200px 0px;
  background: #aad2e6;
  padding: 120px 42px 120px 21%;
  position: relative;
}
.search-page-left-box::after {
  content: "";
  width: 108px;
  height: 108px;
  background: url(../../img/icon-search-page-intro.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-page-left-title {
  margin-bottom: 157px;
}
.search-page-left-title h3 {
  font-weight: normal;
  font-size: 45px;
  line-height: 1;
  color: #1d1d1b;
  margin-bottom: 20px;
}
.search-page-left-title p {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  color: #1d1d1b;
}
.search-page-left-content {
  padding-top: 20px;
  border-top: 1px solid #e1e1eb;
  max-width: 306px;
}
.search-page-left-content-title {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  color: #1d1d1b;
  margin-bottom: 40px;
}
.search-page-left-content-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.search-page-left-content-list ul li {
  width: 100%;
  max-width: 246px;
  margin-bottom: 20px;
  opacity: 0.4;
  transition: 0.2s ease-out;
}
.search-page-left-content-list ul li * {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.13;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}
.search-page-left-content-list ul li.has-pages {
  opacity: 1;
}
.search-page-left-content-list ul li span {
  display: inline-block;
  float: left;
  width: 180px;
  padding-right: 20px;
}
.search-page-left-content-list ul li sup {
  display: inline-block;
  float: right;
  top: 0;
  text-align: right;
}
.search-page-left-content-list ul li:last-child {
  margin-bottom: 0;
}
.search-page-result-item {
  margin-bottom: 20px;
  padding: 20px 14.4% 20px 45px;
  border-radius: 0px 0px 150px 0px;
  transition: 0.2s ease-out;
  position: relative;
  display: none;
}
.search-page-result-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.search-page-result-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.search-page-result-item::before {
  content: "";
  width: 5px;
  background: #aad2e6;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
}
.search-page-result-item-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}
.search-page-result-item-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.125;
  color: #000;
  margin-bottom: 20px;
}
.search-page-result-item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
}
.search-page-result-item a div:last-child {
  margin-bottom: 0 !important;
}
.search-page-results {
  margin-bottom: 20px;
}

.search-pagination {
  margin: 30px 0;
  text-align: center;
}
.search-pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 2px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.search-pagination .page-numbers.current {
  background: #006a3e;
  color: #fff;
  border-color: #006a3e;
}
.search-pagination .page-numbers:hover:not(.current) {
  background: #f5f5f5;
}

.langs {
  height: 30px;
  overflow: hidden;
  padding-top: 4px;
}

.h-button .btn-yellow,
.h-button .btn-yellow:focus,
.h-button .btn-yellow:active {
  position: relative;
}
.h-button .btn-yellow span {
  position: relative;
  z-index: 2;
}
.h-button .btn-yellow::before {
  content: "";
  width: 0;
  height: 100%;
  background: #1e5037;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
}
.h-button .btn-yellow:hover {
  background: #fed630;
  color: #fff;
}
.h-button .btn-yellow:hover::before {
  width: 100%;
  opacity: 1;
}

.opportunities-wrapper {
  position: relative;
  z-index: 701;
}

.archive-job-link-section {
  padding: 60px 0 0;
  position: relative;
}
.archive-job-list-section {
  padding: 90px 0 60px;
}
.archive-job-list-section-button span {
  margin-bottom: 60px;
}
.archive-job-link-section-list ul li {
  float: left;
  margin: 0 30px 30px 0;
  width: 100%;
  max-width: 384px;
}
.archive-job-link-section-list ul li a,
.archive-job-link-section-list ul li span {
  display: inline-block;
  width: 100%;
  border: 2px solid #195236;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s ease-out;
  padding: 18px 20px;
}
.archive-job-link-section-list ul li.current a,
.archive-job-link-section-list ul li.current span {
  background: #195236;
  color: #fff;
}
.archive-job-link-section-list ul li:hover a {
  background: #195236;
  color: #fff;
}

.archive-job-list .news-item-image {
  margin-bottom: 0 !important;
  background: #aad2e6;
  border-radius: 0px 0px 150px 0px;
}
.archive-job-list .news-item-image img {
  position: absolute;
  bottom: 20px;
  left: 30px;
  max-width: 168px;
  max-height: 97px;
}
.archive-job-list {
  margin-bottom: 0 !important;
}
.archive-job-list-section .section-title {
  margin-bottom: 60px;
}
.single-job-other-section {
  padding: 120px 0;
}
.single-job-other-section .section-title {
  margin-bottom: 60px;
}
.single-job-other-section .posts-carousel-hold {
  margin-bottom: 0;
}
.archive-job-list .post-type {
  min-height: 17px;
}
.archive-job-list .post-title span {
  display: block;
  font-weight: 300;
}
.archive-job-list .post-title {
  min-height: 90px;
}

.archive-job-list .posts-carousel-item a {
  display: inline-block;
  width: 100%;
  padding-bottom: 90px !important;
}
.archive-job-list .posts-carousel-item .post-button {
  bottom: 0 !important;
}
.archive-job-list .posts-carousel-item .news-item-image {
  position: relative !important;
}

.inner-single-job-left {
  float: left;
  width: 660px;
  position: relative;
}
.inner-single-job-left-box {
  border-radius: 0px 0px 200px 0px;
  background: #aad2e6;
  padding: 110px 50px 75px 16.7%;
  margin-bottom: 24px;
}
.inner-single-job-right {
  float: left;
  width: calc(100% - 660px);
  padding: 102px 0 0 12.5%;
}
.inner-single-job-intro {
  background: #efeff4;
  padding-bottom: 120px;
}
.inner-single-job-left-box-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.11;
  color: #1d1d1b;
  margin-bottom: 32px;
}
.inner-single-job-left-box-title span {
  display: block;
  font-weight: 300;
}
.inner-single-job-left-box-img {
  margin-bottom: 30px;
}
.inner-single-job-left-box-img img {
  max-width: 222px;
}

.inner-single-job-right-contact-hold .text-45 {
  font-weight: 400;
  margin-bottom: 60px;
}
.inner-single-job-right-contact-list ul li {
  float: left;
  background: #fff;
  padding: 60px 32px 413px 20px;
  border-radius: 0px 0px 200px 0px;
  overflow: hidden;
  max-width: 450px;
}

.archive-page-team-list-section {
  padding: 120px 0;
}
.archive-page-team-list-section .section-title {
  margin-bottom: 60px;
}
.archive-page-team-list-section .gray-select {
  margin-bottom: 60px;
}
.archive-page-team-list-item .text-45 {
  margin-bottom: 60px;
}
.archive-page-team-list-item {
  margin-bottom: 60px;
}
.archive-page-team-list-item:last-child {
  margin-bottom: 0;
}
.contacts-list.contacts-list-v2 ul li {
  padding-top: 60px;
  width: 25%;
  min-width: 25%;
  padding-bottom: 367px;
  border-radius: 0px 0px 200px 0px;
}
.contacts-list.contacts-list-v2 ul li:nth-child(4n) {
  border-radius: 0px 0px 0px 200px;
}

.zones-text-section {
  margin-bottom: 120px;
}
.zones-text-section .section-title {
  margin-bottom: 60px;
}

.zones-map-section {
  padding-top: 90px;
  margin-bottom: 120px;
}
.zones-map-hold {
  position: relative;
}
.zones-map-direction {
  width: 77px;
  height: 77px;
  background: url(../../img/icon-map-north.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  right: 0;
}
.section-title.section-title-margin-60 {
  margin-bottom: 60px;
}
.zones-map-info {
  border-radius: 0px 0px 100px 0px;
  background: #efeff4;
  padding: 50px 20px 40px;
  width: 310px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zones-map-info ul li {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.zones-map-info ul li img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.zones-map {
  padding-right: 320px;
}

.map-zone-title-circle,
.map-zone-title-circle-vln,
.map-zone-title-rectangle,
.map-zone-item,
.map-zone-item path {
  transition: 0.2s ease-out;
}
path.map-zone-item[data-class="is-active"],
.map-zone-item[data-class="is-active"] path {
  fill: #abd2e5;
}
.map-zone-title[data-class="is-active"] .map-zone-title-circle {
  fill: #efeff4;
}
.map-zone-title[data-class="is-active"] .map-zone-title-rectangle {
  fill: #efeff4;
}
.map-zone-title[data-class="is-active"] .map-zone-title-circle-vln {
  fill: #000;
}
.map-zone-title {
  cursor: pointer;
}
.zones-map-card-item {
  position: absolute;
  border-radius: 0px 0px 150px 0px;
  background: #efeff4;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 30px 60px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  max-width: 500px;
  min-width: 320px;
}
.zones-map-card-item .entry {
  margin-bottom: 50px;
}
.zones-map-card-item.is-active {
  opacity: 1;
  visibility: visible;
}
.zones-map > svg {
  width: 100%;
}
.zones-map-card-item .entry pre {
  white-space: normal;
  overflow: auto;
}
.zones-map-hold-media {
  display: none;
}
.zones-map-info-select {
  margin-bottom: 20px;
}
.zones-map-media-main {
  position: relative;
}
.zones-map-media-map {
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
}
.zones-map-media-map img {
  width: 100%;
}
.zones-map-card-item-mobile {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
  border-radius: 0px 0px 100px 0px;
  background: #efeff4;
  padding: 60px 36px;
  visibility: hidden;
}
.zones-map-card-item-mobile.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.zones-map-card-item-mobile .btn-green-border,
.zones-map-card-item-mobile .btn-green-border:focus,
.zones-map-card-item-mobile .btn-green-border:active {
  width: 100%;
}
.zones-map-media-map {
  margin-bottom: 35px;
}
.zones-map-card-item-mobile .entry h1,
.zones-map-card-item-mobile .entry h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.zones-map-card-item-mobile .entry h3,
.zones-map-card-item-mobile .entry h4,
.zones-map-card-item-mobile .entry h5,
.zones-map-card-item-mobile .entry h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.zones-map-card-item-mobile .entry p,
.zones-map-card-item-mobile .entry li {
  font-size: 15px;
  line-height: 1.6;
}
.zones-map-card-item-mobile .entry ul {
  margin-bottom: 20px;
}
.zones-map-card-item-mobile .entry pre {
  font-size: 12px;
  line-height: 1.17;
  white-space: normal;
  overflow: auto;
  margin-bottom: 20px;
}
.zones-map-media-map-btn {
  padding-top: 10px;
}

.master-page-section {
  padding: 60px 0;
  background: #fff;
}
.master-page-section .help-options {
  margin-bottom: 60px;
}
.master-page-section .blue-quote-block,
.master-page-section .quote-or-quotes-slider,
.master-page-section .help-options,
.master-page-section .fc-about,
.master-page-section .section-title,
.master-page-section .product-reasons-list,
.master-page-section .text-45,
.master-page-section .text-25 {
  margin-bottom: 0;
}
.why-features-list.why-features-list-reworked ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-features-list.why-features-list-reworked .why-features-item-content {
  padding-bottom: 0;
}
.why-features-list.why-features-list-reworked
  .why-features-item-content
  .tooltip-trigger {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  left: 0;
  transform: none;
}
.why-features-list.why-features-list-reworked .why-features-list ul li img {
  top: 50%;
  transform: translateY(-50%);
}

.help-options.help-options-large > ul > li {
  padding: 30px 40px 263px 30px;
}

.product-reasons-list.product-reasons-list-rework ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-reasons-list.product-reasons-list-rework ul li:last-child {
  margin-right: 0 !important;
}

.text-cta-small {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.spacer-block-120 {
  height: 120px;
}
.spacer-block-60 {
  height: 60px;
}
.spacer-block-30 {
  height: 30px;
}

.programme-list ul li {
  padding: 36px 0;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #8c8c96;
}
.programme-list ul li:first-child {
  border-top: 1px solid #8c8c96;
}
.programme-list-time {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.16;
  font-weight: 500;
  color: #000;
  width: 185px;
  padding-right: 10px;
  float: left;
}
.programme-list-text {
  float: left;
  width: calc(100% - 185px);
}

.footer-form .mailerlite-form .mailerlite-form-field label:first-child {
  display: none !important;
}
.footer-form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
  background: #fed530;
  position: absolute;
  top: 0;
  left: 100%;
  transition: 0.2s;
}
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container:hover {
  background: #ffcc00;
  color: #000;
}
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  background-size: contain !important;
  transition: 0.3s;
}
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container:hover:after {
  transform: translate(7px, -50%);
}
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  input,
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  input:focus,
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  input:active,
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit,
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit:focus,
.footer-form
  .mailerlite-form-inputs
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit:active {
  height: 100%;
  padding: 16px 52px;
  outline: none;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  background: none;
  text-transform: uppercase;
  position: relative !important;
}
.footer-form .mailerlite-form-inputs {
  position: relative;
}
.footer-form .mailerlite-form .mailerlite-form-field {
  margin-bottom: 0;
}
.footer-form .mailerlite-form-inputs input.error {
  margin-top: 34px;
}
.footer-form .mailerlite-form-inputs label.error {
  position: absolute;
  top: -34px;
  left: 0;
}

.subscsribe-form-input .mailerlite-form-field label:first-child {
  display: none !important;
}

.subscsribe-form-input .mailerlite-subscribe-button-container {
  display: inline-block;
  border: 2px solid #1e5037;
  position: relative;
  min-width: 246px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  min-width: 384px;
}
.subscsribe-form-input .mailerlite-subscribe-button-container input,
.subscsribe-form-input .mailerlite-subscribe-button-container input:focus,
.subscsribe-form-input .mailerlite-subscribe-button-container input:active,
.subscsribe-form-input
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit,
.subscsribe-form-input
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit:focus,
.subscsribe-form-input
  .mailerlite-subscribe-button-container
  .mailerlite-subscribe-submit:active {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
  outline: none;
  padding: 12px 50px;
  border: none;
  background: transparent;
  margin: 0;
  height: 58px;
}
.subscsribe-form-input .mailerlite-subscribe-button-container:hover {
  color: #000;
}
.subscsribe-form-input .mailerlite-subscribe-button-container:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.subscsribe-form-input .mailerlite-subscribe-button-container:hover:after {
  transform: translate(7px, -50%);
}
.subscsribe-form-input .mailerlite-form .mailerlite-form-field {
  margin-bottom: 60px;
}
.news-cta-wrapper .learn-more-text,
.news-cta-wrapper .learn-more-text h3 {
  margin-bottom: 0;
}
.subscsribe-form-input {
  margin-bottom: 0;
}
.single-events-contacts-owl.owl-dots-circle .owl-dots.disabled {
  display: none !important;
}
.reasons-hold-rework {
  position: relative;
  z-index: 700;
}
.reasons-hold-rework ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.reasons-hold-rework ul li {
  float: left;
  position: relative;
  height: 385px;
  overflow: hidden;
}
.reasons-hold-rework ul li:nth-child(1),
.reasons-hold-rework ul li:nth-child(3) {
  width: 58%;
}
.reasons-hold-rework ul li:nth-child(2),
.reasons-hold-rework ul li:nth-child(4) {
  width: 42%;
}
.reasons-hold-rework ul li:nth-child(1) {
  background: #fed630;
}
.reasons-hold-rework ul li:nth-child(4) {
  background: #fff;
}
.reasons-hold-rework ul li img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.reasons-hold-rework-hover {
  z-index: 1;
}
.reasons-hold-rework-hover::after {
  content: "";
  border: 230px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 744px;
  width: 744px;
  position: absolute;
  z-index: 3;
  /*-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0px 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9), 0px 3px 6px rgba(0, 0, 0, 0.4);*/
  transition: 0.5s cubic-bezier(0, 0.97, 0.62, 0.95);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.reasons-hold-rework ul li:hover .reasons-hold-rework-hover {
  opacity: 1;
}
.reasons-hold-rework ul li .reasons-hold-rework-figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: 1s;
}
.reasons-hold-rework ul li:nth-child(1) .reasons-hold-rework-figure {
  width: 100%;
  height: 100%;
}
.reasons-hold-rework ul li:nth-child(2) .reasons-hold-rework-figure {
  height: 100%;
  background: #abd2e5;
  border-bottom-left-radius: 280px;
  border-bottom-right-radius: 280px;
}
.reasons-hold-rework ul li:nth-child(3) .reasons-hold-rework-figure {
  width: 100%;
  height: 100%;
  background: #abd2e5;
  border-radius: 0px 0px 300px 0px;
}
.reasons-hold-rework ul li:nth-child(4) .reasons-hold-rework-figure {
  width: 100%;
  height: 100%;
}
.reasons-hold-rework ul li:nth-child(4) .reasons-hold-rework-figure img {
  width: 100%;
}
.reasons-hold-rework ul li:nth-child(1) .reasons-hold-rework-hover::after {
  top: 0;
  right: -372px;
  transform: translate(50%, 50%);
}
.reasons-hold-rework ul li:nth-child(2) .reasons-hold-rework-hover::after {
  top: 0;
  left: -372px;
  transform: translate(-50%, 50%);
}
.reasons-hold-rework ul li:nth-child(3) .reasons-hold-rework-hover::after {
  top: -372px;
  right: -372px;
  transform: translate(50%, -50%);
}
.reasons-hold-rework ul li:nth-child(4) .reasons-hold-rework-hover::after {
  top: -372px;
  left: -372px;
  transform: translate(-50%, -50%);
}
.reasons-hold-rework ul li:hover .reasons-hold-rework-hover::after {
  transform: none !important;
}

.contact-global-names-wrapper-box {
  position: relative;
}
.contact-global-names-wrapper-box::after {
  content: "";
  width: 546px;
  height: 546px;
  border: 180px solid #e1e1eb;
  opacity: 0.54;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 1s cubic-bezier(0, 0.97, 0.62, 0.95);
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.contact-global-names-wrapper-box.in-view::after {
  opacity: 0.54;
}
.section-title-75 {
  font-size: 75px;
}

.help-options-large-with-top-img.help-options.help-options-large > ul > li {
  border-radius: 0;
  padding-top: 0;
  overflow: hidden;
}
.help-options-large-with-top-img.help-options.help-options-large
  > ul
  > li:nth-child(odd) {
  border-bottom-right-radius: 200px;
}
.help-options-large-with-top-img.help-options.help-options-large
  > ul
  > li:nth-child(even) {
  border-top-right-radius: 200px;
}
.help-options-large-with-top-img-hold {
  width: calc(100% + 70px);
  margin-left: -30px;
  padding-bottom: 80.3%;
  margin-bottom: 30px;
}

.cta-image-text-only .learn-more-text {
  margin-bottom: 0;
}
.cta-image-text-only .learn-more-right {
  padding-right: 0;
}

.reasons-hold-rework-master-tp-box {
  padding: 50px 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
}
.reasons-hold-rework-master-tp-box .reasons-hold-title {
  position: relative;
  top: 0;
  left: 0;
}
.reasons-hold-rework-master-tp-box .section-text-25 {
  margin-top: 20px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  position: absolute;
  font-size: 20px;
  max-width: 75%;
}
.reasons-hold-rework-master-tp ul li:hover .reasons-hold-rework-master-tp-box {
  position: relative;
  top: 0;
  transform: translateY(0);
}
.reasons-hold-rework-master-tp
  ul
  li:hover
  .reasons-hold-rework-master-tp-box
  .section-text-25 {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.reasons-hold-rework-master-tp-mobile-item a {
  display: block;
  position: relative;
  height: 302px;
  background-size: cover !important;
  margin-bottom: 20px;
}
.reasons-hold-rework-master-tp-mobile-item {
  margin-bottom: 30px;
}
.reasons-hold-rework-master-tp-mobile-item:last-child {
  margin-bottom: 0;
}
.reasons-hold-rework-master-tp-mobile-item:nth-child(1) a {
  background: url(../../img/bg-master-shape-list-1-mobile.svg) no-repeat center
    center;
}
.reasons-hold-rework-master-tp-mobile-item:nth-child(2) a {
  border-radius: 0px 151px 151px 0px;
  background: #abd2e5;
}
.reasons-hold-rework-master-tp-mobile-item:nth-child(3) a {
  border-radius: 0px 0px 150px 0px;
  background: #abd2e5;
}
.reasons-hold-rework-master-tp-mobile-item:nth-child(4) a {
  background: url(../../img/bg-master-shape-list-4-mobile.svg) no-repeat center
    center;
}
.reasons-hold-rework-master-tp-mobile-item .reasons-hold-title {
  top: auto;
  bottom: 20px;
  left: 20px;
  max-width: 76%;
}
.reasons-hold-rework-master-tp-mobile-item .section-text-25 {
  margin-bottom: 0;
}

.master-block-video-and-text .learn-more-text {
  margin-bottom: 0;
}
.master-block-video-and-text .learn-more-right {
  padding-right: 2%;
}
.master-block-video-and-text .learn-more-left {
  padding-right: 0;
}
.master-block-video-and-text .learn-more-left a {
  display: inline-block;
  position: relative;
  transition: 0.2s ease-in-out;
}
.master-block-video-and-text .learn-more-left a::after {
  content: "";
  width: 108px;
  height: 108px;
  background: url(../../img/btn-play-yellow.svg) no-repeat center center / 100%
    100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.master-block-video-and-text .learn-more-left:hover a {
  opacity: 0.7;
}
.master-block-video-and-text .learn-more-left img {
  max-width: 100%;
}
.master-page-section.single-news-video-block {
  margin-bottom: 0;
}

.master-flipbox-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.master-flipbox-list ul li {
  float: left;
  width: 33.333%;
  overflow: hidden;
  min-height: 500px;
}
.master-flipbox-list ul li:nth-child(3n + 1) {
  clear: both;
}
.master-flipbox-list ul li:nth-child(odd) {
  border-radius: 0px 0px 200px 0px;
}
.master-flipbox-list ul li:nth-child(even) {
  border-radius: 0px 200px 0px 0px;
}
.master-flipbox-list ul li img {
  transition: 0.2s ease-in-out;
}
.master-flipbox-list ul li:hover img {
  opacity: 0;
}
.master-flipbox-list ul li:hover .master-flipbox-list-textbox {
  opacity: 1;
  visibility: visible;
}
.master-flipbox-list ul li:hover .master-flipbox-list-textbox-box {
  transform: translateX(0);
}
.master-flipbox-list-textbox {
  height: 100%;
  z-index: 2;
  position: relative;
  padding: 30px 50px 30px 45px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.master-flipbox-list-textbox-box {
  transition: 0.2s ease-in-out;
  transform: translateX(-50px);
}
.master-flipbox-list-textbox-box .help-item-text {
  margin-bottom: 22px;
}

.single-news-section
  .learn-more-wrapper
  + .learn-more-wrapper.news-cta-wrapper.single-news-cta-wrapper {
  margin-top: -60px;
}

.master-p-divider-block {
  border-bottom: 1px solid #707070;
}
.help-options-hovered-text-main * {
  font-size: 20px;
  line-height: 1.2;
}
.help-options-hovered-text-main ul li::after {
  top: 12px;
}

.page-template-tp-master .related-downloads {
  margin-bottom: 0;
}
.related-downloads-links {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 30px 0 30px;
}

.master-page-section
  .why-ratings-list.help-options.why-ratings-list-nomargin-bottom
  .ratings-level
  + .text-45 {
  margin-bottom: 30px;
}
.posts-carousel-item.posts-carousel-item-events a {
  padding-bottom: 90px !important;
}
.posts-carousel-item.posts-carousel-item-events .post-button {
  bottom: 0 !important;
}

.events-archive-page {
  padding-top: 80px;
}
.news-list ul li.jobs-archive-no-posts {
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  background: #e1e1eb;
  padding: 20px;
}
.quotes-carousel-item-no-img .quotes-carousel-item-left {
  width: 100%;
  border-bottom-right-radius: 200px;
}
.quotes-carousel-item-no-img .quotes-carousel-item-logo.hide-for-small-only {
  padding-right: 7%;
}
.quotes-carousel-item-no-img .quotes-carousel-item-right {
  display: none;
}
.shareModal-text-box.shareModal-text-box-logo-only img {
  margin-bottom: 0;
  max-height: 80px;
}
.shareModal-text.shareModal-text-img-only {
  padding-bottom: 40%;
}
.quotes-carousel-item-logo-v2 {
  margin-bottom: 30px;
}
.quotes-carousel-item-logo-v2 img {
  max-height: 92px;
  width: auto !important;
}

.member-button-image-no {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 50px;
}
.member-button-image-no img {
  position: relative;
  width: auto !important;
  height: auto !important;
}
.member-button-image.member-button-image-archive {
  height: 350px;
}

.product-reasons-list-rework .text-45 {
  margin-bottom: 20px;
}
.post-type-archive-news .news-content-section .row {
  overflow: hidden;
}

.reports-related-downloads-list.reports-js-filter-list-one ul li,
.reports-industry-list.reports-js-filter-list-two ul li,
.reports-webinars-list.reports-js-filter-list-three ul li,
.news-archive-filtered-list ul li {
  display: none;
}

.reports-industry-list.reports-js-filter-list-two,
.reports-webinars-list.reports-js-filter-list-three,
.reports-industry-list.news-archive-filtered-list {
  width: calc(100% + 99px);
}

.reports-industry-list.reports-js-filter-list-two ul li,
.reports-webinars-list.reports-js-filter-list-three ul li,
.reports-industry-list.news-archive-filtered-list ul li {
  min-width: calc(33.333% - 99px);
  width: calc(33.333% - 99px);
  margin-right: 99px !important;
}
.post-type-archive-event .reports-industry-list ul li.report-is-visible::after,
.post-type-archive-news .reports-industry-list ul li.report-is-visible::after,
.reports-webinars-list.reports-js-filter-list-three
  ul
  li.report-is-visible::after,
.reports-industry-list.news-archive-filtered-list ul li.news-is-visible::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -50px;
  width: 1px;
  background: #707070;
  display: block !important;
}
.reports-webinars-list.reports-js-filter-list-three
  ul
  li.report-is-visible.last-list-item:after,
.reports-industry-list.news-archive-filtered-list
  ul
  li.news-is-visible.last-list-item::after,
.reports-webinars-list.reports-js-filter-list-three
  ul
  li.report-is-visible:last-child::after,
.reports-industry-list.news-archive-filtered-list
  ul
  li.news-is-visible:last-child::after {
  display: none !important;
}

.reports-webinars-list.reports-js-filter-list-three,
.reports-industry-list.news-archive-filtered-list {
  position: relative;
}
.reports-webinars-list.reports-js-filter-list-three::after,
.reports-industry-list.news-archive-filtered-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 48px;
  width: 4px;
  background: #fff;
  display: block !important;
}

.page-template-tp-elementor_empty header,
.page-template-tp-elementor_empty footer {
  display: none;
}
.mailerlite-form-response {
  font-size: 45px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  color: #000 !important;
}
.footer-form .mailerlite-form-response {
  width: calc(100% + 230px) !important;
}
.langs ul li.active {
  display: none;
}
.select-date-range {
  position: relative;
}
.select-date-range::before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../../img/icon-select2-dropdown.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 46px;
  transition: 0.2s;
}
.select-date-range input,
.select-date-range input:focus,
.select-date-range input:active {
  height: 89px;
  border-radius: 0px 44.5px 44.5px 0px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  padding: 30px 70px 30px 75px;
  background: #efeff4 url(../../img/icon-date-range.svg) no-repeat right 40px
    center;
  text-align: left;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.select-date-range input:focus,
.select-date-range input:active {
  border-radius: 0px 44.5px 0 0px;
}
.daterangepicker {
  background-color: #efeff4;
  border-radius: 0px 0px 150px 0px;
  border: none;
  padding: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  padding: 20px 0 50px;
  overflow: hidden;
}
.daterangepicker::before,
.daterangepicker::after,
.daterangepicker.show-calendar .ranges {
  display: none !important;
}
.daterangepicker .drp-calendar {
  max-width: 50% !important;
  width: 50% !important;
}
.daterangepicker .drp-calendar.left {
  padding: 0 20px 0 30px !important;
}
.daterangepicker .drp-calendar.right {
  padding: 0 30px 0 20px !important;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  content: "";
  width: 10px;
  height: 17px;
  background-size: contain !important;
  border: none !important;
  padding: 0 !important;
  transform: none !important;
  top: 4px;
  position: relative;
}
.daterangepicker .calendar-table .next span {
  background: url(../../img/angle-right.svg) no-repeat center center !important;
}
.daterangepicker .calendar-table .prev span {
  background: url(../../img/angle-right.svg) no-repeat center center !important;
  transform: scaleX(-1) !important;
}
.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0;
}
.calendar-table table thead,
.calendar-table table tbody {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
}
.daterangepicker table thead {
  border-bottom: 4px solid #1e5037 !important;
}
.daterangepicker .calendar-table tr {
  background: transparent;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 24px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #000 !important;
  border-radius: 0;
  border: none;
  padding: 5px;
  background: transparent !important;
}
.daterangepicker .calendar-table {
  background: transparent;
  border: none;
  border-radius: 0;
}
.daterangepicker td.in-range {
  background-color: rgba(25, 82, 54, 0.5) !important;
}
.daterangepicker td.in-range.end-date {
  background: #1e5037 !important;
}
.daterangepicker td.active,
.daterangepicker td:hover {
  background: #1e5037 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.daterangepicker td.today {
  background: #fff !important;
  color: #000 !important;
  font-weight: 500 !important;
}

.single-news-intro .reg-intro-content-block {
  max-width: 85%;
}
.member-button {
  position: relative;
}
.member-button-mail-reveal {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 11px;
  line-height: 1.2;
  color: #fff;
  background: #1e5037;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.member-button-mail-reveal a {
  color: #fff;
}
.member-button-mail-reveal a:hover {
  color: #fff;
}
.member-button-mail-reveal.active {
  opacity: 1;
  visibility: visible;
}
.contact-success-modal-trigger-hold {
  display: none;
  opacity: 0;
}

.contact-person-dropdown-items {
  display: none;
  opacity: 0;
}

.sub-menu-item-bussiness-lt .sub-menu-item-bussiness-left,
.sub-menu-item-bussiness-lt .sub-menu-item-bussiness-right {
  padding-top: 60px;
  margin-bottom: 40px;
}

.sub-menus-hold-lt .sub-menu-item-nav.sub-menu-item-nav-dark ul li {
  margin-bottom: 10px;
}
.sub-menus-hold-lt .sub-menu-item-nav > a {
  margin-bottom: 10px;
}
.h-search-input form {
  width: 100%;
}

.inner-single-job-left-new {
  float: left;
  width: 100%;
  margin-bottom: 68px;
  position: relative;
}
.inner-single-job-left-box-new {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  background: #aad2e6;
  border-radius: 0px 0px 200px 0px;
  padding: 42px 10.5% 46px 54px;
}
.inner-single-job-left-box-new-left {
  float: left;
  width: 60%;
  padding-right: 40px;
}
.inner-single-job-left-box-new .inner-single-job-left-box-img {
  float: left;
  width: 40%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}
.share-reveal-btn-hold-new {
  position: absolute;
  bottom: 0;
  right: 0;
}
.inner-single-job-left-new .inner-single-job-left-box-img img {
  max-width: 100%;
  max-height: 225px;
}

.share-reveal-btn-hold-new .share-reveal-trigger.share-reveal-trigger-md,
.share-reveal-btn-hold-new .share-reveal-trigger.share-reveal-trigger-md:focus,
.share-reveal-btn-hold-new
  .share-reveal-trigger.share-reveal-trigger-md:active {
  width: 60px;
  height: 60px;
  background-size: 34px 28px !important;
}
.share-reveal-btn-hold-new
  .share-reveal-trigger.share-reveal-trigger-md::after {
  width: 70px;
  height: 70px;
}
.inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
  ul
  li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -ms-flex-line-pack: justify;
  align-content: space-between;

  padding: 60px 413px 54px 20px;
  max-width: 900px;
  width: 100%;
  min-height: 370px;
}
.inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
  .member-button-image {
  max-height: 370px;
  max-width: 370px;
  width: 100%;
  left: auto;
  right: 0;
}
.inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
  .member-button-image
  img {
  -o-object-position: top;
  object-position: top right;
}
.inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
  .member-name {
  font-size: 25px;
}
.inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
  .member-name
  > span {
  font-size: 16px;
}
.archive-job-list-js ul li {
  display: none;
}
.inner-single-job-left-box-btn-tablet {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.map-zone-title,
.map-zone-title *,
.map-zone-title text {
  font-family: "TTHoves", sans-serif;
  font-weight: 500;
}

.archive-job-list.news-list.reports-news-list ul li {
  margin-bottom: 120px;
}
.page-template-tp-contact .contacts-list ul,
.post-type-archive-team .contacts-list ul {
  width: calc(100% + 30px);
}
.page-template-tp-contact .contacts-list ul li,
.post-type-archive-team .contacts-list ul li {
  margin-bottom: 30px;
  margin-right: 30px;
}
.post-type-archive-team .contacts-list ul li {
  width: calc(25% - 30px) !important;
  min-width: calc(25% - 30px) !important;
}
.page-template-tp-contact .contacts-list ul li {
  width: calc(33.333% - 30px) !important;
  min-width: calc(33.333% - 30px) !important;
}

.member-name-phone {
  margin-top: 10px;
}
.member-name-phone a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1d1d1b;
  text-decoration: underline solid transparent;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.member-name-phone a:hover {
  color: #1d1d1b;
  text-decoration: underline solid Currentcolor;
}

.pr-carousel-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 75%;
  border-radius: 0px 76px 0px 0px;
  background: rgba(170, 210, 230, 0.8);
  z-index: 2;
  padding: 20px 50px 20px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.125;
  text-align: left;
  color: #000;
}
.pr-carousel-item-source {
  border-radius: 38px 0 0 38px;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
  color: #000;
  padding: 20px 70px 20px 20px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 76px;
  z-index: 3;
  min-width: 297px;
}
.pr-carousel-item-source span {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.pr-carousel-item-source::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../img/icon-tooltop-lblue.svg) no-repeat center center;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.pr-carousel-item-source:hover {
  background: #aad2e6;
}
.pr-carousel-item-source:hover span {
  opacity: 1;
}
.pr-carousel-item-source.pr-carousel-item-source-gray::after {
  background: url(../../img/icon-tooltop-gray.svg) no-repeat center center;
}
.pr-carousel-item-source.pr-carousel-item-source-gray:hover::after {
  background: url(../../img/icon-tooltop-white.svg) no-repeat center center;
}

.intro-master-page-source {
  border-radius: 38px 0 0 38px;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
  color: #000;
  padding: 20px 70px 20px 20px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 76px;
  z-index: 3;
  min-width: 297px;
}
.intro-master-page-source span {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.intro-master-page-source::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../img/icon-tooltop-lblue.svg) no-repeat center center;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.intro-master-page-source:hover {
  background: #aad2e6;
}
.intro-master-page-source:hover span {
  opacity: 1;
}
.intro-master-page-source.intro-master-page-source-gray::after {
  background: url(../../img/icon-tooltop-gray.svg) no-repeat center center;
}
.intro-master-page-source.intro-master-page-source-gray:hover::after {
  background: url(../../img/icon-tooltop-white.svg) no-repeat center center;
}
.post-type-archive-team .contacts-list.contacts-list-v2 .member-name {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 91px;
}
.post-type-archive-team .contacts-list.contacts-list-v2 .member-button {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  bottom: 367px;
  z-index: 5;
}

.single-report-reveal-form .form-checkbox {
  margin-top: 0;
  margin-bottom: 30px;
}
.single-report-reveal-form .form-checkbox:last-child {
  margin-bottom: 0;
}

.single-report-reveal-form .form-element input.wpcf7-not-valid,
.single-report-reveal-form .form-element input.wpcf7-not-valid:focus,
.single-report-reveal-form .form-element textarea.wpcf7-not-valid,
.single-report-reveal-form .form-element textarea.wpcf7-not-valid:focus {
  border: none !important;
  border-bottom: solid 1px #ef586b !important;
}
.form-checkbox .wpcf7-not-valid label span::before {
  border-color: #ef586b !important;
}
.form-element input.wpcf7-not-valid,
.form-element input.wpcf7-not-valid:focus {
  border: none !important;
  border-bottom: solid 1px #ef586b !important;
}
.form-element textarea.wpcf7-not-valid,
.form-element textarea.wpcf7-not-valid:focus {
  border-color: #ef586b !important;
}

.reveal-single-report.reveal {
  padding: 80px 5%;
  background: #fff;
  border: none;
}
.reveal-single-report .row {
  display: block !important;
}
.reveal-single-report .close-button {
  right: 30px;
  top: 30px;
}
.reveal-single-report-img {
  margin-bottom: 40px;
}
.reveal-single-report .section-text-25 {
  margin-bottom: 30px;
}

.success-stories-single-page-news.success-stories-single-page-news-nopad-top {
  padding-top: 0 !important;
}
.success-stories-single-page-news .news-list {
  margin-bottom: 0;
}

.list-two-in-row > ul > li {
  width: 50% !important;
}

.help-options.help-options-large.list-two-in-row-2v
  ul
  li
  .help-options-large-with-top-img-hold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.help-options.help-options-large.list-two-in-row-2v ul li {
  width: calc(50% - 30px) !important;
  padding-right: 20%;
  padding-top: 30px;
  padding-bottom: 112px;
  border-radius: 0 !important;
  border-bottom-right-radius: 200px !important;
  margin: 0 30px 30px 0;
}
.help-options.help-options-large.list-two-in-row-2v ul {
  width: calc(100% + 30px);
}

.success-stories-news-list ul {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.success-stories-news-list ul li {
  display: none;
  margin-bottom: 60px;
}
.success-stories-news-list-trigger {
  margin-top: 60px;
}
.success-stories-news-list-trigger-parent {
  display: none;
}

.fc-about-inverted .fc-about-image-hold {
  padding-left: 0;
  padding-right: 5%;
}
.fc-about-inverted .fc-about-content-hold {
  padding-right: 0;
  padding-left: 5%;
}
.learn-more-hold-invert .learn-more-right {
  padding-right: 0;
  padding-left: 2%;
}

.intro-master-page-bg-center-right img {
  -o-object-position: center right !important;
  object-position: center right !important;
}
.intro-master-page-bg-center-left img {
  -o-object-position: center left !important;
  object-position: center left !important;
}
.home-intro-wrapper-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.jobs-archive-no-posts-event {
  display: none !important;
}
.jobs-archive-no-posts-event.active {
  display: block !important;
  width: 100% !important;
}

.inner-single-job-right-logo {
  padding-left: 64px;
}
.inner-single-job-right-logo span {
  display: inline-block;
  background: #fff;
  border-bottom-right-radius: 100px;
  padding: 24px 40px;
}
.inner-single-job-right-logo img {
  max-height: 130px;
}

/* @media */
.no-padd-top {
  padding-top: 0 !important;
}
.no-padd-bottom {
  padding-bottom: 0 !important;
}
.hidden {
  display: none !important;
}

.notfound-hold {
  padding: 220px 0px;
  background: #fff;
}

.notfound-hold h1 {
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 20px;
}

.notfound-hold p {
  font-size: 25px;
  line-height: 1.28;
  margin-bottom: 120px;
}
.notfound-hold img {
  margin-bottom: 60px;
  max-width: 108px;
}

@media only screen and (min-width: 1920px) {
  .reg-intro-content-block {
    max-width: 1350px;
    max-width: 55%;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1919px) {
  .reg-intro-content-block {
    max-width: 1050px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  .sub-menu-item-nav ul li a,
  .sub-menu-item-nav > a {
    font-size: 16px;
  }
  .sub-menus-hold {
    min-height: 500px;
  }
  .sub-menu-item-title {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1700px) {
  .why-fc-hold {
    width: 100%;
  }
  .trust-carousel-2.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
  }
  .trust-carousel-2.owl-carousel .owl-nav button.owl-next {
    right: -80px;
  }
  .trust-carousel-hold-2 {
    padding: 0 60px;
  }
  .product-introduction {
    width: 100%;
  }
  .contact-map-info-hold {
    padding: 50px 30px 0;
  }
  .contacts-intro-holder {
    padding-left: calc((100vw - 30px - 1410px) / 2);
  }
  .home-anim-object-hold {
    right: 4%;
  }
  .nav {
    margin-right: 40px;
  }
  .nav ul li {
    margin-right: 28px;
  }
  main {
    padding-top: 108px;
  }
  .home-intro {
    padding-left: calc((100vw - 30px - 1410px) / 2);
  }
  header {
    padding: 30px 0;
  }
  .text-image-gray-intro-image {
    width: 110%;
  }
  .sub-menus-hold {
    top: 100px;
  }
  header .btn-yellow,
  header .btn-yellow:focus,
  header .btn-yellow:active {
    font-size: 11px;
    line-height: 1.31;
  }
  .btn-header-mobile,
  .btn-header-mobile:focus,
  .btn-header-mobile:active {
    width: 38px;
    height: 38px;
  }
  .h-search-input span {
    width: 38px;
    height: 38px;
  }
  .h-search-input button {
    display: inline-block;
    width: 48px;
    height: 48px;
  }
  .h-search-input input,
  .h-search-input input:focus,
  .h-search-input input:active {
    height: 38px;
  }
  .h-search.active {
    height: 38px;
  }
  .btn-header-mobile,
  .btn-header-mobile:focus,
  .btn-header-mobile:active {
    background-size: 16px !important;
  }
  .btn-header-mobile:hover {
    background-size: 16px !important;
  }
  .h-search-trigger {
    width: 38px;
    height: 38px;
  }
  .h-search-input input,
  .h-search-input input:focus,
  .h-search-input input:active {
    font-size: 11px;
  }
  .h-search.active .h-search-input {
    width: 310px;
  }

  .notfound-hold {
    padding: 200px 0px;
  }
  .reg-intro-content-block {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1500px) {
  .reg-intro-content-block {
    padding: 60px 120px 60px 90px;
  }
  .intro-reg {
    min-height: calc(100vh - 85px);
  }
  .contact-map-info-item-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .home-intro-wrapper {
    padding: 120px 0 160px;
  }
  .text-image-gray-intro-image {
    width: 100%;
  }

  .zones-map {
    padding-right: 0;
  }
  .zones-map-info {
    padding: 35px 20px 10px;
  }
  .zones-map-info ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .zones-map-card-item .entry p,
  .zones-map-card-item .entry li {
    font-size: 20px;
  }
  .zones-map-card-item .entry ul li::before {
    top: 12px;
  }
  .header-right {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .reg-intro-content-block {
    min-width: 798px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-green,
  .btn-green:focus,
  .btn-green:active {
    font-size: 18px;
    padding: 12px 30px;
  }
  .btn-green.icon-in:before {
    left: 30px;
  }
  .sec-nav-hold ul {
    padding: 40px 30px;
  }
  .sec-nav ul li:first-child {
    margin-right: 40px;
  }
  .sec-nav ul li {
    margin-right: 40px;
  }
  .pr-list-title {
    font-size: 50px;
  }
  .trust-carousel-wrapper {
    padding: 120px 0 160px;
  }
  .product-in-numbers-title {
    font-size: 50px;
  }
  .product-in-numbers ul li {
    min-height: 200px;
    padding-right: 220px;
  }
  .product-in-numbers ul li img {
    max-width: 200px;
  }
  .ti-image:after {
    width: 108px;
    height: 130px;
  }
  .btn-green-back.btn-green-border:after {
    left: 16px;
  }
  .help-item-text {
    font-size: 22px;
  }
  .help-item-title {
    font-size: 38px;
  }
  .text-45 {
    font-size: 38px;
  }
  .member-type {
    font-size: 22px;
    min-height: 93px;
  }
  .text-25 {
    font-size: 22px;
  }
  .contacts-intro-holder {
    padding-left: 0;
  }
  .home-anim-object-hold.change-pos {
    right: 30px;
  }
  .home-intro {
    padding-left: 0;
  }
  .btn-green-border,
  .btn-green-border:focus,
  .btn-green-border:active,
  .subscsribe-form-input .mailerlite-subscribe-button-container input,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:focus,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:active,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    font-size: 18px;
    padding: 12px 38px;
  }
  .btn-blue-border,
  .btn-blue-border:focus,
  .btn-blue-border:active {
    font-size: 18px;
    padding: 12px 40px;
  }
  .btn-green-border:after {
    top: 50%;
    right: 16px;
    background: url(../../img/angle-right.svg) no-repeat center center / 9px;
  }
  .btn-blue-border:after {
    top: 50%;
    right: 16px;
    background: url(../../img/angle-right.svg) no-repeat center center / 9px;
  }
  .min-width,
  .min-width:focus,
  .min-width:active {
    min-width: 300px;
  }
  .btn-yellow-arrow,
  .btn-yellow-arrow:focus,
  .btn-yellow-arrow:active,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:active,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    font-size: 18px;
    padding: 16px 40px;
  }
  .btn-yellow-arrow:after {
    top: 52%;
    right: 16px;
    background: url(../../img/angle-right.svg) no-repeat center center / 9px;
  }
  .footer-form {
    padding-right: 180px;
  }
  .footer-form .mailerlite-form-response {
    width: calc(100% + 180px) !important;
  }
  .footer-form input,
  .footer-form input:focus {
    height: 59px;
  }
  .footer-top-left {
    padding-left: 220px;
    padding-right: 22%;
  }
  .section-title {
    font-size: 62px;
    margin-bottom: 100px;
  }
  .home-intro-title {
    font-size: 76px;
  }
  .entry h1 {
    font-size: 76px;
  }
  .home-carousel-text {
    font-size: 38px;
  }
  .home-carousel-hold {
    padding: 110px 20px 30px;
  }
  .owl-carousel.home-carousel .owl-dots {
    top: -60px;
  }
  .home-carousel-item {
    padding-bottom: 120px;
  }
  .home-carousel-icon {
    width: 100px;
    height: 120px;
  }
  .opportunities-list-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
  .opportunities-list-content-hold {
    min-height: 400px;
  }
  .opportunities-list-items ul li {
    font-size: 22px;
    background: url(../../img/arrow-right-sm.svg) no-repeat left top 8px;
  }
  .opportunities-list > ul > li:hover .opportunities-list-items ul li {
    background: url(../../img/arrow-right-sm-white.svg) no-repeat left top 8px;
  }
  .opportunities-list-items p {
    font-size: 22px;
  }
  .post-title {
    font-size: 22px;
  }
  .learn-more-text h3 {
    font-size: 38px;
  }
  .learn-more-text h4 {
    font-size: 28px;
  }
  .learn-more-text p {
    font-size: 22px;
  }
  .reports-text {
    font-size: 22px;
  }
  .footer-title {
    font-size: 38px;
  }
  .mailerlite-form-response {
    font-size: 38px !important;
  }
  .contact-intro-right-hold {
    padding-left: 0;
  }
  .contact-map-info-item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-map-info-item-detail {
    font-size: 14px;
  }
  .contact-map-info-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contact-map-info-hold {
    padding: 50px 20px 0;
  }
  .acf-map,
  .contact-map-hold iframe {
    height: 520px;
  }
  .contact-intro-text {
    font-size: 22px;
  }
  .cir-tr:before {
    padding-bottom: 12%;
  }
  .cir-bl:before {
    padding-bottom: 12%;
  }
  .cir-br:before {
    padding-bottom: 24%;
  }
  .contact-map-info-hold:before {
    top: -70px;
  }
  .help-item-text {
    font-size: 22px;
  }
  .tooltip-textbox {
    width: 250px;
  }
  .nav ul li {
    margin-right: 20px;
  }
  .btn-eye,
  .btn-eye:focus,
  .btn-eye:active {
    width: 60px;
    margin-left: 20px;
  }
  .inner-single-job-left {
    width: 560px;
  }
  .inner-single-job-right {
    width: calc(100% - 560px);
  }
  .nav ul li a {
    font-size: 11px;
  }
  .single-news .single-news-intro-v2-left {
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1280px) {
  .prg-list-icon {
    margin-bottom: 50px;
  }
  .product-reasons-graph-list ul li {
    max-width: 200px;
  }
  .pr-list-icon img {
    max-width: 200px;
  }
  .prg-list-icon img {
    max-width: 200px;
  }
  .sec-nav ul li {
    margin-right: 30px;
  }
  .sec-nav ul li a {
    padding-right: 30px;
  }
  .reveal-contact {
    border-bottom-right-radius: 400px;
  }
  .form-submit {
    margin-top: 30px;
  }
  .form-checkbox {
    margin-bottom: 20px;
  }
  .form-checkbox label span {
    padding-left: 40px;
  }
  .form-checkbox label span:after {
    top: -6px;
  }
  .form-element textarea,
  .form-element textarea:focus {
    height: 120px;
  }
  .form-element select,
  .form-element select:focus {
    height: 30px;
    font-size: 16px;
  }
  .form-element input,
  .form-element input:focus {
    height: 30px;
    font-size: 16px;
  }
  .reveal-contact .close-button {
    width: 31px;
    height: 30px;
  }
  .member-phone {
    font-size: 16px;
  }
  .reveal-contact-left {
    padding: 40px 60px 60px;
    min-height: 760px;
  }
  .global-names ul li {
    width: 20%;
    min-width: 20%;
    margin-bottom: 80px;
  }
  .trust-list ul li {
    width: 21%;
    min-width: 21%;
    margin-right: 5.333%;
  }
  .reveal-contact-right .member-name {
    font-size: 16px;
  }
  .why-others-wrapper-list ul li {
    font-size: 32px;
  }
  .success-stories-filter ul li {
    font-size: 16px;
  }
  .tooltip-textbox {
    width: 230px;
  }
  .form-checkboxes {
    padding-top: 45px;
  }

  .notfound-hold {
    padding: 170px 0px;
  }
  .single-success-story-more-content {
    padding-top: 60px;
  }
  .search-page-left {
    width: 422px;
  }
  .search-page-right {
    width: calc(100% - 422px);
  }
  .contacts-list.contacts-list-v2 ul li {
    width: 33.33%;
    min-width: 33.33%;
    border-radius: 0px 0px 200px 0px;
  }
  .contacts-list.contacts-list-v2 ul li:nth-child(4n) {
    border-radius: 0px 0px 200px 0px;
  }
  .contacts-list.contacts-list-v2 ul li:nth-child(3n) {
    border-radius: 0px 0px 0px 200px;
  }
  .zones-map-info {
    width: 280px;
  }
  .post-type-archive-team .contacts-list ul li {
    width: calc(33.333% - 30px) !important;
    min-width: calc(33.333% - 30px) !important;
  }
  .page-template-tp-contact .contacts-list ul li {
    width: calc(50% - 30px) !important;
    min-width: calc(50% - 30px) !important;
  }
}

@media only screen and (max-width: 1200px) {
  .home-carousel-icon {
    width: 80px;
    height: 96px;
    right: 0;
  }
  .fc-about {
    margin-bottom: 100px;
  }
  .ratings-level span {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }
  .why-others-wrapper {
    padding: 100px 0;
  }
  .why-ratings-wrapper .text-25 {
    margin-bottom: 80px;
  }
  .why-ratings-wrapper {
    padding: 100px 0 120px;
  }
  .fc-about-image > img {
    border-bottom-right-radius: 150px;
  }
  .quotes-carousel-item-right {
    border-bottom-right-radius: 150px;
  }
  .quotes-carousel-item {
    border-bottom-right-radius: 150px;
  }
  .blue-quote-block {
    margin-bottom: 100px;
    border-bottom-right-radius: 150px;
  }
  .quotes-carousel .owl-dots {
    left: calc(7% - 13px);
    bottom: 40px;
  }
  .quotes-carousel-item-left:after {
    top: 30px;
    left: 11%;
  }
  .quotes-carousel-item-left {
    padding: 160px 86px 100px 7%;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo {
    right: 86px;
  }
  .quote-block-author {
    font-size: 20px;
  }
  .quote-block-text {
    font-size: 22px;
  }
  .why-features-list ul li {
    min-height: 200px;
    padding-left: 230px;
    margin-bottom: 100px;
  }
  .why-features-list ul li img {
    max-width: 200px;
  }
  .fc-list ul li .tooltip-trigger {
    left: 230px;
  }
  .fc-list ul li {
    padding-left: 230px;
    min-height: 200px;
  }
  .fc-list ul li img {
    max-width: 200px;
  }
  .why-fc-wrapper {
    padding: 100px 0;
  }
  .why-introduction-wrapper {
    padding: 60px 0 100px;
  }
  .why-features-list ul li .text-25 {
    min-height: 36px;
  }
  .why-introduction-wrapper .text-25 {
    margin-bottom: 80px;
  }
  .why-introduction-wrapper .section-title {
    margin-bottom: 80px;
  }
  .product-reasons-carousel {
    border-top-right-radius: 150px;
  }
  .more-insights-image {
    border-bottom-right-radius: 150px;
  }
  .related-downloads-links ul li span {
    font-size: 20px;
  }

  .ti-image img {
    border-bottom-right-radius: 150px;
  }
  .product-target .help-options > ul > li {
    padding-bottom: 240px;
  }
  .product-target-bottom-icon img {
    max-height: 80px;
  }
  .product-target-bottom-button .btn-green-border,
  .product-target-bottom-button .btn-green-border:focus,
  .product-target-bottom-button .btn-green-border:active {
    min-width: 1px;
  }
  .more-insights-image-hold {
    padding-left: 0;
  }
  .more-insights-wrapper {
    padding: 100px 0;
  }
  .related-downloads {
    margin-bottom: 100px;
  }
  .related-downloads-links {
    margin-bottom: 100px;
  }
  .product-resources-wrapper {
    padding: 100px 0 60px;
  }
  .prg-list-icon {
    margin-bottom: 40px;
  }
  .pr-list-text {
    font-size: 20px;
  }
  .pr-list-title {
    font-size: 40px;
  }
  .product-reasons-carousel-hold {
    margin-bottom: 100px;
  }
  .pr-carousel.owl-carousel .owl-dots {
    margin-top: 40px;
  }
  .product-reasons-graph-hold {
    margin-bottom: 100px;
  }
  .product-reasons-graph-title {
    margin-bottom: 100px;
  }
  .product-reasons-list-button {
    margin-bottom: 100px;
  }
  .product-reasons-graph-list ul li {
    max-width: 150px;
  }
  .prg-list-icon img {
    max-width: 150px;
  }
  .pr-list-icon img {
    max-width: 150px;
  }
  .product-reasons-wrapper .section-title + .text-45 {
    margin-bottom: 80px;
  }
  .product-reasons-wrapper {
    padding: 100px 0;
  }
  .product-target .section-title {
    margin-bottom: 40px;
  }
  .product-target .text-25 {
    margin-bottom: 80px;
  }
  .product-target {
    padding: 100px 0;
  }
  .trust-carousel-2.owl-carousel .owl-nav button.owl-next {
    right: -60px;
  }
  .trust-carousel-2.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .trust-carousel-hold-2 {
    padding: 0 40px;
  }
  .trust-carousel-2.owl-carousel .owl-nav button.owl-next,
  .trust-carousel-2.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }
  .trust-carousel-wrapper {
    padding: 100px 0 120px;
  }
  .product-introduction-wrapper {
    padding: 60px 0 110px;
  }
  .product-in-numbers {
    margin-bottom: 120px;
  }
  .ti-block {
    margin-bottom: 100px;
  }
  .tooltip-trigger {
    width: 30px;
    height: 30px;
  }
  .product-in-numbers-text {
    font-size: 20px;
    line-height: 1.2;
  }
  .product-in-numbers-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .product-in-numbers ul li {
    min-height: 150px;
    padding-right: 180px;
  }
  .product-in-numbers ul li img {
    max-width: 150px;
  }
  .ti-image {
    padding-left: 0;
  }
  .reveal-contact-left {
    min-height: 748px;
  }
  .reveal-contact-right {
    padding: 100px 40px 0;
  }
  .contact-intro-text {
    font-size: 20px;
  }
  .contact-map-info-hold:before {
    top: -30px;
    width: 100px;
    height: 100px;
  }
  .text-25 {
    font-size: 20px;
  }
  .contacts-list-wrapper {
    padding: 100px 0;
  }
  .contacts-list ul li {
    width: 50%;
    min-width: 50%;
  }
  .text-45 {
    font-size: 30px;
  }
  .help-options > ul > li {
    padding: 30px 30px 140px;
  }
  .help-item-icon img {
    max-height: 80px;
  }
  .help-item-text {
    font-size: 20px;
  }
  .help-item-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .help-options {
    margin-bottom: 100px;
  }
  .help-wrapper {
    padding: 100px 0;
  }
  .global-names-wrapper {
    padding: 100px 0;
  }
  .global-names ul li img {
    max-width: 150px;
  }
  .cir-tl:before {
    padding-bottom: 24%;
  }
  .contact-intro-wrapper {
    padding: 100px 0;
  }
  .news-wraper {
    margin-bottom: 100px;
  }
  .event-item-logo img {
    max-width: 70%;
  }
  .home-intro-title {
    font-size: 64px;
  }
  .entry h1 {
    font-size: 64px;
  }
  .home-carousel-text {
    font-size: 30px;
  }

  .home-intro-right {
    padding-left: 10%;
  }
  .home-intro-wrapper {
    padding: 110px 0 120px;
    margin-bottom: 100px;
  }
  .section-title {
    font-size: 52px;
    margin-bottom: 80px;
  }
  .opportunities-wrapper {
    margin-bottom: 100px;
  }
  .opportunities-list-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .opportunities-list-items ul li {
    font-size: 18px;
    background: url(../../img/arrow-right-sm.svg) no-repeat left top 4px;
  }
  .opportunities-list > ul > li:hover .opportunities-list-items ul li {
    background: url(../../img/arrow-right-sm-white.svg) no-repeat left top 4px;
  }
  .opportunities-list-items p {
    font-size: 18px;
  }
  .opportunities-list-content-hold {
    min-height: 300px;
  }
  .trust-list-logo img {
    max-width: 170px;
  }
  .trust-list-label {
    font-size: 16px;
  }
  .trust-list-value {
    font-size: 16px;
  }
  .trust-list {
    margin-bottom: 100px;
  }
  .trust-wrapper {
    margin-bottom: 100px;
  }
  .reports-text {
    font-size: 20px;
  }
  .learn-more-text h3 {
    font-size: 34px;
  }
  .learn-more-text h4 {
    font-size: 25px;
  }
  .learn-more-text p {
    font-size: 20px;
  }
  .footer-top-left {
    padding-left: 200px;
    padding-right: 28%;
    font-size: 16px;
  }
  .footer-title {
    font-size: 34px;
  }
  .mailerlite-form-response {
    font-size: 34px !important;
  }
  .footer-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .events-wraper {
    margin-bottom: 100px;
  }
  .news-list {
    margin-bottom: 100px;
  }
  .reasons-wrapper {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  footer {
    padding: 120px 0 100px;
  }
  .news-list ul li {
    min-width: calc(33.333% - 40px);
    width: calc(33.333% - 40px);
    margin-right: 60px;
  }
  .news-list ul li:after {
    right: -31px;
  }
  .news-item-image {
    margin-bottom: 40px;
  }
  .post-title {
    font-size: 20px;
  }
  .post-date {
    font-size: 14px;
  }
  .post-type {
    font-size: 14px;
  }
  .news-list ul li a {
    padding-bottom: 100px;
  }
  .events-list .post-title {
    min-height: 48px;
    margin-bottom: 30px;
  }
  .post-info {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .post-info p.post-info-date:before {
    width: 17px;
    height: 18px;
  }
  .post-info p.post-info-place:before {
    width: 17px;
    height: 20px;
  }
  .post-info p {
    margin-bottom: 12px;
    padding-left: 30px;
  }
  .event-item-logo {
    height: 90px;
  }
  .min-width,
  .min-width:focus,
  .min-width:active {
    min-width: 260px;
  }
  .home-anim-object-hold {
    display: none;
  }
  .fc-list {
    margin-bottom: 40px;
  }
  .entry p {
    font-size: 20px;
  }
  .entry ul li,
  .entry ol li {
    font-size: 20px;
  }
  .entry ul li::before {
    top: 11px;
  }
  .setup-guide-incentives-tabs .tabs-title > a {
    font-size: 20px;
  }
  .section-title-66 {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .setup-guide-growth-split-list-title {
    font-size: 55px;
  }
  .setup-guide-growth-split-list-text {
    font-size: 20px;
  }
  .setup-guide-growth-tax-list-title {
    font-size: 55px;
  }
  .setup-guide-growth-tax-list-text {
    font-size: 20px;
  }
  .reasons-hold-title {
    font-size: 30px;
    left: 30px;
  }
  .download-chart-list ul li {
    margin-right: 10%;
  }
  .success-stories-filter ul li {
    width: 23.5%;
  }
  .success-stories-filter ul li:nth-child(6n) {
    margin-right: 2%;
  }
  .success-stories-filter ul li:nth-child(6n + 1) {
    clear: both;
  }
  .success-stories-filter ul li:nth-child(4n) {
    margin-right: 0;
  }
  .success-stories-filter ul li:nth-child(4n + 1) {
    clear: both;
  }
  .tooltip-textbox {
    width: 200px;
    background-size: 30px !important;
    padding: 5px 20px 5px 66px;
    font-size: 10px;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo {
    top: 29px;
  }
  .quote-or-quotes-slider {
    margin-bottom: 100px;
  }
  .inner-single-job-left {
    width: 460px;
  }
  .inner-single-job-right {
    width: calc(100% - 460px);
    padding: 102px 0 0 10%;
  }
  .inner-single-job-left-box-title {
    font-size: 35px;
  }
  .inner-single-job-left-box-title span {
    font-size: 30px;
  }
  .zones-map-card-item .entry p,
  .zones-map-card-item .entry li {
    font-size: 18px;
  }
  .zones-map-card-item .entry ul li::before {
    top: 9px;
  }
  .zones-map-card-item .entry h1,
  .zones-map-card-item .entry h2 {
    font-size: 35px;
  }
  .zones-map-card-item {
    max-width: 380px;
    padding: 30px 30px 40px;
  }
  .zones-map-card-item .entry {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  main {
    padding-top: 74px;
  }
  header {
    padding: 18px 0;
  }
  .nav {
    display: none;
  }
  .h-button .btn-yellow {
    display: none;
  }
  .btn-header-mobile,
  .btn-header-mobile:focus,
  .btn-header-mobile:active {
    display: inline-block;
  }
  .h-button {
    margin-right: 35px;
  }
  .langs {
    display: none;
  }
  .nav-trigger {
    display: block;
  }
  .logo img {
    max-width: 130px;
  }
  .text-image-gray-intro-image {
    width: 100%;
  }
  .h-search {
    display: none;
  }
  .sub-menus-hold {
    display: none;
  }
  .header-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .logo img {
    max-height: 33px;
  }
  .h-search-input {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px;
  }
  .h-search-input button {
    width: 36px;
    height: 36px;
    right: 0;
  }
  .h-search-input input,
  .h-search-input input:focus,
  .h-search-input input:active {
    font-size: 16px;
    height: 36px;
    padding: 5px 56px 5px 9px;
    width: 100%;
  }
  .btn-header-mobile,
  .btn-header-mobile:focus,
  .btn-header-mobile:active {
    background: url(../../img/icon-green-chat-with-dots.svg) no-repeat center
      center;
    background-size: 23px !important;
  }
  .h-button a.btn-header-mobile {
    display: inline-block !important;
    float: right;
  }

  .reasons-hold-rework ul li {
    height: 285px;
  }
  .reasons-hold-rework-hover::after {
    border: 200px solid rgba(255, 255, 255, 0.2);
    height: 544px;
    width: 544px;
  }
  .reasons-hold-rework ul li:nth-child(1) .reasons-hold-rework-hover::after {
    top: 14px;
    right: -272px;
  }
  .reasons-hold-rework ul li:nth-child(2) .reasons-hold-rework-hover::after {
    top: 14px;
    left: -272px;
  }
  .reasons-hold-rework ul li:nth-child(3) .reasons-hold-rework-hover::after {
    top: -272px;
    right: -272px;
  }
  .reasons-hold-rework ul li:nth-child(4) .reasons-hold-rework-hover::after {
    top: -272px;
    left: -272px;
  }
  .reasons-hold-rework.reasons-hold-rework-master-tp ul li {
    height: 345px;
  }
  .master-flipbox-list ul li:nth-child(odd) {
    border-radius: 0px 0px 150px 0px;
  }
  .master-flipbox-list ul li:nth-child(even) {
    border-radius: 0px 150px 0px 0px;
  }
  .daterangepicker .drp-calendar.left {
    padding: 0 15px 0 15px !important;
  }
  .daterangepicker .drp-calendar.right {
    padding: 0 15px 0 15px !important;
  }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    font-size: 12px;
  }
  .daterangepicker {
    border-radius: 0px 0px 100px 0px;
  }
  .daterangepicker .calendar-table td {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-carousel-icon {
    display: none;
  }
  .entry h3,
  .entry h4 {
    font-size: 25px;
  }
  .entry h5 {
    font-size: 20px;
  }
  .entry table tr th {
    font-size: 20px;
  }
  .entry table tr td {
    font-size: 20px;
  }

  .notfound-hold {
    padding: 120px 0px;
  }
  .notfound-hold h1 {
    font-size: 35px;
  }
  .notfound-hold p {
    font-size: 20px;
  }

  .why-introduction-wrapper .section-title {
    margin-bottom: 60px;
  }
  .why-introduction-wrapper .text-25 {
    margin-bottom: 60px;
  }
  .why-features-list ul li .text-25 {
    min-height: 1px;
  }
  .fc-about-image > img {
    border-bottom-right-radius: 120px;
  }
  .quotes-carousel-item-right {
    border-bottom-right-radius: 120px;
  }
  .fc-list ul li .tooltip-trigger {
    left: 200px;
  }
  .fc-list.wr-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .quotes-carousel .owl-dots {
    left: -10px;
    bottom: 0;
    position: relative;
    margin-top: 30px;
  }
  .quotes-carousel-item-left {
    padding: 110px 50px 60px 30px;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo {
    right: 50px;
  }
  .quotes-carousel-item-left:after {
    width: 68px;
    height: 56px;
    top: 30px;
    left: 30px;
  }
  .quote-block-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .blue-quote-block {
    border-bottom-right-radius: 120px;
    padding: 60px 50px 60px 110px;
  }
  .blue-quote-block:before {
    width: 54px;
    height: 46px;
    top: 60px;
    left: 30px;
    transform: translate(0, 0);
  }
  .fc-list ul li img {
    max-width: 150px;
  }
  .why-features-list ul li img {
    max-width: 150px;
  }
  .why-features-list ul li {
    min-height: 150px;
    padding-left: 200px;
  }
  .fc-list ul {
    display: block;
  }
  .fc-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 80px;
    padding-left: 200px;
    min-height: 150px;
  }
  .fc-list ul li:last-child {
    margin-bottom: 0px;
  }
  .why-features-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .post-title {
    min-height: 48px;
  }
  .text-cta-left {
    padding-right: 60px;
  }
  .more-insights-info {
    max-width: 100%;
  }
  .more-insights-content {
    padding: 0 14%;
  }
  .more-insights-content .section-title-45 {
    margin-bottom: 60px;
  }
  .more-insights-image-hold {
    padding: 0 14%;
  }
  .related-downloads-links ul li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .related-downloads ul {
    display: block;
    width: 100%;
  }
  .related-downloads ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    padding-right: 50%;
    margin-bottom: 50px;
  }
  .pr-carousel.owl-carousel .owl-dots {
    margin-top: 30px;
  }
  .pr-list-title {
    font-size: 36px;
  }
  .pr-list-text {
    font-size: 18px;
  }
  .product-target-bottom .product-target-bottom-button {
    margin-top: 20px;
  }
  .product-target .help-options > ul > li {
    padding-bottom: 190px;
  }
  .product-target-bottom-icon img {
    max-height: 60px;
  }
  .product-target-bottom-button .btn-green-border,
  .product-target-bottom-button .btn-green-border:focus,
  .product-target-bottom-button .btn-green-border:active {
    padding-left: 15px;
    padding-right: 30px;
  }
  .product-target-bottom-button .btn-green-border:after {
    right: 12px;
  }
  .product-in-numbers-text {
    font-size: 18px;
  }
  .product-in-numbers-title {
    font-size: 36px;
  }
  .ti-image.animation-element.fade-in-later {
    transition-delay: 0;
  }
  .ti-image {
    margin-bottom: 40px;
  }
  .ti-image img {
    width: 100%;
  }
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .trust-carousel-wrapper .trust-carousel-hold {
    margin-bottom: 0px;
    width: 100%;
  }
  .reg-intro-video {
    width: 80px;
    height: 80px;
  }
  .reg-intro-video::after {
    border-width: 18px 0 18px 34px;
  }
  .reg-intro-content-block {
    padding: 60px 90px 60px 60px;
    border-bottom-right-radius: 150px;
  }
  .contact-intro-text {
    margin-bottom: 108px;
  }
  .contact-success-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .form-checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .member-phone {
    font-size: 14px;
  }
  .reveal-contact-right .member-name > span {
    font-size: 14px;
  }
  .reveal-contact .member-name {
    padding-right: 40px;
  }
  .reveal-contact-right {
    padding: 100px 30px 0;
  }
  .reveal-contact-left {
    padding: 30px 30px 50px;
    min-height: 686px;
  }
  .reveal-contact {
    border-bottom-right-radius: 250px;
  }
  .global-names ul li img {
    max-width: 140px;
  }
  .global-names ul li {
    width: 33.333%;
    min-width: 33.333%;
    margin-bottom: 50px;
  }
  .help-options {
    margin-bottom: 80px;
  }
  .help-item-icon {
    left: 20px;
  }
  .help-options > ul > li {
    padding: 30px 20px 140px;
  }
  .help-item-text {
    font-size: 18px;
  }
  .help-options > ul > li:nth-child(1) {
    border-bottom-right-radius: 150px;
  }
  .help-options > ul > li:nth-child(2) {
    border-top-right-radius: 150px;
  }
  .help-options > ul > li:nth-child(3) {
    border-bottom-right-radius: 150px;
  }
  .help-options > ul > li:nth-child(3n + 1) {
    border-bottom-right-radius: 150px;
  }
  .help-options > ul > li:nth-child(3n + 3) {
    border-bottom-right-radius: 150px;
  }
  .member-type {
    font-size: 20px;
    min-height: 85px;
  }
  .member-name {
    font-size: 14px;
    min-height: 52px;
  }
  .member-type span {
    font-size: 14px;
  }
  .contact-intro-right {
    margin-top: 60px;
  }
  .contact-intro {
    display: block;
  }
  /* .posts-carousel-hold .owl-carousel .owl-dots.disabled {
        display: block;
    } */
  .posts-carousel-hold .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-carousel .owl-dots {
    margin-top: 30px;
    margin-left: -10px;
  }
  .owl-carousel.posts-carousel button.owl-dot.active span {
    border: 2px solid #1e5037;
    background: #1e5037;
  }
  .owl-carousel.posts-carousel button.owl-dot span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 5px 10px;
    transition: 0.2s;
  }
  .posts-carousel-hold {
    margin-bottom: 50px;
    width: calc(100% + 30px);
  }
  .posts-carousel-item {
    width: 250px;
    height: 100%;
    position: relative;
  }
  .posts-carousel-item:before {
    content: "";
    position: absolute;
    right: -39px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #707070;
  }
  .posts-carousel-item a {
    display: block;
    padding-bottom: 90px;
  }
  .owl-carousel.home-carousel button.owl-dot span {
    width: 13px;
    height: 13px;
  }
  .trust-carousel .owl-dots {
    margin-top: 30px;
    margin-left: -10px;
  }
  .owl-carousel.trust-carousel button.owl-dot span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 5px 10px;
    transition: 0.2s;
  }
  .owl-carousel.trust-carousel button.owl-dot.active span {
    border: 2px solid #1e5037;
    background: #1e5037;
  }
  .trust-carousel-hold {
    margin-bottom: 50px;
    width: calc(100% + 30px);
  }

  .trust-carousel-item {
    width: 250px;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
  }
  .trust-list {
    margin-bottom: 80px;
  }
  .home-carousel-text {
    font-size: 25px;
  }
  .home-intro-title {
    font-size: 54px;
  }
  .entry h1 {
    font-size: 54px;
  }
  .opportunities-list-content-hold {
    padding: 30px 30px;
  }
  .opportunities-list-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .post-info {
    margin-bottom: 35px;
  }
  .events-carousel-hold .post-title {
    min-height: 48px;
  }
  .section-title {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .min-width,
  .min-width:focus,
  .min-width:active {
    min-width: 220px;
  }
  .news-list {
    margin-bottom: 80px;
  }
  .footer-socials ul li {
    margin-right: 30px;
  }
  .footer-middle-right {
    width: 100%;
    padding-left: 0;
  }
  .footer-middle-left {
    width: 100%;
    padding-right: 0%;
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
  }
  .footer-middle {
    display: block;
  }
  .footer-top-left img {
    max-width: 130px;
  }
  .footer-top-left {
    padding-left: 170px;
    padding-right: 0;
  }
  .footer-top-button {
    margin-top: 30px;
    position: static;
    float: left;
    width: 100%;
  }
  .reports-right {
    padding-right: 0;
  }
  .learn-more-right {
    padding-right: 0;
  }
  .trust-list-label {
    font-size: 18px;
  }
  .trust-list-value {
    font-size: 18px;
  }
  .trust-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .setup-guide-investment-section {
    padding: 80px 0;
  }
  .setup-guide-investment-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
    text-align: left;
    min-height: 150px;
    padding-left: 200px;
  }
  .setup-guide-investment-list-img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .setup-guide-investment-list-img img {
    max-width: 150px;
  }
  .setup-guide-investment-list ul li .tooltip-blue {
    left: 200px;
    transform: translateX(0);
  }
  .setup-guide-setting-title {
    font-size: 55px;
  }
  .setup-guide-setting-box {
    padding-right: 0;
  }
  .setup-guide-setting-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .setup-guide-setting-img img {
    max-height: 440px;
  }
  .setup-guide-setting-subtitle {
    border-top: none;
  }
  .setup-guide-setting-section {
    padding: 80px 0;
  }
  .setup-guide-growth-section {
    padding: 80px 0 60px;
  }
  .setup-guide-growth-section .section-title-66 {
    margin-bottom: 60px;
  }
  .setup-guide-growth-split > ul > li {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .setup-guide-growth-split > ul > li:nth-child(2n) {
    padding-left: 0;
  }
  .setup-guide-growth-tax .setup-guide-growth-subtitle {
    margin-bottom: 60px;
  }
  .setup-guide-growth-tax-list ul li {
    width: 45.5%;
  }
  .setup-guide-growth-tax-list ul li:nth-child(4n) {
    margin-right: 9%;
  }
  .setup-guide-growth-tax-list ul li:nth-child(4n + 1) {
    clear: none;
  }
  .setup-guide-growth-tax-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .setup-guide-growth-tax-list ul li:nth-child(2n + 1) {
    clear: both;
  }
  .setup-guide-growth-prices-list ul li {
    width: 45.5%;
  }
  .setup-guide-growth-prices-list ul li:nth-child(4n) {
    margin-right: 9%;
  }
  .setup-guide-growth-prices-list ul li:nth-child(4n + 1) {
    clear: none;
  }
  .setup-guide-growth-prices-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .setup-guide-growth-prices-list ul li:nth-child(2n + 1) {
    clear: both;
  }
  .setup-guide-incentives-section {
    padding: 80px 0;
  }
  .setup-guide-procedures-section {
    padding: 80px 0 50px;
  }
  .setup-guide-procedures-item-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .setup-guide-procedures-top .text-25 {
    margin-bottom: 0;
  }
  .setup-guide-procedures-item-accordion .accordion-title {
    padding: 20px 20% 20px 60px;
    font-size: 20px;
  }
  .setup-guide-procedures-item-accordion .accordion-title::before {
    left: 20px;
  }
  .setup-guide-procedures-item-accordion .accordion-content {
    padding: 0 40px 30px;
  }
  .setup-guide-procedures-item-accordion .entry {
    width: 100%;
  }
  .setup-guide-procedures-item-accordion .accordion-content-side-img {
    position: relative;
    top: 0%;
    transform: none;
    right: 0%;
    margin-bottom: 30px;
  }
  .setup-guide-sectors-section {
    padding: 80px 0;
  }
  .setup-guide-incentives-tabs {
    display: none;
  }
  .setup-guide-incentives-tabs-tablet {
    display: block;
  }
  .reasons-hold-title {
    font-size: 25px;
    top: 20px;
    left: 20px;
  }
  .why-others-wrapper-list ul li {
    font-size: 25px;
    line-height: 1;
    height: auto;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .why-others-wrapper-list ul li:nth-child(1) {
    width: 28.4%;
    border-radius: 0px 69px 0px 0px;
    background: #fed630;
  }
  .why-others-wrapper-list ul li:nth-child(2) {
    background: #abd2e5;
  }
  .why-others-wrapper-list ul li:nth-child(3) {
    border-radius: 0px 0px 69px 0px;
    background: #fff;
  }
  .why-others-wrapper {
    padding: 100px 0 80px;
  }
  .why-others-wrapper-list ul li a {
    padding: 20px;
  }
  .text-image-gray-intro {
    padding: 60px 0;
  }
  .text-image-gray-intro-image-hold {
    margin-bottom: 60px;
  }
  .text-image-gray-intro-text {
    padding-right: 0;
  }
  .section-title-45 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .section-text-25 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .download-tax-list {
    margin-bottom: 60px;
  }
  .download-tax-list ul {
    border-radius: 0px 0px 200px 0px;
    padding: 30px 0 0;
  }
  .download-tax-list ul li {
    float: left;
    width: 50%;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .download-chart-list {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .download-chart-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .download-chart-list ul li {
    margin-bottom: 30px;
    width: 126px;
    height: 135px;
    padding-top: 51px;
    margin-right: 30px;
  }
  .download-chart-list ul li img {
    width: 126px;
    height: 135px;
  }
  .download-chart-list-number {
    font-size: 35px;
  }
  .download-chart-list-title {
    font-size: 16px;
  }
  .download-chart-list ul li:last-child {
    margin-right: 0;
  }
  .download-chart-list-2-img {
    width: 126px;
  }
  .download-chart-list-2-img img {
    width: 126px;
    height: 126px;
  }
  .download-chart-list-2-box {
    width: calc(100% - 156px);
  }
  .download-chart-list-2-number {
    font-size: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .download-chart-list-2-title {
    font-size: 16px;
  }
  .section-title-66-normal {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .success-stories-filter ul li {
    width: 32%;
  }
  .success-stories-filter ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .success-stories-filter ul li:nth-child(4n + 1) {
    clear: both;
  }
  .success-stories-filter ul li:nth-child(3n) {
    margin-right: 0;
  }
  .success-stories-filter ul li:nth-child(3n + 1) {
    clear: both;
  }
  .success-stories-section {
    padding: 60px 0 100px;
  }
  .more-insights-info-button {
    margin-bottom: 30px;
  }
  /* .more-insights-image {
        text-align: center;
    } */
  .success-stories-inner-intro-left-box-hold {
    margin-bottom: 30px;
  }
  .success-stories-inner-intro-left-box {
    border-radius: 0px 0px 150px 0px;
    padding: 60px 20px 255px;
  }
  .success-stories-list-logo img {
    max-height: 74px;
  }
  .success-stories-list-info {
    font-size: 18px;
  }
  .success-stories-list-label,
  .success-stories-list-value {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .success-stories-list-value:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .btn-video.btn-video-yellow,
  .btn-video.btn-video-yellow:focus,
  .btn-video.btn-video-yellow:active {
    width: 68px;
    height: 68px;
  }
  .success-stories-inner-intro-right {
    padding: 0;
  }
  .share-reveal-trigger,
  .share-reveal-trigger:focus,
  .share-reveal-trigger:active {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-size: 37px 31px !important;
  }
  .share-reveal-trigger::after {
    width: 78px;
    height: 78px;
  }
  .success-stories-inner-intro-right .section-text-25 {
    margin-bottom: 30px;
  }
  .section-120 {
    padding: 100px 0;
  }
  .success-stories-list ul li {
    height: 250px;
  }
  .success-stories-list ul li a {
    padding: 20px;
  }
  .success-stories-list ul li img {
    max-height: 200px;
  }

  .select2.select2-container.select2-container--filter {
    font-size: 20px;
    font-weight: 400;
    height: 64px;
  }
  .select2.select2-container.select2-container--filter {
    width: 100% !important;
  }
  .select2.select2-container.select2-container--filter
    .select2-selection__rendered {
    height: 64px;
    border-radius: 0px 32px 32px 0px;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 50px 20px 60px;
  }
  .select2.select2-container.select2-container--filter
    .select2-selection__arrow {
    left: 20px;
  }
  .select2-container.select2-container--filter .select2-results__option {
    font-weight: 400;
    font-size: 20px;
    padding: 12px 120px 12px 60px;
  }
  .report-insights-page-select {
    margin-bottom: 60px;
  }
  .news-list.reports-news-list ul li {
    width: 100%;
    margin-right: 0;
    border: none;
  }
  .report-insights-section-2 {
    margin-bottom: 100px;
  }
  .reports-news-list .news-item-image {
    position: relative;
    margin-bottom: 40px;
  }
  .reports-news-list.reports-webinars-list ul li .news-item-image-hold {
    margin-bottom: 40px;
  }
  .news-list.reports-news-list ul li a {
    padding-bottom: 70px;
  }
  .news-list.reports-news-list ul li:last-child {
    margin-bottom: 0;
  }
  .why-ratings-wrapper.why-ratings-wrapper-2 {
    padding-bottom: 80px;
  }
  .trust-carousel-wrapper {
    background: #fff;
  }
  .trust-carousel-hold-2 {
    padding: 0;
  }
  .trust-carousel-item-2 {
    width: 224px;
    height: 100%;
    padding-bottom: 48px;
  }
  .trust-carousel-hold-2 .owl-dots {
    margin-top: 30px;
  }
  .trust-carousel-hold-2 .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #000 !important;
    transition: 0.2s;
    margin-right: 20px;
  }
  .trust-carousel-hold-2 .owl-dot:last-child {
    margin-right: 0;
  }
  .trust-carousel-hold-2 .owl-dot.active {
    background: #1e5037 !important;
    border: 2px solid #1e5037 !important;
  }
  .trust-carousel-hold-2 .owl-dot span {
    display: none;
  }
  .trust-carousel-hold-2 {
    width: calc(100% + 30px);
  }
  .home-intro-right {
    padding-left: 3%;
  }
  .home-carousel-button .btn-green-border,
  .home-carousel-button .btn-green-border:focus,
  .home-carousel-button .btn-green-border:active {
    min-width: 220px;
  }

  .tooltip-blue .tooltip-textbox {
    background: #aad2e6;
  }
  .tooltip-white .tooltip-textbox {
    background: #fff;
  }

  .tooltip-textbox {
    padding: 10px 10px;
    top: calc(100% + 10px);
    transform: translateY(0);
    transform: translateX(-50%);
    left: 50%;
    min-height: 47px;
  }
  .tooltip-textbox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    transform: translateX(-50%);
    bottom: calc(100% - 1px);
    left: 50%;
  }
  .tooltip-blue .tooltip-textbox::before {
    border-color: transparent transparent #aad2e6 transparent;
  }
  .product-introduction-wrapper .tooltip-textbox {
    transform: translateX(0);
    left: 0;
  }
  .product-introduction-wrapper .tooltip-textbox::before {
    transform: translateX(0);
    left: 11px;
  }
  .reveal-download-left {
    min-height: 1px;
    padding: 60px 20px 30px;
    width: 100%;
  }
  .reveal-download-right {
    width: 100%;
  }
  .reveal-contact .reveal-contact-form-wrapper .row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .reveal-contact {
    width: calc(100% - 120px);
  }
  .opportunities-list-title a,
  .opportunities-list-items ul li a {
    text-decoration: underline solid Currentcolor;
  }
  .opportunities-list-title a:hover,
  .opportunities-list-items ul li a:hover {
    color: #000;
    text-decoration: underline solid transparent;
  }
  .trust-carousel-wrapper-product .trust-carousel-hold-2::after {
    display: none;
  }
  .help-options > ul > li {
    width: 100%;
  }
  .product-in-numbers.product-in-numbers-img-left ul li {
    min-height: 126px;
    padding-right: 0;
    padding-left: 156px;
  }
  .product-in-numbers.product-in-numbers-img-left ul li img {
    right: auto;
    left: 0;
    max-width: 126px;
    top: 0;
    transform: none;
  }
  .product-in-numbers.product-in-numbers-img-left ul li .tooltip-trigger {
    position: relative;
    margin-top: 18px;
    left: 0;
  }
  .help-options-hovered .help-item-icon {
    top: 0;
  }
  .help-options-hovered {
    font-size: 20px;
    padding-top: 110px;
    padding-right: 50px;
  }
  .help-options-with-hover > ul > li ul li::after {
    top: 11px;
  }
  .why-others-wrapper-shape-color .why-others-wrapper-list {
    display: none;
  }
  .why-others-wrapper-shape-color
    .why-others-wrapper-list.why-others-wrapper-list-mobile-color {
    display: block;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo {
    top: 31px;
  }
  .single-news-content-half-item {
    padding-right: 0;
  }
  .single-event-intro-left-img {
    min-height: 500px;
  }
  .single-event-intro-left-list ul li {
    margin-right: 20px;
  }
  .single-event-intro-left-list .share-reveal-trigger.share-reveal-trigger-md,
  .single-event-intro-left-list
    .share-reveal-trigger.share-reveal-trigger-md:focus,
  .single-event-intro-left-list
    .share-reveal-trigger.share-reveal-trigger-md:active,
  .single-event-intro-left-list .calendar-reveal-trigger,
  .single-event-intro-left-list .calendar-reveal-trigger:focus,
  .single-event-intro-left-list .calendar-reveal-trigger:active {
    width: 40px;
    height: 40px;
    background-size: 23px 20px !important;
  }
  .single-event-intro-left-list
    .share-reveal-trigger.share-reveal-trigger-md::after,
  .single-event-intro-left-list .calendar-reveal-trigger::after {
    width: 50px;
    height: 50px;
  }
  .single-event-intro-right {
    padding: 30px 0 0;
  }
  .opportunities-list-title a:hover,
  .opportunities-list-items ul li a:hover,
  .opportunities-list-title a,
  .opportunities-list-items ul li a {
    text-decoration: none;
  }
  .help-options-with-hover > ul > li {
    min-height: 1px;
  }
  .help-options-with-hover .help-options-hovered-text-hold {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 30px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .help-options-with-hover > ul > li {
    padding: 120px 20px 30px !important;
  }
  .help-options-with-hover > ul > li .help-item-title {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    margin-bottom: 40px;
  }
  .help-options-with-hover > ul > li .help-item-icon {
    transform: none !important;
    bottom: auto !important;
    top: 30px !important;
  }
  .help-options-hovered-text-hold .help-options-hovered-text:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .single-news-content-half-item-top .single-news-share-trigger {
    position: relative;
    text-align: right;
    margin-bottom: 30px;
    margin-top: -64px;
  }
  .search-page-left {
    width: 100%;
  }
  .search-page-right {
    width: 100%;
    padding: 60px 37px 60px 21px;
  }
  .search-page-intro .row {
    padding: 0;
  }
  .search-page-left-box {
    border-radius: 0px 0px 150px 0px;
    padding: 60px 33px 90px 36px;
  }
  .search-page-left-title h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .search-page-left-title {
    margin-bottom: 80px;
  }
  .search-page-left-box::after {
    width: 68px;
    height: 68px;
  }
  .search-page-left-content-list {
    padding-right: 32px;
  }
  .search-page-result-item {
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 30px;
    padding: 0 0 0 15px;
    border-radius: 0;
  }
  .search-page-result-item::before {
    top: 0;
    left: 0;
    bottom: 0;
  }
  .search-page-result-item-title {
    font-size: 20px;
  }
  .search-page-result-item-link {
    font-size: 15px;
    color: #707070;
  }
  .search-page-result-item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .search-more-button {
    text-align: center;
  }
  .search-page-intro {
    padding-bottom: 60px;
  }
  .inner-single-job-left {
    width: 100%;
  }
  .inner-single-job-left-box {
    border-radius: 0px 0px 150px 0px;
    padding: 60px 30px;
    margin-bottom: 0;
  }
  .inner-single-job-right {
    width: 100%;
    padding: 60px 0 0 0;
  }
  .inner-single-job-left-box-title span {
    font-size: 20px;
  }
  .inner-single-job-left-box-img img {
    max-width: 149px;
  }
  .inner-single-job-left .share-reveal-btn-hold {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    line-height: 0;
  }
  .inner-single-job-left .share-reveal-trigger.share-reveal-trigger-md,
  .inner-single-job-left .share-reveal-trigger.share-reveal-trigger-md:focus,
  .inner-single-job-left .share-reveal-trigger.share-reveal-trigger-md:active {
    width: 40px;
    height: 40px;
    background-size: 23px 19px !important;
  }
  .inner-single-job-left .share-reveal-trigger.share-reveal-trigger-md::after {
    width: 50px;
    height: 50px;
  }
  .contacts-list.contacts-list-v2 ul li {
    width: 50%;
    min-width: 50%;
    border-radius: 0px 0px 200px 0px !important;
  }
  .archive-page-team-list-section {
    padding: 60px 0;
  }
  .zones-map-section {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .zones-map-direction {
    width: 30px;
    height: 30px;
  }
  .zones-map-section .text-25 {
    margin-bottom: 30px;
  }
  .zones-map-hold-pc {
    display: none;
  }
  .zones-map-hold-media {
    display: block;
  }
  .zones-map-info {
    border-radius: 0px 0px 150px 0px;
    padding: 20px 34px 5px;
    width: 310px;
    position: relative;
  }
  .zones-map-info ul li {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .zones-map-info ul li img {
    max-width: 20px;
    max-height: 20px;
  }
  .archive-job-link-section.regios-page-link-section ul li {
    width: 49%;
    margin: 0 2% 30px 0;
    max-width: 100%;
  }
  .archive-job-link-section.regios-page-link-section ul li:nth-child(2) {
    margin-right: 0;
  }
  .archive-job-link-section.regios-page-link-section ul li:nth-child(2 + 1) {
    clear: both;
  }
  .why-features-list.why-features-list-reworked .why-features-list ul li img {
    top: 0;
    transform: translateY(0);
  }
  .spacer-block-120 {
    height: 60px;
  }
  .spacer-block-60 {
    height: 30px;
  }
  .subscsribe-form-input .mailerlite-subscribe-button-container {
    min-width: 1px;
  }
  .subscsribe-form-input .mailerlite-subscribe-button-container input,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:focus,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:active,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    height: 51px;
  }

  .reasons-hold-rework ul li {
    height: 185px;
  }
  .reasons-hold-rework-hover::after {
    border: 150px solid rgba(255, 255, 255, 0.2);
    height: 344px;
    width: 344px;
  }
  .reasons-hold-rework ul li:nth-child(1) .reasons-hold-rework-hover::after {
    top: 14px;
    right: -172px;
  }
  .reasons-hold-rework ul li:nth-child(2) .reasons-hold-rework-hover::after {
    top: 14px;
    left: -172px;
  }
  .reasons-hold-rework ul li:nth-child(3) .reasons-hold-rework-hover::after {
    top: -172px;
    right: -172px;
  }
  .reasons-hold-rework ul li:nth-child(4) .reasons-hold-rework-hover::after {
    top: -172px;
    left: -172px;
  }
  .help-options-large-with-top-img.help-options.help-options-large
    > ul
    > li:nth-child(odd) {
    border-bottom-right-radius: 150px;
  }
  .help-options-large-with-top-img.help-options.help-options-large
    > ul
    > li:nth-child(even) {
    border-top-right-radius: 150px;
  }
  .reasons-hold-rework-master-tp-box {
    padding: 30px 40px;
  }
  .reasons-hold-rework-master-tp-box .section-text-25 {
    font-size: 16px;
    max-width: 100%;
  }
  .master-block-video-and-text .learn-more-left a::after {
    width: 68px;
    height: 68px;
  }
  .master-flipbox-list ul li {
    width: 100%;
    min-height: 1px;
  }
  .master-flipbox-list-textbox {
    padding: 60px 24px 60px 24px;
  }
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border,
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border:focus,
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border:active {
    min-width: 204px;
  }
  .reg-intro-content-block {
    max-width: 100%;
  }
  .single-events-rec-wraper {
    padding: 60px 0 10px;
  }
  .related-downloads {
    width: 100%;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo img {
    max-height: 56px;
  }
  .reports-webinars-list.reports-js-filter-list-three
    ul
    li.report-is-visible::after,
  .reports-industry-list.news-archive-filtered-list
    ul
    li.news-is-visible::after,
  .reports-webinars-list.reports-js-filter-list-three::after,
  .reports-industry-list.news-archive-filtered-list::after {
    display: none !important;
  }
  .select-date-range input,
  .select-date-range input:focus,
  .select-date-range input:active {
    height: 64px;
    border-radius: 0px 32px 32px 0px;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 50px 20px 60px;
  }
  .select-date-range input:focus,
  .select-date-range input:active {
    border-radius: 0px 32px 0 0px;
  }
  .news-archive-slider-left .post-title {
    font-size: 40px;
  }
  .select-date-range {
    padding-left: 0;
  }
  .select-date-range::before {
    left: 20px;
  }
  .single-news-intro .reg-intro-content-block {
    max-width: 100%;
  }
  .member-button-mail-reveal {
    font-size: 11px;
  }
  .footer-form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
    left: auto;
    right: 0;
  }
  .footer-form {
    width: 100%;
    padding-right: 0;
  }
  .footer-form input,
  .footer-form input:focus {
    padding-right: 245px;
  }
  body.is-reveal-open {
    overflow: visible !important;
  }
  .inner-single-job-left-new .inner-single-job-left-box-img {
    text-align: left;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    ul
    li {
    display: block;
    padding: 60px 20px 413px;
    max-width: 450px;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    .member-button-image {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 350px;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    .member-name {
    font-size: 20px;
  }
  .inner-single-job-left-box-new-left {
    padding-right: 0;
    width: 100%;
  }
  .inner-single-job-left-box-new .inner-single-job-left-box-img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .inner-single-job-left-box-btn-lg {
    display: none;
  }
  .inner-single-job-left-box-btn-tablet {
    display: block;
  }
  .post-type-archive-team .contacts-list ul li {
    width: calc(50% - 30px) !important;
    min-width: calc(50% - 30px) !important;
  }
  .pr-carousel-item-description {
    padding: 10px 50px 10px 10px;
    font-size: 15px;
  }
  .inner-single-job-right-logo {
    padding-left: 0;
    margin: 32px 0 64px;
  }
  .inner-single-job-right-logo span {
    border-bottom-right-radius: 64px;
  }
}

@media screen and (max-width: 639px) {
  .notfound-hold {
    padding: 70px 0px;
  }

  .blue-quote-block {
    margin-bottom: 30px;
  }
  .fc-about-image > img {
    border-bottom-right-radius: 100px;
  }
  .quotes-carousel-item-left:after {
    top: 20px;
    left: 20px;
    z-index: 5;
  }
  .quotes-carousel-item-right {
    width: 100%;
    padding-bottom: 100%;
  }
  .quotes-carousel-item-left {
    width: 100%;
    padding: 112px 24px 50px;
  }
  .quotes-carousel-item-logo {
    margin: 0 0 40px;
  }
  .quotes-carousel-item {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ratings-level span {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
  .why-ratings-list.help-options {
    margin-bottom: 60px;
  }
  .why-ratings-list.help-options > ul > li {
    padding-bottom: 50px;
  }
  .why-ratings-wrapper .text-25 {
    margin-bottom: 60px;
  }
  .why-ratings-wrapper .section-title {
    margin-bottom: 40px;
  }
  .why-ratings-wrapper {
    padding: 60px 0;
  }
  .why-ratings-wrapper.why-ratings-wrapper-2 {
    padding-bottom: 20px;
  }
  .quote-block-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .blue-quote-block {
    border-bottom-right-radius: 100px;
    padding: 100px 30px 60px 30px;
  }
  .blue-quote-block:before {
    top: 30px;
  }
  .fc-list ul li .tooltip-trigger {
    left: 50%;
    transform: translateX(-50%);
  }
  .fc-list ul li img {
    left: 50%;
    transform: translateX(-50%);
  }
  .fc-list ul li {
    margin-bottom: 40px;
    padding-left: 0px;
    padding-top: 175px;
    text-align: center;
    padding-bottom: 50px;
  }
  .fc-about-content-hold {
    padding-right: 0;
  }
  .fc-about-image {
    padding-bottom: 66%;
  }
  .fc-about-image-hold {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .fc-about {
    display: block;
    margin-bottom: 60px;
  }
  .why-fc-wrapper {
    padding: 60px 0;
  }
  .why-introduction-wrapper {
    padding: 60px 0 60px;
  }
  .why-features-item-content .tooltip-trigger {
    left: 50%;
    transform: translateX(-50%);
  }
  .why-features-list ul li img {
    left: 50%;
    transform: translateX(-50%);
  }
  .why-features-list ul li {
    padding-left: 0;
    padding-top: 175px;
    text-align: center;
    margin-bottom: 50px;
  }
  .why-features-item-content {
    width: 100%;
    padding-bottom: 50px;
  }
  .section-title br {
    display: none;
  }
  .product-in-numbers ul li {
    padding-right: 130px;
  }
  .product-in-numbers ul li img {
    max-width: 120px;
  }
  /* .related-downloads ul li:before {
        border-bottom-right-radius: 100px;
    } */
  .link-arrow,
  .link-arrow:focus,
  .link-arrow:active {
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-right: 24px;
    background: url(../../img/angle-right-sm.svg) no-repeat right 5px center;
    transition: 0.2s;
  }
  .link-arrow:hover {
    background: url(../../img/angle-right-sm.svg) no-repeat right 0px center;
  }
  .more-insights-content .section-title-45 {
    margin-bottom: 61px;
  }
  .related-downloads-links ul li span {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .related-downloads ul li {
    min-height: 1px;
    padding-bottom: 70px;
    padding-right: 52%;
  }
  .related-download-date {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .related-download-headline {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .related-download-title {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  .related-downloads-links {
    margin-bottom: 60px;
  }
  .related-downloads {
    margin-bottom: 60px;
  }
  .product-resources-wrapper {
    padding: 60px 0;
  }
  .product-reasons-carousel-hold {
    margin-bottom: 60px;
  }
  .product-reasons-graph-hold {
    margin-bottom: 60px;
  }
  .product-reasons-graph-title {
    font-size: 13px;
    margin-bottom: 60px;
  }
  .product-reasons-list-button {
    margin-bottom: 60px;
  }
  .product-reasons-wrapper .section-title + .text-45 {
    margin-bottom: 60px;
  }
  .product-reasons-wrapper {
    padding: 60px 0;
  }
  .product-target .text-25 {
    margin-bottom: 60px;
  }
  .product-target {
    padding: 60px 0;
  }
  .trust-carousel-wrapper {
    padding: 60px 0;
  }
  .product-in-numbers {
    margin-bottom: 60px;
  }
  .ti-block {
    margin-bottom: 60px;
  }
  .product-introduction-wrapper {
    padding: 60px 0 70px;
  }
  .intro-reg {
    min-height: calc(100vh - 70px);
    padding: 60px 0;
  }
  .footer-nav ul {
    float: left;
  }
  .pr-carousel.owl-carousel .owl-dots {
    margin-top: 20px;
  }
  .pr-carousel.owl-carousel button.owl-dot span {
    width: 14px;
    height: 14px;
  }
  .more-insights-content {
    padding: 0;
  }
  .more-insights-image-hold {
    padding: 0;
  }
  .text-cta-right {
    text-align: center;
  }
  .text-cta-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .btn-green.btn-icon,
  .btn-green.btn-icon:focus,
  .btn-green.btn-icon:active {
    padding-left: 58px;
  }
  .btn-green.icon-in:before {
    left: 20px;
    width: 22px;
    height: 32px;
  }
  .text-cta {
    display: block;
  }
  .pr-carousel-item a {
    padding-bottom: 100%;
  }
  .pr-carousel-item a img {
    border-radius: 0px 0px 200px 0px;
  }
  .product-reasons-carousel {
    border-top-right-radius: 0;
  }
  .pr-carousel-item-description {
    bottom: auto;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 10px;
  }
  .pr-carousel-item-source {
    border-radius: 0 38px 38px 0;
    right: auto;
    left: 0;
    font-size: 8px;
    padding: 10px 20px 10px 40px;
    min-height: 40px;
    min-width: 1px;
  }
  .pr-carousel-item-source::after {
    width: 20px;
    height: 20px;
    right: auto;
    left: 10px;
  }
  .prg-list-icon {
    margin-bottom: 30px;
  }
  .product-reasons-graph-list ul li {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .product-reasons-graph-list ul li:last-child {
    margin-bottom: 0px;
  }
  .product-reasons-graph-list ul {
    display: block;
  }
  .product-reasons-list ul {
    display: block;
  }
  .product-reasons-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .product-reasons-list ul li:last-child {
    margin-bottom: 0px;
  }
  .product-map {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .product-in-numbers ul {
    display: block;
  }
  .product-in-numbers ul li {
    width: 100%;
    margin-right: 100%;
    margin-bottom: 50px;
  }
  .product-in-numbers ul li:last-child {
    margin-bottom: 0px;
  }
  .ti-image:after {
    width: 54px;
    height: 65px;
    top: 30px;
    right: 20px;
  }
  .ti-image img {
    border-bottom-right-radius: 100px;
  }
  .ti-text {
    padding-right: 0;
  }
  .reg-intro-video {
    width: 60px;
    height: 60px;
  }
  .reg-intro-video::after {
    border-width: 14px 0 14px 30px;
  }
  .reg-intro-content-block {
    padding: 30px 60px 30px 20px;
  }
  .member-phone {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .reveal-contact-right .member-name {
    font-size: 20px;
  }
  .reveal-contact-right .member-name > span {
    font-size: 20px;
  }
  .reveal-contact .member-name {
    padding-right: 0px;
  }
  .reveal-contact .member-name > a {
    top: calc(100% + 50px);
    left: 0;
    right: auto;
  }
  .cir-tl2 {
    display: block;
  }
  .cir-tr2 {
    display: block;
  }
  .contact-map-info-item-detail {
    font-size: 15px;
  }
  .contact-map-info-item-title {
    margin-bottom: 5px;
  }
  .member-type span {
    font-size: 16px;
  }
  .help-item-text {
    font-size: 20px;
  }
  .help-item-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .help-item-icon {
    bottom: 20px;
  }
  .help-options > ul > li {
    padding: 20px 20px 124px;
  }
  .help-item-icon img {
    max-height: 60px;
    max-width: 68px;
  }
  .reveal-contact-success-links ul li {
    margin-bottom: 20px;
  }
  .contact-success-text {
    font-size: 16px;
  }
  .contact-success-text p {
    margin-bottom: 20px;
  }
  .reveal-contact-left {
    min-height: 1px;
  }
  .btn-green-back.btn-green-border:hover:after {
    transform: translate(0px, -50%);
  }
  .btn-green-back.btn-green-border:after {
    left: 10px;
    background: url(../../img/arrow-green-left.svg) no-repeat center center / 7px;
  }
  .form-element {
    margin-bottom: 20px;
  }
  .reveal-contact .close-button {
    width: 20px;
    height: 20px;
  }
  .form-right {
    padding-left: 0;
  }
  .form-left {
    padding-right: 0;
  }
  .reveal-contact-left {
    width: 100%;
    padding: 30px 20px;
  }
  .reveal-contact-left .section-title {
    padding-right: 20px;
  }
  .reveal-contact-right {
    padding: 30px 20px 0;
    width: 100%;
  }
  .reveal-contact-form-wrapper .row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reveal-contact {
    width: 100%;
    border-bottom-right-radius: 0px;
    overflow: auto;
  }
  .contact-intro-left {
    padding-right: 0;
  }
  .contact-map-info-hold:before {
    top: -50px;
    left: auto;
    right: 20px;
    width: 68px;
    height: 68px;
    transform: translateX(0%);
    z-index: 10;
  }
  .acf-map,
  .contact-map-hold iframe {
    height: 250px;
  }
  .contact-map-info {
    max-width: 194px;
  }
  .contact-map-info-hold {
    padding: 5px 20px 45px;
  }
  .contact-intro-right {
    display: block;
  }
  .contact-intro-button {
    padding-right: 0;
  }
  .contact-intro-text {
    font-size: 18px;
  }
  .contact-intro-wrapper {
    padding: 60px 0;
  }
  .member-button-image {
    height: 290px;
  }
  .member-type {
    min-height: 1px;
  }
  .text-25 {
    font-size: 20px;
  }
  .member-name {
    padding-right: 30px;
    font-size: 16px;
    min-height: 1px;
  }
  .member-name > a {
    width: 20px;
    height: 20px;
  }
  .contacts-list-wrapper {
    padding: 60px 0;
  }
  .reports-left img {
    max-width: 224px;
  }
  .text-45 {
    font-size: 25px;
  }
  .help-options-button .btn-green-border,
  .help-options-button .btn-green-border:focus,
  .help-options-button .btn-green-border:active {
    min-width: 100%;
  }
  .help-options {
    margin-bottom: 30px;
  }
  .help-wrapper {
    padding: 60px 0;
  }
  .global-names-wrapper {
    padding: 60px 0;
  }
  .global-names ul li img {
    max-width: 120px;
  }
  .global-names ul li {
    width: 50%;
    min-width: 50%;
    margin-bottom: 30px;
  }
  .help-options > ul > li {
    width: 100%;
    min-width: 100%;
  }
  .contacts-list ul li {
    padding: 20px 20px 320px;
    width: 100%;
    min-width: 100%;
  }
  .opportunities-wrapper {
    margin-bottom: 60px;
  }
  .opportunities-list.in-view > ul > li:nth-child(3n) .opportunities-list-bg,
  .opportunities-list > ul > li.in-view:nth-child(3n) .opportunities-list-bg {
    transform: translate(0, 0);
  }
  .opportunities-list > ul > li:nth-child(3n) .opportunities-list-bg {
    transform: translate(100%, -100%);
    border-radius: 0% 0% 0% 50%/0% 0% 0% 50%;
  }
  .opportunities-list > ul > li:nth-child(4n) .opportunities-list-bg {
    border-radius: 0%;
  }
  .opportunities-list > ul > li:nth-child(3n) .opportunities-list-image {
    border-radius: 0% 0% 0% 50%/0% 0% 0% 50%;
  }
  .opportunities-list > ul > li:nth-child(3n):hover .opportunities-list-image {
    border-radius: 0%;
  }
  .opportunities-list > ul > li:nth-child(4n) .opportunities-list-image {
    border-radius: 0%;
  }
  .opportunities-list-bg {
    border-radius: 0% 0% 60% 0%/0% 0% 60% 0%;
  }
  .opportunities-list-image {
    border-radius: 0% 0% 60% 0%/0% 0% 60% 0%;
  }

  .news-item-image-logo-hold img {
    max-width: 65%;
    max-height: 65%;
  }
  .news-carousel-hold .post-button {
    bottom: 230px;
  }
  .news-carousel-hold .posts-carousel-item a {
    padding-bottom: 300px;
  }
  .news-item-image {
    padding-bottom: 0;
    height: 200px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0% 0% 40% 0%/0% 0% 40% 0%;
  }
  .news-item-image-logo-hold {
    width: 100%;
  }
  .logo img {
    max-width: 88px;
  }
  .owl-carousel.home-carousel .owl-dots {
    top: 20px;
    left: -10px;
  }
  .home-carousel-button {
    left: 3px;
  }
  .home-carousel-item {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
  }
  .home-intro-carousel-wrapper {
    background: #abd2e5;
    padding: 0px 0 60px;
    margin-bottom: 60px;
  }
  .home-intro {
    display: block;
  }
  .home-intro-title {
    font-size: 50px;
  }
  .entry h1 {
    font-size: 50px;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
  .footer-nav ul li a {
    font-size: 15px;
  }
  .footer-socials ul {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-socials ul li {
    margin-right: 0;
  }
  .footer-middle {
    margin-bottom: 30px;
  }
  .btn-yellow-arrow:after {
    top: 51%;
    right: 10px;
    background: url(../../img/angle-right.svg) no-repeat center center / 7px;
  }
  .btn-yellow-arrow:hover:after {
    transform: translate(0px, -50%);
  }
  .btn-yellow-arrow,
  .btn-yellow-arrow:focus,
  .btn-yellow-arrow:active,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:active,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    font-size: 14px;
    padding: 9px 30px;
  }
  .footer-form input,
  .footer-form input:focus {
    height: 39px;
    font-size: 15px;
  }
  .footer-form {
    padding-right: 0;
    /* padding-bottom: 39px; */
    padding-bottom: 0;
  }
  .footer-form + .footer-text {
    padding-bottom: 39px;
  }
  .footer-form .mailerlite-form-response {
    width: 100% !important;
  }
  .footer-text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .footer-top-left {
    padding-left: 0;
    padding-top: 70px;
    font-size: 15px;
  }
  footer {
    padding: 30px 0;
  }
  .learn-more-left {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .learn-more-left img {
    max-width: 224px;
  }
  .learn-more-hold {
    display: block;
  }
  .learn-more-wrapper {
    padding: 60px 0;
  }
  .post-button .btn-full,
  .post-button .btn-full:focus,
  .post-button .btn-full:active {
    min-width: 1px;
  }
  .events-wraper {
    margin-bottom: 60px;
  }
  .footer-form button {
    position: absolute !important;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .footer-form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
    position: relative !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer-form .btn-yellow-arrow,
  .footer-form .btn-yellow-arrow:focus,
  .footer-form .btn-yellow-arrow:active,
  .footer-form .mailerlite-form-inputs .mailerlite-subscribe-button-container,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    input:active,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .footer-form
    .mailerlite-form-inputs
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    width: 100%;
    text-align: center;
  }
  .footer-top-button .btn-green-border,
  .footer-top-button .btn-green-border:focus,
  .footer-top-button .btn-green-border:active {
    width: 100%;
    text-align: center;
  }
  .learn-more-button .btn-green-border,
  .learn-more-button .btn-green-border:focus,
  .learn-more-button .btn-green-border:active {
    width: 100%;
    text-align: center;
  }
  .news-more .btn-green-border,
  .news-more .btn-green-border:focus,
  .news-more .btn-green-border:active {
    width: 100%;
  }
  .news-wraper {
    margin-bottom: 60px;
  }
  .posts-carousel-hold {
    margin-bottom: 30px;
  }
  .events-wraper .section-title,
  .news-wraper .section-title {
    font-size: 45px;
  }
  .reasons-wrapper {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .reports-wrapper {
    padding: 60px 0;
  }
  .trust-wrapper {
    margin-bottom: 60px;
  }
  .trust-carousel-hold {
    margin-bottom: 30px;
  }
  .btn-video,
  .btn-video:focus,
  .btn-video:active {
    width: 68px;
    height: 68px;
  }
  .trust-carousel-item {
    width: 225px;
  }
  .posts-carousel-item {
    width: 225px;
  }
  .section-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .opportunities-list > ul > li {
    width: 100%;
    min-width: 100%;
  }
  .home-intro-wrapper {
    margin-bottom: 0px;
  }
  .opportunities-list-content-hold {
    padding: 20px 10px;
  }
  .btn-green-border,
  .btn-green-border:focus,
  .btn-green-border:active,
  .subscsribe-form-input .mailerlite-subscribe-button-container input,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:focus,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:active,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    font-size: 14px;
    padding: 7px 30px;
  }
  .btn-green-border:after {
    top: 51%;
    right: 10px;
    background: url(../../img/angle-right.svg) no-repeat center center / 7px;
  }
  .btn-blue-border,
  .btn-blue-border:focus,
  .btn-blue-border:active {
    font-size: 14px;
    padding: 7px 30px;
  }
  .btn-blue-border:after {
    top: 51%;
    right: 10px;
    background: url(../../img/angle-right.svg) no-repeat center center / 7px;
  }
  .btn-blue-border:hover:after {
    transform: translate(0px, -50%);
  }
  .btn-green-border:hover:after {
    transform: translate(0px, -50%);
  }
  .reports-hold {
    display: block;
  }
  .reports-left {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sec-nav-hold ul {
    padding: 30px 0 30px 30px;
  }
  .sec-nav ul li {
    margin-right: 60px;
  }
  .sec-nav ul li:first-child {
    margin-right: 30px;
  }
  .sec-nav ul li:last-child {
    margin-right: 10px;
  }
  .sec-nav ul li a.scroll-up:after {
    width: 30px;
    height: 30px;
  }
  .sec-nav ul li a.scroll-up {
    width: 30px;
    min-height: 19px;
  }
  .sec-nav ul li a:after {
    width: 16px;
    height: 8px;
  }
  .setup-guide-investment-list ul li {
    margin-bottom: 60px;
    /* min-height: 1px;
        padding-left: 0;
        text-align: center; */

    min-height: 126px;
    padding-left: 160px;
    padding-bottom: 0;
  }
  .setup-guide-investment-list ul li .setup-guide-investment-list-img {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .setup-guide-investment-list ul li .setup-guide-investment-list-img img {
    height: 126px;
  }
  .setup-guide-investment-list ul li .text-25 {
    margin-bottom: 10px;
  }
  .setup-guide-investment-list ul li .tooltip-blue {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  .setup-guide-investment-list ul li .text-45 {
    font-weight: 400;
    font-size: 30px;
  }
  .setup-guide-investment-section .section-title {
    margin-bottom: 30px;
  }
  .setup-guide-setting-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .setup-guide-setting-box .text-25 {
    margin-bottom: 30px !important;
  }
  .setup-guide-setting-img {
    margin-bottom: 60px;
  }
  .setup-guide-setting-img img {
    max-height: 220px;
  }
  .setup-guide-setting-subtitle {
    font-size: 35px;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .setup-guide-setting-btn a {
    width: 100%;
  }
  .setup-guide-investment-section {
    padding: 60px 0;
  }
  .setup-guide-setting-section {
    padding: 60px 0;
  }
  .setup-guide-growth-section {
    padding: 60px 0 30px;
  }
  .section-title-66 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .setup-guide-growth-section .section-title-66 {
    margin-bottom: 30px;
  }
  .setup-guide-growth-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .setup-guide-growth-split-list ul li {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    min-height: 126px;
    padding-left: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .setup-guide-growth-split-list-img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .setup-guide-growth-split-list-img img {
    height: 126px;
  }
  .setup-guide-growth-split-list-title {
    font-size: 35px;
  }
  .setup-guide-growth-split-list-text {
    font-size: 16px;
  }
  .setup-guide-growth-split > ul > li {
    margin-bottom: 40px;
  }
  .setup-guide-growth-split {
    margin-bottom: 20px;
  }
  .setup-guide-growth-tax-list-title {
    font-size: 35px;
    width: 100%;
  }
  .setup-guide-growth-tax-list-text {
    font-size: 16px;
    width: 100%;
  }
  .setup-guide-growth-tax-list-icon img {
    max-width: 68px;
    max-height: 96px;
  }
  /* .setup-guide-growth-tax-list ul li::after {
        width: 68px;
        height: 96px;
    } */
  .setup-guide-growth-tax-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: calc(50% - 46px);
    margin: 0 23px 30px;
  }
  .setup-guide-growth-tax-list {
    margin-bottom: 30px;
  }
  .setup-guide-growth-prices-list-title {
    font-size: 20px;
  }
  .setup-guide-growth-prices-list-title span {
    font-size: 16px;
  }
  .setup-guide-growth-prices-list ul li .tooltip-blue {
    display: none;
  }
  .setup-guide-growth-prices-list ul li {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .setup-guide-incentives-section {
    padding: 60px 0;
  }
  .setup-guide-procedures-item-accordion .accordion-content {
    padding: 0 30px 30px;
  }
  .setup-guide-procedures-item-accordion .accordion-item {
    margin-bottom: 10px;
  }
  .setup-guide-procedures-section {
    padding: 60px 0 30px;
  }
  .setup-guide-procedures-item-accordion .accordion-content-side-img img {
    max-width: auto;
    max-height: 100px;
  }
  .setup-guide-sectors-section {
    padding: 60px 0;
  }
  .entry > ul,
  .entry > ol {
    margin-left: 0;
  }
  .entry ul li {
    padding-left: 20px;
  }
  .r-1 {
    width: 100%;
  }
  .r-2 {
    width: 100%;
  }
  .r-3,
  .r-4,
  .r-5 {
    width: 100%;
  }
  .r-2:hover .r-2-action {
    height: 100%;
  }
  .r-3:hover .r-3-action {
    width: 100%;
  }
  .r-4:hover .r-4-action {
    width: 100%;
  }
  .r-4-action {
    border-radius: 0px 0px 200px 0px;
  }
  .why-others-wrapper {
    padding: 60px 0 40px;
  }
  .btn-green-border.btn-green-border-download,
  .btn-green-border.btn-green-border-download:focus,
  .btn-green-border.btn-green-border-download:active {
    min-width: 100%;
  }
  .section-120 {
    padding: 60px 0;
  }
  .section-title-45.section-subtitle-45 {
    font-size: 30px;
  }
  .download-tax-list ul li img {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }
  .download-chart-list-2 ul li {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .download-section-3 {
    padding: 66px 0 60px;
  }
  .section-title-66-normal {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .success-stories-section {
    padding: 30px 0 60px;
  }
  .success-stories-filter {
    margin-bottom: 20px;
  }
  .success-stories-filter ul li {
    width: 48.5%;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    margin-right: 3%;
  }
  .success-stories-filter ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .success-stories-filter ul li:nth-child(3n + 1) {
    clear: both;
  }
  .success-stories-filter ul li:nth-child(2n) {
    margin-right: 0;
  }
  .success-stories-filter ul li:nth-child(2n + 1) {
    clear: both;
  }
  .reg-intro-content-block-arrow img {
    max-width: 68px;
    max-height: 82px;
  }
  .more-insights-info-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .more-insights-info-subtitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .more-insights-wrapper {
    padding: 70px 0 60px;
  }
  .reveal.share-reveal {
    right: 30px !important;
    left: 30px !important;
    width: calc(100% - 60px);
    height: auto;
    min-height: auto;
  }
  .shareModal-text-box {
    padding: 28px 20px;
    font-size: 20px;
  }
  .shareModal-text {
    position: relative;
    padding: 40px 8%;
  }
  .shareModal-links ul li {
    font-size: 20px;
  }
  .shareModal-links ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .reveal .close-button {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .reveal.share-reveal .close-button {
    top: -20px;
    right: 20px;
  }
  .shareModal-links {
    padding: 30px 6.4%;
  }
  .success-stories-list ul li {
    width: 50%;
    height: 146px;
  }
  .success-stories-list ul li a {
    padding: 20px;
  }
  .success-stories-list ul li img {
    max-height: 100px;
  }
  .success-stories-list ul li::before {
    top: 10px;
    bottom: 10px;
  }
  .success-stories-list ul li::after {
    right: 10px;
    left: 10px;
  }
  .select2-container.select2-container--filter .select2-dropdown {
    border-radius: 0px 0px 50px 0px;
  }
  .select2-container.select2-container--filter .select2-results__option {
    font-weight: 400;
    font-size: 20px;
    padding: 12px 40px 12px 60px;
  }
  .gray-select,
  .report-insights-page-select {
    padding: 0;
  }
  .fc-about-image-small img {
    max-width: 100px;
    max-height: 75px;
  }
  .home-carousel-button .btn-green-border,
  .home-carousel-button .btn-green-border:focus,
  .home-carousel-button .btn-green-border:active {
    min-width: 246px;
  }
  .btn-icon-2 img {
    left: 14px;
  }
  .related-downloads-links ul li {
    margin-bottom: 16px;
  }
  .related-downloads-links ul li:first-child {
    margin-bottom: 10px;
  }
  .form-checkboxes {
    padding-top: 8px;
  }
  .subscsribe-form-input {
    margin-bottom: 0;
  }
  .subscsribe-form-input input,
  .subscsribe-form-input input:focus,
  .subscsribe-form-input input:active {
    border-bottom: 1px solid #000;
    height: 43px;
    font-size: 20px;
  }
  .news-cta-wrapper .learn-more-left img {
    max-width: 146px;
  }
  .news-cta-wrapper .learn-more-left {
    margin-bottom: 30px;
  }
  .news-cta-wrapper .learn-more-text {
    margin-bottom: 0;
  }
  .learn-more-wrapper.news-cta-wrapper {
    padding: 60px 0;
  }
  .intro-reg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .select-date-range
    .select2.select2-container.select2-container--filter
    .select2-selection__rendered {
    background: #efeff4;
  }
  .help-options::after {
    width: 35px;
    height: 35px;
  }
  .posts-carousel-item .post-button span {
    width: 100%;
  }
  .reveal-overlay {
    padding: 60px 40px;
  }
  .reveal-contact {
    border-radius: 0px 0px 200px 0px;
  }
  .reveal-contact-image {
    position: relative;
    float: left;
    width: 100%;
    max-height: 240px;
  }
  .reveal-contact {
    height: auto !important;
    margin-bottom: 60px;
    top: 0 !important;
    min-height: 1px !important;
  }
  .reveal-contact-success-links ul li a {
    width: 100%;
  }
  .reveal-contact-right-success {
    padding-bottom: 142%;
  }
  .reveal-contact-success-top {
    margin-bottom: 120px;
  }
  .reveal-contact-success-links {
    margin-top: 0;
  }
  .link-arrow.link-arrow-lg,
  .link-arrow.link-arrow-lg:focus,
  .link-arrow.link-arrow-lg:active {
    white-space: nowrap;
  }
  .quotes-carousel-item-left .quotes-carousel-item-logo {
    top: 0;
    right: 0;
    position: relative;
  }
  .quote-or-quotes-slider {
    margin-bottom: 30px;
  }
  .single-news-section {
    padding: 30px 0 0;
  }
  .single-news-content-half-item {
    padding-right: 0;
  }
  .entry img {
    margin: 10px 0 20px;
  }
  .entry p.wp-caption-text {
    font-size: 15px;
  }
  .single-news-entry {
    margin-bottom: 10px;
  }
  .single-news-content-half-item .blue-quote-block {
    margin-bottom: 30px;
  }
  .entry-gallery-slider {
    margin-bottom: 30px;
  }
  .single-news-section .learn-more-wrapper {
    margin-bottom: 30px;
  }
  .single-news-video-block .learn-more-text {
    margin-bottom: 10px;
  }
  .single-news-video a {
    padding-bottom: 51.5%;
  }
  .single-news-video-tags span {
    font-size: 20px;
  }
  .single-news-video-tags ul li {
    font-size: 16px;
    margin: 0 10px 10px 0;
  }
  .single-news-video-block {
    padding: 0;
    margin-bottom: 40px;
  }
  .master-page-section.single-news-video-block {
    margin-bottom: 0;
  }
  .single-news-rec-wraper {
    padding: 30px 0;
  }
  .single-events-contacts-list-hold {
    padding-right: 0;
  }
  .single-events-contacts-list .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .news-archive-slider-left .post-type {
    font-size: 14px;
  }
  .news-archive-slider-left .post-title {
    font-size: 35px;
  }
  .single-event-intro-right-cat {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .single-event-intro-right-info .post-info p {
    margin-bottom: 24px;
  }
  .single-event-intro-right-info {
    font-size: 16px;
  }
  .single-event-intro {
    margin-bottom: 30px;
  }
  .btn-eye,
  .btn-eye:focus,
  .btn-eye:active {
    width: 50px;
    margin-left: 20px;
    background-size: 21px 14px !important;
  }
  .archive-download-content-item {
    margin-bottom: 60px;
  }
  .archive-download-content-item-2 .section-title.section-title-wtext {
    margin-bottom: 60px;
  }
  .product-introduction-wrapper .tooltip-textbox {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 45px;
  }
  .product-introduction-wrapper .tooltip-textbox::before {
    transform: translateX(-50%);
    left: 50%;
  }
  .btn-green,
  .btn-green:focus,
  .btn-green:active {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .btn-icon-2 img {
    max-width: 20px;
    max-height: 20px;
  }
  .single-event-intro-left-img {
    padding: 20px;
  }
  .shareModal-text-box-2 img {
    width: auto;
  }
  .entry table {
    margin-bottom: 25px;
  }
  .entry table tr th {
    font-size: 25px;
    padding: 20px 30px;
  }
  .entry table tr td {
    font-size: 20px;
    padding: 10px 20px;
  }
  .entry table tbody tr:nth-child(2n) {
    background-color: #efeff4;
  }
  .contacts-list.single-events-contacts-list ul li {
    padding-top: 30px;
  }
  .news-archive-slider {
    margin-bottom: 60px;
  }
  .why-more-wrapper .learn-more-right {
    padding-right: 0;
  }
  .green-dot-after-small-v2 {
    width: 35px;
    height: 35px;
  }
  .single-news-intro .section-text-25 {
    font-size: 16px;
  }
  .single-news-intro .reg-intro-content-block {
    padding: 30px 30px 60px 20px;
  }
  .single-news-intro .section-title {
    font-size: 30px;
  }
  .single-events-rec-wraper .news-carousel-hold .posts-carousel-item a {
    padding-bottom: 90px;
  }
  .single-events-rec-wraper .news-carousel-hold .post-button {
    bottom: 0;
  }
  .entry-gallery-owl .owl-nav button {
    width: 30px;
    height: 30px;
    top: calc(50% - 44px);
  }
  .entry-gallery-owl .owl-nav button.owl-next::after {
    background-size: 10px 10px !important;
  }
  .entry-gallery-owl .owl-nav button.owl-prev {
    left: -15px;
  }
  .entry-gallery-owl .owl-nav button.owl-next {
    right: -15px;
  }
  .entry-gallery-owl .item {
    padding-bottom: 100%;
    margin-bottom: 88px;
  }
  .entry-gallery-owl .item a {
    top: auto;
    right: 0;
    bottom: -58px;
    left: 0;
  }
  .entry-gallery-owl .item a div {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    margin-left: 20px;
    margin-right: 0;
    width: calc(100% - 58px) !important;
  }
  .entry-gallery-owl .item a::before {
    width: 38px;
    height: 38px;
    background-size: 23px !important;
  }
  .entry-gallery-owl .item a span::after {
    background-size: 10px 10px !important;
  }
  .search-more-button span {
    width: 100%;
  }
  .search-page-intro {
    padding-bottom: 0;
  }
  .related-downloads ul li {
    min-height: 1px;
    padding-bottom: 70px;
    padding-right: 52%;
  }
  .archive-job-list .news-item-image {
    height: 130px;
  }
  .archive-job-list .news-item-image img {
    left: 17x;
    max-width: 98px;
    max-height: 56px;
  }
  .archive-job-list-section .section-title {
    margin-bottom: 30px;
  }
  .archive-job-link-section-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .archive-job-link-section-list ul li {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .archive-job-link-section {
    padding: 30px 0 0;
  }
  .archive-job-link-section-list ul li a,
  .archive-job-link-section-list ul li span {
    height: 100%;
    font-size: 14px;
    padding: 12px 10px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .archive-job-link-section-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .archive-job-list-section {
    padding: 30px 0 60px;
  }
  .single-job-other-section {
    padding: 60px 0;
  }
  .single-job-other-section .section-title {
    margin-bottom: 30px;
  }
  .inner-single-job-right-contact-list ul li {
    padding: 20px 20px 268px;
  }
  .inner-single-job-intro {
    padding-bottom: 90px;
  }
  .inner-single-job-right-contact-list .member-button-image {
    height: 260px;
  }
  .form-submit .min-width,
  .form-submit .min-width:focus,
  .form-submit .min-width:active {
    min-width: 190px;
  }
  .inner-single-job-left-box-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #aad2e6;
    padding: 30px;
    z-index: 50;
  }
  .inner-single-job-left-box-btn a {
    width: 100%;
  }
  .inner-single-job-left-box-img {
    margin-bottom: 0;
  }
  .notfound-hold img {
    max-width: 68px;
  }
  .contacts-list.contacts-list-v2 ul li {
    width: 100%;
    min-width: 100%;
  }
  .archive-page-team-list-section {
    padding: 30px 0;
  }
  .archive-page-team-list-item {
    margin-bottom: 30px;
  }
  .archive-page-team-list-item .text-45 {
    margin-bottom: 30px;
  }
  .zones-text-section .section-title {
    margin-bottom: 30px;
  }
  .zones-map-section {
    margin-bottom: 60px;
  }
  .zones-text-section {
    margin-bottom: 60px;
  }
  .zones-text-section .text-25 {
    margin-bottom: 30px;
  }
  .section-title.section-title-margin-60 {
    margin-bottom: 30px;
  }

  .text-25 p {
    margin-bottom: 20px;
  }
  .text-25 p:last-child {
    margin-bottom: 0px;
  }
  .why-others-wrapper-list {
    display: none;
  }
  .why-others-wrapper-shape-color .why-others-wrapper-list-mobile-color {
    display: block;
  }
  .help-options.help-options-large > ul > li {
    padding: 20px 27px 198px 20px;
  }
  .product-target-bottom {
    bottom: 60px;
  }
  .product-target-bottom .product-target-bottom-button a {
    min-width: 204px;
  }
  .product-target-bottom .product-target-bottom-button {
    margin-top: 10px;
  }
  .spacer-block-120 {
    height: 30px;
  }

  .programme-list ul li {
    padding: 30px 0;
  }
  .programme-list-time {
    font-size: 25px;
    width: 100px;
  }
  .programme-list-text {
    width: calc(100% - 100px);
  }
  .subscsribe-form-input .mailerlite-subscribe-button-container input,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:focus,
  .subscsribe-form-input .mailerlite-subscribe-button-container input:active,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:focus,
  .subscsribe-form-input
    .mailerlite-subscribe-button-container
    .mailerlite-subscribe-submit:active {
    height: 36px;
  }
  .single-news-video-tags {
    margin-bottom: 40px;
  }
  .news-item-image.object-fit > img {
    -o-object-position: right;
    object-position: right;
  }

  .reasons-hold-rework ul li {
    width: 100% !important;
    height: 220px;
  }
  .reasons-hold-rework ul li .reasons-hold-rework-hover::after {
    border: 130px solid rgba(255, 255, 255, 0.2);
    top: -172px !important;
    right: -172px !important;
    left: auto !important;
    transform: translate(50%, -50%) !important;
  }
  .post-type-archive-event .reports-news-list .post-button span {
    width: 100%;
  }
  .news-content-section {
    padding: 30px 0 60px;
  }
  .help-options-large-with-top-img-hold {
    width: calc(100% + 47px);
    margin-left: -20px;
    padding-bottom: 82%;
  }
  .cta-image-text-only .learn-more-left img {
    max-width: 146px;
  }
  .cta-image-text-only .learn-more-left {
    margin-bottom: 30px;
  }
  .reasons-hold-rework-master-tp-box .section-text-25 {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .master-block-video-and-text .learn-more-left {
    margin-bottom: 30px;
  }
  .single-news-section
    .learn-more-wrapper
    + .learn-more-wrapper.news-cta-wrapper.single-news-cta-wrapper {
    margin-top: -30px;
  }
  .help-options-hovered-text-main * {
    font-size: 16px;
  }
  .help-options-hovered-text-main ul li::after {
    top: 9px;
  }
  .related-downloads ul li {
    min-height: 1px;
    padding-bottom: 70px;
    padding-right: 0;
  }
  .related-downloads ul li img {
    position: relative;
    top: 0;
    transform: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .related-download-button .btn-blue-border,
  .related-download-button .btn-blue-border:focus,
  .related-download-button .btn-blue-border:active {
    min-width: 204px;
    text-align: center;
  }

  .single-success-story-more-content {
    padding-top: 0px;
  }
  .subscsribe-form-input .mailerlite-subscribe-button-container::after {
    top: 49%;
    right: 10px;
    background: url(../../img/angle-right.svg) no-repeat center center / 7px;
    width: 10px;
    height: 17px;
  }
  .jobs-archive-no-posts {
    font-size: 20px;
  }
  .quotes-carousel-item-no-img .quotes-carousel-item-left {
    border-bottom-right-radius: 150px;
  }
  .single-events-rec-wraper {
    padding: 60px 0 30px;
  }
  .reports-webinars-list .news-item-image-hold::after {
    width: 68px;
    height: 68px;
  }
  .reports-webinars-list .news-item-image-hold::before {
    border-width: 16px 0 16px 30px;
    bottom: 17px;
    right: 16px;
  }
  .post-button .btn-full,
  .post-button .btn-full:focus,
  .post-button .btn-full:active {
    min-width: 146px;
  }
  .why-others-wrapper-list-mobile-color {
    display: block !important;
  }
  .scroll-up,
  .scroll-up:focus,
  .scroll-up:active {
    width: 36px;
    height: 36px;
    bottom: 20px;
    left: 20px;
  }
  .select-date-range input,
  .select-date-range input:focus,
  .select-date-range input:active {
    background-size: 15px;
    background-position: right 25px center;
  }
  .daterangepicker .drp-calendar {
    max-width: 100%;
    width: 100%;
  }
  .daterangepicker {
    border-radius: 0px 0px 50px 0px;
    padding: 20px 0 15px;
  }
  .daterangepicker .calendar-table td {
    width: 30px;
    height: 30px;
  }
  .select-date-range input,
  .select-date-range input:focus,
  .select-date-range input:active {
    font-size: 14px;
  }
  .member-button-mail-reveal {
    font-size: 10px;
    right: 0;
    left: 0;
  }
  .footer-form input,
  .footer-form input:focus {
    padding-right: 13px;
  }
  .inner-single-job-left-box-new {
    border-radius: 0px 0px 150px 0px;
    padding: 42px 60px 46px 30px;
  }
  .share-reveal-btn-hold-new .share-reveal-trigger.share-reveal-trigger-md,
  .share-reveal-btn-hold-new
    .share-reveal-trigger.share-reveal-trigger-md:focus,
  .share-reveal-btn-hold-new
    .share-reveal-trigger.share-reveal-trigger-md:active {
    width: 40px;
    height: 40px;
    background-size: 18px !important;
  }
  .share-reveal-btn-hold-new
    .share-reveal-trigger.share-reveal-trigger-md::after {
    width: 50px;
    height: 50px;
  }
  .inner-single-job-left-new .inner-single-job-left-box-img img {
    max-height: 125px;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    ul
    li {
    padding: 60px 20px 300px;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    .member-button-image {
    height: 270px;
  }
  .inner-single-job-right-contact-list.inner-single-job-right-contact-list-rightimg
    .member-name {
    margin-bottom: 55px;
  }
  .archive-job-list.news-list.reports-news-list ul li {
    margin-bottom: 80px;
  }
  .page-template-tp-contact .contacts-list ul,
  .post-type-archive-team .contacts-list ul {
    width: 100%;
  }
  .post-type-archive-team .contacts-list ul li {
    width: 100% !important;
    min-width: 100% !important;
    margin-right: 0;
  }
  .page-template-tp-contact .contacts-list ul li,
  .post-type-archive-team .contacts-list ul li {
    margin-right: 0 !important;
  }
  .page-template-tp-contact .contacts-list ul li {
    width: 100% !important;
    min-width: 100% !important;
  }
  .member-name-phone a {
    font-size: 16px;
  }
  .intro-master-page-source::after {
    width: 20px;
    height: 20px;
  }
  .intro-master-page-source {
    font-size: 8px;
    padding: 10px 50px 10px 20px;
    min-height: 40px;
    min-width: 1px;
  }
  .more-insights-info-name-other-info a {
    font-size: 12px;
  }
  .more-insights-info-name-other-info-phone a {
    font-size: 18px;
  }
  .post-type-archive-team .contacts-list.contacts-list-v2 .member-name {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .post-type-archive-team .contacts-list.contacts-list-v2 .member-button {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
  }
  .home-intro-wrapper + .opportunities-wrapper {
    margin-top: 60px;
  }
}

@media screen and (max-width: 359px) {
  .opportunities-list-title {
    font-size: 20px;
  }
  .success-stories-filter ul li {
    font-size: 12px;
  }
  .setup-guide-investment-list ul li .setup-guide-investment-list-img img {
    height: 100px;
  }
  .setup-guide-investment-list ul li {
    min-height: 100px;
    padding-left: 120px;
  }
  .setup-guide-investment-list ul li .text-45 {
    font-size: 25px;
  }
  .setup-guide-investment-list ul li .text-25 {
    font-size: 16px;
  }
  .link-arrow.link-arrow-lg,
  .link-arrow.link-arrow-lg:focus,
  .link-arrow.link-arrow-lg:active {
    font-size: 18px;
  }
  .reveal.share-reveal {
    width: 100%;
    left: 0 !important;
  }
  .inner-single-job-left-box-title {
    font-size: 30px;
  }
  .zones-map-info {
    width: 100%;
  }
  .product-target-bottom .product-target-bottom-button a {
    min-width: 164px;
  }
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border,
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border:focus,
  .master-flipbox-list-textbox-box
    .product-target-bottom-button
    .btn-green-border:active {
    min-width: 184px;
  }
  .related-download-button .btn-blue-border,
  .related-download-button .btn-blue-border:focus,
  .related-download-button .btn-blue-border:active {
    min-width: 180px;
  }
}

/* update 2022 01 11 start */
.archive-job-list-new .news-item-image {
  margin-bottom: 60px !important;
}
.archive-job-list-new .post-title {
  min-height: 0 !important;
}
.archive-job-list-new .post-info {
  margin-bottom: 0 !important;
}
.archive-job-list-new ul li {
  position: relative;
}

.post-type-archive-download
  .archive-download-content-item.archive-download-content-item-has-cta {
  margin-bottom: 60px !important;
}
.learn-more-wrapper.download-archive-middle-cta-wrapper {
  margin-bottom: 120px;
}

.single-news-intro-v2 {
  padding: 267px 0 240px;
  background: #aad2e6;
  overflow: hidden;
}
.single-news-intro-v2 .section-title {
  margin-bottom: 30px;
}
.single-news-intro-v2 .section-text-25.single-news-intro-cat {
  margin-bottom: 30px;
}
.single-news-intro-v2-right {
  position: relative;
}
.single-news-intro-v2-right-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 1px);
  height: 100%;
  width: 9999px;
  z-index: -1;
}
.single-news-intro-v2-right-box {
  border-bottom-left-radius: 200px;
  overflow: hidden;
  min-width: 960px;
}
.single-news-intro-v2-left {
  padding-right: 10%;
}

.single-news-intro-v2 .section-title-75 {
  font-size: 52px;
}

@media screen and (max-width: 1800px) {
  .single-news-intro-v2-right-box {
    min-width: 1px;
  }
}
@media screen and (max-width: 1600px) {
  .single-news-intro-v2 {
    padding: 200px 0;
  }
  .single-news-intro-v2 .section-title-75 {
    font-size: 48px;
  }
  /* .single-news-intro-v2-left,
    .single-news-intro-v2-right {
        width: 100%;
        left: 0;
    }
    .single-news-intro-v2-right {
        margin-bottom: 60px;
    }
    .single-news-intro-v2-right img {
        width: 100%;
    }
    .single-news-intro-v2-left {
        padding-right: 0 !important;
    }
    .single-news-intro-v2-right-overlay {
        display: none;
    }
    .single-news-intro-v2 {
        padding: 110px 0;
    }
    .single-news-intro-v2-right-box {
        width: calc(100% + 30px);
    } */
}
@media screen and (max-width: 1439px) {
  .single-news-intro-v2 .section-title-75 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1200px) {
  .archive-job-list-new .news-item-image {
    margin-bottom: 40px !important;
  }
  .single-news-intro-v2 .section-title-75 {
    font-size: 38px;
  }
  .single-news-intro-v2 {
    padding: 140px 0;
  }
}
@media screen and (max-width: 1023px) {
  .archive-job-list-new ul li::after {
    display: none;
  }
  .archive-job-list-new ul li::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #707070;
  }
  .single-news-intro-v2-right-box {
    border-bottom-left-radius: 150px;
  }
  .single-news-intro-v2 {
    padding: 110px 0 50px;
  }
  .news-item-image {
    border-bottom-right-radius: 150px;
  }
  .single-news .single-news-intro-v2-right {
    margin-bottom: 60px;
  }
  .single-news-intro-v2 .section-title-75 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-news-intro-v2 .section-title-75 {
    font-size: 35px;
  }
  .single-news .single-news-intro-v2-right {
    width: 100%;
    margin: 0 0 40px;
    left: 0;
    right: 0;
  }
  .single-news .single-news-intro-v2-left {
    width: 100%;
    padding-right: 0;
    margin: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 639px) {
  .archive-job-list-new ul li::before {
    bottom: -40px;
  }
  .learn-more-wrapper.download-archive-middle-cta-wrapper {
    margin-bottom: 60px;
  }
  .post-type-archive-news .news-item-image.object-fit > img {
    -o-object-position: right;
    object-position: left;
  }
  .single-news-intro-v2-right-box {
    border-bottom-left-radius: 100px;
  }
  .single-news .share-reveal-trigger::after {
    background: #1e5037;
  }
  .single-news .share-reveal-trigger,
  .single-news .share-reveal-trigger:focus,
  .single-news .share-reveal-trigger:active {
    background: #1e5037 url(../../img/btn-share-bg.svg) no-repeat center center;
  }
}
/* update 2022 01 11 end */

/* Form restyle update start */
.grav-form-style .gform_footer.top_label {
  margin: 40px 0 20px !important;
  padding: 0 !important;
  position: relative;
}
.grav-form-style .gform_footer.top_label:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.grav-form-style .gform_footer.top_label:hover:after {
  transform: translateX(7px);
}
.grav-form-style .gform_button,
.grav-form-style .gform_button:focus,
.grav-form-style .gform_button:active {
  display: inline-block;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5 !important;
  min-height: 39px !important;
  padding: 12px 38px;
  text-transform: uppercase;
  border: 2px solid #1e5037;
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 !important;
  background: transparent;
}
.grav-form-style .gform_button:hover {
  color: #000;
}

.grav-form-style input:not([type="submit"]),
.grav-form-style input:not([type="submit"]):focus,
.grav-form-style input:not([type="submit"]):active {
  height: 31px !important;
  outline: none !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 2px 14px !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
  color: #000 !important;
}
.grav-form-style textarea,
.grav-form-style textarea:focus,
.grav-form-style textarea:active {
  height: 168px !important;
  outline: none !important;
  margin: 0 !important;
  border: 1px solid #707070 !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 10px 14px !important;
  resize: none !important;
  font-size: 15px !important;
  color: #000 !important;
}
.grav-form-style select,
.grav-form-style select:focus,
.grav-form-style select:active {
  height: 31px !important;
  outline: none !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  box-shadow: none !important;
  background: #fff url(../../img/angle-down-green.svg) no-repeat center right 10px !important;
  padding: 2px 35px 2px 10px !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
  color: #000 !important;
  margin: 0 !important;
}
.grav-form-style textarea::-webkit-input-placeholder,
.grav-form-style input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.grav-form-style textarea::-moz-placeholder,
.grav-form-style input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.grav-form-style textarea:-ms-input-placeholder,
.grav-form-style input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.grav-form-style textarea:-moz-placeholder,
.grav-form-style input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.grav-form-style div.gfield label {
  display: none !important;
}
.grav-form-style .gfield {
  margin-bottom: 20px !important;
}
.grav-form-style fieldset.gfield legend {
  display: none !important;
}
.grav-form-style .gfield_checkbox input {
  display: none !important;
}
.grav-form-style .gfield_checkbox label {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  min-height: 30px;
  margin: 0;
  padding-left: 50px;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.2;
}
.grav-form-style .gfield_checkbox label a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
.grav-form-style .gfield_checkbox label a:hover {
  text-decoration: none;
  color: #fff;
  background: #1e5037;
}
.grav-form-style .gfield_checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
}
.grav-form-style .gfield_checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #1e5037 url(../../img/checkbox-white.svg) no-repeat center center;
  opacity: 0;
  transition: 0.1s;
}
.grav-form-style .gfield_checkbox input:checked + label:after {
  opacity: 1;
}
.grav-form-style .gform_wrapper .gform_validation_errors {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 0 20px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
}
.grav-form-style .gfield .gfield_validation_message {
  display: none !important;
}
.grav-form-style .gfield_error input:not([type="submit"]),
.grav-form-style .gfield_error select {
  border-bottom: solid 1px #ef586b !important;
}
.grav-form-style .gfield_error textarea {
  border: solid 1px #ef586b !important;
}

.reveal-single-report-success {
  border-bottom-right-radius: 200px;
}

@media only screen and (max-width: 1280px) {
  .grav-form-style .gform_footer.top_label {
    margin: 30px 0 20px !important;
  }
  .grav-form-style input:not([type="submit"]),
  .grav-form-style input:not([type="submit"]):focus,
  .grav-form-style input:not([type="submit"]):active {
    height: 30px !important;
    font-size: 16px !important;
  }
  .grav-form-style textarea,
  .grav-form-style textarea:focus,
  .grav-form-style textarea:active {
    height: 120px !important;
  }
}
@media only screen and (max-width: 639px) {
  .grav-form-style .gform_button,
  .grav-form-style .gform_button:focus,
  .grav-form-style .gform_button:active {
    font-size: 14px !important;
    padding: 7px 30px !important;
  }
  .grav-form-style .gform_footer.top_label:after {
    top: 10px;
  }
  .reveal-single-report-success {
    height: auto;
    min-height: 1px;
  }
}
/* Form restyle update end */

.single-report-reveal-form-spin {
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1e5037;
  border-color: #1e5037 transparent #1e5037 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* updates */
.entry img {
  border-radius: 0;
}
.master-block-video-and-text .learn-more-left a::after {
  display: none;
}
.modal-form__inputs .select2 {
  width: 100% !important;
}

/*  updates 2022 04 */
.entry.entry-sm p,
.entry.entry-sm ul li,
.entry.entry-sm ol li {
  font-size: 20px;
}
.entry.entry-sm ul li::before {
  top: 10px;
}
.entry.entry-sm :last-child {
  margin-bottom: 0;
}

.setup-guide-procedures-item.setup-guide-procedures-item-sm
  .setup-guide-procedures-item-title {
  font-size: 35px;
}
.setup-guide-procedures-item.setup-guide-procedures-item-sm
  .setup-guide-procedures-item-accordion
  .accordion-title {
  font-size: 20px;
}
.setup-guide-procedures-item.setup-guide-procedures-item-sm .entry p,
.setup-guide-procedures-item.setup-guide-procedures-item-sm .entry table tr th,
.setup-guide-procedures-item.setup-guide-procedures-item-sm .entry table tr td,
.setup-guide-procedures-item.setup-guide-procedures-item-sm .entry ul li,
.setup-guide-procedures-item.setup-guide-procedures-item-sm .entry ol li {
  font-size: 20px;
}
.setup-guide-procedures-item.setup-guide-procedures-item-sm
  .entry
  ul
  li::before {
  top: 10px;
}

.global-names.hide-for-small-only ul {
  margin-bottom: -100px;
}
.gform_footer.top_label img {
  max-height: 80px !important;
}

.master-quote-block-v2-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.master-quote-block-v2-owl .owl-dots {
  position: absolute;
  right: calc(15% - 13px);
  bottom: 75px;
}
.master-quote-block-v2-owl .owl-dot span {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
  transition: 0.2s ease-in-out;
}
.master-quote-block-v2-owl .owl-dot.active span {
  background: #1e5037;
}
.master-quote-block-v2-owl-single {
  pointer-events: none;
}
.master-quote-block-v2-owl .item {
  height: 100%;
  background: #aad2e6;
  border-bottom-right-radius: 200px;
  padding: 60px 90px 60px 30px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.master-quote-block-v2-slider-textbox {
  width: 100%;
  padding-left: 60px;
}
.master-quote-block-v2-slider-textbox.master-quote-block-v2-slider-textbox-photo {
  width: calc(100% - 300px);
  float: left;
}
.master-quote-block-v2-slider-photo {
  float: left;
  width: 300px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.master-quote-block-v2-slider-photo img {
  max-height: 300px;
}
.master-quote-block-v2-slider-text-top {
  position: relative;
  padding-left: 138px;
  margin-bottom: 40px;
  min-height: 93px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.master-quote-block-v2-slider-text-top::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #707070;
  bottom: 0;
  left: 138px;
  right: 0;
}
.master-quote-block-v2-slider-text-top::after {
  content: "";
  position: absolute;
  width: 108px;
  height: 93px;
  background: url(../../img/icon-quote.svg) no-repeat center center / 100% 100%;
  bottom: 0;
  left: 0;
}
.master-quote-block-v2-slider-text-top img {
  display: inline-block;
  width: auto !important;
  max-height: 80px;
}
.master-quote-block-v2-slider-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.master-quote-block-v2-slider-text-bottom {
  width: 50%;
}
.master-quote-block-v2-slider-text-name {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.master-quote-block-v2-slider-text-position {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.master-logo-list-combo-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.master-logo-list-combo-owl .item {
  position: relative;
  padding: 0 20px;
}
.master-logo-list-combo-owl .item a {
  display: inline-block;
}
.master-logo-list-combo-owl .item img {
  width: auto !important;
  max-height: 65px;
  filter: grayscale(1);
  transition: 0.2s ease-out;
}
.master-logo-list-combo-owl .item a:hover img {
  filter: grayscale(0);
}
.master-logo-list-combo-owl .owl-nav button.owl-next,
.master-logo-list-combo-owl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.master-logo-list-combo-owl .owl-nav button.owl-prev {
  left: -120px;
  background: url(../../img/slide-prev.svg) no-repeat center center / 100% 100%;
}
.master-logo-list-combo-owl .owl-nav button.owl-next {
  right: -120px;
  background: url(../../img/slide-next.svg) no-repeat center center / 100% 100%;
}
.master-logo-list-combo-owl .owl-nav button span {
  display: none;
}
.master-logo-list-combo-owl .owl-dots {
  padding-top: 30px;
}
.master-logo-list-combo-owl .owl-dot:first-child {
  margin-left: 0;
}
.master-logo-list-combo-owl .owl-dot span {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
  transition: 0.2s ease-in-out;
}
.master-logo-list-combo-owl .owl-dot.active span {
  background: #1e5037;
}

@media only screen and (max-width: 1600px) {
  .master-logo-list-combo-owl .owl-nav button.owl-prev {
    left: -60px;
  }
  .master-logo-list-combo-owl .owl-nav button.owl-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1480px) {
  .master-logo-list-combo-owl {
    padding: 0 80px;
  }
  .master-logo-list-combo-owl .owl-nav button.owl-prev {
    left: 0;
  }
  .master-logo-list-combo-owl .owl-nav button.owl-next {
    right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .global-names.hide-for-small-only ul {
    margin-bottom: -80px;
  }
  .master-quote-block-v2-slider-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .master-quote-block-v2-owl .item {
    border-bottom-right-radius: 150px;
  }
  .master-quote-block-v2-owl .owl-dots {
    right: calc(10% - 13px);
  }
}

@media only screen and (max-width: 1023px) {
  .global-names.hide-for-small-only ul {
    margin-bottom: -50px;
  }
  .master-quote-block-v2-slider-textbox {
    padding-left: 0;
  }
  .master-quote-block-v2-slider-textbox.master-quote-block-v2-slider-textbox-photo {
    width: 100%;
    padding-left: 0;
  }
  .master-quote-block-v2-slider-photo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .master-quote-block-v2-owl .item {
    padding: 60px 30px 140px;
  }
  .master-quote-block-v2-owl.master-quote-block-v2-owl-single .item {
    padding: 60px 30px;
  }
  .master-quote-block-v2-slider-text-name {
    font-size: 20px;
  }
  .master-quote-block-v2-owl .owl-dots {
    left: 20px;
    bottom: 60px;
  }
  .master-quote-block-v2-slider-text-bottom {
    width: 100%;
  }
  .master-logo-list-combo-owl {
    padding: 0;
  }
  .help-options.help-options-large.list-two-in-row-2v ul li {
    padding-right: 40px;
    border-bottom-right-radius: 150px !important;
    padding-top: 0;
  }
  .help-options.help-options-large.list-two-in-row-2v
    ul
    li
    .help-options-large-with-top-img-hold {
    position: relative;
    height: auto;
    width: calc(100% + 70px);
    margin-left: -30px;
    padding-bottom: 82%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .entry.entry-sm p,
  .entry.entry-sm ul li,
  .entry.entry-sm ol li {
    font-size: 18px;
  }
  .setup-guide-procedures-item.setup-guide-procedures-item-sm
    .setup-guide-procedures-item-title {
    font-size: 25px;
  }
  .setup-guide-procedures-item.setup-guide-procedures-item-sm
    .setup-guide-procedures-item-accordion
    .accordion-title {
    font-size: 18px;
  }
  .setup-guide-procedures-item.setup-guide-procedures-item-sm .entry p,
  .setup-guide-procedures-item.setup-guide-procedures-item-sm .entry ul li,
  .setup-guide-procedures-item.setup-guide-procedures-item-sm .entry ol li {
    font-size: 18px;
  }
  .setup-guide-procedures-item.setup-guide-procedures-item-sm
    .entry
    table
    tr
    th,
  .setup-guide-procedures-item.setup-guide-procedures-item-sm
    .entry
    table
    tr
    td {
    font-size: 14px;
  }
  .global-names.hide-for-small-only ul {
    margin-bottom: 0;
  }
  .select2.select2-container.select2-container--modal
    .select2-selection__rendered {
    font-size: 16px;
    height: 30px;
    padding: 5px 30px 5px 14px;
  }
  .master-quote-block-v2-owl .item {
    padding: 30px 30px 140px;
  }
  .master-quote-block-v2-owl.master-quote-block-v2-owl-single .item {
    padding: 30px 30px 60px;
  }
  .master-quote-block-v2-slider-text-top {
    padding-left: 78px;
    min-height: 56px;
  }
  .master-quote-block-v2-slider-text-top::before {
    left: 78px;
  }
  .master-quote-block-v2-slider-text-top::after {
    width: 68px;
    height: 56px;
  }
  .master-quote-block-v2-slider-text-top img {
    max-height: 46px;
  }
  .list-two-in-row > ul > li {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .list-two-in-row > ul > li:last-child {
    margin-bottom: 0;
  }
  .help-options.help-options-large.list-two-in-row-2v ul {
    width: 100%;
  }
  .help-options.help-options-large.list-two-in-row-2v ul li {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .help-options.help-options-large.list-two-in-row-2v ul li:last-child {
    margin-bottom: 0;
  }
  .single-report section .btn-green-border.btn-green-border-download,
  .single-report section .btn-green-border.btn-green-border-download:focus,
  .single-report section .btn-green-border.btn-green-border-download:active {
    font-size: 18px;
    padding: 12px 38px;
  }
}

.single-report-download-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  /* padding: 30px; */
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  text-align: center;
}
.single-report-download-sticky.is-active {
  opacity: 1;
  visibility: visible;
}
.single-report-download-sticky .btn-green-border.btn-green-border-download,
.single-report-download-sticky
  .btn-green-border.btn-green-border-download:focus,
.single-report-download-sticky
  .btn-green-border.btn-green-border-download:active {
  font-size: 14px;
  padding: 7px 30px;
  min-width: 220px;
}

.footer-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.footer-bottom .footer-nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: 55%;
  padding-right: 5%;
  border-right: 1px solid #707070;
}
.footer-bottom .footer-copyrights {
  padding-right: 20px;
}
.footer-nav ul li {
  float: left;
  margin-right: 20px;
}
.footer-bottom-visit-hold {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 45%;
  padding-left: 6.4%;
}
.footer-bottom-visit-list {
  float: left;
  width: 70%;
  position: relative;
}
.footer-bottom-visit-list span {
  display: block;
  border: 1px solid #cacaca;
  position: relative;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}
.footer-bottom-visit-list span::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%) rotate(90deg);
  right: 20px;
  width: 11px;
  height: 11px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  background-size: contain !important;
  transition: 0.3s;
}
.footer-bottom-visit-list span.is-active::after {
  transform: translate(0, -50%) rotate(270deg);
}
.footer-bottom-visit-list ul {
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: none;
}
.footer-bottom-visit-list ul li {
  transition: 0.2s ease-in-out;
}
.footer-bottom-visit-list ul li:hover {
  background: #ededf4;
}
.footer-bottom-visit-list ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
}
.footer-bottom-visit-hold .footer-copyrights {
  float: left;
  width: 30%;
}

@media only screen and (max-width: 1023px) {
  .footer-bottom .footer-nav {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .footer-bottom-visit-hold {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 639px) {
  .footer-bottom .footer-copyrights {
    padding-right: 0;
  }
  .footer-bottom-visit-hold .footer-copyrights {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-bottom-visit-list {
    width: 100%;
  }
  .footer-nav ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-bottom .footer-copyrights {
    width: 100%;
  }
  .daterangepicker.show-calendar .drp-calendar {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .daterangepicker .drp-calendar {
    max-width: 100% !important;
    width: 100% !important;
  }

  .fc-about-inverted .fc-about-image-hold {
    padding-left: 0;
    padding-right: 0;
  }
  .fc-about-inverted .fc-about-content-hold {
    padding-right: 0;
    padding-left: 0;
  }
  .learn-more-hold-invert .learn-more-right {
    padding-right: 0;
    padding-left: 0;
  }

  .help-options > ul > li .entry {
    padding-right: 24px;
  }
  .help-options > ul > li .text-25 p {
    font-size: 18px;
  }
}

.news-is-visible-old {
  display: none;
}

.quotes-carousel-item-logo img,
.master-quote-block-v2-slider-text-top img,
.quotes-carousel-item-logo-v2 img {
  filter: grayscale(1);
}

.single-report-download-sticky-btn {
  padding: 24px;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  float: right;
}

@media only screen and (max-width: 639px) {
  .single-report-download-sticky .row {
    padding: 0;
  }
  .single-report-download-sticky-btn {
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 100%;
  }
}

/* success inner page revamp */
.success-stories-inner-intro-v2 {
  background: #efeff4;
  padding: 93px 0 0;
}
.success-stories-inner-intro-v2 .row > div {
  margin-bottom: 62px;
}
.success-stories-inner-intro-v2 .row > div:last-child {
  margin-bottom: 0;
}
.success-stories-inner-info-block-v2 {
  background: #fff;
  padding: 82px 88px;
  border-bottom-right-radius: 250px;
  position: relative;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.success-stories-inner-info-block-v2-left {
  float: left;
  width: 39%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding-right: 7%;
}
.success-stories-inner-info-block-v2-left.success-stories-inner-info-block-v2-left-two {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.success-stories-inner-info-block-v2-left > :last-child {
  margin-bottom: 0;
}
.success-stories-inner-info-block-v2-logo {
  margin-bottom: 40px;
}
.success-stories-inner-info-block-v2-logo img {
  max-height: 100px;
}
.success-stories-inner-info-block-v2-right {
  float: left;
  width: 61%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.success-stories-inner-info-block-v2-list {
  float: left;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  color: #000;
  padding-right: 11.18%;
}
.success-stories-inner-info-block-v2-list:nth-child(1) {
  width: 46%;
}
.success-stories-inner-info-block-v2-list:nth-child(2) {
  width: 54%;
}
.success-stories-inner-info-block-v2-list:last-child {
  padding-right: 0;
}
.success-stories-inner-info-block-v2-list strong {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.success-stories-inner-info-block-v2-list ul li {
  border-top: 1px solid #707070;
  padding: 14px 0;
  margin-bottom: 14px;
}
.icon-play-green-28,
.icon-play-green-28:focus,
.icon-play-green-28:active {
  position: relative;
  padding: 15px 29px 15px 66px;
}
.icon-play-green-28::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../../img/icon-play-green-white-28.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.icon-play-green-28::after {
  display: none;
}
.icon-play-green-28:hover::before {
  left: 26px;
}
.success-stories-inner-info-block-v2-share {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #abd2e5;
  background-image: url(../../img/icon-share-dots-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.success-stories-inner-info-block-v2-share:hover {
  background-color: #195236;
}
.success-stories-inner-info-block-v2-content > div {
  margin-bottom: 62px;
}
.success-stories-inner-info-block-v2-content-cta {
  border-top: 1px solid #707070;
  padding: 56px 0;
  margin-bottom: 0 !important;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.success-stories-inner-info-block-v2-content-cta > div:nth-child(1) {
  margin-bottom: 0;
  margin-right: 8%;
}

@media only screen and (max-width: 1023px) {
  .success-stories-inner-intro-v2 {
    padding: 50px 0 0;
  }
  .success-stories-inner-intro-v2 .row > div {
    margin-bottom: 40px;
  }
  .success-stories-inner-info-block-v2 {
    background: #fff;
    padding: 40px 30px 117px;
    border-bottom-right-radius: 150px;
  }
  .success-stories-inner-info-block-v2-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .success-stories-inner-info-block-v2-right {
    width: 100%;
  }
  .success-stories-inner-info-block-v2-list {
    width: 100% !important;
    padding-right: 0;
  }
  .success-stories-inner-info-block-v2-share {
    width: 42px;
    height: 42px;
    background-size: 21px;
  }
  .icon-play-green-28,
  .icon-play-green-28:focus,
  .icon-play-green-28:active {
    width: 100%;
    position: relative;
    padding: 15px 50px;
    min-width: 1px;
  }
  .icon-play-green-28::before {
    left: 12px;
  }
  .icon-play-green-28:hover::before {
    left: 19px;
  }
  .success-stories-inner-info-block-v2-content-cta {
    padding: 40px 0;
  }
  .success-stories-inner-info-block-v2-logo {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .success-stories-inner-info-block-v2-content-cta {
    display: block;
  }
  .success-stories-inner-info-block-v2-content-cta > div:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .success-stories-inner-info-block-v2-content-cta .learn-more-text p {
    font-size: 25px;
  }
}

.sec-nav-wrapper-new {
  padding: 30px 0 0;
  background: #efeff4;
  overflow: hidden;
}
.sec-nav-wrapper-new .row {
  padding: 0;
}
.sec-nav-wrapper-new-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.176;
  text-transform: uppercase;
  color: #000;
  padding: 0 30px 14px;
  position: relative;
}
.sec-nav-wrapper-new-title::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #707070;
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
}
.sec-nav-wrapper-new-title strong {
  font-weight: 500;
}
.sec-nav-wrapper-new-title span {
  display: none;
}
.sec-nav-wrapper-new-list ul {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  padding: 0 30px;
}
.sec-nav-wrapper-new-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  float: left;
  margin-right: 3.5%;
  position: relative;
  min-height: 82px;
  padding: 10px 3.1% 10px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.133;
  color: #000;
}
.sec-nav-wrapper-new-list ul li:last-child {
  margin-right: 0;
}
.sec-nav-wrapper-new-list ul li::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #195236;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.sec-nav-wrapper-new-list ul li.is-active::after,
.sec-nav-wrapper-new-list ul li:hover::after {
  opacity: 1;
}
.sec-nav-wrapper-new-list ul li .h-button {
  margin: 0;
}
.sec-nav-wrapper-new-list ul li .btn-yellow,
.sec-nav-wrapper-new-list ul li .btn-yellow:focus,
.sec-nav-wrapper-new-list ul li .btn-yellow:active {
  display: inline-block;
  padding: 15px 30px;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.133;
}
.sec-nav-wrapper-new-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-100%);
  transition: 0.2s ease-out;
  visibility: hidden;
  z-index: 500;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sec-nav-wrapper-new-sticky.snav-show {
  transform: translateY(0);
  visibility: visible;
}
header.snav-show {
  transform: translateY(-100%);
}

.sec-nav-wrapper-new-sticky.sec-nav-wrapper-new {
  padding-top: 0;
}
.sec-nav-wrapper-new-sticky .sec-nav-wrapper-new-title {
  padding-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .sec-nav-wrapper-new {
    padding: 20px 0 0;
  }
  .sec-nav-wrapper-new-list ul li .btn-yellow,
  .sec-nav-wrapper-new-list ul li .btn-yellow:focus,
  .sec-nav-wrapper-new-list ul li .btn-yellow:active {
    padding: 10px 20px;
  }
  .sec-nav-wrapper-new-list ul li {
    margin-right: 2.5%;
    padding: 10px 2.1% 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sec-nav-wrapper-new-list {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-nav-wrapper-new {
    padding: 0;
  }
  .sec-nav-wrapper-new-static {
    position: relative;
  }
  .sec-nav-wrapper-new-title {
    padding: 0 !important;
  }
  .sec-nav-wrapper-new-title::after {
    display: none;
  }
  .sec-nav-wrapper-new-title strong {
    display: none;
  }
  .sec-nav-wrapper-new-title span {
    display: block;
    padding: 24px 73px 24px 30px;
    position: relative;
    cursor: pointer;
  }
  .sec-nav-wrapper-new-title span::after {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../../img/angle-down.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
  }
  .sec-nav-wrapper-new-title.is-active span::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .sec-nav-wrapper-new-list {
    display: none;
    overflow: auto;
    max-height: 50vh;
  }
  .sec-nav-wrapper-new-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 22px;
  }
  .sec-nav-wrapper-new-list ul::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #707070;
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
  }
  .sec-nav-wrapper-new-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    min-height: 1px;
    padding: 0;
    position: relative;
    padding-right: 40px;
  }
  .sec-nav-wrapper-new-list ul li::before {
    content: "";
    width: 16px;
    height: 8px;
    background: url(../../img/angle-down.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.2s ease-in-out;
  }
  .sec-nav-wrapper-new-list ul li::after {
    display: none;
  }
}

/* Two new blocks */
.accordion-wimage-hold {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion-wimage-imgs {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accordion-wimage-img {
  display: none;
}
.accordion-wimage-img.is-active {
  display: block;
}
.accordion-wimage-textbox {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding-right: 50px;
}
.accordion-wimage-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 24px;
}
.accordion-wimage-item::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #e1e1eb;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-is-blue .accordion-wimage-item::before {
  background: rgba(255, 255, 255, 0.4);
}
.accordion-wimage-item.is-active::before {
  background: #195236;
}
.accordion-wimage-item:last-child {
  margin-bottom: 0;
}
.accordion-wimage-item-title.entry {
  cursor: pointer;
}
.accordion-wimage-item-title.entry * {
  color: #707070;
  margin-bottom: 0;
  transition: 0.2s ease-in-out;
}
.accordion-wimage-item.is-active .accordion-wimage-item-title.entry *,
.accordion-wimage-item-title.entry:hover * {
  color: #000;
}
.accordion-wimage-item-text {
  display: none;
  padding-top: 30px;
}
.accordion-wimage-item:first-child .accordion-wimage-item-text {
  display: block;
}

.tabs-list-wimage-nav {
  margin-bottom: 60px;
}
.tabs-list-wimage-nav ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-list-wimage-nav ul li {
  position: relative;
  padding: 0 24px 10px;
  margin: 0 15px;
  font-size: 25px;
  line-height: 1.2;
  color: #707070;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.tabs-list-wimage-nav ul li::after {
  content: "";
  height: 4px;
  width: 100%;
  background: #e1e1eb;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg-is-blue .tabs-list-wimage-nav ul li::after {
  background: rgba(255, 255, 255, 0.4);
}
.tabs-list-wimage-nav ul li.is-active,
.tabs-list-wimage-nav ul li:hover {
  color: #000;
}
.tabs-list-wimage-nav ul li.is-active::after {
  background: #195236;
}
.tabs-list-wimage-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-list-wimage-content-textbox {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding-right: 50px;
}
.tabs-list-wimage-content-item {
  display: none;
}
.tabs-list-wimage-content-item:first-child {
  display: block;
}
.tabs-list-wimage-content-item-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  opacity: 0;
}
@-webkit-keyframes tabs-fade-in {
  to {
    opacity: 1;
  }
}
@keyframes tabs-fade-in {
  to {
    opacity: 1;
  }
}
.tabs-list-wimage-content-item.is-active .tabs-list-wimage-content-item-box {
  -webkit-animation: tabs-fade-in 1s forwards;
  animation: tabs-fade-in 1s forwards;
}

@media only screen and (max-width: 1239px) {
  .tabs-list-wimage-nav ul li {
    padding: 0 12px 10px;
    margin: 0 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .accordion-wimage-imagebox {
    margin-bottom: 60px;
    padding: 0 12px;
  }
  .accordion-wimage-textbox {
    padding-right: 0;
  }
  .accordion-wimage-item {
    margin-bottom: 20px;
  }
  .accordion-wimage-item-text {
    padding-top: 20px;
  }
  .tabs-list-wimage-nav {
    margin-bottom: 30px;
  }
  .tabs-list-wimage-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 10px;
  }
  .tabs-list-wimage-nav ul li {
    margin: 0 10px 0 0;
  }
  .tabs-list-wimage-nav ul li:last-of-type {
    margin-right: 0;
  }
  .tabs-list-wimage-content-imgbox {
    margin-bottom: 40px;
    padding: 0 12px;
  }
  .tabs-list-wimage-content-textbox {
    padding-right: 0;
  }
}

.contact-person-block-top {
  margin-bottom: 120px;
}
.contact-person-block-top .section-title-45 {
  margin-bottom: 30px;
}
.contact-person-block-top > :last-child,
.contact-person-block-top .entry > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .contact-person-block-top {
    margin-bottom: 60px;
  }
}

.three-cards-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.three-cards-owl .item {
  height: 100%;
  padding: 30px 40px 90px 30px;
  border-bottom-right-radius: 200px;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.three-cards-owl .item > div {
  width: 100%;
}
.three-cards-owl .item.item-even {
  border-bottom-right-radius: 0;
  border-top-right-radius: 200px;
}
.three-cards-owl .item .ratings-level img {
  max-height: 108px;
}
.three-cards-owl .item .text-45 {
  font-weight: 400;
  margin-bottom: 30px;
  padding-right: 60px;
}
.three-cards-owl-btn {
  margin-top: 30px;
}
.three-cards-owl-btn .btn-green-border,
.three-cards-owl-btn .btn-green-border:focus,
.three-cards-owl-btn .btn-green-border:active {
  min-width: 1px;
}
.three-cards-owl .owl-nav button.owl-next,
.three-cards-owl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.three-cards-owl .owl-nav button.owl-prev {
  left: -120px;
  background: url(../../img/slide-prev.svg) no-repeat center center / 100% 100%;
}
.three-cards-owl .owl-nav button.owl-next {
  right: -120px;
  background: url(../../img/slide-next.svg) no-repeat center center / 100% 100%;
}
.three-cards-owl .owl-nav button span {
  display: none;
}
.three-cards-owl .owl-dots {
  padding-top: 30px;
}
.three-cards-owl .owl-dot:first-child {
  margin-left: 0;
}
.three-cards-owl .owl-dot span {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
  transition: 0.2s ease-in-out;
}
.three-cards-owl .owl-dot.active span {
  background: #1e5037;
}
@media only screen and (max-width: 1600px) {
  .three-cards-owl .owl-nav button.owl-prev {
    left: -60px;
  }
  .three-cards-owl .owl-nav button.owl-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1480px) {
  .three-cards-owl {
    padding: 0 80px;
  }
  .three-cards-owl .owl-nav button.owl-prev {
    left: 0;
  }
  .three-cards-owl .owl-nav button.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .three-cards-slider-section {
    overflow: hidden;
  }
  .three-cards-slider {
    width: calc(100% + 30px);
    padding-right: 20%;
  }
  .three-cards-owl {
    padding: 0;
  }
  .three-cards-owl .owl-stage-outer {
    overflow: visible;
  }
  .three-cards-owl .item {
    padding: 30px 20px 90px;
    border-bottom-right-radius: 150px;
  }
  .three-cards-owl .item.item-even {
    border-bottom-right-radius: 0;
    border-top-right-radius: 150px;
  }
}

/* 05 27 start */
.related-downloads-slider.related-downloads {
  width: 100%;
}
.related-downloads-owl {
  margin-bottom: 60px;
}
.related-downloads-owl .item {
  position: relative;
  min-height: 330px;
  padding-right: 50%;
  padding-bottom: 60px;
}
.related-downloads-owl .item > img {
  width: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 55%;
}

.related-downloads-owl .owl-nav button.owl-next,
.related-downloads-owl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.related-downloads-owl .owl-nav button.owl-prev {
  left: -120px;
  background: url(../../img/slide-prev.svg) no-repeat center center / 100% 100%;
}
.related-downloads-owl .owl-nav button.owl-next {
  right: -120px;
  background: url(../../img/slide-next.svg) no-repeat center center / 100% 100%;
}
.related-downloads-owl .owl-nav button span {
  display: none;
}
.related-downloads-owl .owl-dots {
  padding-top: 30px;
}
.related-downloads-owl .owl-dot:first-child {
  margin-left: 0;
}
.related-downloads-owl .owl-dot span {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1e5037;
  margin: 0 10px;
  transition: 0.2s ease-in-out;
}
.related-downloads-owl .owl-dot.active span {
  background: #1e5037;
}

.setup-guide-growth-split-list-hor ul {
  margin: 0;
}
.setup-guide-growth-split-list-hor ul li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-bottom: 40px;
}
.setup-guide-growth-split-list-hor ul li:last-child {
  margin-bottom: 0;
}
.setup-guide-growth-split-list-hor-img {
  float: left;
  width: 150px;
  min-width: 150px;
  margin-right: 40px;
}
.setup-guide-growth-split-list-hor-img img {
  max-height: 150px;
}
.setup-guide-growth-split-list-hor ul li .text-25 {
  float: left;
  width: calc(100% - 190px);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.setup-guide-growth-split-list-hor ul li .text-25 > * {
  width: 100%;
}

.setup-guide-growth-split > ul {
  /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}
.setup-guide-growth-split > ul > li {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.setup-guide-growth-split > ul > li > div {
  width: 100%;
}
.setup-guide-growth-split > ul > li > div:not(.entry) {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.setup-guide-growth-split > ul > li > div > div {
  width: 100%;
}

.entry pre {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  overflow: visible;
  white-space: wrap;
}

.setup-guide-growth-split .setup-guide-growth-split-list ul li {
  position: relative;
  padding-bottom: 40px;
}
.setup-guide-growth-split
  .setup-guide-growth-split-list
  ul
  li
  .tooltip-trigger {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.setup-guide-growth-split
  .setup-guide-growth-split-list
  ul
  li
  .setup-guide-growth-split-list-text {
  margin-bottom: 30px;
}

.setup-guide-growth-split-no-divider.setup-guide-growth-split > ul > li {
  border-right: none;
}

@media only screen and (max-width: 1600px) {
  .related-downloads-owl .owl-nav button.owl-prev {
    left: -60px;
  }
  .related-downloads-owl .owl-nav button.owl-next {
    right: -60px;
  }
  .related-downloads-owl .btn-eye,
  .related-downloads-owl .btn-eye:focus,
  .related-downloads-owl .btn-eye:active {
    width: 60px;
    margin-left: 20px;
  }
  .related-downloads-owl .btn-blue-border,
  .related-downloads-owl .btn-blue-border:focus,
  .related-downloads-owl .btn-blue-border:active {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 1480px) {
  .related-downloads-owl {
    padding: 0 80px;
  }
  .related-downloads-owl .owl-nav button.owl-prev {
    left: 0;
  }
  .related-downloads-owl .owl-nav button.owl-next {
    right: 0;
  }
  .related-downloads-owl .item > img {
    top: 0;
    transform: none;
  }
}

@media only screen and (max-width: 1023px) {
  .related-downloads-section {
    overflow: hidden;
  }
  .related-downloads-owl {
    padding: 0 0;
  }
  .related-downloads-owl .owl-stage-outer {
    overflow: visible;
  }
  .related-downloads-owl .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-downloads-owl .item {
    min-height: 1px;
    padding-right: 0;
    padding-top: 0;
    width: 250px;
    height: 100%;
    padding-bottom: 385px;
  }
  .related-downloads-owl .item::before {
    content: "";
    position: absolute;
    right: -39px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #707070;
  }
  .related-downloads-owl .item > img {
    width: auto !important;
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    right: 0;
    max-width: 100%;
  }
  .related-downloads-owl .item .related-download-headline {
    min-height: 15px;
  }
  .related-downloads-owl .related-download-button {
    bottom: 302px;
  }
  .related-downloads-owl .btn-eye,
  .related-downloads-owl .btn-eye:focus,
  .related-downloads-owl .btn-eye:active {
    min-width: 60px;
  }
  .related-downloads-owl .btn-blue-border,
  .related-downloads-owl .btn-blue-border:focus,
  .related-downloads-owl .btn-blue-border:active {
    padding-left: 18px;
  }
  .setup-guide-growth-split-list-hor-img {
    width: 126px;
    min-width: 126px;
    margin-right: 40px;
  }
  .setup-guide-growth-split-list-hor-img img {
    max-height: 126px;
  }
  .setup-guide-growth-split-list-hor ul li .text-25 {
    width: calc(100% - 166px);
  }
}

@media only screen and (max-width: 639px) {
  .why-features-list-reworked-mobile ul li {
    min-height: 126px;
    padding-top: 0;
    padding-left: 156px;
    text-align: left;
  }
  .why-features-list-reworked-mobile ul li img {
    right: auto;
    left: 0;
    max-width: 126px;
    top: 0;
    transform: none;
  }
  .product-reasons-list-rework-mobile ul li {
    position: relative;
    min-height: 126px;
    padding-left: 156px;
    text-align: left;
  }
  .product-reasons-list-rework-mobile ul li .pr-list-icon {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-reasons-list-rework-mobile ul li .pr-list-icon img {
    max-width: 126px;
  }
  .related-downloads-owl .item {
    padding-bottom: 344px;
    width: 225px;
  }
  .related-downloads-owl .related-download-button {
    bottom: 275px;
  }
  .related-downloads-owl {
    margin-bottom: 40px;
  }
  .related-downloads-owl .related-download-button .btn-blue-border,
  .related-downloads-owl .related-download-button .btn-blue-border:focus,
  .related-downloads-owl .related-download-button .btn-blue-border:active {
    min-width: 1px;
    padding-left: 20px;
  }
  .setup-guide-growth-split-list-hor-img {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
  .setup-guide-growth-split-list-hor-img img {
    max-height: 100px;
  }
  .setup-guide-growth-split-list-hor ul li .text-25 {
    width: calc(100% - 120px);
  }
  .setup-guide-growth-split .setup-guide-growth-split-list ul li {
    display: block;
    padding-bottom: 0;
  }
  .setup-guide-growth-split
    .setup-guide-growth-split-list
    ul
    li
    .setup-guide-growth-split-list-text {
    margin-bottom: 10px;
  }
  .setup-guide-growth-split
    .setup-guide-growth-split-list
    ul
    li
    .tooltip-trigger {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
/* 05 27 end */

/* Pagrindinės navigacijos pokyčiai / Business Opportunities dalis start*/
.opportunities-wrapper-v2-top .section-title {
  margin-bottom: 0;
}
.opportunities-wrapper-v2-top {
  position: relative;
  padding-right: 168px;
  margin-bottom: 80px;
}
.opportunities-wrapper-v2-owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.opportunities-wrapper-v2-owl-nav ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.opportunities-wrapper-v2-owl-nav ul li {
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #195236;
  border-radius: 50%;
  margin-left: 18px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.opportunities-wrapper-v2-owl-prev {
  background: #fff url(../../img/icon-owl-chev-left-green.svg) no-repeat center
    center;
}
.opportunities-wrapper-v2-owl-next {
  background: #fff url(../../img/icon-owl-chev-right-green.svg) no-repeat center
    center;
}
.opportunities-wrapper-v2-owl-nav
  ul
  li.opportunities-wrapper-v2-owl-prev:hover {
  background-position: center left 15px;
}
.opportunities-wrapper-v2-owl-nav
  ul
  li.opportunities-wrapper-v2-owl-next:hover {
  background-position: center right 15px;
}
.opportunities-wrapper-v2-owl .owl-stage-outer {
  width: calc(100% + 100vw);
}
.opportunities-wrapper-v2-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.opportunities-wrapper-v2-owl .item {
  height: 100%;
}
.opportunities-wrapper-v2-owl .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding-bottom: 112px;
  border-bottom-right-radius: 200px;
}
.opportunities-wrapper-v2-owl .item a::after {
  content: "";
  width: 41px;
  height: 38px;
  background: url(../../img/icon-arrow-right-green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 44px;
  left: 44px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.opportunities-wrapper-v2-owl-img-hold {
  position: relative;
  padding-bottom: 59%;
}
.opportunities-wrapper-v2-owl-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.opportunities-wrapper-v2-owl-img-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}
.opportunities-wrapper-v2-owl
  .item
  a:hover
  .opportunities-wrapper-v2-owl-img-hover {
  opacity: 0;
  visibility: hidden;
}
.opportunities-wrapper-v2-owl .item a:hover::after {
  opacity: 1;
}
.opportunities-wrapper-v2-owl-textbox {
  padding: 54px 30px 0 44px;
}
.opportunities-wrapper-v2-owl-textbox .text-45 {
  margin-bottom: 22px;
}
.opportunities-wrapper-v2-owl-textbox .text-25 {
  margin-bottom: 0;
}
.opportunities-wrapper-v2-bottom {
  margin-top: 90px;
}

.sub-menu-item-bussiness-new {
  overflow: hidden;
  padding: 55px 0 9px;
}
.sub-menu-item-bussiness-new ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  width: calc(100% + 73px);
}
.sub-menu-item-bussiness-new ul li {
  float: left;
  width: calc(33.333% - 73px);
  margin: 0 73px 46px 0;
}
.sub-menu-item-bussiness-new ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 87px;
  color: #000;
  min-height: 61px;
}
.sub-menu-item-bussiness-new-img {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #efeff4;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-menu-item-bussiness-new ul li a:hover .sub-menu-item-bussiness-new-img {
  background: #abd2e5;
}
.sub-menu-item-bussiness-new-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 26px;
  max-height: 26px;
}
.sub-menu-item-bussiness-new-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 10px;
}
.sub-menu-item-bussiness-new-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
}
.sub-menu-item-bussiness-new-mobile ul li {
  margin-bottom: 9px;
}
.sub-menu-item-bussiness-new-mobile ul li:last-child {
  margin-bottom: 0;
}
.sub-menu-item-bussiness-new-mobile ul li a {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  color: #707070;
}
.sub-menu-item-bussiness-new-mobile ul li img {
  max-height: 21px;
  max-width: 21px;
  -webkit-filter: grayscale(1) brightness(3.2);
  filter: grayscale(1) brightness(3.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) and (max-height: 720px) {
  .sub-menu-item-bussiness-new {
    overflow: hidden;
    padding: 30px 0 0;
  }
  .sub-menu-item-bussiness-new ul li {
    margin-bottom: 30px;
  }
  .sub-menu-item-bussiness-new ul li a {
    padding-left: 60px;
    min-height: 40px;
  }
  .sub-menu-item-bussiness-new-img {
    width: 40px;
    height: 40px;
  }
  .sub-menu-item-bussiness-new-img img {
    max-width: 20px;
    max-height: 20px;
  }
  .sub-menu-item-bussiness-new-title {
    font-size: 14px;
  }
  .sub-menu-item-bussiness-new-text {
    font-size: 12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
  }
}

@media only screen and (max-width: 1023px) {
  .opportunities-wrapper-v2-top {
    margin-bottom: 55px;
  }
  .opportunities-wrapper-v2-owl-textbox {
    padding: 30px 30px 0 30px;
  }
  .opportunities-wrapper-v2-owl .item a::after {
    width: 29px;
    height: 26px;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .opportunities-wrapper-v2-top {
    padding-right: 0;
  }
  .opportunities-wrapper-v2-owl-nav {
    display: none;
  }
  .opportunities-wrapper-v2-owl .owl-dots {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-top: 50px;
  }
  .opportunities-wrapper-v2-owl .owl-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #030303 !important;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    margin-right: 14px;
  }
  .opportunities-wrapper-v2-owl .owl-dot.active {
    background: #1e5037 !important;
    border-color: #1e5037 !important;
  }
  .opportunities-wrapper-v2-bottom {
    margin-top: 40px;
  }
}
/* Pagrindinės navigacijos pokyčiai / Business Opportunities dalis end*/

/* contacts start */
.contact-intro-wrapper-white {
  background: #fff;
  padding: 81px 0 121px;
  overflow: hidden;
}
.contact-intro-wrapper-white .section-title {
  margin-bottom: 0;
}

.contact-new-hold {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-new-hold-left {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;

  padding-right: 17px;
}
.contact-intro-form {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contact-intro-form * {
  font-family: "TTHoves", sans-serif !important;
  color: #000;
}
.contact-intro-form form {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;

  height: 100%;
}
.contact-intro-form form > * {
  width: 100%;
}
.contact-intro-form form .gform-body {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contact-intro-form .gform_page {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-line-pack: justify;
  align-content: space-between;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contact-intro-form .gform_page > div {
  width: 100%;
}
.contact-intro-form .gform_wrapper {
  padding: 0 !important;
  padding: 0 !important;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contact-intro-form .gform_heading {
  display: none !important;
}
.contact-intro-form .gform_wrapper.gravity-theme .gf_step {
  margin: 14px 64px 14px 0 !important;
}
.contact-intro-form .gform_wrapper.gravity-theme .gf_step_number {
  width: 57px !important;
  height: 57px !important;
  border: 1px solid #e1e1eb !important;
  border-radius: 50% !important;
  background: #e1e1eb !important;
  font-size: 18px !important;
  line-height: 1.22 !important;
  color: #707070 !important;
}
.contact-intro-form .gform_wrapper.gravity-theme .gf_step_label {
  padding-left: 20px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .gf_step_active
  .gf_step_label {
  font-weight: 600 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .gf_step_completed
  .gf_step_number::before {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  background: #195236 url(../../img/icon-form-done-tick.svg) no-repeat center
    center / 17px 14px !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .gf_step_completed
  .gf_step_number::after {
  display: none !important;
}
.contact-intro-form .gform_page .gsection_title {
  display: none !important;
}
.contact-intro-form .gform_page .gsection_description {
  padding: 0 !important;
  margin: 0 0 24px !important;
  font-size: 25px !important;
  font-weight: 200 !important;
  line-height: 1.2 !important;
}
.contact-intro-form legend.gform-field-label {
  display: block !important;
  width: 100% !important;
}
.contact-intro-form .gform_wrapper.gravity-theme .gsection {
  padding: 0 !important;
  border: none !important;
}
.contact-intro-form .gform_fields {
  display: block !important;
}
.contact-intro-form .gfield {
  margin-bottom: 20px !important;
}
.contact-intro-form .gfield--width-half {
  display: inline-block !important;
  width: 50% !important;
}
.contact-intro-form .half-left {
  padding-right: 12px !important;
}
.contact-intro-form .half-right {
  padding-left: 12px !important;
}
.contact-intro-form .gfield > .gform-field-label {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.contact-intro-form .gform_wrapper.gravity-theme .gfield_required {
  font-size: 18px !important;
  line-height: 1.56 !important;
  padding-inline-start: 0 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .gfield_required.gfield_required_asterisk {
  padding-inline-start: 7px !important;
  top: -5px;
  position: relative;
}
.contact-intro-form .gfield_radio,
.contact-intro-form .gfield_checkbox {
  padding-top: 9px;
}
.contact-intro-form .gchoice:not(:last-child) {
  margin-bottom: 8px;
}
.contact-intro-form .gchoice input,
.contact-intro-form .ginput_container_consent input {
  display: none !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  label,
.contact-intro-form .gform_wrapper.gravity-theme .gfield_checkbox label,
.contact-intro-form .gform_wrapper.gravity-theme .gfield_radio label {
  margin: 0 !important;
  max-width: 100% !important;
  position: relative !important;
  padding-left: 30px !important;
  font-size: 18px !important;
  font-weight: 1.1 !important;
}
.contact-intro-form .gfield_radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-intro-form .gfield_radio label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #195236;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.contact-intro-form .gfield_radio input:checked + label::after {
  opacity: 1;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single,
.contact-intro-form .ginput_container input,
.contact-intro-form .ginput_container input:focus,
.contact-intro-form .ginput_container textarea,
.contact-intro-form .ginput_container select {
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 18px !important;
  height: 45px !important;
  border-radius: 5px !important;
  border: 1px solid #000 !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 1.22 !important;
  background: transparent !important;
}
.contact-intro-form .ginput_container textarea {
  resize: none !important;
  height: 145px !important;
  padding: 8px 15px !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single,
.contact-intro-form .ginput_container select {
  background: url(../../img/angle-down.svg) no-repeat center right 16px / 16px 8px !important;
  padding-right: 48px !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .select-no-search
  .chosen-search {
  display: none;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container
  .chosen-results
  li {
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 4px 14px !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container
  .chosen-results
  li.highlighted {
  background-color: #195236 !important;
  background-image: none !important;
  color: #fff !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single.chosen-with-drop
  .chosen-single {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  span {
  display: block !important;
  margin: 0 !important;
  line-height: 45px !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #707070 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single.is-active
  span {
  color: #000 !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  div {
  display: none !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container
  .chosen-drop {
  border: 1px solid #000 !important;
  border-top: none !important;
}
.contact-intro-form
  .gform_wrapper.gravity-theme
  .chosen-container
  .chosen-drop
  .chosen-search {
  margin-bottom: 8px !important;
}
.contact-intro-form input::placeholder,
.contact-intro-form textarea::placeholder {
  color: #707070;
  opacity: 1;
}
.contact-intro-form input::-webkit-input-placeholder,
.contact-intro-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
  opacity: 1;
}
.contact-intro-form input::-moz-placeholder,
.contact-intro-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
  opacity: 1;
}
.contact-intro-form input:-ms-input-placeholder,
.contact-intro-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
  opacity: 1;
}
.contact-intro-form input:-moz-placeholder,
.contact-intro-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
  opacity: 1;
}
.contact-intro-form .gform_page_footer {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  padding: 0 !important;
  margin: 60px 0 0 !important;
  position: relative !important;
}
.contact-intro-form .gform_page_footer .gform_previous_button,
.contact-intro-form .gform_page_footer .gform_previous_button:focus {
  box-shadow: none !important;
  outline: none !important;
  height: 63px !important;
  width: calc(50% - 15px) !important;
  margin: 0 15px 0 0 !important;
  border-radius: 0 !important;
  border: 2px solid #707070 !important;
  padding: 12px 50px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  color: #707070 !important;
  text-align: center !important;
  transition: 0.2s !important;
  cursor: pointer !important;
  background: transparent !important;
  background: transparent !important;
  background-image: url(../../img/angle-left-white-gray.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center left 18px !important;
  text-transform: uppercase !important;
}
.contact-intro-form .gform_page_footer .gform_previous_button:hover {
  background-position: center left 7px !important;
}
.contact-intro-form .gform_page_footer .gform_next_button,
.contact-intro-form .gform_page_footer .gform_next_button:focus {
  box-shadow: none !important;
  outline: none !important;
  height: 63px !important;
  width: calc(50% - 15px) !important;
  margin: 0 0 0 15px !important;
  border-radius: 0 !important;
  border: 2px solid #1e5037 !important;
  padding: 12px 50px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  color: #000 !important;
  text-align: center !important;
  transition: 0.3s !important;
  cursor: pointer !important;
  background: transparent !important;
  background-image: url(../../img/angle-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 18px !important;
  text-transform: uppercase !important;
}
.contact-intro-form .gform_page_footer .gform_next_button:hover {
  background-color: #195236 !important;
  color: #fff !important;
  background-image: url(../../img/angle-right-white.svg) !important;
  background-position: center right 7px !important;
}

.contact-intro-form .gform_page_footer .gform_ajax_spinner {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-intro-form .gform_validation_errors {
  display: none !important;
}
.contact-intro-form .gfield_validation_message {
  border: none !important;
  margin: 8px 0 0 !important;
  padding: 11px 18px 13px 18px !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 1.22 !important;
  color: #a94442 !important;
  background: #f2dede !important;
  border-radius: 6px !important;
}

.contact-intro-form .ginput_container_consent label::before,
.contact-intro-form .ginput_container_consent label::after,
.contact-intro-form .gfield_checkbox label::before,
.contact-intro-form .gfield_checkbox label::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-intro-form .ginput_container_consent label::before,
.contact-intro-form .gfield_checkbox label::before {
  border: 1px solid #000;
}
.contact-intro-form .ginput_container_consent label::after,
.contact-intro-form .gfield_checkbox label::after {
  background: #195236 url(../../img/icon-checkbox-tick-white.svg) no-repeat center
    center / 10px 8px !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.contact-intro-form .ginput_container_consent input:checked + label::after,
.contact-intro-form .gfield_checkbox input:checked + label::after {
  opacity: 1;
}
.contact-intro-form .ginput_container_consent label a {
  text-decoration: underline;
  color: #000;
}
.contact-intro-form .ginput_container_consent label a:hover {
  text-decoration: none;
  color: #000;
}

.contact-intro-form .gform_page_footer input[type="submit"],
.contact-intro-form .gform_page_footer input[type="submit"]:focus {
  box-shadow: none !important;
  outline: none !important;
  height: 63px !important;
  width: calc(50% - 15px) !important;
  margin: 0 0 0 15px !important;
  border-radius: 0 !important;
  border: 2px solid #1e5037 !important;
  padding: 12px 50px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  color: #fff !important;
  text-align: center !important;
  transition: 0.3s !important;
  cursor: pointer !important;
  background-color: #195236 !important;
  background-image: url(../../img/angle-right-white.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 18px !important;
  text-transform: uppercase !important;
}
.contact-intro-form .gform_page_footer input[type="submit"]:hover {
  background-color: #143f28 !important;
  color: #fff !important;
  background-image: url(../../img/angle-right-white.svg) !important;
  background-position: center right 7px !important;
  border-color: #143f28 !important;
}

.contact-intro-form .gform_confirmation_message {
  position: relative;
  padding-top: 178px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}
.contact-intro-form .gform_confirmation_message::after {
  content: "";
  width: 138px;
  height: 138px;
  background: url(../../img/icon-form-success.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-intro-form .gform_confirmation_message h2 {
  font-size: 75px;
  font-weight: normal;
  line-height: 1.19;
}
.contact-intro-form .gform_confirmation_message a {
  display: inline-block;
  outline: none;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
  border: 2px solid #1e5037;
  padding: 12px 50px;
  position: relative;
  min-width: 384px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 40px;
}
.contact-intro-form .gform_confirmation_message a:hover {
  color: #000;
}
.contact-intro-form .gform_confirmation_message a:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 20px;
  width: 11px;
  height: 18px;
  background: url(../../img/angle-right.svg) no-repeat center center;
  transition: 0.3s;
}
.contact-intro-form .gform_confirmation_message a:hover:after {
  transform: translate(7px, -50%);
}
.contact-intro-form {
}
.contact-intro-form {
}

.contact-new-hold .section-title {
  display: none;
}

.contact-new-hold-right {
  padding-left: 65px;
}
.contact-new-hold-right-box {
  background: #efeff4;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  padding: 97px 0 73px 86px;
  min-height: 100%;
  font-size: 25px;
  line-height: 1.2;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.contact-new-hold-right-box::after {
  content: "";
  height: 100%;
  width: 100vw;
  background: #efeff4;
  position: absolute;
  top: 0;
  left: 95%;
  z-index: -1;
  pointer-events: none;
}
.contact-new-hold-right-box-contact ul li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}
.contact-new-hold-right-box-contact ul li span {
  display: block;
  font-weight: 500;
}
.contact-new-hold-right-box-contact ul li p a {
  color: #000;
  transition: 0.3s ease-in-out;
}
.contact-new-hold-right-box-contact ul li p a:hover {
  color: #195236;
}
.contact-new-hold-right-box-contact ul li > a {
  margin-top: 16px;
}
.contact-new-hold-right-box-links {
  margin-top: 60px;
}
.contact-new-hold-right-box-links span {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-new-hold-right-box-links ul li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.contact-new-hold-right-box-links ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
  white-space: normal !important;
  font-weight: 400 !important;
}
.single-event-intro + .learn-more-wrapper.news-cta-wrapper {
  margin-top: -100px;
}

.page-template-tp-contact main {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-template-tp-contact main > section {
  width: 100%;
}

@media only screen and (max-width: 1410px) {
  .contact-intro-wrapper-white .large-offset-1 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1239px) {
  .contact-new-hold-right-box {
    padding: 64px 0 64px 48px;
    font-size: 18px;
  }
  .contact-new-hold-right-box a {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-intro-wrapper-white {
    padding-bottom: 0;
  }
  .contact-intro-wrapper-white .section-title {
    margin-bottom: 28px;
  }
  .contact-intro-form .gform_wrapper.gravity-theme .gf_step {
    margin: 8px 64px 8px 0 !important;
  }
  .gform_wrapper.gravity-theme .gf_page_steps {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .contact-intro-form .gform_page .gsection_description {
    margin: 0 0 31px !important;
    font-size: 18px !important;
  }
  .contact-intro-form .gfield > .gform-field-label {
    font-size: 18px !important;
  }
  .contact-intro-form
    .gform_wrapper.gravity-theme
    .gfield_required.gfield_required_asterisk {
    padding-inline-start: 4px !important;
    top: -2px;
  }
  .contact-intro-form .gfield_radio,
  .contact-intro-form .gfield_checkbox {
    padding-bottom: 7px;
  }
  .contact-intro-form .gchoice:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact-intro-form
    .gform_wrapper.gravity-theme
    .ginput_container_consent
    label,
  .contact-intro-form .gform_wrapper.gravity-theme .gfield_checkbox label,
  .contact-intro-form .gform_wrapper.gravity-theme .gfield_radio label {
    padding-left: 59px !important;
  }
  .contact-intro-form .gfield_radio label::before {
    width: 36px;
    height: 36px;
    left: 4px;
  }
  .contact-intro-form .gfield_radio label::after {
    width: 24px;
    height: 24px;
    left: 10px;
  }
  .contact-new-hold-left {
    display: block;
    padding-right: 0;
  }
  .contact-new-hold-right {
    padding: 0;
    margin-top: 40px;
  }
  .contact-new-hold-right-box::after {
    display: none;
  }
  .contact-new-hold-right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc(100% + 60px);
    margin-left: -30px;
    font-weight: 200;
  }
  .contact-new-hold-right-box-links {
    margin-top: 0;
  }
  .contact-new-hold-right-box > :last-child {
    margin-bottom: 0;
  }
  .contact-new-hold-right-box-contact {
    margin-top: 40px;
  }
  .contact-intro-form .gform_page_footer {
    margin-top: 0 !important;
  }
  .contact-intro-form
    .gform_wrapper.gravity-theme
    .ginput_container_consent
    label,
  .contact-intro-form .gform_wrapper.gravity-theme .gfield_checkbox label,
  .contact-intro-form .gform_wrapper.gravity-theme .gfield_radio label {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-line-pack: center;
    align-content: center;

    min-height: 36px;
  }
  .contact-intro-form .ginput_container_consent label::before,
  .contact-intro-form .ginput_container_consent label::after,
  .contact-intro-form .gfield_checkbox label::before,
  .contact-intro-form .gfield_checkbox label::after {
    width: 36px;
    height: 36px;
    top: 1px;
    left: 0;
  }
  .contact-intro-form .ginput_container_consent label::after,
  .contact-intro-form .gfield_checkbox label::after {
    background: #195236 url(../../img/icon-checkbox-tick-white.svg) no-repeat
      center center / 16px 12px !important;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .contact-intro-form .ginput_container textarea {
    height: 302px !important;
  }
  .contact-new-hold-right-box {
    padding: 61px 30px 46px;
    border-radius: 0;
  }
  .contact-intro-form .gform_confirmation_message {
    position: relative;
    padding-top: 82px;
    font-size: 18px;
  }
  .contact-intro-form .gform_confirmation_message:after {
    width: 68px;
    height: 68px;
  }
  .contact-intro-form .gform_confirmation_message h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 639px) {
  .contact-intro-wrapper-white {
    padding: 60px 0 0;
  }
  .contact-intro-form .gfield--width-half {
    width: 100% !important;
  }
  .contact-intro-form .half-left {
    padding-right: 0 !important;
  }
  .contact-intro-form .half-right {
    padding-left: 0 !important;
  }
  .contact-intro-form .gform_page_footer .gform_previous_button,
  .contact-intro-form .gform_page_footer .gform_previous_button:focus {
    height: 40px !important;
    width: 100% !important;
    margin: 11px 0 0 0 !important;
    padding: 9px 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    background-position: center left 10px !important;
    background-size: 7px 14px !important;
  }
  .contact-intro-form .gform_page_footer .gform_next_button,
  .contact-intro-form .gform_page_footer .gform_next_button:focus {
    height: 40px !important;
    width: 100% !important;
    margin: 11px 0 0 0 !important;
    padding: 9px 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    background-position: center right 10px !important;
    background-size: 7px 14px !important;
  }
  .contact-intro-form .gform_page_footer input[type="submit"],
  .contact-intro-form .gform_page_footer input[type="submit"]:focus {
    height: 40px !important;
    width: 100% !important;
    margin: 11px 0 0 0 !important;
    padding: 9px 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    background-position: center right 10px !important;
    background-size: 7px 14px !important;
  }
  .contact-intro-form .gform_confirmation_message a {
    min-width: 1px;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    padding: 7px 30px;
  }
  .contact-intro-form .gform_confirmation_message a:after {
    top: 51%;
    right: 10px;
    background: url(../../img/angle-right.svg) no-repeat center center / 7px;
  }
  .single-event-intro + .learn-more-wrapper.news-cta-wrapper {
    margin-top: -30px;
  }
}
/* contacts end */

/* Single cta update start */
.learn-more-wrapper.single-cta-wrapper {
  background: transparent;
  padding: 0;
}
.single-cta-wrapper .learn-more-hold {
  background: #fed530;
  padding: 40px;
  border-radius: 30px 30px 30px 0;
}
.single-cta-wrapper .learn-more-right {
  padding-right: 0;
}
@media only screen and (max-width: 639px) {
  /* .learn-more-wrapper.single-cta-wrapper {
        padding: 30px 0;
    } */
  .single-cta-wrapper .learn-more-hold {
    padding: 30px;
  }
}
/* Single cta update end */

.sub-menu-item-bussiness-new .btn-blue-border,
.sub-menu-item-bussiness-new .btn-blue-border:focus,
.sub-menu-item-bussiness-new .btn-blue-border:active {
  font-size: 16px;
}

.sub-menu-item-bussiness-left .btn-blue-border,
.sub-menu-item-bussiness-left .btn-blue-border:focus,
.sub-menu-item-bussiness-left .btn-blue-border:active {
  width: 100%;
  text-align: center;
}

/* success stories update start */
.archive-ss-intro-box {
  padding: 71px 165px 89px 138px;
  max-width: 941px;
  border-bottom-right-radius: 250px;
  background: #abd2e5;
}
.archive-ss-intro-box .section-title {
  margin-bottom: 26px;
}
.text-25-18 {
  font-size: 25px;
  line-height: 1.2;
}

.archive-ss-section-logos {
  padding: 116px 0 0;
}
.title-35-18 {
  font-size: 35px;
  line-height: 1.16;
}
.archive-ss-section-logos .title-35-18 {
  margin-bottom: 58px;
}
.archive-ss-section-logos-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 70px;
}
.archive-ss-section-logos-list ul li img {
  max-width: 176px;
  max-height: 44px;
}

.archive-ss-section {
  padding: 120px 0;
}
.archive-ss-section .section-title {
  margin-bottom: 33px;
}
.archive-ss-section .text-25-18 {
  margin-bottom: 54px;
  max-width: 936px;
}
.archive-download-items-top .text-25-18 {
  margin-bottom: 54px;
  max-width: 600px;
}

.archive-ss-section-featured + .archive-ss-section {
  padding-top: 0;
}

.archive-ss-filter-hold {
  background: #efeff4;
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
  margin-bottom: 60px;
}
.archive-ss-filter-hold .archive-ss-filter-trigger {
  display: block;
  padding: 30px 51px 30px 68px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}
.archive-ss-filter-hold .archive-ss-filter-trigger::before {
  content: "";
  width: 17px;
  height: 10px;
  background: url(../../img/angle-down-green.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.archive-ss-filter-hold .archive-ss-filter-trigger.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
.archive-ss-filter-hold ul {
  padding: 0 51px 19px 36px;
  display: none;
}
.archive-ss-filter-hold ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
  padding: 9px 39px 14px 26px;
  background: #fff;
  border-bottom-right-radius: 34px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.archive-ss-filter-hold ul li:hover,
.archive-ss-filter-hold ul li.is-active {
  background: #abd2e5;
}
.archive-ss-filter-hold ul li.is-active {
  padding-right: 63px;
}
.archive-ss-filter-hold ul li.is-active::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../img/icon-close-small-green.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}
.archive-ss-grid-list {
  overflow: hidden;
}
.archive-ss-grid-list-more {
  display: none;
  margin-top: 60px;
}
.archive-ss-filter-clear-box {
  display: none;
}
.archive-ss-filter-clear {
  display: inline-block;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 28px;
  right: 53px;
  z-index: 2;
  cursor: pointer;
}
.archive-ss-filter-clear::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../img/icon-close-small-green.svg) no-repeat center center /
    contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.archive-ss-filter-clear::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive-ss-filter-clear:hover {
  opacity: 0.7;
}

.archive-ss-filtered-success-list {
  width: calc(100% + 30px);
  margin: -15px 0 -15px -15px;
}
.archive-ss-filtered-success-list .archive-ss-grid-item {
  padding: 15px;
  width: 25%;
}
.archive-ss-filtered-success-list .archive-ss-grid-item-box {
  display: block;
  position: relative;
  background: #efeff4;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-bottom: 100%;
  transition: 0.3s ease-in-out;
}
.archive-ss-filtered-success-list .archive-ss-grid-item-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
  transform-origin: top left;
  width: auto;
}

.archive-ss-section-created {
  background: #efeff4;
}
.archive-ss-section-created-owl .owl-stage-outer {
  overflow: visible;
}
.archive-ss-section-created-owl .owl-stage {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.archive-ss-section-created-owl .item-hold {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.archive-ss-section-created-owl-text {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 18px;
  line-height: 1.22;
  color: #000;
  transition: 0.3s ease-in-out;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 50px;
  width: 58%;
}
.archive-ss-section-created-owl-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.archive-ss-section-created-owl .item {
  border-radius: 50px;
  overflow: hidden;
  padding-bottom: 47.8%;
  position: relative;
  background: #abd2e5;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.archive-ss-section-created-owl .item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.archive-ss-section-created-owl .item-logo img {
  max-width: 100%;
  max-height: 100%;
}
.archive-ss-section-created-owl .owl-nav {
  margin-top: 30px;
}
.archive-ss-section-created-owl .owl-nav button {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #195236 !important;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
}
.archive-ss-section-created-owl .owl-nav button span {
  display: none;
}
.archive-ss-section-created-owl .owl-nav button:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}
.archive-ss-section-created-owl .owl-nav button.owl-prev::after {
  background: url(../../img/icon-owl-chev-left-green.svg) no-repeat center center;
}
.archive-ss-section-created-owl .owl-nav button.owl-next::after {
  background: url(../../img/icon-owl-chev-right-green.svg) no-repeat center center;
}
.archive-ss-section-created-owl .owl-nav button.owl-prev:hover::after {
  left: calc(50% - 15px);
}
.archive-ss-section-created-owl .owl-nav button.owl-next:hover::after {
  left: calc(50% + 15px);
}
.archive-ss-section-created-owl .owl-dots {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  gap: 14px;
  margin-top: 30px;
}
.archive-ss-section-created-owl .owl-dot {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  min-height: 13px;
  border: 2px solid #030303 !important;
  border-radius: 50%;
  background: transparent;
  transition: 0.2s ease-in-out;
}
.archive-ss-section-created-owl .owl-dot.active {
  border-color: #1e5037 !important;
  background: #1e5037;
}
.archive-ss-filtered-featured-list {
  width: calc(100% + 30px);
  margin: -15px 0 -15px -15px;
}
.archive-ss-filtered-featured-list .archive-ss-grid-item {
  padding: 15px;
  width: 33.333%;
}
.archive-ss-filtered-featured-list .archive-ss-grid-item-box {
  display: block;
  background: #abd2e5;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
}
.archive-ss-filtered-featured-list .archive-ss-grid-item-box-imghold {
  padding-bottom: 66.5%;
  overflow: hidden;
}
.archive-ss-filtered-featured-list .archive-ss-grid-item-box-img-logo {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  z-index: 2;
  border-radius: 20px;
  width: 52%;
  height: 111px;
  padding: 30px;
}
.archive-ss-filtered-featured-list .archive-ss-grid-item-box-img-logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s ease-out;
  max-height: 100%;
}
.archive-ss-filtered-featured-list
  .archive-ss-grid-item-box:hover
  .archive-ss-grid-item-box-img-logo
  img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.archive-ss-filtered-featured-list .archive-ss-grid-item-box-texthold {
  padding: 30px;
}
.archive-ss-grid-item-box-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 119px;
}

.single-ss-featured-intro {
  padding-top: 486px;
  position: relative;
}
.single-ss-featured-intro::after {
  content: "";
  width: 100%;
  height: 192px;
  background: #efeff4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-ss-featured-intro-hold {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  position: relative;
  z-index: 2;
  max-width: 936px;
}
.single-ss-featured-intro-hold .section-title {
  margin-bottom: 0;
}
.single-ss-featured-intro-hold-box {
  background: #abd2e5;
  border-bottom-right-radius: 250px;
  padding: 120px 138px 132px 138px;
}

.single-ss-featured-overview {
  background: #efeff4;
  padding: 60px 0;
}
.single-ss-featured-overview .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.single-ss-featured-overview-textbox {
  width: 50%;
}
.single-ss-featured-overview-logobox {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 50%;
  padding-left: 16%;
}
.single-ss-featured-overview-logobox img {
  max-height: 120px;
  width: auto;
}
.single-ss-featured-overview-logobox > div {
  width: 100%;
}
.single-ss-featured-overview .section-title-45 {
  margin-bottom: 30px;
}
.single-ss-featured-overview-list ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 30px;
}
.single-ss-featured-overview-list ul li {
  width: calc(50% - 15px);
  padding-top: 12px;
  border-top: 1px solid #000;
}
.single-ss-featured-overview-list-label {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-ss-featured-overview-list-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}
.single-ss-featured-overview-list-2 ul li {
  padding-top: 12px;
  border-top: 1px solid #000;
  margin-top: 30px;
}
.single-ss-featured-overview-btn {
  margin-top: 60px;
}

.single-ss-featured-content {
  padding: 60px 0 120px;
}
.single-ss-featured-content section:not(:last-child) {
  margin-bottom: 60px;
}
.single-ss-featured-content > :last-child {
  margin-bottom: 0 !important;
}

.single-ss-featured-cta {
  margin-bottom: 60px;
}
.single-ss-featured-cta .row {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.single-ss-featured-cta section {
  padding: 0;
  border-radius: 40px 40px 40px 0;
  overflow: hidden;
}
.single-ss-featured-cta .learn-more-hold {
  padding: 60px;
}
.single-ss-featured-cta .learn-more-text h3 {
  font-size: 35px;
}
.single-ss-featured-cta .fade-up,
.single-ss-featured-cta .fade-up-later {
  opacity: 1;
  transform: none;
}
.single-ss-featured-content .single-news-video a {
  max-width: 100%;
}
.single-ss-featured-full-image img {
  width: 100%;
  border-bottom-right-radius: 200px;
}
.single-ss-featured-content .entry > :last-child {
  margin-bottom: 0;
}

.single-ss-featured-content .master-quote-block-v2-slider-text-position {
  font-weight: 400;
}
.single-ss-featured-content .master-quote-block-v2-slider-text-bottom {
  width: 100%;
}

.row-1074 {
  max-width: 1104px;
}

.single-ss-featured-news {
  background: #efeff4;
}

.archive-ss-filtered-success-list .archive-ss-grid-item-box-htext {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
  .archive-ss-filtered-success-list .archive-ss-grid-item-box:hover img {
    top: 20px;
    left: 20px;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box-htext {
    font-size: 18px !important;
    padding: 84px 20px 80px !important;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box-htext p {
    -webkit-line-clamp: 4;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box::after {
    width: 31px;
    height: 28px;
    bottom: 20px;
  }
  .archive-ss-section-created-owl-text {
    font-size: 16px;
    padding: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box {
    padding-bottom: 180px;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box-imghold > img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
  }
  .archive-ss-filtered-featured-list
    .archive-ss-grid-item-box:hover
    .archive-ss-grid-item-box-imghold
    > img {
    transform: scale(1);
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box-texthold {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    background: #abd2e5;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box-texthold::after {
    content: "";
    width: 41px;
    height: 38px;
    background: url(../../img/icon-arrow-right-green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .archive-ss-filtered-featured-list
    .archive-ss-grid-item-box:hover
    .archive-ss-grid-item-box-texthold {
    padding-bottom: 98px;
  }
  .archive-ss-filtered-featured-list
    .archive-ss-grid-item-box:hover
    .archive-ss-grid-item-box-texthold::after {
    opacity: 1;
  }

  .archive-ss-filtered-success-list .archive-ss-grid-item-box::after {
    content: "";
    width: 41px;
    height: 38px;
    background: url(../../img/icon-arrow-right-green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box:hover {
    background: #abd2e5;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box:hover::after {
    opacity: 1;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box:hover img {
    top: 30px;
    left: 30px;
    transform: translate(0, 0);
    max-width: calc(100% - 60px);
    max-height: 54px;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box-htext {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 94px 30px 80px;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box-htext p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .archive-ss-filtered-success-list
    .archive-ss-grid-item-box:hover
    .archive-ss-grid-item-box-htext {
    opacity: 1;
  }

  .archive-ss-section-created-owl .item {
    padding-bottom: 0;
    height: 315px;
  }
  .archive-ss-section-created-owl
    .item-hold:hover
    .archive-ss-section-created-owl-text {
    opacity: 1;
  }
  .archive-ss-section-created-owl .item-hold:hover .item {
    width: 42%;
  }
  .archive-ss-section-created-owl .item-hold::after {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../../img/icon-circle-green-arrow-white.svg) no-repeat center
      center / contain;
    position: absolute;
    bottom: 22px;
    right: 22px;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .archive-ss-section-created-owl .item-hold:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1139px) {
  .archive-ss-grid-item-box-text {
    font-size: 18px;
    min-height: 87px;
  }
}

@media screen and (max-width: 1023px) {
  .text-25-18 {
    font-size: 18px;
    line-height: 1.22;
  }
  .title-35-18 {
    font-size: 18px;
    line-height: 1.22;
  }
  .archive-ss-section-logos {
    padding: 60px 0 0;
  }
  .archive-ss-section-logos .title-35-18 {
    margin-bottom: 21px;
  }
  .archive-ss-section {
    padding: 80px 0;
  }
  .archive-ss-section-created-owl {
    padding-right: 20%;
  }
  .archive-ss-section-created-owl .item {
    padding-bottom: 100%;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item {
    width: 50%;
  }
  .archive-ss-filter-hold {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
  }
  .archive-ss-filter-hold .archive-ss-filter-trigger {
    display: block;
    padding: 20px 51px 20px 68px;
    font-size: 20px;
  }
  .archive-ss-filter-hold ul {
    padding: 0 20px 18px;
  }
  .archive-ss-filter-hold ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    padding: 6px 25px 8px 13px;
    border-bottom-right-radius: 20px;
  }
  .archive-ss-filter-hold ul li.is-active {
    padding-right: 37px;
  }
  .archive-ss-filter-hold ul li.is-active::after {
    width: 10px;
    height: 10px;
    right: 11px;
  }
  .archive-ss-filter-clear {
    font-size: 20px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 32px 20px auto;
  }
  .archive-ss-filter-clear::after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
  .archive-ss-section-logos-list ul {
    gap: 30px;
  }
  .archive-ss-intro-box {
    padding: 18px 52px 18px 14px;
    border-bottom-right-radius: 109px;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item {
    width: 50%;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box-texthold {
    padding: 16px;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box-img-logo {
    top: 16px;
    right: 16px;
    border-radius: 14px;
    width: 52%;
    height: 81px;
    padding: 16px;
  }
  .single-ss-featured-overview .row {
    display: block;
  }
  .single-ss-featured-overview-logobox {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 56px;
    text-align: left;
  }
  .single-ss-featured-overview-logobox img {
    max-height: 80px;
  }
  .single-ss-featured-overview-btn {
    margin-top: 30px;
  }
  .single-ss-featured-overview-textbox {
    width: 100%;
  }
  .single-ss-featured-content {
    padding: 60px 0 80px;
  }
  .archive-ss-section-created-owl .item {
    border-radius: 30px;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item-box {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item-box {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

@media screen and (max-width: 639px) {
  .archive-ss-section {
    padding: 60px 0;
  }
  .archive-ss-filtered-success-list {
    width: calc(100% + 10px);
    margin: -5px 0 -5px -5px;
  }
  .archive-ss-filtered-success-list .archive-ss-grid-item {
    padding: 5px;
  }
  .archive-ss-grid-list-more {
    margin-top: 30px;
  }
  .archive-ss-section .section-title {
    margin-bottom: 18px;
  }
  .archive-ss-section .text-25-18,
  .archive-download-items-top .text-25-18 {
    margin-bottom: 28px;
  }
  .archive-ss-section-logos-list ul li img {
    max-width: 128px;
    max-height: 26px;
  }
  .archive-ss-filtered-featured-list {
    width: calc(100% + 16px);
    margin: -8px 0 -8px -8px;
  }
  .archive-ss-filtered-featured-list .archive-ss-grid-item {
    width: 100%;
    padding: 8px;
  }
  .single-ss-featured-intro {
    padding-top: 204px;
  }
  .single-ss-featured-intro::after {
    height: 25%;
  }
  .single-ss-featured-intro-hold-box {
    border-bottom-right-radius: 109px;
    padding: 49px 63px 55px 24px;
  }
  .single-ss-featured-intro .success-stories-inner-info-block-v2-share {
    width: 33px;
    height: 33px;
    background-size: 14px;
  }
  .single-ss-featured-overview-textbox .section-title-45 {
    font-size: 30px;
  }
  .single-ss-featured-overview-list ul {
    display: block;
  }
  .single-ss-featured-overview-list ul li {
    width: 100%;
  }
  .single-ss-featured-overview-list ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .single-ss-featured-overview-list-2 ul li {
    margin-top: 14px;
  }
  .single-ss-featured-overview-list-label {
    margin-bottom: 10px;
  }
  .single-ss-featured-cta .learn-more-text h3 {
    font-size: 25px;
  }
  .single-ss-featured-cta .learn-more-hold {
    padding: 30px;
  }
  .single-ss-featured-content {
    padding: 60px 0;
  }
  .single-ss-featured-full-image img {
    border-bottom-right-radius: 150px;
  }
  .single-ss-featured-content .entry-gallery-owl .item img {
    border-radius: 0 0 150px;
  }
}
/* success stories update end */

.related-downloads.archive-downloads-list-js {
  margin-bottom: 30px;
}
.archive-downloads-list-js-load-more-hold {
  display: none;
}
@media screen and (max-width: 639px) {
  .archive-download-items-top .section-title.section-title-wtext {
    margin-bottom: 20px;
  }
  .related-downloads.archive-downloads-list-js {
    margin-bottom: 0;
  }
}
