/*
	Author: Mygrow
	Author URL: https://www.mygrow.me/
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#main-header {
  box-shadow: none; }

#logo2 {
  display: none;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0); }

#logo, #logo2 {
  max-width: 220px;
  max-height: 100%; }

.et-fixed-header #logo {
  display: none; }

.et-fixed-header #logo2 {
  display: inline; }

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding: 24px 0 0 0 !important; }

.et-fixed-header .menu-item-124.current-menu-item a, .et-fixed-header .menu-item-123.current-menu-item a, .et-fixed-header .menu-item-122.current-menu-item a, .et-fixed-header .menu-item-121.current-menu-item a {
  padding-bottom: 37px !important; }

.et-fixed-header #top-menu li.current-menu-item > a {
  color: #3ea9f5 !important;
  border-bottom: 3px solid #275f8f; }

/* style the get started cta button */
li.get-started {
  background-color: #33eac8;
  text-align: center;
  padding: 12px 20px 10px !important;
  border-radius: 50px;
  margin-right: 22px; }

.get-started a {
  color: #1e8e79 !important; }

/* fixed header button text color */
.et-fixed-header #top-menu .get-started a {
  color: #1e8e79 !important;
  border: none !important; }

.get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
  color: #1e8e79 !important; }

@media only screen and (min-width: 981px) {
  li.get-started {
    height: 40px; } }

li.login {
  background-color: none;
  text-align: center;
  padding: 10px 20px 10px !important;
  border-radius: 50px;
  border: 1px solid #fff; }

.et-fixed-header li.login {
  border: 1px solid #3ea9f5; }

.login a {
  color: #fff !important; }

/* fixed header button text color */
.et-fixed-header #top-menu .login a {
  color: #3ea9f5 !important;
  border: none !important; }

.login li.current-menu-ancestor > a, .login li.current-menu-item > a {
  color: #3ea9f5 !important; }

@media only screen and (min-width: 981px) {
  li.login {
    height: 38px; } }

/* Page scroll indicator */
/* The progress container (grey background) */
.single .progress-container {
  width: 100%;
  height: 6px;
  background: #fff; }

/* The progress bar (scroll indicator) */
.single .progress-bar {
  height: 6px;
  background: #00e39a;
  width: 0%; }

/* Blog Styles */
.title-meta {
  width: 40%;
  float: left; }

.cat-link {
  text-transform: uppercase;
  font-weight: bold; }

.avatar {
  vertical-align: middle;
  margin-left: -15px; }

.post-img {
  width: 60%;
  display: inline-block; }

#left-social {
  padding: 0 0 23px 0 !important;
  width: 33px; }

blockquote {
  color: #2ea3f2;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 30px 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 5px solid;
  border-right: 5px solid; }

sup {
  font-size: 65%; }

.ref-toggle {
  border-bottom: 1px solid #00e39a !important; }

.et_post_comment_wrapper {
  background: #eff9ff;
  width: 100% !important;
  max-width: 100% !important; }

#comment-wrap {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto; }

#left-area {
  padding-bottom: 0; }

.single .et_pb_post {
  margin-bottom: 0; }

.single .post {
  padding-bottom: 0; }

.simple-light .esg-filterbutton {
  border: 1px solid #3ea9f5 !important;
  background: #fff !important;
  border-radius: 15px; }

.simple-light .esg-filterbutton.selected {
  border-color: #33eac8 !important; }

.simple-light .esg-filterbutton:hover {
  border-color: #33eac8 !important; }

.simple-light .esg-sortbutton {
  border: 1px solid #3ea9f5 !important;
  background: #fff !important;
  border-radius: 15px; }

.simple-light .esg-sortbutton:hover {
  border-color: #33eac8 !important; }

.simple-light .esg-sortbutton-order {
  border: none !important;
  background: #fff !important; }

.avatar {
  border-radius: 25px; }

/* Content */
.et_pb_section_0 {
  height: 35vw; }

body.page-id-506 .et_pb_section_0, body.page-id-1085 .et_pb_section_0 {
  height: auto; }

.et_pb_section_0 h3 {
  margin-top: -30px; }

.home-blocks {
  padding: 10px; }

.home-blocks .et_pb_text_inner {
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 50px;
  min-height: 254px; }

.et_pb_video {
  box-shadow: -10px -10px 0 #33eac8;
  border-radius: 10px; }

.home-slider .et_pb_slider_container_inner {
  vertical-align: top; }

.home-slider .et_pb_slide_description {
  text-shadow: none; }

.home-slider .et_pb_column_3_4::before {
  content: '';
  background: #fff;
  border-radius: 30px 0 0 30px;
  top: 0px;
  left: -30px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute; }

.home-slider .et_pb_column_3_4 {
  background: #fff;
  color: #c5c5c5;
  padding: 30px;
  border-radius: 0 30px 30px 30px;
  margin-top: 50px; }

.business-slider .et_pb_slider_container_inner {
  vertical-align: top; }

.business-slider .et_pb_slide_description {
  padding: 10% 8%;
  text-shadow: none; }

.business-slider .et_pb_column_3_4::before {
  content: '';
  background: #fff;
  border-radius: 30px 0 0 30px;
  top: 0px;
  left: -30px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute; }

.business-slider .et_pb_column_3_4 {
  background: #fff;
  color: #c5c5c5;
  padding: 30px;
  border-radius: 0 30px 30px 30px;
  margin-top: 50px; }

.individual-slider .et_pb_slider_container_inner {
  vertical-align: top; }

.individual-slider .et_pb_slide_description {
  padding: 10% 8% 20%;
  text-shadow: none; }

.individual-slider .et_pb_column_3_4::before {
  content: '';
  background: #fff;
  border-radius: 30px 0 0 30px;
  top: 0px;
  left: -30px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute; }

.individual-slider .et_pb_column_3_4 {
  background: #fff;
  color: #c5c5c5;
  padding: 30px;
  border-radius: 0 30px 30px 30px;
  margin-top: 50px; }

.core-competencies {
  border: none; }

.core-competencies ul.et_pb_tabs_controls {
  background-color: transparent; }

.core-competencies ul.et_pb_tabs_controls::after {
  border: none; }

.core-competencies .et_pb_tabs_controls li {
  border: none;
  width: 20%; }

.core-competencies .et_pb_tabs_controls li.et_pb_tab_active {
  border-radius: 50px 50px 0 0; }

.core-competencies .et_pb_tabs_controls li a {
  height: 130px;
  width: 130px;
  text-indent: -9999px; }

.core-competencies .et_pb_tabs_controls li:first-child a {
  background: url("../../images/about-core-tab-1.png") center center no-repeat; }

.core-competencies .et_pb_tabs_controls li:nth-child(2) a {
  background: url("../../images/about-core-tab-2.png") center center no-repeat; }

.core-competencies .et_pb_tabs_controls li:nth-child(3) a {
  background: url("../../images/about-core-tab-3.png") center center no-repeat; }

.core-competencies .et_pb_tabs_controls li:nth-child(4) a {
  background: url("../../images/about-core-tab-4.png") center center no-repeat; }

.core-competencies .et_pb_tabs_controls li:last-child a {
  background: url("../../images/about-core-tab-5.png") center center no-repeat; }

.et_pb_number_counter .percent {
  height: 191px; }

.et_pb_number_counter_0 .percent {
  background: url("../../images/leader-skills-highlight.png") center center no-repeat; }

.et_pb_number_counter_1 .percent {
  background: url("../../images/productivity-highlight.png") center center no-repeat; }

.et_pb_number_counter_2 .percent {
  background: url("../../images/retention-highlight.png") center center no-repeat; }

.et_pb_number_counter .percent p {
  line-height: 191px; }

.founders {
  border: none;
  max-height: 260px; }

.founders ul.et_pb_tabs_controls {
  background-color: transparent;
  max-width: 45%; }

.founders ul.et_pb_tabs_controls::after {
  border: none; }

.founders .et_pb_tabs_controls li {
  width: 50%;
  border: none; }

.founders .et_pb_tabs_controls li a {
  height: 230px;
  width: 230px;
  text-indent: -9999px;
  background-size: contain !important; }

.founders .et_pb_tabs_controls li:first-child a {
  background: url("../../images/mark-bio-inactive.png") center center no-repeat; }

.founders .et_pb_tab_active:first-child a {
  background: url("../../images/mark-bio.png") center center no-repeat !important;
  background-size: contain !important; }

.founders .et_pb_tabs_controls li:last-child a {
  background: url("../../images/theran-bio-inactive.png") center center no-repeat; }

.founders .et_pb_tab_active:last-child a {
  background: url("../../images/theran-bio.png") center center no-repeat !important;
  background-size: contain !important; }

.founders .et_pb_all_tabs {
  background-color: #fff;
  position: relative;
  top: -266px;
  left: 45%;
  width: 55%; }

.chat-time .et_pb_row {
  width: 100%; }

.pricing-plans {
  border: none; }

.pricing-plans ul {
  margin: 0 auto;
  max-width: 416px;
  border-radius: 30px;
  box-shadow: 8px 8px 8px #d9d9d9;
  background: #fff; }

.pricing-plans li {
  border: none;
  width: 50%;
  text-align: center; }

.pricing-plans .et_pb_tab_content li {
  width: 100%;
  text-align: left; }

.pricing-plans .et_pb_tabs_controls li.et_pb_tab_active {
  background: transparent; }

.pricing-plans .et_pb_tabs_controls li a {
  height: 83px;
  color: #b7b7b7;
  font-size: 20px; }

.pricing-plans .et_pb_tabs_controls li:first-child a {
  border-radius: 30px 0 0 30px; }

.pricing-plans .et_pb_tabs_controls li:nth-child(2) a {
  border-radius: 0 30px 30px 0; }

.pricing-plans .et_pb_tab_active a {
  color: #fff !important;
  background: #4a90e2; }

.pricing-plans .et_pb_tab_active:first-child a {
  border-radius: 30px 0 0 30px; }

.pricing-plans .et_pb_tab_active:nth-child(2) a {
  border-radius: 0 30px 30px 0; }

.pricing-plans ul.et_pb_tabs_controls::after {
  border: none; }

.pricing-plans .et_pb_all_tabs {
  background-color: transparent; }

.pricing-plans .et_pb_tab {
  padding: 40px; }

.pricing-plans .et_pb_column_1_2 {
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 6px #d9d9d9;
  padding-top: 10px; }

.pricing-plans .et_pb_column_1 {
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 6px #d9d9d9;
  padding-top: 10px;
  width: 100%; }

.pricing-plans .et_pb_column:last-child::before {
  background: url("../../images/best-value.png") top left no-repeat;
  content: '';
  width: 164px;
  height: 164px;
  position: absolute;
  top: -8px;
  left: -10px; }

.pricing-plans .et_pb_column_1_2 h1 {
  font-size: 46px;
  color: #3ea9f5; }

.pricing-plans .et_pb_column_1 h1 {
  font-size: 46px;
  color: #3ea9f5; }

.pricing-plans .et_pb_column_1_2 a {
  width: 100%;
  display: block;
  padding: 16px 0;
  border-radius: 50px;
  font-size: 28px; }

.pricing-plans .et_pb_column_1 a {
  width: 100%;
  display: block;
  padding: 16px 0;
  border-radius: 50px;
  font-size: 28px; }

.pricing-plans .et_pb_column_1_2 .white-btn {
  border: 1px solid #3ea9f5; }

.pricing-plans .et_pb_column_1_2 .blue-btn {
  background: #3ea9f5;
  color: #fff; }

.pricing-plans .et_pb_column_1 .white-btn {
  border: 1px solid #3ea9f5; }

.pricing-plans .et_pb_column_1 .blue-btn {
  background: #3ea9f5;
  color: #fff; }

.signup {
  border: none; }

.signup ul {
  margin: 0 auto;
  max-width: 476px;
  border-radius: 30px;
  box-shadow: 8px 8px 8px #d9d9d9;
  background: #fff; }

.signup li {
  border: none;
  width: 50%;
  text-align: center; }

.signup .et_pb_tab_content li {
  width: 100%;
  text-align: left; }

.signup .et_pb_tabs_controls li.et_pb_tab_active {
  background: transparent; }

.signup .et_pb_tabs_controls li a {
  height: 83px;
  color: #b7b7b7;
  font-size: 20px; }

.signup .et_pb_tabs_controls li:first-child a {
  border-radius: 30px 0 0 30px; }

.signup .et_pb_tabs_controls li:nth-child(2) a {
  border-radius: 0 30px 30px 0; }

.signup .et_pb_tab_active a {
  color: #fff !important;
  background: #4a90e2; }

.signup .et_pb_tab_active:first-child a {
  border-radius: 30px 0 0 30px; }

.signup .et_pb_tab_active:nth-child(2) a {
  border-radius: 0 30px 30px 0; }

.signup ul.et_pb_tabs_controls::after {
  border: none; }

.signup .et_pb_all_tabs {
  background-color: transparent; }

.signup .et_pb_tab {
  padding: 0; }

.signup .et_pb_column_1_2 {
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 6px #d9d9d9;
  padding-top: 10px; }

.signup .et_pb_column_1 {
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 6px #d9d9d9;
  padding-top: 10px; }

.signup .et_pb_column:last-child::before {
  background: url("../../images/best-value.png") top left no-repeat;
  content: '';
  width: 164px;
  height: 164px;
  position: absolute;
  top: -8px;
  left: -10px; }

#estimation_popup.wpe_bootstraped[data-form="1"] {
  background-color: #ffffff;
  color: #34495e; }

.signup-form .percentbar_blue {
  background-color: #3ea9f5 !important; }

.signup-form ul.gform_fields {
  box-shadow: none;
  max-width: 100%; }

.signup-form ul.gform_fields li.gfield {
  padding-right: 0; }

.signup-form .top_label .gfield_label, .signup-form .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important; }

.signup-form input[type=text], .signup-form input[type="email"], .signup-form input[type=tel], .signup-form ul.gform_fields li.gfield select {
  border: none;
  border-bottom: 1px solid #3ea9f5;
  padding: 20px !important;
  font-size: 38px !important;
  background: transparent;
  color: #999;
  text-align: center; }

.signup-form input[type="text"]::-webkit-input-placeholder, .signup-form input[type="email"]::-webkit-input-placeholder, .signup-form input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

.signup-form input[type="text"]::-moz-placeholder, .signup-form input[type="email"]::-moz-placeholder, .signup-form input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

.signup-form input[type="text"]:-ms-input-placeholder, .signup-form input[type="email"]:-ms-input-placeholder, .signup-form input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999; }

.signup-form input[type="text"]:-moz-placeholder, .signup-form input[type="email"]:-moz-placeholder, .signup-form input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

.signup-form ul.gfield_checkbox {
  box-shadow: none; }

.signup-form .gform_page_footer {
  text-align: center;
  border-top: none !important; }

/* Alain button style */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #fee388;
  border-radius: 50px;
  padding: 10px 42px;
  color: #d0aa2b;
  font-size: 20px !important;
  border: none;
  text-align: center; }

.signup-form .gform_page_footer .button.gform_next_button, .signup-form .gform_page_footer .button.gform_previous_button, .signup-form .gform_page_footer .button.gform_button {
  background: #fee388;
  border-radius: 50px;
  padding: 10px 42px;
  color: #d0aa2b;
  font-size: 20px !important;
  border: none; }

.signup-form .gfield_error .gfield_label, .signup-form .gfield_required {
  color: #f53f3f !important; }

.signup-form div.validation_error {
  color: #f53f3f !important;
  border: none !important; }

.signup-form li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important; }

.signup-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #f53f3f !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important; }

.signup-form .validation_message {
  color: #f53f3f !important; }

.subscribe-form ul.gform_fields li.gfield {
  padding-right: 0; }

.subscribe-form .top_label .gfield_label {
  display: none !important; }

.subscribe-form .top_label div.ginput_container {
  width: 50%;
  margin: 0 auto; }

.subscribe-form input[type="email"] {
  border: none;
  border-bottom: 1px solid #3ea9f5;
  padding: 20px !important;
  font-size: 38px !important;
  background: transparent;
  color: #999;
  text-align: center; }

.subscribe-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

.subscribe-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

.subscribe-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999; }

.subscribe-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

.subscribe-form .gform_footer {
  text-align: center; }

.subscribe-form .gform_footer input[type="submit"] {
  background: #fee388;
  border-radius: 50px;
  padding: 10px 42px;
  color: #d0aa2b;
  font-size: 20px !important;
  border: none; }

.subscribe-form div.validation_error {
  color: #f53f3f !important;
  border: none !important; }

.subscribe-form li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important; }

.subscribe-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-bottom: 1px solid #f53f3f !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important; }

.subscribe-form .validation_message {
  color: #f53f3f !important; }

/* Peer Assessment Landing Page */
.page-id-1388 .et_pb_fullscreen, .page-id-1388 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1388 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1388 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1388 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1388 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1388 .et_pb_widget_area_left {
  border: none; }

.page-id-1388 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_13 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_13 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_13 .top_label .gfield_label {
  display: none; }

#gform_wrapper_13 input[type="text"], #gform_wrapper_13 input[type="email"], #gform_wrapper_13 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_13 .gform_footer {
  text-align: center; }

#gform_wrapper_13 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-1388 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Reg Success Page */
.page-id-3626 .et_pb_fullscreen, .page-id-3626 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-3626 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-3626 .et_pb_section_1 {
  padding-top: 0; }

.page-id-3626 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-3626 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-3626 .et_pb_widget_area_left {
  border: none; }

.page-id-3626 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

/* Free Trial Landing Page */
.page-id-1447 .et_pb_fullscreen, .page-id-1447 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1447 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1447 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1447 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1447 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1447 .et_pb_widget_area_left {
  border: none; }

.page-id-1447 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_14 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_14 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_14.top_label .gfield_label {
  display: none; }

#gform_wrapper_14 input[type="text"], #gform_wrapper_14 input[type="email"], #gform_wrapper_14 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_14 .gform_footer {
  text-align: center; }

#gform_wrapper_14 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-1447 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Free Trial Landing Page for the 14 day trial page */
.page-id-3162 .et_pb_fullscreen, .page-id-3162 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-3162 p {
  padding-bottom: none !important; }

.page-id-3162 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-3162 .et_pb_section_1 {
  padding-top: 0; }

.page-id-3162 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-3162 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-3162 .et_pb_widget_area_left {
  border: none; }

.page-id-3162 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_14 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_14 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_14.top_label .gfield_label {
  display: none; }

#gform_wrapper_14 input[type="text"], #gform_wrapper_14 input[type="email"], #gform_wrapper_14 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_14 .gform_footer {
  text-align: center; }

#gform_wrapper_14 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-3162 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Free Trial Landing Page for the 10 day trial page */
.page-id-3303 .et_pb_fullscreen, .page-id-3303 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-3303 p {
  padding-bottom: none !important; }

.page-id-3303 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-3303 .et_pb_section_1 {
  padding-top: 0; }

.page-id-3303 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-3303 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-3303 .et_pb_widget_area_left {
  border: none; }

.page-id-3303 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_14 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_14 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_14.top_label .gfield_label {
  display: none; }

#gform_wrapper_14 input[type="text"], #gform_wrapper_14 input[type="email"], #gform_wrapper_14 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_14 .gform_footer {
  text-align: center; }

#gform_wrapper_14 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-3162 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Black Friday Landing Page */
.page-id-1860 .et_pb_fullscreen, .page-id-1860 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1860 .et_pb_section_1.et_pb_section {
  background-color: #000000 !important; }

.page-id-1860 .et_pb_section_0.et_pb_section {
  background-color: #000000 !important; }

.page-id-1860 .et_pb_fullwidth_image_0 {
  background-color: #000000; }

.page-id-1860 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1860 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1860 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1860 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1860 .et_pb_widget_area_left {
  border: none; }

.page-id-1860 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1860 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat;
  display: none; }

/* Black Friday signup Page ZAR*/
.page-id-1879 .et_pb_fullscreen, .page-id-1860 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1879 .et_pb_section_1.et_pb_section {
  background-color: #000000 !important; }

.page-id-1879 .et_pb_section_0.et_pb_section {
  background-color: #000000 !important; }

.page-id-1879 .et_pb_fullwidth_image_0 {
  background-color: #000000; }

.page-id-1879 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1879 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1879 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1879 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1879 .et_pb_widget_area_left {
  border: none; }

.page-id-1879 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_21 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_21 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_21 .top_label .gfield_label {
  display: none; }

#gform_wrapper_21 input[type="text"], #gform_wrapper_21 input[type="email"], #gform_wrapper_21 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_21 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_21 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_21 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_21 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_21 .gform_footer {
  text-align: center; }

#gform_wrapper_21 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_21 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79;
  padding: 10px 40px;
  font-size: 17px !important; }

#gform_wrapper_21 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

.page-id-1879 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Black Friday signup Page Annual ZAR*/
/* Black Friday save deets Page ZAR*/
.page-id-3058 .et_pb_fullscreen, .page-id-3058 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-3058 .et_pb_section_1.et_pb_section {
  background-color: #000000 !important; }

.page-id-3058 .et_pb_section_0.et_pb_section {
  background-color: #000000 !important; }

.page-id-3058 .et_pb_fullwidth_image_0 {
  background-color: #000000; }

.page-id-3058 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-3058 .et_pb_section_1 {
  padding-top: 0; }

.page-id-3058 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-3058 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-3058 .et_pb_section_0 h3 {
  margin-top: 0px; }

.page-id-3058 .et_pb_widget_area_left {
  border: none; }

.page-id-3058 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_28 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_28 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_28 .top_label .gfield_label {
  display: none; }

#gform_wrapper_28 input[type="text"], #gform_wrapper_28 input[type="email"], #gform_wrapper_28 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_28 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_28 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_28 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_28 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_28 .gform_footer {
  text-align: center; }

#gform_wrapper_28 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_28 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79;
  padding: 10px 40px;
  font-size: 17px !important; }

#gform_wrapper_28 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

.page-id-3058 #footer {
  display: none; }

/* Black Friday save deets Page Annual ZAR END*/
.page-id-1934 .et_pb_fullscreen, .page-id-1934 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1934 .et_pb_section_1.et_pb_section {
  background-color: #000000 !important; }

.page-id-1934 .et_pb_section_0.et_pb_section {
  background-color: #000000 !important; }

.page-id-1934 .et_pb_fullwidth_image_0 {
  background-color: #000000; }

.page-id-1934 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1934 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1934 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1934 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1934 .et_pb_widget_area_left {
  border: none; }

.page-id-1934 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_23 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_23 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_23 .top_label .gfield_label {
  display: none; }

#gform_wrapper_23 input[type="text"], #gform_wrapper_23 input[type="email"], #gform_wrapper_23 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_23 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_23 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_23 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_23 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_23 .gform_footer {
  text-align: center; }

#gform_wrapper_23 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_23 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79;
  padding: 10px 40px;
  font-size: 17px !important; }

#gform_wrapper_23 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

.page-id-1934 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Black Friday signup Page USD*/
.page-id-1922 .et_pb_fullscreen, .page-id-1860 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1922 .et_pb_section_1.et_pb_section {
  background-color: #000000 !important; }

.page-id-1922 .et_pb_section_0.et_pb_section {
  background-color: #000000 !important; }

.page-id-1922 .et_pb_fullwidth_image_0 {
  background-color: #000000; }

.page-id-1922 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1922 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1922 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1922 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1922 .et_pb_widget_area_left {
  border: none; }

.page-id-1922 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_22 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_22 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_22 .top_label .gfield_label {
  display: none; }

#gform_wrapper_22 input[type="text"], #gform_wrapper_22 input[type="email"], #gform_wrapper_22 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_22 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_22 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_22 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_22 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_22 .gform_footer {
  text-align: center; }

#gform_wrapper_22 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_22 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79;
  padding: 10px 40px;
  font-size: 17px !important; }

#gform_wrapper_22 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

.page-id-1922 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/*WEBINAR SIGN UP PAGE */
.page-id-3316 .et_pb_fullscreen, .page-id-3316 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-3316 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-3316 .et_pb_section_1 {
  padding-top: 0; }

.page-id-3316 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-3316 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-3316 .et_pb_widget_area_left {
  border: none; }

.page-id-3316 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_30 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

.page-id-3316 .entry-content table {
  border: none !important; }

.page-id-3316 .presenters td {
  border: none !important;
  text-align: center; }

.page-id-3316 .presenters tr {
  border: none !important; }

.circleimage img {
  border-radius: 50%; }

#gform_wrapper_30 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_30.top_label .gfield_label {
  display: none; }

#gform_wrapper_30 input[type="text"], #gform_wrapper_30 input[type="email"], #gform_wrapper_30 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_30 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_30 .gform_footer {
  text-align: center; }

#gform_wrapper_30 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-3316 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/*reddam parent page */
.page-id-1706 .et_pb_fullscreen, .page-id-1706 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1706 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1706 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1706 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1706 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1706 .et_pb_widget_area_left {
  border: none; }

.page-id-1706 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_17 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_17 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_17 .top_label .gfield_label {
  display: none; }

#gform_wrapper_17 input[type="text"], #gform_wrapper_17 input[type="email"], #gform_wrapper_17 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_17 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_17 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_17 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_17 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_17 .gform_footer {
  text-align: center; }

#gform_wrapper_17 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_17 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79; }

#gform_wrapper_17 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

.page-id-1447 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Ebook Download form */
#gform_wrapper_20 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_20 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_20 .top_label .gfield_label {
  display: none; }

#gform_wrapper_20 input[type="text"], #gform_wrapper_20 input[type="email"], #gform_wrapper_20 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_20 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_20 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_20 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_20 .gform_footer {
  text-align: center; }

#gform_wrapper_20 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_20 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79; }

#gform_wrapper_20 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

/* Event Trial Landing Page */
.page-id-1614 .et_pb_fullscreen, .page-id-1614 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1614 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1614 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1614 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1614 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1614 .et_pb_widget_area_left {
  border: none; }

.page-id-1614 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1614 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* TF Landing Page */
.page-id-1531 .et_pb_fullscreen, .page-id-1531 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1531 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1531 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1531 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1531 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1531 .et_pb_widget_area_left {
  border: none; }

.page-id-1531 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1531 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* CPD Landing Page */
.page-id-1575 .et_pb_fullscreen, .page-id-1575 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1575 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1575 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1575 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1575 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1575 .et_pb_widget_area_left {
  border: none; }

.page-id-1575 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_15 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_15 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_15 .top_label .gfield_label {
  display: none; }

#gform_wrapper_15 input[type="text"], #gform_wrapper_15 input[type="email"], #gform_wrapper_15 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_15 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_15 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_15 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_15 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_15 .gform_footer {
  text-align: center; }

#gform_wrapper_15 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_15 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79; }

#gform_wrapper_15 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

/*Black Friday CPD Form Style */
#gform_wrapper_27 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_27 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_27 .top_label .gfield_label {
  display: none; }

#gform_wrapper_27 input[type="text"], #gform_wrapper_27 input[type="email"], #gform_wrapper_27 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_27 .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_27 .gform_body #field_12_1.gfield #field_12_2.gfield #field_12_3.gfield #field_12_4.gfield #field_12_5.gfield #field_12_6.gfield .ginput_complex {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_27 .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

#gform_wrapper_27 .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

#gform_wrapper_27 .gform_footer {
  text-align: center; }

#gform_wrapper_27 .gform_page_footer {
  text-align: center;
  border-top: none !important; }

#gform_wrapper_27 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79; }

#gform_wrapper_27 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

/*end Black Friday Form Style */
.page-id-1575 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Free Trial Thank You */
.page-id-1496 .et_pb_fullscreen, .page-id-1447 .page-id-1531 .page-id-1575 .page-id-1584 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1496 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1496 .et_pb_section_1 {
  padding-top: 50px; }

.page-id-1496 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1496 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1496 .et_pb_widget_area_left {
  border: none; }

.page-id-1496 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1496 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* RBHS Consent Form */
.page-id-1748 .et_pb_fullscreen, .page-id-1748 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1748 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1748 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1748 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1748 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1748 .et_pb_widget_area_left {
  border: none; }

.page-id-1748 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

#gform_wrapper_18 {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

#gform_wrapper_18 .top_label .gfield_label {
  display: none; }

#gform_wrapper_18 ul.gform_fields li.gfield {
  padding-right: 0; }

#gform_wrapper_18.top_label .gfield_label {
  display: none; }

#gform_wrapper_18 input[type="text"], #gform_wrapper_18 input[type="email"], #gform_wrapper_18 input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

#gform_wrapper_18 .gform_footer {
  text-align: center; }

#gform_wrapper_18 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #1f8e79; }

.page-id-1748 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* RBHS Consent Form */
.page-id-1746 .et_pb_fullscreen, .page-id-1746 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1746 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1746 .et_pb_section_1 {
  padding-top: 0; }

.page-id-1746 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1746 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1746 .et_pb_widget_area_left {
  border: none; }

.page-id-1746 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1746 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* rbhs CONSENT Thank You */
.page-id-1755 .et_pb_fullscreen, .page-id-1755 .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1755 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1755 .et_pb_section_1 {
  padding-top: 50px; }

.page-id-1755 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1755 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1755 .et_pb_widget_area_left {
  border: none; }

.page-id-1755 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1755 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* CPD Thank You */
.page-id-1584 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1584 .et_pb_section_1 {
  padding-top: 50px; }

.page-id-1584 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1584 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1584 .et_pb_widget_area_left {
  border: none; }

.page-id-1584 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1584 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Ebook Thank You */
.page-id-1792 .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-id-1792 .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-id-1792 .et_pb_section_1 {
  padding-top: 50px; }

.page-id-1792 .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-id-1792 .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-id-1792 .et_pb_widget_area_left {
  border: none; }

.page-id-1792 .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-id-1792 #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

/* Footer */
#main-footer .container {
  width: 100%;
  max-width: 100%; }

#footer-widgets {
  background: url("../../images/footer-top.jpg") top center no-repeat; }

#media_image-2, #custom_html-2, #nav_menu-2, #custom_html-3 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

#footer-widgets .footer-widget li {
  padding: 0 14px;
  display: inline-block;
  border-right: 1px solid #fff;
  margin-bottom: 0; }

#footer-widgets .footer-widget li::before {
  display: none; }

#menu-item-201 {
  border: none !important; }

.et_pb_gutters3 .footer-widget {
  margin: 0 0 50px 0; }

#footer-bottom {
  border-top: 1px solid #82c7f8;
  padding: 15px 30px 5px; }

.follow-text {
  color: #FFFFFF;
  position: relative;
  bottom: 5px; }

.et-social-linkedin a:before {
  content: '\e09d'; }

@media only screen and (max-width: 1440px) {
  .et_pb_section_0 h3 {
    margin-top: -60px; }
  .page-id-1388 .et_pb_section_1 {
    padding-bottom: 390px; } }

@media only screen and (max-width: 1280px) {
  .et_pb_section_0 h3 {
    font-size: 22px;
    margin-top: -60px; }
  .page-id-1388 .et_pb_section_1 {
    padding-bottom: 360px; } }

@media only screen and (max-width: 1024px) {
  .page-id-1388 .et_pb_section_1 {
    padding-bottom: 300px; } }

@media only screen and (max-width: 980px) {
  .mobile_menu_bar:before {
    color: #fff; }
  li.get-started {
    margin: 10px 0 !important; }
  .get-started a, .login a {
    border-bottom: none; }
  .founders {
    max-height: 340px; }
  .founders .et_pb_tabs_controls li a {
    height: 176px;
    width: 176px; }
  .founders .et_pb_all_tabs {
    top: -196px; }
  .signup-form ul.gform_fields li.gfield {
    padding-right: 0 !important; }
  .signup-form input[type=text], .signup-form input[type="email"], .signup-form input[type=tel], .signup-form ul.gform_fields li.gfield select {
    font-size: 32px !important; }
  .subscribe-form ul.gform_fields li.gfield {
    padding-right: 0 !important; }
  .subscribe-form .top_label div.ginput_container {
    width: 60%; }
  .subscribe-form input[type="email"] {
    font-size: 32px !important; }
  .page-id-1388 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1447 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1531 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1575 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1614 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1496 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .page-id-1584 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important; }
  .footer-widget {
    float: none; }
  .footer-widget:nth-child(n) {
    margin: 0 auto !important; } }

@media only screen and (max-width: 768px) {
  .title-meta {
    width: 100%;
    float: none; }
  .post-img {
    width: 100%;
    display: block;
    margin-top: 20px; }
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #left-social {
    padding: 0 0 23px 0 !important;
    width: 100%; }
  .single .et_pb_section_0 {
    padding: 0; }
  .signup-form input[type=text], .signup-form input[type="email"], .signup-form input[type=tel], .signup-form ul.gform_fields li.gfield select {
    font-size: 28px !important; }
  .subscribe-form .top_label div.ginput_container {
    width: 70%; }
  .subscribe-form input[type="email"] {
    font-size: 28px !important; }
  .page-id-1388 #et_mobile_nav_menu {
    display: none; }
  .page-id-1447 #et_mobile_nav_menu {
    display: none; }
  .page-id-1614 #et_mobile_nav_menu {
    display: none; }
  .page-id-1531 #et_mobile_nav_menu {
    display: none; }
  .page-id-1575 #et_mobile_nav_menu {
    display: none; }
  .page-id-1496 #et_mobile_nav_menu {
    display: none; }
  .page-id-1584 #et_mobile_nav_menu {
    display: none; }
  .page-id-1388 .et_pb_section_1 {
    padding-bottom: 230px; } }

@media only screen and (max-width: 414px) {
  .core-competencies .et_pb_tabs_controls li {
    float: left; }
  .core-competencies .et_pb_tabs_controls li a {
    background-size: contain !important;
    height: 80px;
    width: 80px; }
  .founders {
    max-height: 560px; }
  .founders ul.et_pb_tabs_controls {
    max-width: 100%; }
  .founders .et_pb_tabs_controls li {
    float: left; }
  .founders .et_pb_all_tabs {
    top: auto;
    left: auto;
    width: 100%; }
  .founders .et_pb_tab {
    padding: 24px 0; }
  .pricing-plans ul {
    box-shadow: none; }
  .pricing-plans li {
    width: 100%; }
  .pricing-plans .et_pb_tabs_controls li a {
    border-radius: 30px !important;
    width: 280px;
    box-shadow: 8px 8px 8px #d9d9d9; }
  .pricing-plans .et_pb_tab {
    padding: 30px 0; }
  .pricing-plans .et_pb_column:last-child::before {
    display: none; }
  .signup ul {
    box-shadow: none; }
  .signup li {
    width: 100%; }
  .signup .et_pb_tabs_controls li a {
    border-radius: 30px !important;
    width: 280px;
    box-shadow: 8px 8px 8px #d9d9d9; }
  .signup .et_pb_tab {
    padding: 30px 0; }
  .signup-form input[type=text], .signup-form input[type="email"], .signup-form input[type=tel], .signup-form ul.gform_fields li.gfield select {
    font-size: 22px !important; }
  .subscribe-form .top_label div.ginput_container {
    width: 100%; }
  .subscribe-form input[type="email"] {
    font-size: 22px !important; }
  .page-id-1388 .et_pb_section_1 {
    padding-bottom: 120px; }
  #gform_wrapper_13 .gform_footer input[type="submit"] {
    font-size: 14px !important; }
  #gform_wrapper_14 .gform_footer input[type="submit"] {
    font-size: 14px !important; }
  #gform_wrapper_15 .gform_footer input[type="submit"] {
    font-size: 14px !important; }
  #footer-widgets {
    padding: 22% 0 8%; } }

@media only screen and (max-width: 320px) {
  .core-competencies .et_pb_tabs_controls li a {
    background-position-x: -4px !important; }
  .signup-form input[type=text], .signup-form input[type="email"], .signup-form input[type=tel], .signup-form ul.gform_fields li.gfield select {
    font-size: 19px !important; }
  .subscribe-form input[type="email"] {
    font-size: 19px !important; }
  #gform_wrapper_13 .gform_footer input[type="submit"] {
    font-size: 14px !important; }
  #gform_wrapper_14 .gform_footer input[type="submit"] {
    font-size: 14px !important; }
  #gform_wrapper_15 .gform_footer input[type="submit"] {
    font-size: 14px !important; } }

#gform_wrapper_30 .gform_body .gform_fields .gfield select {
  padding: 4px; }

#gform_wrapper_30 #field_30_12 .ginput_container.ginput_container_select {
  padding-right: 10px; }

#gform_wrapper_30 .gform_footer input[type="submit"] {
  background: #33eac8;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer; }

/* page convert template */
.page-template-page-convert #page-container {
  padding-top: 0 !important; }

.page-template-page-convert #main-header,
.page-template-page-convert #main-footer {
  display: none !important; }

.page-template-page-convert .et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 98%;
  min-height: 90px !important; }

.page-template-page-convert .logo-header img {
  max-width: 220px;
  margin: 20px 0 0 30px; }

.page-template-page-convert .et_pb_section_1 {
  padding-top: 50px; }

.page-template-page-convert .et_pb_section_1 .et_pb_row {
  padding: 0 0 27px; }

.page-template-page-convert .et_pb_widget {
  width: 100% !important;
  margin: 0 !important; }

.page-template-page-convert .et_pb_widget_area_left {
  border: none; }

.page-template-page-convert .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page-template-page-convert #footer-widgets {
  background: url("../../images/footer-top-white.jpg") top center no-repeat; }

.page-template-page-convert .et_pb_section_0 {
  height: auto;
  padding-top: 0; }

.page_convert .gform_wrapper {
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px; }

.page_convert .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

.page_convert .gform_wrapper .top_label .gfield_label {
  display: none; }

.page_convert .gform_wrapper input[type="text"],
.page_convert .gform_wrapper input[type="email"],
.page_convert .gform_wrapper input[type="tel"] {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

.page_convert .gform_wrapper .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #9b9a9b; }

.page_convert .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

.page_convert .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

.page_convert .gform_wrapper .gform_footer {
  text-align: center; }

.page_convert .gform_wrapper .gform_page_footer {
  text-align: center;
  border-top: none !important; }

.page_convert .gform_footer input.button,
.page_convert .gform_wrapper .gform_footer input[type=submit],
.page_convert .gform_wrapper .gform_page_footer input.button,
.page_convert .gform_wrapper .gform_page_footer input[type=submit] {
  background: #33eac8;
  color: #1f8e79; }

.page_convert .gform_wrapper .gform_page_footer .button.gform_next_button,
.page_convert .gform_wrapper .gform_page_footer .button.gform_previous_button {
  background: #ECECEC;
  color: #FFFFFF;
  margin: 0; }

/* Survey styling */
.page_convert--survey .gform_wrapper {
  max-width: 700px;
  width: 100%; }

.page_convert--survey .et_pb_section_0.et_pb_section,
.page_convert--survey .et_pb_section_3.et_pb_section {
  display: none; }

.page_convert .gform_wrapper .mygrow-feedback-frm .top_label .gfield_label {
  display: block;
  margin-bottom: 15px; }

.page_convert .gform_wrapper .mygrow-feedback-frm .gform_page_footer .button.gform_next_button,
.page_convert .gform_wrapper .mygrow-feedback-frm .gform_page_footer .button.gform_previous_button {
  background: #33eac8;
  color: #1f8e79;
  margin-bottom: 20px; }

.page_convert .gform_wrapper .mygrow-feedback-frm table.gsurvey-likert th.gsurvey-likert-choice-label {
  font-size: 14px; }

.page_convert .gform_wrapper .mygrow-feedback-frm .gsurvey-likert-choice {
  position: relative; }

.page_convert .gform_wrapper .mygrow-feedback-frm .gsurvey-likert-choice label {
  width: 100%;
  height: 100%;
  display: block; }

.page_covert .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-left: auto;
  color: #999; }

.gform_wrapper .mygrow-feedback-frm .field_description_below .ginput_container_radio,
.gform_wrapper .mygrow-feedback-frm .field_description_below .ginput_container_checkbox {
  margin: 20px 0 40px !important; }

.gform_wrapper .mygrow-feedback-frm .gfield_radio,
.gform_wrapper .mygrow-feedback-frm .gfield_checkbox {
  margin: 0; }

.gform_wrapper .mygrow-feedback-frm .gfield_radio li,
.gform_wrapper .mygrow-feedback-frm .gfield_checkbox li {
  top: 25px;
  overflow: visible !important; }

.gform_wrapper .mygrow-feedback-frm ul.gfield_radio input[type="radio"],
.gform_wrapper .mygrow-feedback-frm .gfield_checkbox input[type="checkbox"] {
  position: relative;
  top: 3px;
  left: 6px;
  cursor: pointer;
  opacity: 0; }

.gform_wrapper .mygrow-feedback-frm .gfield_checkbox {
  width: 100%; }

/* .gform_wrapper .mygrow-feedback-frm ul.gfield_radio li input[type="radio"] + label, 
.gform_wrapper .mygrow-feedback-frm .gfield_checkbox li input[type="checkbox"] + label {
	top: 0;
    color: #616161;
    left: 30px;
}

.gform_wrapper .mygrow-feedback-frm ul.gfield_radio li input[type="radio"] + label, 
.gform_wrapper .mygrow-feedback-frm .gfield_checkbox li input[type="checkbox"] + label {
	top: 0;
    color: #616161;
    left: 30px;
} */
/* .gform_validation_error ul.gfield_radio li input[type="radio"] + label, 
.gform_validation_error .gfield_checkbox li input[type="checkbox"] + label {
	left: 30px;
} */
.gform_wrapper .mygrow-feedback-frm input[type="checkbox"] + label::before {
  content: '\f0c8';
  position: absolute;
  border: none !important;
  padding: 0;
  border-radius: 15px;
  box-shadow: none;
  top: 3px;
  right: 0;
  z-index: 0;
  line-height: 1;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #616161;
  width: 20px;
  height: 20px;
  font-weight: 400;
  background-color: transparent !important; }

.gform_wrapper .mygrow-feedback-frm input[type="checkbox"]:hover + label::before {
  content: '\f14a';
  padding: 0 2px;
  right: 2px;
  color: #33eac8; }

.gform_wrapper .mygrow-feedback-frm input[type="checkbox"]:checked + label::before {
  content: '\f14a';
  padding: 0 2px;
  right: 2px;
  color: #3ea9f5; }

.gform_wrapper .mygrow-feedback-frm input[type="checkbox"]:checked + label::after {
  display: none; }

.gform_wrapper .mygrow-feedback-frm td input[type="radio"] + label::before {
  content: '\f111';
  position: absolute;
  border: none !important;
  padding: 0;
  border-radius: 15px;
  box-shadow: none;
  left: 50%;
  margin-left: -10px;
  top: 3px;
  z-index: 0;
  line-height: 1;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #616161;
  width: 20px;
  height: 20px;
  font-weight: 400;
  background-color: transparent !important; }

.gform_wrapper .mygrow-feedback-frm td input[type="radio"]:hover + label::before {
  left: 50%;
  margin-left: -10px;
  color: #33eac8; }

.gform_wrapper .mygrow-feedback-frm td input[type="radio"]:checked + label::before {
  content: '\f058';
  left: 50%;
  margin-left: -10px;
  color: #3ea9f5; }

.gform_wrapper .mygrow-feedback-frm input[type="radio"] + label::before {
  content: '\f111';
  position: absolute;
  border: none !important;
  padding: 0;
  border-radius: 15px;
  box-shadow: none;
  right: 0;
  top: 3px;
  z-index: 0;
  line-height: 1;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #616161;
  width: 20px;
  height: 20px;
  font-weight: 400;
  background-color: transparent !important; }

.gform_wrapper .mygrow-feedback-frm input[type="radio"]:hover + label::before {
  right: 0;
  color: #33eac8; }

.gform_wrapper .mygrow-feedback-frm input[type="radio"]:checked + label::before {
  content: '\f058';
  right: 2px;
  padding: 0 2px;
  color: #3ea9f5; }

.gform_wrapper .mygrow-feedback-frm .top_label li ul.gfield_checkbox,
.gform_wrapper .mygrow-feedback-frm .top_label li ul.gfield_radio {
  width: 100%; }

.gform_wrapper .mygrow-feedback-frm ul.gform_fields table.gsurvey-likert td:after {
  display: none !important; }

.gform_wrapper h3 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 20px; }

.gform_wrapper p {
  font-size: 16px;
  line-height: 1.4em; }

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
table.gsurvey-likert td.gsurvey-likert-choice {
  background: none !important; }

.page_convert .gform_wrapper .mygrow-feedback-frm .top_label .gfield_label {
  color: #3ea9f5 !important;
  font-size: 20px; }

.gform_wrapper .mygrow-feedback-frm .gfield_required {
  color: #3ea9f5 !important; }

@media only screen and (max-width: 768px) {
  .gform_wrapper .mygrow-feedback-frm table td::before {
    content: attr(data-label);
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px; } }

/* exit intent overflow fix */
#et-boc .area-outer-wrap[data-da-shadow=yes] [data-da-area] {
  overflow: hidden; }

/* manager page */
.manager-page-tabs .row--mp {
  display: flex;
  width: 100%; }

.manager-page-tabs .column--mp {
  width: 100%;
  padding-right: 20px; }

.manager-page-tabs .column--mp:last-child {
  padding-right: 0; }

.manager-page-tabs .column--mp--2 {
  width: 50%; }

.manager-page-tabs .column--mp--3 {
  width: 33.3%; }

.manager-page-tabs .et_pb_tabs_controls li:first-child a {
  background: url("../../images/clock.png") center center no-repeat; }

.manager-page-tabs .et_pb_tabs_controls li:nth-child(2) a {
  background: url("../../images/rocket.png") center center no-repeat; }

.manager-page-tabs .et_pb_tabs_controls li:nth-child(3) a {
  background: url("../../images/hands-droplet.png") center center no-repeat; }

.manager-page-tabs .et_pb_tabs_controls li:nth-child(4) a {
  background: url("../../images/people.png") center center no-repeat; }

.manager-page-tabs .et_pb_tabs_controls li:last-child a {
  background: url("../../images/thumbs.png") center center no-repeat; }

.manager-page-tabs .et_pb_tabs_controls li a {
  background-size: 70px !important; }

@media only screen and (max-width: 768px) {
  .manager-page-tabs .column--mp--2 {
    width: 100%;
    padding-right: 0; }
  .manager-page-tabs .column--mp--3 {
    width: 100%;
    padding-right: 0; } }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #545454; }

h1, h2, h3, h4, h5 {
  font-family: 'Ubuntu', sans-serif;
  padding: 0; }

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 51px;
  color: #002047;
  margin-bottom: 20px; }

.btn, .main-header__nav-login ul li a, .main-header__nav-login ul li.letschat a, .main-header__nav-login ul li.free-trial a, .site-footer-menu-cta li:last-child a, .site-footer-menu-cta li:first-child a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  color: white;
  background: #002047;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.13);
  transition: all 0.3s; }
  @media only screen and (min-width: 500px) {
    .btn:hover, .main-header__nav-login ul li a:hover, .site-footer-menu-cta li:last-child a:hover, .site-footer-menu-cta li:first-child a:hover {
      transform: translateY(-2px); } }
  .btn--white, .main-header__nav-login ul li a, .site-footer-menu-cta li:last-child a {
    background: white;
    color: #545454; }
  .btn--turquoise, .main-header__nav-login ul li.letschat a, .main-header__nav-login ul li.free-trial a, .site-footer-menu-cta li:first-child a {
    background: #3FA9F5; }

.inner {
  width: 1200px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto;
  display: block; }

.entry-content ul li {
  list-style: disc;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  color: #002047;
  list-style-image: url("../../images/landing/bullet.png");
  margin-left: 20px;
  padding-left: 10px; }

img.lazyload {
  position: relative; }
  img.lazyload:before {
    content: '';
    display: block;
    background: grey;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.eg-mckinley1-content,
.esg-grid .mainul li.eg-mckinley1-wrapper {
  border-radius: 10px !important; }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  align-items: center; }
  .main-header > .inner {
    display: flex;
    width: 100%;
    padding: 30px; }
    @media only screen and (min-width: 769px) {
      .main-header > .inner {
        padding: 30px 80px; } }
  .main-header svg {
    width: 100%;
    height: auto; }
  .main-header button {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0; }
  .main-header__logo {
    width: 100%;
    max-width: 167px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 1003px) {
      .main-header__logo {
        margin-right: 50px; } }
    .main-header__logo a {
      display: flex;
      align-items: center; }
  .main-header__page-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 30px;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (min-width: 1003px) {
      .main-header__page-navigation {
        position: relative;
        visibility: visible;
        opacity: 1;
        display: flex;
        padding: 0; } }
    .main-header__page-navigation .main-header__logo svg path {
      fill: #3FA9F5; }
    .main-header__page-navigation .burger_menu svg rect {
      fill: #3FA9F5; }
  .main-header .burger_menu {
    margin-left: auto; }
    @media only screen and (min-width: 1003px) {
      .main-header .burger_menu {
        opacity: 0;
        visibility: hidden;
        display: none; } }
  .main-header .burger_close {
    margin-left: auto; }
  .main-header .mobile_nav_header {
    display: flex;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1003px) {
      .main-header .mobile_nav_header {
        opacity: 0;
        visibility: hidden;
        display: none; } }
  .main-header__nav-main {
    flex: 1; }
    .main-header__nav-main ul {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 1003px) {
        .main-header__nav-main ul {
          flex-direction: row; } }
    .main-header__nav-main li {
      display: flex;
      align-items: center;
      height: 45px; }
      @media only screen and (min-width: 1003px) {
        .main-header__nav-main li {
          margin-right: 50px;
          justify-content: center; } }
    .main-header__nav-main a {
      color: #002047;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      font-family: 'Ubuntu', sans-serif;
      transition: color 0.3s; }
      @media only screen and (min-width: 1003px) {
        .main-header__nav-main a {
          color: white; } }
      @media only screen and (min-width: 1003px) {
        .main-header__nav-main a:hover {
          color: #33EAC8; } }
  .main-header__nav-login {
    margin-top: 40px; }
    @media only screen and (min-width: 1003px) {
      .main-header__nav-login {
        margin-top: 0; } }
    .main-header__nav-login ul {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 1003px) {
        .main-header__nav-login ul {
          flex-direction: row; } }
      .main-header__nav-login ul li {
        display: flex;
        align-items: center;
        height: 45px;
        font-family: 'Ubuntu', sans-serif; }
        @media only screen and (min-width: 1003px) {
          .main-header__nav-login ul li {
            margin-left: 20px;
            justify-content: center; } }
  .main-header.sticky, .main-header.default {
    background: white;
    transition: all 0.3s;
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.15); }
    .main-header.sticky .main-header__logo svg path, .main-header.default .main-header__logo svg path {
      fill: #3FA9F5; }
    .main-header.sticky .burger_menu svg rect, .main-header.default .burger_menu svg rect {
      fill: #3FA9F5; }
    .main-header.sticky .main-header__nav-main ul li a, .main-header.default .main-header__nav-main ul li a {
      color: #002047; }
      .main-header.sticky .main-header__nav-main ul li a:hover, .main-header.default .main-header__nav-main ul li a:hover {
        color: #33EAC8; }
  .main-header.default {
    position: relative; }
    .main-header.default.sticky {
      position: fixed; }
  .main-header.hide {
    display: none !important; }

.notificaion-banner {
  padding: 10px;
  background: black;
  color: white;
  text-align: center; }

#menu-login li.free-trial {
  display: none; }

.page-template-page-individuals-landing ul li.for-individuals {
  display: none; }

.page-template-page-individuals-landing ul li.free-trial {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .page-template-page-individuals-landing ul li.free-trial {
      display: flex !important; } }

.page-template-page-individuals-landing #menu-item-6371 {
  display: none; }

.page-template-page-individuals-landing #menu-login li.free-trial {
  display: flex !important; }

.page-template-page-teams-landing ul li.for-teams {
  display: none; }

.page-template-page-teams-landing ul li.free-trial {
  display: none; }

@media only screen and (max-width: 1024px) {
  #menu-login li.free-trial {
    display: none !important; } }

.landing-hero {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 30px 30px 30px;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  background: #002047;
  overflow: hidden; }
  @media only screen and (min-width: 769px) {
    .landing-hero {
      align-items: center;
      padding: 100px 80px 30px 80px; } }
  .landing-hero.has-app-btns {
    min-height: 640px; }
  .landing-hero .appbtns {
    display: flex;
    margin-bottom: 20px; }
    .landing-hero .appbtns a {
      margin-right: 15px;
      width: 210px;
      max-width: 40%; }
      @media only screen and (min-width: 550px) {
        .landing-hero .appbtns a {
          max-width: 25%; } }
      .landing-hero .appbtns a svg {
        max-width: 100%; }
  .landing-hero .landing-hero__circles {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .landing-hero .landing-hero__circles img,
    .landing-hero .landing-hero__circles svg {
      max-width: 100%;
      height: auto;
      display: block; }
    @media only screen and (min-width: 550px) {
      .landing-hero .landing-hero__circles {
        width: auto; } }
  .landing-hero__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      .landing-hero__bg {
        display: none; } }
    .landing-hero__bg span {
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 50%;
      left: 0;
      top: 0; }
  .landing-hero__tablet {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 550px) and (max-width: 1024px) {
      .landing-hero__tablet {
        display: block; } }
  .landing-hero__mobile {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 550px) {
      .landing-hero__mobile {
        display: none; } }
    .landing-hero__mobile span {
      position: absolute;
      width: 100%;
      height: 25%;
      transform: translateY(92%); }
  .landing-hero > div {
    position: relative;
    z-index: 5;
    width: 100%;
    display: block;
    justify-content: center; }
    .landing-hero > div h1 {
      font-size: 56px;
      line-height: 56px;
      font-weight: 700;
      color: #fff; }
      @media only screen and (min-width: 1024px) {
        .landing-hero > div h1 {
          font-size: 106px;
          line-height: 82px; } }
    .landing-hero > div h2 {
      display: block;
      font-style: normal;
      font-weight: 500;
      font-size: 35px;
      line-height: 53px;
      margin-bottom: 0;
      color: white; }
      @media only screen and (min-width: 1024px) {
        .landing-hero > div h2 {
          font-size: 67px;
          line-height: 70px; } }
    .landing-hero > div p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: -0.015em;
      display: block;
      margin-bottom: 0;
      color: white; }
      @media only screen and (min-width: 769px) {
        .landing-hero > div p {
          font-size: 22px;
          line-height: 34px;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 550px) {
        .landing-hero > div p:last-child {
          font-size: 14px; } }
    .landing-hero > div .nb_text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: -0.015em;
      margin-top: 24px;
      color: #f6f9ff;
      font-weight: 400; }
      .landing-hero > div .nb_text strong {
        font-weight: 700; }
    @media only screen and (max-height: 1024px) {
      .landing-hero > div .btn, .landing-hero > div .main-header__nav-login ul li a, .main-header__nav-login ul li .landing-hero > div a, .landing-hero > div .site-footer-menu-cta li:last-child a, .site-footer-menu-cta li:last-child .landing-hero > div a, .landing-hero > div .site-footer-menu-cta li:first-child a, .site-footer-menu-cta li:first-child .landing-hero > div a {
        margin-top: 30px; } }
  @media only screen and (min-height: 750px) {
    .landing-hero {
      height: calc(100vh - 147px); } }

.landing-feature {
  width: 100%;
  background: #F6F9FF;
  padding: 50px 0;
  position: relative; }
  .landing-feature .inner {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .landing-feature .inner {
        flex-direction: row; } }
    .landing-feature .inner > div {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (min-width: 1024px) {
        .landing-feature .inner > div {
          max-width: 50%; } }
      .landing-feature .inner > div:last-child {
        padding: 0; }
        @media only screen and (min-width: 1024px) {
          .landing-feature .inner > div:last-child {
            padding: 50px; } }
      .landing-feature .inner > div img {
        max-width: 100%;
        height: auto;
        justify-self: center;
        margin-left: auto; }
      .landing-feature .inner > div span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #3FA9F5;
        margin-bottom: 30px;
        font-family: Ubuntu; }
        @media only screen and (min-width: 1024px) {
          .landing-feature .inner > div span {
            margin-bottom: 50px; } }
        .landing-feature .inner > div span i {
          color: white;
          height: 16px;
          line-height: 17px;
          width: 16px;
          background: #3FA9F5;
          display: inline-block;
          text-decoration: none;
          padding-left: 5px;
          font-family: Ubuntu;
          font-style: normal;
          font-weight: bold;
          font-size: 12px;
          border-radius: 100%; }
      .landing-feature .inner > div h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 43px;
        color: #002047;
        margin-bottom: 20px;
        padding: 0; }
        @media only screen and (min-width: 1024px) {
          .landing-feature .inner > div h2 {
            font-size: 38px;
            line-height: 51px; } }
      .landing-feature .inner > div p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        color: #545454;
        margin-bottom: 20px;
        padding: 0; }
      .landing-feature .inner > div ul li {
        list-style: disc;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
        padding: 0;
        color: #002047;
        list-style-image: url("../../images/landing/bullet.png");
        margin-left: 20px;
        padding-left: 10px; }
        @media only screen and (min-width: 1024px) {
          .landing-feature .inner > div ul li {
            line-height: 50px;
            margin-left: 30px; } }
      @media only screen and (max-width: 1024px) {
        .landing-feature .inner > div.contentdiv {
          order: 1; } }
      .landing-feature .inner > div.imgdiv {
        background: url(../../images/loader-grey.svg) no-repeat center center/30px; }
        .landing-feature .inner > div.imgdiv.loaded {
          background: none; }
        @media only screen and (max-width: 1024px) {
          .landing-feature .inner > div.imgdiv {
            order: 2; } }
  @media only screen and (max-width: 1024px) {
    .landing-feature .landing-feature__bg--bottom.landing-feature__bg--left {
      display: none; } }
  .landing-feature__bg {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(45%);
    width: auto;
    max-height: 300px; }
    @media only screen and (min-width: 1024px) {
      .landing-feature__bg {
        transform: translateY(-50%);
        max-height: 80%; } }
    .landing-feature__bg--left {
      right: inherit;
      left: 0;
      top: 0;
      transform: translateY(20%); }
      @media only screen and (min-width: 1024px) {
        .landing-feature__bg--left {
          transform: translateY(-50%);
          top: 50%; } }
    .landing-feature__bg--bottom {
      top: inherit;
      transform: translateY(0);
      bottom: 0; }
  .landing-feature--white {
    background: white; }
  .landing-feature__section-scroller {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .landing-feature__section-scroller {
        flex-direction: row; } }
  .landing-feature__scroller {
    display: flex;
    width: 100%;
    flex-direction: row; }
    @media only screen and (min-width: 1024px) {
      .landing-feature__scroller {
        max-width: 50%;
        position: absolute;
        top: -80px;
        margin: 0;
        padding: 0;
        right: 200px;
        z-index: 8;
        transform: rotate(-20deg) translateX(33%); } }
    .landing-feature__scroller .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; }
    .landing-feature__scroller .scroller_container {
      /* the outer div */
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1024px) {
        .landing-feature__scroller .scroller_container {
          height: 125vh; } }
    .landing-feature__scroller .scroller_list {
      position: relative;
      display: inline-block;
      list-style: none; }
      @media only screen and (min-width: 1024px) {
        .landing-feature__scroller .scroller_list {
          width: 100% !important; } }
    .landing-feature__scroller .shim_muted_blue {
      background: #F6F9FF;
      width: 100%;
      height: 100%; }
    .landing-feature__scroller .shim_royal_blue {
      background: #002047;
      width: 100%;
      height: 100%; }
    .landing-feature__scroller .shim_yellow {
      background: #FEE388;
      width: 100%;
      height: 100%; }
    .landing-feature__scroller .shim_sky_blue {
      background: #3FA9F5;
      width: 100%;
      height: 100%; }
    .landing-feature__scroller .shim_green {
      background: #33EAC8;
      width: 100%;
      height: 100%; }
    .landing-feature__scroller .play_icon {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      max-width: 70px; }
      @media only screen and (min-width: 1024px) {
        .landing-feature__scroller .play_icon {
          bottom: -30px; } }
    .landing-feature__scroller .scroller_list.cloned {
      position: absolute;
      top: 0;
      left: 0; }
    .landing-feature__scroller .scroll_item {
      float: left;
      padding-left: 20px;
      margin-bottom: 40px;
      position: relative;
      display: flex;
      align-items: center;
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .landing-feature__scroller .scroll_item {
          max-width: calc((100% - 30px) / 3);
          max-height: 294px; } }
      @media only screen and (max-width: 1024px) {
        .landing-feature__scroller .scroll_item.color_block {
          display: none !important;
          width: 0 !important;
          height: 0 !important;
          opacity: 0 !important; } }
      .landing-feature__scroller .scroll_item a {
        display: flex;
        align-items: center; }
      .landing-feature__scroller .scroll_item img {
        width: 100%;
        display: block; }
        @media only screen and (max-width: 1024px) {
          .landing-feature__scroller .scroll_item img {
            max-width: 80%; } }

.landing-featured-clients {
  display: flex;
  width: 100%;
  justify-self: center;
  align-items: center;
  padding: 30px;
  background: white;
  flex-direction: column; }
  .landing-featured-clients h3 {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #002047; }
  .landing-featured-clients > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto; }
  .landing-featured-clients img {
    justify-content: center;
    margin: 25px;
    max-height: 40px; }

.case-study {
  display: block;
  padding: 40px 0;
  background: #33EAC8;
  position: relative; }
  @media only screen and (min-width: 450px) {
    .case-study {
      padding: 80px 0; } }
  @media only screen and (min-width: 1024px) {
    .case-study:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url(../../images/landing/case-study-bg.png);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: cover;
      z-index: 1;
      position: absolute; } }
  .case-study .inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .case-study .inner {
        flex-direction: row; } }
    @media only screen and (min-width: 1024px) {
      .case-study .inner > div .btn, .case-study .inner > div .main-header__nav-login ul li a, .main-header__nav-login ul li .case-study .inner > div a, .case-study .inner > div .site-footer-menu-cta li:last-child a, .site-footer-menu-cta li:last-child .case-study .inner > div a, .case-study .inner > div .site-footer-menu-cta li:first-child a, .site-footer-menu-cta li:first-child .case-study .inner > div a {
        margin-left: 20px; } }
  .case-study__copy {
    flex: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 43px;
    color: #002047;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1024px) {
      .case-study__copy {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 0; } }
  .case-study__btns {
    display: flex;
    justify-content: center;
    align-items: center; }
    .case-study__btns a {
      margin-bottom: 20px; }
      @media only screen and (min-width: 1024px) {
        .case-study__btns a {
          margin-bottom: 0; } }
      .case-study__btns a:last-child {
        margin-bottom: 0; }

.featured-text {
  padding: 40px 0;
  text-align: Center;
  background: white; }
  @media only screen and (min-width: 450px) {
    .featured-text {
      padding: 80px 0; } }
  .featured-text .inner {
    width: 820px; }
  .featured-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px; }
    @media only screen and (min-width: 768px) {
      .featured-text p {
        font-size: 22px;
        line-height: 36px; } }

.lets-chat-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  background: #002047;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .lets-chat-block {
      padding: 150px 0; } }
  .lets-chat-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../images/landing/lets-chat-bg.png) no-repeat right top;
    z-index: 1; }
  .lets-chat-block .inner {
    text-align: center;
    width: 700px;
    z-index: 2; }
    .lets-chat-block .inner h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 50px;
      line-height: 110%;
      color: white;
      margin-bottom: 50px; }
      @media only screen and (min-width: 1024px) {
        .lets-chat-block .inner h3 {
          font-size: 70px; } }
      .lets-chat-block .inner h3 span {
        color: #3FA9F5; }
    .lets-chat-block .inner form {
      display: block;
      position: relative; }
      .lets-chat-block .inner form .gform_heading {
        display: none; }
      .lets-chat-block .inner form .gform_footer {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 12px 0 0;
        width: 100%;
        max-width: 120px; }
      .lets-chat-block .inner form input[type=text] {
        width: 100%;
        background: white;
        padding: 0 20px !important;
        height: 50px;
        line-height: 60px;
        font-style: normal;
        font-weight: 900;
        font-size: 15px;
        line-height: 110%;
        border-radius: 30px;
        border: 0;
        box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.13); }
        @media only screen and (min-width: 1024px) {
          .lets-chat-block .inner form input[type=text] {
            padding: 0 30px !important;
            height: 60px;
            font-size: 16px; } }
      .lets-chat-block .inner form input[type=submit] {
        border-radius: 30px;
        background: #3FA9F5;
        border: 0;
        position: absolute;
        right: 0;
        padding: 0 20px;
        color: white;
        font-style: normal;
        font-weight: 900;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.13); }
        @media only screen and (min-width: 1024px) {
          .lets-chat-block .inner form input[type=submit] {
            padding: 0 30px;
            height: 60px; } }
        .lets-chat-block .inner form input[type=submit]:hover {
          transform: translateX(5px); }
  .lets-chat-block__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%; }
  .lets-chat-block--grey {
    background: #F6F9FF; }
    .lets-chat-block--grey:before {
      display: none; }
    .lets-chat-block--grey h3 {
      color: #1B2733 !important; }

.testimonials {
  background: #002047;
  position: relative;
  z-index: 9;
  min-height: 500px; }
  @media only screen and (max-width: 769px) {
    .testimonials {
      overflow: hidden; } }
  .testimonials .inner {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .testimonials .inner {
        flex-direction: row; } }
  .testimonials span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 50px;
    font-family: Ubuntu; }
    .testimonials span i {
      color: #002047;
      height: 16px;
      line-height: 17px;
      width: 16px;
      background: #fff;
      display: inline-block;
      text-decoration: none;
      padding-left: 5px;
      font-family: Ubuntu;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      border-radius: 100%; }
  .testimonials__col-left {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 120px 0;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .testimonials__col-left {
        max-width: 50%; } }
  .testimonials__col-right {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: auto 100%;
    height: 200px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .testimonials__col-right {
        background-image: url(../../images/landing/testimonialbg.png);
        background-repeat: no-repeat;
        background-position: left 50%;
        background-size: cover;
        max-width: 30%;
        height: 100%;
        position: absolute;
        margin-bottom: 0; } }
  .testimonials .slider-main {
    width: 100%; }
    .testimonials .slider-main p {
      font-family: Ubuntu,sans-serif;
      font-size: 22px;
      color: #fff;
      line-height: 36px;
      margin-bottom: 0;
      font-weight: 500; }
    .testimonials .slider-main .testimonial-button {
      display: flex;
      align-items: center;
      font-family: Ubuntu;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700;
      color: #fff; }
      .testimonials .slider-main .testimonial-button span {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        margin-right: 19px; }
  @media only screen and (min-width: 1024px) {
    .testimonials .slider-thumbs {
      width: 332px;
      height: calc(100% + 400px);
      margin-left: -166px;
      padding-left: 15px;
      margin-top: -200px; } }
  .testimonials .slider-thumbs .swiper-slide {
    display: flex;
    opacity: 0;
    transition: opacity 0.3s; }
  .testimonials .slider-thumbs .swiper-slide-next {
    opacity: 0; }
    @media only screen and (min-width: 769px) {
      .testimonials .slider-thumbs .swiper-slide-next {
        opacity: 1; } }
    .testimonials .slider-thumbs .swiper-slide-next .testimonials__author-avatar {
      margin-top: auto; }
  .testimonials .slider-thumbs .swiper-slide-prev {
    opacity: 0; }
    @media only screen and (min-width: 769px) {
      .testimonials .slider-thumbs .swiper-slide-prev {
        opacity: 1; } }
    .testimonials .slider-thumbs .swiper-slide-prev .testimonials__author-avatar {
      margin-top: 0; }
  .testimonials .slider-thumbs .swiper-slide-active {
    opacity: 1;
    display: flex;
    align-items: center; }
    .testimonials .slider-thumbs .swiper-slide-active .testimonials__author-avatar {
      width: 140px;
      margin-right: 90px;
      height: 220px; }
      @media only screen and (min-width: 1024px) {
        .testimonials .slider-thumbs .swiper-slide-active .testimonials__author-avatar {
          width: 220px;
          height: 220px;
          margin-right: 20px; } }
    .testimonials .slider-thumbs .swiper-slide-active .testimonials__author-title {
      opacity: 1;
      visibility: visible; }
  .testimonials__author-avatar {
    transition: ease all 0.2s;
    width: 98px;
    height: 98px;
    margin-left: auto; }
    .testimonials__author-avatar img {
      border-radius: 100%;
      width: 100%; }
  .testimonials__author-title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: ease all 0.2s;
    background: #3FA9F5;
    border-radius: 100px 4px 100px 100px;
    padding: 10px 29px 10px 33px;
    box-shadow: 0 0 15px #001f47;
    width: 200px;
    top: 120px;
    right: auto;
    bottom: inherit;
    left: 0; }
    @media only screen and (min-width: 769px) {
      .testimonials__author-title {
        bottom: 20px;
        top: inherit;
        left: auto;
        right: 60%; } }
    @media only screen and (min-width: 1024px) {
      .testimonials__author-title {
        bottom: -20px;
        top: inherit; } }
    .testimonials__author-title h4 {
      color: #002047;
      font-family: Ubuntu,sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 700;
      margin-bottom: 4px; }
    .testimonials__author-title p {
      color: #fff;
      font-family: Ubuntu,sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400; }
  .testimonials .testimonial-naviggation {
    position: absolute;
    background-image: url(../../images/landing/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
    width: 100%;
    max-width: 180px;
    right: 0;
    bottom: 0;
    height: 300px; }
    @media only screen and (min-width: 1024px) {
      .testimonials .testimonial-naviggation {
        position: absolute;
        width: 100%;
        max-width: 182px;
        height: 313px;
        background-image: url(../../images/landing/testimonial_bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 100%;
        right: 0;
        top: 18%;
        display: flex;
        flex-direction: column; } }
    .testimonials .testimonial-naviggation .test-nav-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 43px;
      height: 100%;
      position: relative;
      margin-left: auto;
      margin-right: 40px; }
    .testimonials .testimonial-naviggation .swiper-button-prev {
      width: 100%;
      max-width: 43px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      left: auto;
      margin-top: 0;
      top: 0; }
      .testimonials .testimonial-naviggation .swiper-button-prev:after {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .testimonials .testimonial-naviggation .swiper-button-prev {
          transform: rotate(-90deg); } }
    .testimonials .testimonial-naviggation .swiper-button-next {
      width: 100%;
      max-width: 43px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      right: auto;
      margin-top: 0;
      top: 0; }
      .testimonials .testimonial-naviggation .swiper-button-next:after {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .testimonials .testimonial-naviggation .swiper-button-next {
          transform: rotate(-90deg); } }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  display: flex;
  align-items: center; }

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.site-footer {
  background: #fff;
  padding: 20px 0 20px; }
  @media only screen and (min-width: 1003px) {
    .site-footer .inner {
      display: flex; } }
  .site-footer-logo {
    width: 100%;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1003px) {
      .site-footer-logo {
        max-width: 168px; } }
    .site-footer-logo svg {
      max-width: 168px; }
      .site-footer-logo svg path {
        fill: #3FA9F5; }
  .site-footer-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto; }
    @media only screen and (min-width: 1003px) {
      .site-footer-menu-wrap {
        flex: 1;
        justify-content: flex-end; } }
  .site-footer-menu-col {
    width: 100%;
    margin-bottom: 30px;
    max-width: 50%; }
    @media only screen and (min-width: 1003px) {
      .site-footer-menu-col {
        max-width: 200px; } }
  .site-footer .mobile-apps {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1003px) {
      .site-footer .mobile-apps {
        margin-right: 20px; } }
    .site-footer .mobile-apps a {
      margin-bottom: 10px; }
  .site-footer h5 {
    font-family: 'Ubuntu', sans-serif;
    color: #3FA9F5;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 18px; }
    @media only screen and (min-width: 1003px) {
      .site-footer h5 {
        margin-bottom: 27px; } }
  .site-footer li {
    margin-bottom: 17px; }
    @media only screen and (min-width: 1003px) {
      .site-footer li {
        margin-bottom: 23px; } }
  .site-footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #002047; }
  .site-footer-menu-cta li {
    display: flex;
    align-items: center;
    height: 45px;
    font-family: 'Ubuntu', sans-serif; }
    @media only screen and (min-width: 1003px) {
      .site-footer-menu-cta li {
        margin-left: 20px;
        justify-content: center; } }
    .site-footer-menu-cta li a {
      width: 100%;
      max-width: 141px;
      text-align: center; }
  .site-footer .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 1003px) {
      .site-footer .copyright {
        flex-direction: row;
        justify-content: space-between; } }
    .site-footer .copyright p, .site-footer .copyright a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 27px;
      text-align: center;
      color: #B9BDC1; }
    .site-footer .copyright .social a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 27px;
      text-align: center;
      color: #B9BDC1;
      margin: 0 12px; }

.mg_page_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 71, 0.8);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0; }
  .mg_page_modal .inner {
    position: relative;
    min-height: 100vh;
    margin-top: 60px; }
    @media only screen and (min-width: 1003px) {
      .mg_page_modal .inner {
        margin-top: 40px; } }
  .mg_page_modal .wistia_responsive_padding {
    max-width: 90% !important;
    margin: 0 auto; }
  .mg_page_modal .modal_close {
    position: absolute;
    top: -45px;
    right: 0px;
    background: none;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 40px;
    z-index: 90; }
    @media only screen and (min-width: 1003px) {
      .mg_page_modal .modal_close {
        top: 20px;
        right: 20px; } }
    .mg_page_modal .modal_close:hover {
      cursor: pointer; }
    .mg_page_modal .modal_close svg {
      width: 100%;
      height: auto; }
  .mg_page_modal iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 80; }

body .entry-content .widget-wrapper {
  padding: 60px !important;
  border-radius: 16px !important;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 30px !important; }
  body .entry-content .widget-wrapper .gform_wrapper {
    margin: 0; }
    body .entry-content .widget-wrapper .gform_wrapper ul.gform_fields li.gfield {
      padding: 0;
      margin: 0; }
  body .entry-content .widget-wrapper .gfield_repeater_item label {
    display: none !important; }
  body .entry-content .widget-wrapper .gfield_repeater_buttons {
    display: flex;
    justify-content: space-between; }
    body .entry-content .widget-wrapper .gfield_repeater_buttons button {
      margin: 0; }
  body .entry-content .widget-wrapper .gform_wrapper li.gfield fieldset legend.gfield_label {
    color: #205580;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px; }
  body .entry-content .widget-wrapper .ginput_container input[type=text],
  body .entry-content .widget-wrapper .ginput_container input[type=email],
  body .entry-content .widget-wrapper .ginput_container input[type=tel],
  body .entry-content .widget-wrapper .ginput_container textarea {
    box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    height: 50px;
    padding: 0 15px !important;
    border: 0;
    font-family: Ubuntu, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 110%;
    color: #002047;
    margin: 0 !important; }
    body .entry-content .widget-wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container textarea::-webkit-input-placeholder {
      /* Edge */
      color: #cdd2d6; }
    body .entry-content .widget-wrapper .ginput_container input[type=text]:-ms-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=email]:-ms-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
    body .entry-content .widget-wrapper .ginput_container textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #cdd2d6; }
    body .entry-content .widget-wrapper .ginput_container input[type=text]::placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=email]::placeholder,
    body .entry-content .widget-wrapper .ginput_container input[type=tel]::placeholder,
    body .entry-content .widget-wrapper .ginput_container textarea::placeholder {
      color: #cdd2d6; }
    body .entry-content .widget-wrapper .ginput_container input[type=text]:focus,
    body .entry-content .widget-wrapper .ginput_container input[type=email]:focus,
    body .entry-content .widget-wrapper .ginput_container input[type=tel]:focus,
    body .entry-content .widget-wrapper .ginput_container textarea:focus {
      background: #F6F9FF; }
  body .entry-content .widget-wrapper .ginput_container textarea {
    padding: 20px !important; }
  body .entry-content .widget-wrapper .ginput_container .select2-container {
    width: 100% !important; }
  body .entry-content .widget-wrapper .ginput_container .select2-container--default .select2-selection--single {
    box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    height: 60px;
    padding: 0 20px !important;
    border: 0;
    font-family: Ubuntu, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 110%;
    color: #002047; }
  body .entry-content .widget-wrapper .ginput_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px; }
  body .entry-content .widget-wrapper .ginput_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    width: 20px; }
  body .entry-content .widget-wrapper .ginput_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px; }
  body .entry-content .widget-wrapper h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: #002047 !important;
    margin: 0 0 10px 0; }
  body .entry-content .widget-wrapper p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #002047; }
  body .entry-content .widget-wrapper .gform_footer {
    text-align: Center; }
    body .entry-content .widget-wrapper .gform_footer input[type=submit] {
      box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.1);
      border-radius: 30px;
      height: 60px;
      padding: 0 20px !important;
      border: 0;
      font-family: Ubuntu, sans-serif  !important;
      font-style: normal  !important;
      font-weight: 500 !important;
      font-size: 16px  !important;
      line-height: 110%;
      background: #3FA9F5;
      color: white;
      min-width: 180px;
      transition: all 0.3s;
      cursor: pointer; }
      body .entry-content .widget-wrapper .gform_footer input[type=submit]:hover {
        transform: translateY(-2px);
        color: white; }

.select2-container--open .select2-dropdown--below {
  top: 30px;
  border-radius: 5px; }

.featured_skills {
  padding: 80px 0 0 0; }
  @media only screen and (min-width: 769px) {
    .featured_skills {
      padding: 80px 0; } }
  .featured_skills .inner {
    width: 1000px; }
    .featured_skills .inner header {
      margin-bottom: 60px;
      text-align: Center; }
      .featured_skills .inner header h2 {
        font-family: Ubuntu,sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.015em;
        color: #1A3659; }
        @media only screen and (min-width: 550px) {
          .featured_skills .inner header h2 {
            font-size: 40px;
            line-height: 50px; } }
        @media only screen and (min-width: 769px) {
          .featured_skills .inner header h2 {
            font-size: 57px;
            line-height: 65px; } }
  .featured_skills__skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 769px) {
      .featured_skills__skills {
        width: 350px;
        margin: auto; } }
    @media only screen and (max-width: 550px) {
      .featured_skills__skills {
        width: 250px; } }
    .featured_skills__skills li {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      margin-bottom: 60px; }
      @media only screen and (min-width: 769px) {
        .featured_skills__skills li {
          width: 40%; } }
      .featured_skills__skills li > div:first-child {
        width: 90px;
        max-width: 20%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .featured_skills__skills li > div:first-child svg {
          max-width: 100%;
          height: auto;
          justify-self: center; }
      .featured_skills__skills li > div:last-child {
        padding-left: 30px;
        display: flex;
        align-items: center;
        font-family: Ubuntu,sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center;
        letter-spacing: -0.015em;
        color: #1A3659; }
        @media only screen and (min-width: 550px) {
          .featured_skills__skills li > div:last-child {
            font-size: 32px;
            line-height: 37px; } }

.featured_image {
  min-height: 450px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (min-width: 769px) {
    .featured_image {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1025px) {
    .featured_image {
      min-height: 600px; } }
  @media only screen and (max-width: 769px) {
    .featured_image {
      background: #1A3659 !important;
      min-height: inherit;
      padding: 80px 0; } }
  .featured_image > div {
    justify-self: center;
    max-width: 90%;
    margin: auto; }
    @media only screen and (min-width: 769px) {
      .featured_image > div {
        max-width: 30%;
        margin: auto 100px auto auto; } }
    @media only screen and (min-width: 1025px) {
      .featured_image > div {
        margin: auto 180px auto auto; } }
    .featured_image > div h2 {
      font-family: Ubuntu,sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 40px;
      line-height: 45px;
      letter-spacing: -0.015em;
      color: white; }
      @media only screen and (min-width: 1025px) {
        .featured_image > div h2 {
          font-size: 57px;
          line-height: 65px; } }
    .featured_image > div p {
      font-family: Open Sans,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: -0.015em;
      color: white; }

.app_cta {
  padding: 100px 0; }
  .app_cta .inner {
    text-align: center; }
    .app_cta .inner h2 {
      font-family: Ubuntu,sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 43px;
      line-height: 56px;
      align-items: center;
      text-align: center;
      letter-spacing: -0.015em;
      color: #002047;
      margin-bottom: 20px; }
    .app_cta .inner p {
      font-family: Open Sans,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      letter-spacing: -0.015em;
      color: #002047;
      margin-bottom: 20px; }
  .app_cta .appbtns {
    display: flex;
    margin-bottom: 20px;
    justify-content: center; }
    .app_cta .appbtns a {
      margin-right: 15px;
      width: 210px;
      max-width: 40%; }
      @media only screen and (min-width: 550px) {
        .app_cta .appbtns a {
          max-width: 25%; } }
      .app_cta .appbtns a svg {
        max-width: 100%; }

.beyond_metrics {
  background: #002047;
  padding: 50px 0 0; }
  @media only screen and (min-width: 1024px) {
    .beyond_metrics {
      padding-top: 45px;
      padding-bottom: 35px;
      margin-top: 350px; } }
  .beyond_metrics .inner {
    display: flex;
    flex-direction: column; }
  .beyond_metrics .image {
    margin-top: 50px; }
    @media only screen and (min-width: 1024px) {
      .beyond_metrics .image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 60vw; } }
    @media only screen and (min-width: 1600px) {
      .beyond_metrics .image {
        max-width: 50vw; } }
    .beyond_metrics .image img {
      width: 100%;
      height: auto;
      display: block; }
  .beyond_metrics h3 {
    font-weight: 300;
    color: #f6f9ff;
    line-height: 21px;
    max-width: 310px;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .beyond_metrics h3 {
        font-size: 30px;
        line-height: 22px; } }
  .beyond_metrics h2 {
    color: #f6f9ff;
    max-width: 310px;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .beyond_metrics h2 {
        font-size: 38px; } }
  .beyond_metrics h6 {
    color: #f6f9ff;
    font-family: "Ubuntu", sans-serif;
    max-width: 310px;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .beyond_metrics h6 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 14px; } }
  .beyond_metrics p {
    color: #f6f9ff;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 18px;
    max-width: 310px; }
    @media only screen and (min-width: 1024px) {
      .beyond_metrics p {
        margin-bottom: 32px; } }
  .beyond_metrics a {
    width: auto;
    display: flex;
    margin-right: auto; }

.featured-video {
  padding: 50px;
  background: #f6f9ff; }
  @media only screen and (min-width: 768px) {
    .featured-video {
      padding: 80px; } }
  .featured-video .title_row {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 40px; }
    @media only screen and (min-width: 768px) {
      .featured-video .title_row {
        margin-bottom: 80px; } }
    .featured-video .title_row h2 {
      text-align: center; }
    .featured-video .title_row p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      color: #545454; }
      @media only screen and (min-width: 768px) {
        .featured-video .title_row p {
          font-size: 22px;
          line-height: 36px; } }
  .featured-video .featured-video-scroller {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  .featured-video .featured-video-scroller .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
  .featured-video .featured-video-scroller .swiper-slide img {
    display: block; }
  .featured-video .featured-video-scroller .video-swiper-button-prev,
  .featured-video .featured-video-scroller .video-swiper-button-next {
    width: 100%;
    max-width: 40px;
    position: absolute;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center; }
  .featured-video .featured-video-scroller .video-swiper-button-prev {
    left: 10px;
    top: 72%; }
    @media only screen and (min-width: 768px) {
      .featured-video .featured-video-scroller .video-swiper-button-prev {
        top: 65%; } }
  .featured-video .featured-video-scroller .video-swiper-button-next {
    right: 10px;
    top: 72%; }
    @media only screen and (min-width: 768px) {
      .featured-video .featured-video-scroller .video-swiper-button-next {
        top: 65%; } }
