/* -- Colors -- */
figure {
  margin: 0 0 1em !important;
}

.pix-header-transparent:not(.pix-transparent-sticky) .position-absolute {
  position: relative !important;
}

.wp-block-embed.wp-embed-aspect-16-9:before {
  padding-top: 0 !important;
}

.blur_effect {
  filter: blur(4px);
}

.no_blur_effect {
  filter: blur(0px) !important;
}

/* -- UI -- */
h1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  font-size: 40px !important;
  line-height: 42px !important;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 46px !important;
    line-height: 52px !important;
    letter-spacing: -0.75px;
  }
}

@media only screen and (min-width: 960px) {
  h1 {
    font-size: 54px !important;
    line-height: 60px !important;
    letter-spacing: -1px;
  }
}

h2 {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  font-size: 32px !important;
  line-height: 40px !important;
}

@media only screen and (min-width: 960px) {
  h2 {
    font-size: 46px !important;
    line-height: 56px !important;
    letter-spacing: -1px;
  }
}

h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.25px;
  font-size: 28px !important;
  line-height: 34px !important;
}

@media only screen and (min-width: 960px) {
  h3 {
    font-size: 36px !important;
    line-height: 56px !important;
    letter-spacing: -1px;
  }
}

h4 {
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: -0.3px;
  font-size: 24px !important;
  line-height: 30px !important;
}

@media only screen and (min-width: 960px) {
  h4 {
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: -0.25px;
  }
}

h5 {
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: -0.25px !important;
}

@media only screen and (min-width: 960px) {
  h5 {
    font-size: 26px !important;
    line-height: 34px !important;
    letter-spacing: -0.3px !important;
  }
}

.text_body_large {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.3px !important;
}

@media only screen and (min-width: 960px) {
  .text_body_large {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: -0.1px !important;
  }
}

.text_body_medium {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 960px) {
  .text_body_medium {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: -0.3px !important;
  }
}

.text_body_small {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.text_body_caps {
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .text_body_caps {
    font-size: 14px;
    line-height: 16px;
  }
}

/* -- buttons -- */
.elementor-widget-button.btn_link-text a.elementor-button {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}

.elementor-widget-button.btn_link-text a.elementor-button:hover {
  text-decoration: underline;
}

.elementor-widget-button.btn_blood-orange a.elementor-button {
  border-radius: 30px;
  padding: 20px 40px !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  background-color: #FF685C;
  color: #00324A;
  font-family: "Inter", Sans-serif;
}

.elementor-widget-button.btn_blood-orange a.elementor-button:hover {
  color: white;
  background-color: #DC2D1F;
}

@media only screen and (min-width: 960px) {
  .elementor-widget-button.btn_blood-orange a.elementor-button {
    font-size: 19px;
    line-height: 23px;
  }
}

.elementor-widget-button.btn_white a.elementor-button {
  border-radius: 30px;
  padding: 20px 40px !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  background-color: white;
  color: #00324A;
  font-family: "Inter", Sans-serif;
}

.elementor-widget-button.btn_white a.elementor-button:hover {
  color: white;
  background-color: #00324A;
}

@media only screen and (min-width: 960px) {
  .elementor-widget-button.btn_white a.elementor-button {
    font-size: 19px;
    line-height: 23px;
  }
}

.elementor-widget-button.btn_white_navy a.elementor-button {
  border-radius: 30px;
  padding: 20px 40px !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  background-color: white;
  color: #00324A;
  font-family: "Inter", Sans-serif;
}

.elementor-widget-button.btn_white_navy a.elementor-button:hover {
  color: white;
  background-color: #FF685C;
}

@media only screen and (min-width: 960px) {
  .elementor-widget-button.btn_white_navy a.elementor-button {
    font-size: 19px;
    line-height: 23px;
  }
}

.btn_link-text a.eae-popup-link {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #DC2D1F;
  background-color: transparent !important;
  padding: 0px 0px 0px 0px;
}

.btn_link-text a.eae-popup-link:hover {
  text-decoration: underline;
}

/* Form Marketo */
#formWrapper {
  padding: 30px !important;
  background-color: #EFEFEF;
}

.elementor-widget-shortcode #formWrapper {
  padding: 0px !important;
  background-color: transparent;
}

.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoFormRow {
  position: relative;
  width: 100%;
}

.mktoForm .mktoFormRow .mktoOffset,
.mktoForm .mktoFormRow .mktoGutter {
  width: auto !important;
}

.mktoForm .mktoFormRow input[type=text], .mktoForm .mktoFormRow input[type=url], .mktoForm .mktoFormRow input[type=email], .mktoForm .mktoFormRow input[type=tel], .mktoForm .mktoFormRow input[type=number], .mktoForm .mktoFormRow input[type=date] {
  border: 2px solid #00324A !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  height: auto !important;
  color: #00324A !important;
  font-weight: bold !important;
  box-shadow: none !important;
  width: 100% !important;
}

.mktoForm .mktoFormRow input[type=text]:focus, .mktoForm .mktoFormRow input[type=url]:focus, .mktoForm .mktoFormRow input[type=email]:focus, .mktoForm .mktoFormRow input[type=tel]:focus, .mktoForm .mktoFormRow input[type=number]:focus, .mktoForm .mktoFormRow input[type=date]:focus {
  outline: none !important;
  border-radius: 50px !important;
}

.mktoForm .mktoFormRow textarea.mktoField,
.mktoForm .mktoFormRow select.mktoField {
  border: 2px solid #00324A !important;
  border-radius: 50px !important;
  padding: 10px 40px 10px 20px !important;
  font-size: 18px !important;
  height: auto !important;
  line-height: 28px !important;
  color: #6A6A6A !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  width: 100% !important;
}

.mktoForm .mktoFormRow textarea.mktoField:focus,
.mktoForm .mktoFormRow select.mktoField:focus {
  outline: none !important;
  border-radius: 50px !important;
}

.mktoForm .mktoFormRow select:after {
  content: '';
}

.mktoForm .mktoFormRow ::placeholder {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  color: #6A6A6A !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  left: 16px;
  top: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #6A6A6A !important;
  letter-spacing: -0.3px;
  padding: 0 0 8px;
  font-family: "Inter", sans-serif !important;
  width: 80% !important;
}

.mktoForm .mktoFormCol {
  margin-bottom: 26px !important;
}

.mktoForm .mktoFormCol:nth-child(2) {
  float: right;
}

.mktoForm .mktoFormCol:nth-child(2).mktoClear {
  float: none;
}

.mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}

.mktoButtonRow button.mktoButton {
  border-radius: 30px !important;
  padding: 20px 40px !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  border: 0 none !important;
  background: #FF685C !important;
  color: #00324A !important;
  font-family: "Inter", Sans-serif !important;
  width: auto !important;
}

.mktoButtonRow button.mktoButton:hover {
  color: white !important;
  background-color: #DC2D1F !important;
}

@media only screen and (min-width: 960px) {
  .mktoButtonRow button.mktoButton {
    font-size: 19px !important;
    line-height: 23px !important;
  }
}

select, input, button {
  outline: none !important;
}

header.bg-white {
  background-color: #00324A !important;
}

header#mobile_head.pix-header-mobile {
  overflow-y: scroll;
  max-height: 100vh !important;
  min-width: 100vh;
}

header#mobile_head.pix-header-mobile .pix-header-border {
  height: 0 !important;
}

header#mobile_head.pix-header-mobile.pix-mobile-sticky {
  max-height: 100vh !important;
  min-width: 100vh;
  overflow-y: scroll;
}

header .container {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
}

@media only screen and (min-width: 992px) {
  header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

header .container .navbar {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  width: 100vw;
  /*
			@include respond-to(mx-991){
				.slide-in-container{
					margin-bottom: 20px;
				}
				.navbar-toggler{
					margin-bottom: 20px;
					&.is-active + .menu_mobile{display: block !important;}
					&.collapsed + .menu_mobile{display: none !important;}
				}				
				.menu_mobile{
					width: 100% !important;
					padding: 10px !important;
					background-color: $dusty_blue_lightest;
					a.btn.pix-search-btn{					
						position: relative !important;
						width: 100% !important;
						top: 0 !important;
						border-radius: 40px !important;
						border: 2px solid $midnight_blue;
					}					
				}
				.navbar-collapse {
					margin-top: 0%;
				}
				.dropdown.pix-wpml-header-btn{
					margin: 0 !important;
				}
			}
			*/
}

@media only screen and (min-width: 992px) {
  header .container .navbar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: auto;
  }
}

header .container .navbar .menu_mobile {
  display: none !important;
}

header .container .navbar > .slide-in-container {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) {
  header .container .navbar > .slide-in-container {
    margin-left: 0px;
    width: 16%;
    max-width: 180px;
  }
}

header .container .navbar .navbar-toggler {
  margin-right: 20px;
}

header .container .navbar .navbar-toggler.collapsed ~ .dropdown.pix-wpml-header-btn,
header .container .navbar .navbar-toggler.collapsed ~ .link_custom,
header .container .navbar .navbar-toggler.collapsed ~ .btn_custom {
  display: none !important;
}

header .container .navbar .navbar-toggler.is-active ~ .dropdown.pix-wpml-header-btn,
header .container .navbar .navbar-toggler.is-active ~ .link_custom,
header .container .navbar .navbar-toggler.is-active ~ .btn_custom {
  display: block !important;
}

@media only screen and (min-width: 992px) {
  header .container .navbar .navbar-toggler {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  header .container .navbar .navbar-collapse:not(.show) ~ .dropdown.pix-wpml-header-btn,
  header .container .navbar .navbar-collapse:not(.show) ~ .link_custom,
  header .container .navbar .navbar-collapse:not(.show) ~ .btn_custom {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  header .container .navbar .navbar-collapse.show ~ .dropdown.pix-wpml-header-btn,
  header .container .navbar .navbar-collapse.show ~ .link_custom,
  header .container .navbar .navbar-collapse.show ~ .btn_custom {
    display: block !important;
  }
}

header .pix-header-divider.pix-sm {
  top: 20px !important;
  height: calc(100% - 40px) !important;
}

header a.btn {
  margin: 0 6px !important;
}

@media only screen and (min-width: 1025px) {
  header a.btn {
    margin: 0 14px !important;
  }
}

header a.btn.text-white {
  font-weight: 500 !important;
}

header a.btn.text-white:hover {
  color: #FF685C !important;
  font-weight: 500 !important;
}

header a.btn.text-white i {
  width: 15px;
  height: 17px;
  margin-top: -2px;
  display: inline-block;
  background: url(" ../../inc/images/ico_log_in.svg") no-repeat 0 0;
}

header a.btn.text-white i:before {
  display: none !important;
}

header a.btn.btn-rounded {
  padding: 10px 23px !important;
  font-size: 15px;
  line-height: 18px;
}

header a.btn.btn-rounded:hover {
  background-color: #FF685C !important;
  color: #00324A !important;
}

header a.btn.pix-search-btn {
  background-color: white !important;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background: url(" ../../inc/images/ico_search.svg") no-repeat center;
}

header a.btn.pix-search-btn i {
  display: none;
}

header a.btn.pix-search-btn:hover {
  background-color: #FF685C !important;
}

header .dropdown.pix-wpml-header-btn.d-inline-block {
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 8px 20px !important;
  z-index: 99999;
  display: none !important;
}

@media only screen and (min-width: 992px) {
  header .dropdown.pix-wpml-header-btn.d-inline-block {
    display: block !important;
  }
}

header .dropdown.pix-wpml-header-btn.d-inline-block > a {
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 18px !important;
}

header .dropdown.pix-wpml-header-btn.d-inline-block > a i {
  line-height: 18px !important;
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu {
  border-radius: 0 !important;
  top: 100% !important;
}

@media only screen and (max-width: 767px) {
  header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu {
    position: absolute !important;
  }
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu .submenu-box {
  border-radius: 0 !important;
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu .submenu-box a {
  font-family: Inter;
  font-style: normal;
  color: #00324A !important;
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #95C4E7;
  transition: all 0.2s;
  padding: 10px 20px !important;
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu .submenu-box a:last-child {
  border-bottom: 0 none;
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu .submenu-box a:hover {
  background-color: #E7F7FD;
}

header .dropdown.pix-wpml-header-btn.d-inline-block .dropdown-menu .submenu-box a img {
  margin-right: 6px;
}

header .hamburger--spin .hamburger-box {
  width: 38px;
}

header .hamburger--spin .hamburger-box .bg-body-default {
  background: white !important;
}

header .hamburger--spin .hamburger-inner {
  width: 25px;
  height: 2px;
  border-radius: 0;
  margin-left: 12px;
}

header .hamburger--spin .hamburger-inner .hamburger-inner-before,
header .hamburger--spin .hamburger-inner .hamburger-inner-after {
  width: 38px;
  height: 2px;
  border-radius: 0;
  margin-left: -12px;
}

header .hamburger--spin.is-active .hamburger-inner {
  width: 34px;
  margin-left: 0px;
}

header .hamburger--spin.is-active .hamburger-inner .hamburger-inner-before,
header .hamburger--spin.is-active .hamburger-inner .hamburger-inner-after {
  width: 34px;
  margin-left: 0px;
}

header #menu-menu-1 > li,
header #menu-menu-1-de > li,
header #menu-menu-1-br > li,
header #menu-menu-1-apac-2 > li,
header #menu-menu-1-uk > li,
header #menu-menu-1-fr > li,
header #menu-menu-1-jp > li,
header #menu-menu-1-sea > li,
header #menu-menu-1-it > li,
header #menu-menu-1-latam > li,
header #menu-menu-1-es > li {
  position: relative !important;
  padding: 0px;
}

@media only screen and (min-width: 960px) {
  header #menu-menu-1 > li > a,
  header #menu-menu-1-de > li > a,
  header #menu-menu-1-br > li > a,
  header #menu-menu-1-apac-2 > li > a,
  header #menu-menu-1-uk > li > a,
  header #menu-menu-1-fr > li > a,
  header #menu-menu-1-jp > li > a,
  header #menu-menu-1-sea > li > a,
  header #menu-menu-1-it > li > a,
  header #menu-menu-1-latam > li > a,
  header #menu-menu-1-es > li > a {
    padding: 0 6px !important;
  }
}

@media only screen and (min-width: 1025px) {
  header #menu-menu-1 > li > a,
  header #menu-menu-1-de > li > a,
  header #menu-menu-1-br > li > a,
  header #menu-menu-1-apac-2 > li > a,
  header #menu-menu-1-uk > li > a,
  header #menu-menu-1-fr > li > a,
  header #menu-menu-1-jp > li > a,
  header #menu-menu-1-sea > li > a,
  header #menu-menu-1-it > li > a,
  header #menu-menu-1-latam > li > a,
  header #menu-menu-1-es > li > a {
    padding: 0 10px !important;
  }
}

header #menu-menu-1 > li span,
header #menu-menu-1-de > li span,
header #menu-menu-1-br > li span,
header #menu-menu-1-apac-2 > li span,
header #menu-menu-1-uk > li span,
header #menu-menu-1-fr > li span,
header #menu-menu-1-jp > li span,
header #menu-menu-1-sea > li span,
header #menu-menu-1-it > li span,
header #menu-menu-1-latam > li span,
header #menu-menu-1-es > li span {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 18px !important;
}

header #menu-menu-1 > li:hover span,
header #menu-menu-1-de > li:hover span,
header #menu-menu-1-br > li:hover span,
header #menu-menu-1-apac-2 > li:hover span,
header #menu-menu-1-uk > li:hover span,
header #menu-menu-1-fr > li:hover span,
header #menu-menu-1-jp > li:hover span,
header #menu-menu-1-sea > li:hover span,
header #menu-menu-1-it > li:hover span,
header #menu-menu-1-latam > li:hover span,
header #menu-menu-1-es > li:hover span {
  color: #FF685C !important;
}

header #menu-menu-1 > li.current-menu-item .nav-link span:after,
header #menu-menu-1-de > li.current-menu-item .nav-link span:after,
header #menu-menu-1-br > li.current-menu-item .nav-link span:after,
header #menu-menu-1-apac-2 > li.current-menu-item .nav-link span:after,
header #menu-menu-1-uk > li.current-menu-item .nav-link span:after,
header #menu-menu-1-fr > li.current-menu-item .nav-link span:after,
header #menu-menu-1-jp > li.current-menu-item .nav-link span:after,
header #menu-menu-1-sea > li.current-menu-item .nav-link span:after,
header #menu-menu-1-it > li.current-menu-item .nav-link span:after,
header #menu-menu-1-latam > li.current-menu-item .nav-link span:after,
header #menu-menu-1-es > li.current-menu-item .nav-link span:after {
  background: #FF685C !important;
  height: 2px !important;
  transform: scaleX(1) !important;
}

header #menu-menu-1 .submenu-box,
header #menu-menu-1-de .submenu-box,
header #menu-menu-1-br .submenu-box,
header #menu-menu-1-apac-2 .submenu-box,
header #menu-menu-1-uk .submenu-box,
header #menu-menu-1-fr .submenu-box,
header #menu-menu-1-jp .submenu-box,
header #menu-menu-1-sea .submenu-box,
header #menu-menu-1-it .submenu-box,
header #menu-menu-1-latam .submenu-box,
header #menu-menu-1-es .submenu-box {
  border-radius: 0 !important;
  position: relative;
  padding: 15px 30px;
}

header #menu-menu-1 .submenu-box:before,
header #menu-menu-1-de .submenu-box:before,
header #menu-menu-1-br .submenu-box:before,
header #menu-menu-1-apac-2 .submenu-box:before,
header #menu-menu-1-uk .submenu-box:before,
header #menu-menu-1-fr .submenu-box:before,
header #menu-menu-1-jp .submenu-box:before,
header #menu-menu-1-sea .submenu-box:before,
header #menu-menu-1-it .submenu-box:before,
header #menu-menu-1-latam .submenu-box:before,
header #menu-menu-1-es .submenu-box:before {
  content: '';
  border-bottom: 14px solid white;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

header #menu-menu-1 .dropdown-menu,
header #menu-menu-1-de .dropdown-menu,
header #menu-menu-1-br .dropdown-menu,
header #menu-menu-1-apac-2 .dropdown-menu,
header #menu-menu-1-uk .dropdown-menu,
header #menu-menu-1-fr .dropdown-menu,
header #menu-menu-1-jp .dropdown-menu,
header #menu-menu-1-sea .dropdown-menu,
header #menu-menu-1-it .dropdown-menu,
header #menu-menu-1-latam .dropdown-menu,
header #menu-menu-1-es .dropdown-menu {
  transform: translateX(-50%);
  min-width: 330px;
  width: auto;
}

header #menu-menu-1 .dropdown-menu .menu-item,
header #menu-menu-1-de .dropdown-menu .menu-item,
header #menu-menu-1-br .dropdown-menu .menu-item,
header #menu-menu-1-apac-2 .dropdown-menu .menu-item,
header #menu-menu-1-uk .dropdown-menu .menu-item,
header #menu-menu-1-fr .dropdown-menu .menu-item,
header #menu-menu-1-jp .dropdown-menu .menu-item,
header #menu-menu-1-sea .dropdown-menu .menu-item,
header #menu-menu-1-it .dropdown-menu .menu-item,
header #menu-menu-1-latam .dropdown-menu .menu-item,
header #menu-menu-1-es .dropdown-menu .menu-item {
  border-bottom: 1px solid #00324A;
  border-radius: 0;
}

header #menu-menu-1 .dropdown-menu .menu-item:last-child,
header #menu-menu-1-de .dropdown-menu .menu-item:last-child,
header #menu-menu-1-br .dropdown-menu .menu-item:last-child,
header #menu-menu-1-apac-2 .dropdown-menu .menu-item:last-child,
header #menu-menu-1-uk .dropdown-menu .menu-item:last-child,
header #menu-menu-1-fr .dropdown-menu .menu-item:last-child,
header #menu-menu-1-jp .dropdown-menu .menu-item:last-child,
header #menu-menu-1-sea .dropdown-menu .menu-item:last-child,
header #menu-menu-1-it .dropdown-menu .menu-item:last-child,
header #menu-menu-1-latam .dropdown-menu .menu-item:last-child,
header #menu-menu-1-es .dropdown-menu .menu-item:last-child {
  border: 0 none;
}

header #menu-menu-1 .dropdown-menu a,
header #menu-menu-1-de .dropdown-menu a,
header #menu-menu-1-br .dropdown-menu a,
header #menu-menu-1-apac-2 .dropdown-menu a,
header #menu-menu-1-uk .dropdown-menu a,
header #menu-menu-1-fr .dropdown-menu a,
header #menu-menu-1-jp .dropdown-menu a,
header #menu-menu-1-sea .dropdown-menu a,
header #menu-menu-1-it .dropdown-menu a,
header #menu-menu-1-latam .dropdown-menu a,
header #menu-menu-1-es .dropdown-menu a {
  padding: 15px 14px !important;
  background: url("../../inc/images/arrow_submenu_row_.svg") no-repeat left 20px;
}

header #menu-menu-1 .dropdown-menu a span,
header #menu-menu-1-de .dropdown-menu a span,
header #menu-menu-1-br .dropdown-menu a span,
header #menu-menu-1-apac-2 .dropdown-menu a span,
header #menu-menu-1-uk .dropdown-menu a span,
header #menu-menu-1-fr .dropdown-menu a span,
header #menu-menu-1-jp .dropdown-menu a span,
header #menu-menu-1-sea .dropdown-menu a span,
header #menu-menu-1-it .dropdown-menu a span,
header #menu-menu-1-latam .dropdown-menu a span,
header #menu-menu-1-es .dropdown-menu a span {
  color: #00324A !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

header #menu-menu-1 .dropdown-menu a:hover span,
header #menu-menu-1-de .dropdown-menu a:hover span,
header #menu-menu-1-br .dropdown-menu a:hover span,
header #menu-menu-1-apac-2 .dropdown-menu a:hover span,
header #menu-menu-1-uk .dropdown-menu a:hover span,
header #menu-menu-1-fr .dropdown-menu a:hover span,
header #menu-menu-1-jp .dropdown-menu a:hover span,
header #menu-menu-1-sea .dropdown-menu a:hover span,
header #menu-menu-1-it .dropdown-menu a:hover span,
header #menu-menu-1-latam .dropdown-menu a:hover span,
header #menu-menu-1-es .dropdown-menu a:hover span {
  color: #FF685C !important;
}

header #menu-menu-1 li.mega-item .dropdown-menu .container,
header #menu-menu-1-de li.mega-item .dropdown-menu .container,
header #menu-menu-1-br li.mega-item .dropdown-menu .container,
header #menu-menu-1-apac-2 li.mega-item .dropdown-menu .container,
header #menu-menu-1-uk li.mega-item .dropdown-menu .container,
header #menu-menu-1-fr li.mega-item .dropdown-menu .container,
header #menu-menu-1-jp li.mega-item .dropdown-menu .container,
header #menu-menu-1-sea li.mega-item .dropdown-menu .container,
header #menu-menu-1-it li.mega-item .dropdown-menu .container,
header #menu-menu-1-latam li.mega-item .dropdown-menu .container,
header #menu-menu-1-es li.mega-item .dropdown-menu .container {
  min-width: 420px !important;
}

header #menu-menu-1 li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-de li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-br li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-apac-2 li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-uk li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-fr li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-jp li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-sea li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-it li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-latam li.mega-item .dropdown-menu .container h6,
header #menu-menu-1-es li.mega-item .dropdown-menu .container h6 {
  background-color: #EFEFEF;
  font-size: 11px !important;
  line-height: 14px;
  text-transform: uppercase;
  padding: 6px 10px;
}

header #menu-menu-1 li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-de li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-br li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-apac-2 li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-uk li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-fr li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-jp li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-sea li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-it li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-latam li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-es li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1) {
  padding-right: 10px !important;
}

header #menu-menu-1 li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-de li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-br li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-apac-2 li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-uk li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-fr li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-jp li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-sea li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-it li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-latam li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1),
header #menu-menu-1-es li.mega-item .dropdown-menu .container .w-100 > div:nth-child(1) {
  padding-left: 10px !important;
}

header #menu-menu-2,
header #menu-menu-1-de-1,
header #menu-menu-1-jp-1,
header #menu-menu-1-uk-1,
header #menu-menu-1-es-1,
header #menu-menu-1-fr-1,
header #menu-menu-1-it-1,
header #menu-menu-1-br-1,
header #menu-menu-1-apac-1,
header #menu-menu-1-apac-3,
header #menu-menu-1-latam-1,
header #menu-menu-1-sea-1 {
  background: #E7F7FD;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  header #menu-menu-2,
  header #menu-menu-1-de-1,
  header #menu-menu-1-jp-1,
  header #menu-menu-1-uk-1,
  header #menu-menu-1-es-1,
  header #menu-menu-1-fr-1,
  header #menu-menu-1-it-1,
  header #menu-menu-1-br-1,
  header #menu-menu-1-apac-1,
  header #menu-menu-1-apac-3,
  header #menu-menu-1-latam-1,
  header #menu-menu-1-sea-1 {
    padding: 0px;
    width: 100vw;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 991px) {
  header #menu-menu-2 li .dropdown-menu,
  header #menu-menu-1-de-1 li .dropdown-menu,
  header #menu-menu-1-jp-1 li .dropdown-menu,
  header #menu-menu-1-uk-1 li .dropdown-menu,
  header #menu-menu-1-es-1 li .dropdown-menu,
  header #menu-menu-1-fr-1 li .dropdown-menu,
  header #menu-menu-1-it-1 li .dropdown-menu,
  header #menu-menu-1-br-1 li .dropdown-menu,
  header #menu-menu-1-apac-1 li .dropdown-menu,
  header #menu-menu-1-apac-3 li .dropdown-menu,
  header #menu-menu-1-latam-1 li .dropdown-menu,
  header #menu-menu-1-sea-1 li .dropdown-menu {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  header #menu-menu-2 li a,
  header #menu-menu-1-de-1 li a,
  header #menu-menu-1-jp-1 li a,
  header #menu-menu-1-uk-1 li a,
  header #menu-menu-1-es-1 li a,
  header #menu-menu-1-fr-1 li a,
  header #menu-menu-1-it-1 li a,
  header #menu-menu-1-br-1 li a,
  header #menu-menu-1-apac-1 li a,
  header #menu-menu-1-apac-3 li a,
  header #menu-menu-1-latam-1 li a,
  header #menu-menu-1-sea-1 li a {
    padding: 30px 20px;
  }
}

.pix-main-intro {
  display: none !important;
}

body.page li.breadcrumb-item a {
  color: #00324A !important;
}

ol.breadcrumb {
  font-weight: 500 !important;
}

ol.breadcrumb li.breadcrumb-item {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  ol.breadcrumb li.breadcrumb-item {
    font-size: 16px;
    line-height: 26px;
  }
}

ol.breadcrumb li.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.2rem;
}

ol.breadcrumb li.breadcrumb-item span {
  padding-right: 1.2rem;
}

ol.breadcrumb li.breadcrumb-item.last_child_breadcrumb {
  font-weight: 700 !important;
  color: #00324A !important;
}

@media only screen and (max-width: 767px) {
  ol.breadcrumb li.breadcrumb-item:first-child a {
    display: none !important;
  }
  ol.breadcrumb li.breadcrumb-item span {
    display: none !important;
  }
  ol.breadcrumb li.breadcrumb-item:nth-child(3) {
    display: none !important;
  }
}

/* Size conteiners*/
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: calc(100% - 40px);
}

@media only screen and (min-width: 640px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 600px;
  }
}

@media only screen and (min-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 920px;
  }
}

@media only screen and (min-width: 960px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px;
  }
}

@media only screen and (max-width: 639px) {
  .elementor-section.elementor-section-boxed.full_width_mobile .elementor-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .elementor-section.elementor-section-boxed .elementor-inner-section > .elementor-container {
    max-width: 100%;
  }
}

#content.pt-5 {
  padding-top: 0rem !important;
}

#content.site-content {
  /*overflow: hidden;*/
}

/* Main Search*/
.pix-search .search-note {
  color: white !important;
  font-size: 1.04em !important;
  line-height: 1.8 !important;
}

.pix-search .search-title {
  font-size: 4.8rem !important;
  line-height: 1 !important;
}

.pix-search #search_row {
  position: absolute;
  top: 60px;
  right: 60px;
}

.pix-search .search-bar {
  background-color: transparent !important;
  border-radius: 100px !important;
  border: 2px solid white;
  padding: 24px 52px !important;
}

.pix-search .search-bar:hover {
  border-color: #68ABDD !important;
}

.pix-search .search-bar button.pix-search-submit {
  margin: 0 0 0 15px;
  background: url(../../inc/images/ico_search_white.svg) no-repeat center/cover;
  width: 38px;
  height: 40px;
}

.pix-search .search-bar button.pix-search-submit i {
  display: none !important;
}

.pix-search .search-bar input {
  background-color: transparent;
  color: white;
  padding: 0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: -0.3px;
  font-size: 24px !important;
  line-height: 30px !important;
}

@media only screen and (min-width: 960px) {
  .pix-search .search-bar input {
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: -0.25px;
  }
}

.pix-search .search-bar ::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
}

.pix-search .search-bar :-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}

.pix-search .search-bar ::placeholder {
  color: white;
  opacity: 0.5;
}

.pix-search .search-bar .dropdown-menu.show {
  width: calc(100% - 108px) !important;
  margin-top: 0;
  margin-right: 54px;
  margin-left: 54px;
}

.pix-search .search-bar .dropdown-menu.show a {
  padding: 20px 30px !important;
  border-bottom: 1px solid #95C4E7;
  line-height: 1.2;
  color: #00324A !important;
  font-weight: 500 !important;
  font-size: 1.38em !important;
  transition: all 0.2s;
  white-space: pre-line;
}

.pix-search .search-bar .dropdown-menu.show a:last-child {
  border-bottom: 0px none;
}

.pix-search .search-bar .dropdown-menu.show a:hover {
  background-color: #E7F7FD !important;
}

.pix-search .search-bar .dropdown-menu .dropdown-item img {
  display: none !important;
}

/*effect on images*/
.glow_img.light_blue img {
  filter: drop-shadow(0px 0px 90px rgba(136, 213, 223, 0.2)) !important;
}

.glow_img.light_yellow img {
  filter: drop-shadow(0px 0px 90px rgba(240, 241, 199, 0.2)) !important;
}

@media only screen and (min-width: 768px) {
  .triangles_left_blue-yellow:before {
    content: '';
    border-bottom: 320px solid #004768;
    border-right: 320px solid transparent;
    border-left: 320px solid transparent;
    bottom: 0;
    left: calc(50% - 740px);
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) {
  .triangles_left_blue-yellow:before {
    left: calc(50% - 790px);
  }
}

@media only screen and (min-width: 768px) {
  .triangles_left_blue-yellow:after {
    content: '';
    border-bottom: 240px solid #FCC201;
    border-right: 240px solid transparent;
    border-left: 240px solid transparent;
    z-index: 99;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 420px);
  }
}

@media only screen and (min-width: 1025px) {
  .triangles_left_blue-yellow:after {
    left: calc(50% - 470px);
  }
}

/* Icon Blog Elementor*/
.elementor-widget-icon-box .elementor-icon-box-content p.elementor-icon-box-description, .elementor-widget-icon-box .elementor-icon-box-content li.elementor-icon-box-description {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.3px !important;
}

@media only screen and (min-width: 960px) {
  .elementor-widget-icon-box .elementor-icon-box-content p.elementor-icon-box-description, .elementor-widget-icon-box .elementor-icon-box-content li.elementor-icon-box-description {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: -0.1px !important;
  }
}

.elementor-widget-icon-box.text_16 .elementor-icon-box-content p, .elementor-widget-icon-box.text_16 .elementor-icon-box-content li {
  font-size: 15px !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 960px) {
  .elementor-widget-icon-box.text_16 .elementor-icon-box-content p, .elementor-widget-icon-box.text_16 .elementor-icon-box-content li {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: -0.3px !important;
  }
}

.elementor-widget-premium-addon-title .premium-title-container .premium-title-header {
  padding: 0px !important;
  border-left: 0 !important;
}

body.dialog-lightbox-container header.pix-header-mobile.pix-mobile-sticky {
  z-index: 9999 !important;
}

body.dialog-lightbox-container .pix-header-transparent.pix-transparent-sticky,
body.dialog-lightbox-container .pix-header-transparent .pix-header {
  z-index: 9999 !important;
}

/* style Popup*/
.eae-popup.mfp-bg,
[id^="elementor-popup-modal-"].dialog-type-lightbox {
  background-color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

.eae-popup.mfp-wrap {
  z-index: 9999999 !important;
}

.eae-popup.mfp-wrap .mfp-content {
  max-width: 1240px;
  max-height: 96vh;
  overflow: auto;
  width: 96% !important;
}

.eae-popup.mfp-wrap .eae-modal-content {
  position: relative;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .eae-popup.mfp-wrap .eae-modal-content {
    padding: 50px 50px 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .eae-popup.mfp-wrap .eae-modal-content {
    padding: 105px 105px 240px;
  }
}

@media only screen and (min-width: 768px) {
  .eae-popup.mfp-wrap .eae-modal-content:before {
    content: '';
    border-bottom: 260px solid #FF685C;
    border-right: 260px solid transparent;
    border-left: 260px solid transparent;
    bottom: 0;
    left: calc(50% - 800px);
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) {
  .eae-popup.mfp-wrap .eae-modal-content:before {
    left: calc(50% - 790px);
  }
}

@media only screen and (min-width: 768px) {
  .eae-popup.mfp-wrap .eae-modal-content:after {
    content: '';
    border-bottom: 120px solid #68ABDD;
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    z-index: 99;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 450px);
  }
}

@media only screen and (min-width: 1025px) {
  .eae-popup.mfp-wrap .eae-modal-content:after {
    left: calc(50% - 390px);
  }
}

.eae-popup.mfp-wrap .mfp-title {
  display: none;
}

.eae-popup.mfp-wrap .eae-close {
  color: #00324A !important;
  top: 16px;
  right: 16px;
}

.eae-popup.mfp-wrap .elementor-widget-ae-acf {
  margin-bottom: 0;
}

.eae-popup.mfp-wrap .elementor-widget-ae-acf a {
  color: #DC2D1F;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.eae-popup.mfp-wrap .elementor-widget-ae-acf a:hover {
  text-decoration: underline;
}

.popup_contact-us > .dialog-widget-content .dialog-message {
  max-width: 800px;
}

@media only screen and (min-width: 768px) {
  .popup_contact-us .elementor-top-section:before {
    content: '';
    border-bottom: 84px solid #004768;
    border-right: 84px solid transparent;
    border-left: 84px solid transparent;
    bottom: 0;
    left: -100px;
    position: absolute;
  }
}

@media only screen and (min-width: 1025px) {
  .popup_contact-us .elementor-top-section:before {
    left: -74px;
  }
}

@media only screen and (min-width: 768px) {
  .popup_contact-us .elementor-top-section:after {
    content: '';
    border-bottom: 50px solid #FCC201;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    z-index: 99;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    left: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .popup_contact-us .elementor-top-section:after {
    left: 30px;
  }
}

.popup_contact-us .elementor-top-section .elementor-column.bkg_img .elementor-widget-wrap {
  padding: 100% 0 0;
}

@media only screen and (max-width: 479px) {
  .popup_contact-us .elementor-top-section .elementor-column.bkg_img .elementor-widget-wrap {
    padding: 74% 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .popup_contact-us .elementor-top-section .elementor-column {
    width: 100% !important;
  }
}

.popup_contact-us .dialog-close-button {
  border-radius: 50%;
  padding: 4px;
  margin: 4px;
}

.popup_leadership {
  /*
	.elementor-top-section{
		&:before{
			@include respond-to(mn-768){
				content: '';
				border-bottom: 84px solid $triangle_blue;
				border-right: 84px solid transparent;
				border-left: 84px solid transparent;
				bottom: 0;
				left: -100px;
				position: absolute;
			}
			@include respond-to(mn-1025){
				left: -74px;
			}
		}
		&:after{
			@include respond-to(mn-768){
				content: '';
				border-bottom: 50px solid $sunflower;
				border-right: 50px solid transparent;
				border-left: 50px solid transparent;
				z-index: 99;
				bottom: 0;			
				position: absolute;
				pointer-events: none;
				left: 0px;
			}
			@include respond-to(mn-1025){
				left: 30px;
			}
		}
		.elementor-column{ 
			&.bkg_img{
				.elementor-widget-wrap{
					padding: 100% 0 0; 
					@include respond-to(mx-479){
						padding: 74% 0 0; 
					}
				}
			}
			@include respond-to(mx-479){
				width: 100% !important;
			}
		}
	}
	*/
}

.popup_leadership > .dialog-widget-content .dialog-message {
  max-width: 1240px;
}

.popup_leadership .dialog-close-button {
  border-radius: 50%;
  padding: 4px;
  margin: 4px;
}

@media only screen and (max-width: 767px) {
  .popup_leadership .elementor-widget-pix-card img {
    display: none;
  }
}

.popup_leadership .elementor-widget-pix-card .card-body {
  padding: 0px !important;
}

@media only screen and (min-width: 768px) {
  .popup_leadership .elementor-widget-pix-card .card-body {
    padding: 20px 0 0 !important;
  }
}

.popup_leadership .elementor-widget-pix-card .card-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .popup_leadership .elementor-widget-pix-card .card-body p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .popup_leadership .elementor-widget-pix-card .card-body {
    float: left !important;
  }
}

.popup_leadership .elementor-share-btn {
  border-width: 0 !important;
  width: 50px !important;
  height: 50px !important;
}

.popup_leadership .elementor-share-btn .elementor-share-btn__icon {
  background: url("../../inc/images/icon_linkedin.png") no-repeat center #00324A !important;
  width: 50px;
  height: 50px;
}

.popup_leadership .elementor-share-btn .elementor-share-btn__icon i {
  display: none !important;
}

.popup_leadership .elementor-share-btn .elementor-share-btn__icon:hover {
  background-color: #68ABDD !important;
}

.ae-pagination-wrapper {
  padding-top: 50px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ae-pagination-wrapper {
    padding-top: 90px;
  }
}

.ae-pagination-wrapper span {
  color: #DC2D1F;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.ae-pagination-wrapper a {
  color: #00324A;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.ae-pagination-wrapper a.page-numbers.next::after, .ae-pagination-wrapper a.page-numbers.prev::before {
  margin-top: 1px;
  height: 19px;
}

.elementor-popup-modal .dialog-message {
  max-width: 1240px;
}

@media only screen and (min-width: 1240px) {
  .elementor-popup-modal #popup_leadership {
    padding: 105px !important;
  }
}

.elementor-popup-modal #popup_leadership:before {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 325px solid #00324A;
  left: -234px;
  border-left: 325px solid transparent;
  border-right: 325px solid transparent;
  z-index: -1;
}

.elementor-popup-modal #popup_leadership:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 190px solid #FCC201;
  left: 105px;
  border-left: 190px solid transparent;
  border-right: 190px solid transparent;
  z-index: -1;
}

.elementor-popup-modal #popup_mkto {
  padding: 20px !important;
}

@media only screen and (min-width: 1240px) {
  .elementor-popup-modal #popup_mkto {
    padding: 40px !important;
  }
}

@media only screen and (min-width: 1240px) {
  .elementor-popup-modal #popup_mkto {
    padding: 85px !important;
  }
}

@media only screen and (min-width: 768px) {
  .elementor-popup-modal #popup_mkto:before {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 340px solid #004768;
    left: 50%;
    margin-left: -450px;
    border-left: 340px solid transparent;
    border-right: 340px solid transparent;
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) {
  .elementor-popup-modal #popup_mkto:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 240px solid #FCC201;
    left: 50%;
    margin-left: -238px;
    border-left: 240px solid transparent;
    border-right: 240px solid transparent;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.elementor-widget-pix-card {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-pix-card {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .elementor-widget-pix-card {
    margin-bottom: 80px;
  }
}

.elementor-widget-pix-card .pix-card-element > a {
  float: left;
  width: 27%;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-pix-card .pix-card-element > a {
    width: 100%;
  }
}

.elementor-widget-pix-card .pix-card-element.card {
  display: block !important;
  border-radius: 0 !important;
}

.elementor-widget-pix-card .pix-card-element .card-body {
  padding: 0px 0 12px !important;
  float: right;
  width: calc(73% - 20px);
}

@media only screen and (min-width: 768px) {
  .elementor-widget-pix-card .pix-card-element .card-body {
    width: 100%;
    padding: 20px 0 !important;
  }
}

.elementor-widget-pix-card .pix-card-element .card-body .card-title {
  margin-bottom: 0 !important;
}

.elementor-widget-pix-card .pix-card-element .card-footer {
  padding: 0;
  background-color: white;
  border-top: 0;
  float: right;
  width: calc(73% - 20px);
}

.elementor-widget-pix-card .pix-card-element .card-footer.text-right {
  text-align: left !important;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-pix-card .pix-card-element .card-footer {
    width: 100%;
  }
}

.elementor-widget-pix-card .pix-card-element .card-footer a {
  color: #DC2D1F !important;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 19px;
}

.elementor-widget-pix-card .pix-card-element .card-footer a:hover {
  text-decoration: underline !important;
}

.elementor-widget-pix-card .pix-card-element .card-footer a.justify-content-end {
  justify-content: flex-start !important;
}

.elementor-widget-pix-card .pix-card-element .card-footer a i {
  display: none !important;
}

.elementor-widget-pix-social-icons.white_round_icons .pix-social-icons a {
  background-color: white;
  border-radius: 50%;
  margin-left: 20px;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}

.elementor-widget-pix-social-icons.white_round_icons .pix-social-icons a:first-child {
  margin-left: 0 !important;
}

.elementor-widget-pix-social-icons.white_round_icons .pix-social-icons a i {
  display: inline-block;
  margin: 15px;
  color: #00324A;
}

.elementor-widget-pix-social-icons.white_round_icons .pix-social-icons a i.pixicon-linkedin {
  color: white;
}

.elementor-widget-pix-social-icons.white_round_icons .pix-social-icons a i.pixicon-linkedin:before {
  background-color: #00324A;
}

.pix-hover-item:hover.pix-img-scale,
.pix-hover-item:hover .pix-img-scale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.card {
  border-radius: 0 !important;
}

/* --  Sections  -- */
.header_right_triangle {
  overflow: hidden !important;
}

.header_right_triangle:before {
  content: '';
  border-bottom: 58vw solid #68ABDD;
  border-right: 0 solid transparent;
  border-left: 58vw solid transparent;
  z-index: -1;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .header_right_triangle:before {
    border-bottom: 50vw solid #68ABDD;
    border-right: 0 solid transparent;
    border-left: 50vw solid transparent;
  }
}

.header_right_triangle .elementor-column-gap-default:after {
  content: '';
  border-bottom: 140px solid #FCC201;
  border-right: 140px solid transparent;
  border-left: 140px solid transparent;
  z-index: 99;
  bottom: -50px;
  right: 0;
  transform: translateX(50%);
  position: absolute;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .header_right_triangle .elementor-column-gap-default:after {
    border-bottom: 180px solid #FCC201;
    border-right: 180px solid transparent;
    border-left: 180px solid transparent;
  }
}

.header_right_triangle .elementor-inner-section .elementor-column-gap-default:after {
  display: none;
}

.elementor-column.right_triangles section.elementor-inner-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.elementor-column.right_triangles section.elementor-inner-section > .elementor-container {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .elementor-column.right_triangles section.elementor-inner-section > .elementor-container {
    max-width: 315px;
  }
}

#cta_bar:before {
  content: '';
  position: absolute;
  height: 46px;
  width: 52px;
  left: 2%;
  top: 8%;
  background: url(../../inc/images/bkg_mail_left.png) no-repeat 0 0/cover;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #cta_bar:before {
    width: 62px;
    height: 55px;
  }
}

@media only screen and (min-width: 1025px) {
  #cta_bar:before {
    width: 86px;
    height: 76px;
  }
}

#cta_bar:after {
  content: '';
  position: absolute;
  height: 92px;
  width: 138px;
  right: 2%;
  bottom: -4%;
  background: url(../../inc/images/bkg_mail_right.png) no-repeat 0 0/cover;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #cta_bar:after {
    width: 200px;
    height: 132px;
  }
}

@media only screen and (min-width: 1025px) {
  #cta_bar:after {
    bottom: 0%;
    width: 360px;
    height: 238px;
  }
}

#featured_slider_awards a.carousel-arrow {
  height: 64px;
  width: 64px;
  background-color: #FCC201;
  transition: all 0.2s;
}

@media only screen and (max-width: 959px) {
  #featured_slider_awards a.carousel-arrow {
    display: none !important;
  }
}

#featured_slider_awards a.carousel-arrow.carousel-next.slick-arrow {
  bottom: 120px !important;
  top: auto;
  transform: translateX(50%);
  right: 0;
}

#featured_slider_awards a.carousel-arrow.carousel-next.slick-arrow:before {
  background: url("../../inc/images/btn_arrow_carousel.svg") no-repeat 0 0;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #featured_slider_awards a.carousel-arrow.carousel-next.slick-arrow {
    right: 16px;
  }
}

#featured_slider_awards a.carousel-arrow.carousel-prev.slick-arrow {
  bottom: 120px !important;
  right: 40px;
  top: auto;
  left: auto;
}

#featured_slider_awards a.carousel-arrow.carousel-prev.slick-arrow:before {
  background: url("../../inc/images/btn_arrow_carousel.svg") no-repeat 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #featured_slider_awards a.carousel-arrow.carousel-prev.slick-arrow {
    right: 54px;
  }
}

#featured_slider_awards a.carousel-arrow:before {
  content: '' !important;
  width: 14px;
  height: 34px;
}

#featured_slider_awards a.carousel-arrow i {
  display: none;
}

#featured_slider_awards a.carousel-arrow:hover {
  background-color: #FF574A !important;
}

#featured_slider_awards .slick-dots {
  text-align: left;
}

#featured_slider_awards .slick-dots li {
  position: relative;
  height: 60px;
}

#featured_slider_awards .slick-dots li:before {
  font-size: 22px;
  line-height: 60px;
  color: #FF574A;
  font-weight: 800;
  font-family: "Inter", Sans-serif;
  opacity: 0.3;
}

#featured_slider_awards .slick-dots li:after {
  content: '';
  position: absolute;
  background-color: #FF574A;
  width: 0% !important;
  height: 2px;
  bottom: 0;
  transition: all 0.2s;
}

#featured_slider_awards .slick-dots li.slick-active:before {
  opacity: 1;
}

#featured_slider_awards .slick-dots li.slick-active:after {
  width: 100% !important;
}

#featured_slider_awards .slick-dots li i {
  display: none;
}

#featured_slider_awards .slick-dots li:nth-child(1) {
  margin-right: 28px !important;
}

#featured_slider_awards .slick-dots li:nth-child(1):before {
  content: '01';
}

#featured_slider_awards .slick-dots li:nth-child(2) {
  margin-right: 28px !important;
}

#featured_slider_awards .slick-dots li:nth-child(2):before {
  content: '02';
}

#featured_slider_awards .slick-dots li:nth-child(3):before {
  content: '03';
}

#featured_slider_awards .date_author {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #00324A;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 639px) {
  #featured_slider_awards .premium-carousel-inner .slick-list.draggable {
    /*width: calc(100vw - 20px);*/
    margin-left: -20px;
    overflow: initial;
  }
  #featured_slider_awards .premium-carousel-inner .slick-list.draggable .slick-track {
    /*background-color: rgba(255,0,0,0.6);*/
  }
  #featured_slider_awards .premium-carousel-inner .slick-list.draggable .slick-slide .premium-carousel-template {
    padding-right: 20px;
    box-sizing: border-box;
  }
  #featured_slider_awards .premium-carousel-inner .slick-list.draggable .slick-slide .premium-carousel-template .elementor-widget-wrap {
    min-height: 360px;
  }
  #featured_slider_awards section.slide_award > .elementor-container {
    max-width: 100%;
  }
}

#featured_slider a.carousel-arrow {
  height: 64px;
  width: 64px;
  background-color: #FCC201;
  transition: all 0.2s;
}

@media only screen and (max-width: 959px) {
  #featured_slider a.carousel-arrow {
    display: none !important;
  }
}

#featured_slider a.carousel-arrow.carousel-next.slick-arrow {
  bottom: 120px !important;
  top: auto;
  transform: translateX(50%);
  right: 0;
}

#featured_slider a.carousel-arrow.carousel-next.slick-arrow:before {
  background: url("../../inc/images/btn_arrow_carousel.svg") no-repeat 0 0;
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #featured_slider a.carousel-arrow.carousel-next.slick-arrow {
    right: 16px;
  }
}

#featured_slider a.carousel-arrow.carousel-prev.slick-arrow {
  bottom: 88px !important;
  right: 40px;
  top: auto;
  left: auto;
}

#featured_slider a.carousel-arrow.carousel-prev.slick-arrow:before {
  background: url("../../inc/images/btn_arrow_carousel.svg") no-repeat 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #featured_slider a.carousel-arrow.carousel-prev.slick-arrow {
    right: 54px;
  }
}

#featured_slider a.carousel-arrow:before {
  content: '' !important;
  width: 14px;
  height: 34px;
}

#featured_slider a.carousel-arrow i {
  display: none;
}

#featured_slider a.carousel-arrow:hover {
  background-color: #FF574A !important;
}

#featured_slider h2 a,
#featured_slider .premium-blog-cats-container a,
#featured_slider .premium-blog-post-author a,
#featured_slider .premium-blog-thumb-effect-wrapper a {
  pointer-events: none !important;
}

#featured_slider .slick-dots {
  text-align: left;
}

#featured_slider .slick-dots li {
  position: relative;
  height: 60px;
}

#featured_slider .slick-dots li:before {
  font-size: 22px;
  line-height: 60px;
  color: #FF574A;
  font-weight: 800;
  font-family: "Inter", Sans-serif;
  opacity: 0.3;
}

#featured_slider .slick-dots li:after {
  content: '';
  position: absolute;
  background-color: #FF574A;
  width: 0% !important;
  height: 2px;
  bottom: 0;
  transition: all 0.2s;
}

#featured_slider .slick-dots li.slick-active:before {
  opacity: 1;
}

#featured_slider .slick-dots li.slick-active:after {
  width: 100% !important;
}

#featured_slider .slick-dots li i {
  display: none;
}

#featured_slider .slick-dots li:nth-child(1) {
  margin-right: 28px !important;
}

#featured_slider .slick-dots li:nth-child(1):before {
  content: '01';
}

#featured_slider .slick-dots li:nth-child(2) {
  margin-right: 28px !important;
}

#featured_slider .slick-dots li:nth-child(2):before {
  content: '02';
}

#featured_slider .slick-dots li:nth-child(3):before {
  content: '03';
}

@media only screen and (min-width: 640px) {
  #featured_slider .premium-blog-skin-side {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#featured_slider .premium-blog-content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px !important;
}

@media only screen and (min-width: 640px) {
  #featured_slider .premium-blog-content-wrapper {
    min-height: 490px;
  }
}

@media only screen and (min-width: 768px) {
  #featured_slider .premium-blog-content-wrapper {
    min-height: 440px;
  }
}

@media only screen and (min-width: 1025px) {
  #featured_slider .premium-blog-content-wrapper {
    padding: 50px !important;
    min-height: 500px;
  }
}

#featured_slider .premium-blog-content-wrapper-inner {
  margin-bottom: 20px;
}

@media only screen and (max-width: 639px) and (min-width: 375px) {
  #featured_slider .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container,
  #featured_slider .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay {
    height: 54vw;
  }
}

#featured_slider .premium-blog-post-container .premium-blog-cats-container ul.post-categories {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#featured_slider .premium-blog-post-container .premium-blog-cats-container li:before {
  display: none;
}

#featured_slider .premium-blog-post-container .premium-blog-cats-container a {
  font-family: "Inter", Sans-serif;
  font-size: 86%;
  font-weight: 700;
  padding: 2px 14px 2px 14px;
  color: #00324A;
  background-color: white;
  border: 1px solid #00324A;
}

#featured_slider .premium-blog-post-container .premium-blog-cats-container a[href*="featured"] {
  display: none;
}

#featured_slider .premium-blog-post-content {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 960px) {
  #featured_slider .premium-blog-post-content {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media only screen and (max-width: 639px) {
  #featured_slider .premium-blog-post-outer-container.slick-slide.slick-current.slick-active {
    width: calc(100vw - 40px) !important;
  }
}

@media only screen and (max-width: 1024px) {
  #featured_slider .premium-blog-post-outer-container.slick-slide.slick-cloned {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 639px) {
  #featured_slider .premium-blog-post-outer-container.slick-slide.slick-cloned {
    margin-left: 0px !important;
  }
}

#featured_slider .premium-blog-post-outer-container .premium-blog-skin-side {
  margin-right: 20px;
}

#featured_slider .premium-blog-entry-meta {
  color: #00324A;
  text-transform: uppercase;
}

#featured_slider .premium-blog-entry-meta .premium-blog-post-time span {
  font-weight: 700;
}

#featured_slider .premium-blog-entry-meta span {
  font-weight: normal;
}

#featured_slider .premium-blog-excerpt-link-wrap a {
  color: #DC2D1F;
  font-size: 1.128em;
  font-weight: 800;
}

#featured_slider .premium-blog-excerpt-link-wrap a:hover {
  text-decoration: underline;
}

#featured_slider .elementor-shape.elementor-shape-bottom {
  height: 100%;
}

#featured_slider .elementor-shape.elementor-shape-bottom:before {
  background-color: #EFEFEF;
  content: '';
  width: 100%;
  display: block;
  height: 62%;
}

@media only screen and (min-width: 640px) {
  #featured_slider .elementor-shape.elementor-shape-bottom:before {
    height: 60%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_slider .elementor-shape.elementor-shape-bottom:before {
    height: 32%;
  }
}

#featured_slider .elementor-shape.elementor-shape-bottom svg {
  transform: translate(-50%, -1%) rotateY(-180deg);
  height: 38%;
}

@media only screen and (min-width: 640px) {
  #featured_slider .elementor-shape.elementor-shape-bottom svg {
    height: 40%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_slider .elementor-shape.elementor-shape-bottom svg {
    height: 68%;
  }
}

#featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom:before {
  background-color: #EFEFEF;
  content: '';
  width: 100%;
  display: block;
  height: 32%;
}

@media only screen and (min-width: 640px) {
  #featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom:before {
    height: 22%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom:before {
    height: 20%;
  }
}

#featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom svg {
  transform: translate(-50%, -1%) rotateY(-180deg);
  height: 30%;
}

@media only screen and (min-width: 640px) {
  #featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom svg {
    height: 38%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_slider.quality_impressions_page .elementor-shape.elementor-shape-bottom svg {
    height: 46%;
  }
}

#featured_slider .elementor-widget-premium-addon-blog .premium-blog-meta-data {
  color: #00324A;
  text-transform: uppercase;
  font-family: "Inter", Sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}

#featured_slider .elementor-widget-wrap {
  padding: 0 0 0 20px;
}

@media only screen and (min-width: 640px) {
  #featured_slider .elementor-widget-wrap {
    padding: 0px !important;
  }
}

#featured_blog h4 a,
#featured_blog .premium-blog-thumbnail-container a,
#featured_blog .premium-blog-cats-container a,
#featured_blog .premium-blog-post-author a,
#featured_blog .premium-blog-thumb-effect-wrapper a {
  pointer-events: none !important;
}

#featured_blog .premium-blog-post-container .premium-blog-content-wrapper {
  background-color: #f5f5f5;
  padding: 30px 30px 70px;
  margin: 0;
  box-sizing: content-box !important;
}

#featured_blog .slick-dots {
  text-align: left;
  margin-left: 26px;
}

#featured_blog .slick-dots li {
  position: relative;
  height: 60px;
}

#featured_blog .slick-dots li:before {
  font-size: 22px;
  line-height: 60px;
  color: #00324A;
  font-weight: 800;
  font-family: "Inter", Sans-serif;
  opacity: 0.3;
}

#featured_blog .slick-dots li:after {
  content: '';
  position: absolute;
  background-color: #00324A;
  width: 0% !important;
  height: 2px;
  bottom: 0;
  left: -6px;
  transition: all 0.2s;
}

#featured_blog .slick-dots li.slick-active:before {
  opacity: 1;
}

#featured_blog .slick-dots li.slick-active:after {
  width: 200% !important;
}

#featured_blog .slick-dots li i {
  display: none;
}

#featured_blog .slick-dots li:nth-child(1) {
  margin-right: 28px !important;
}

#featured_blog .slick-dots li:nth-child(1):before {
  content: '01';
}

#featured_blog .slick-dots li:nth-child(2) {
  margin-right: 28px !important;
}

#featured_blog .slick-dots li:nth-child(2):before {
  content: '02';
}

#featured_blog .slick-dots li:nth-child(3):before {
  content: '03';
}

#featured_blog .elementor-shape.elementor-shape-bottom {
  height: 100%;
}

#featured_blog .elementor-shape.elementor-shape-bottom:before {
  background-color: #95C4E7;
  content: '';
  width: 100%;
  display: block;
  height: 24%;
}

@media only screen and (min-width: 640px) {
  #featured_blog .elementor-shape.elementor-shape-bottom:before {
    height: 30%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_blog .elementor-shape.elementor-shape-bottom:before {
    height: 20%;
  }
}

@media only screen and (min-width: 960px) {
  #featured_blog .elementor-shape.elementor-shape-bottom:before {
    height: 20%;
  }
}

#featured_blog .elementor-shape.elementor-shape-bottom svg {
  transform: translate(-50%, -1%) rotateY(-180deg);
  height: 20%;
}

@media only screen and (min-width: 640px) {
  #featured_blog .elementor-shape.elementor-shape-bottom svg {
    height: 30%;
  }
}

@media only screen and (min-width: 768px) {
  #featured_blog .elementor-shape.elementor-shape-bottom svg {
    height: 38%;
  }
}

@media only screen and (min-width: 960px) {
  #featured_blog .elementor-shape.elementor-shape-bottom svg {
    height: 48%;
  }
}

#featured_blog .premium-blog-post-content {
  display: none;
}

#featured_blog .premium-blog-excerpt-link {
  margin-top: 16px !important;
}

#featured_blog .premium-blog-entry-meta {
  text-transform: uppercase !important;
  position: absolute;
  bottom: 40px;
}

#featured_blog .premium-blog-entry-meta .premium-blog-post-author span {
  font-weight: 500 !important;
}

#featured_blog .premium-blog-excerpt-link-wrap a {
  color: #DC2D1F;
  font-size: 1.128em;
  font-weight: 800;
}

#featured_blog .premium-blog-excerpt-link-wrap a:hover {
  text-decoration: underline;
}

#featured_blog.tilt_bkg_midnight_blue .elementor-shape.elementor-shape-bottom::before {
  background-color: #00324A;
}

#featured_blog.tilt_bkg_$dusty_blue_light .elementor-shape.elementor-shape-bottom::before {
  background-color: #95C4E7;
}

#full_bleed_feature_card {
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  #full_bleed_feature_card {
    padding: 12% 50px 12% 50px;
  }
}

@media only screen and (min-width: 960px) {
  #full_bleed_feature_card {
    padding: 12% 20px 12% 20px;
  }
}

@media only screen and (max-width: 767px) {
  #full_bleed_feature_card .elementor-motion-effects-container {
    display: none;
  }
}

#full_bleed_feature_card .tex_col .elementor-widget-wrap {
  padding: 20px 40px 50px 40px !important;
  background-color: white;
}

@media only screen and (min-width: 768px) {
  #full_bleed_feature_card .tex_col .elementor-widget-wrap {
    padding: 20px 20px 24px 20px !important;
  }
}

@media only screen and (min-width: 960px) {
  #full_bleed_feature_card .tex_col .elementor-widget-wrap {
    padding: 20px 85px 20px 95px !important;
    min-height: 576px;
  }
}

#feature_card {
  padding: 50px 0px;
}

@media only screen and (min-width: 768px) {
  #feature_card {
    padding: 12% 50px 12% 50px;
  }
}

@media only screen and (min-width: 960px) {
  #feature_card {
    padding: 12% 20px 12% 20px;
  }
}

#feature_card.no_vertical_padding {
  padding: 0% 20px;
}

#feature_card .tex_col .elementor-widget-wrap {
  padding: 20px 40px 50px 40px !important;
  background-color: white;
  align-content: center;
}

@media only screen and (min-width: 768px) {
  #feature_card .tex_col .elementor-widget-wrap {
    padding: 20px 20px 24px 20px !important;
  }
}

@media only screen and (min-width: 1025px) {
  #feature_card .tex_col .elementor-widget-wrap {
    padding: 20px 85px 20px 95px !important;
    min-height: 576px;
    align-content: center;
  }
}

#icon_card .tex_col .elementor-widget-wrap {
  padding: 20px 10px 50px 10px !important;
  align-content: center;
}

@media only screen and (min-width: 768px) {
  #icon_card .tex_col .elementor-widget-wrap {
    padding: 50px 10px 50px 50px !important;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card .tex_col .elementor-widget-wrap {
    padding: 20px 20px 20px 95px !important;
    min-height: 552px;
    align-content: center;
  }
}

.elementor-widget-container [class*=content] ul,
.elementor-widget-container [class*=editor] ul {
  list-style: none;
}

.elementor-widget-container [class*=content] ul li,
.elementor-widget-container [class*=editor] ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

.elementor-widget-container [class*=content] ul li::before,
.elementor-widget-container [class*=editor] ul li::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 8px;
  width: 18px;
  height: 15px;
  background: url("../../inc/images/ico_check_list.svg") no-repeat;
}

#numbers_row {
  padding: 50px 0px 50px 0px;
}

@media only screen and (min-width: 768px) {
  #numbers_row {
    padding: 80px 0px 80px 0px;
  }
}

@media only screen and (min-width: 1025px) {
  #numbers_row {
    padding: 120px 0px 120px 0px;
  }
}

#numbers_row .heading_info {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  #numbers_row .heading_info {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  #numbers_row .heading_info {
    margin-bottom: 100px;
  }
}

#numbers_row .number_col {
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  #numbers_row .number_col {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #numbers_row .number_col {
    /*padding: 0px;*/
  }
}

#numbers_row .number_col .elementor-container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#numbers_row .number_col .elementor-element-populated .elementor-widget-counter {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 10px solid #FCC201;
}

#numbers_row .number_col .elementor-column {
  margin-bottom: 50px;
}

#numbers_row .number_col .elementor-column:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  #numbers_row .number_col .elementor-column {
    width: 44%;
    max-width: 264px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #numbers_row .number_col .elementor-column.elementor-col-33 {
    width: 29.2%;
    max-width: 314px;
  }
}

#numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
  display: block;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) {
  #numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
    font-size: calc(42px + 5vw);
  }
}

@media only screen and (min-width: 768px) {
  #numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
    font-size: calc(38px + 4vw);
  }
}

@media only screen and (min-width: 960px) {
  #numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
    font-size: calc(36px + 5vw);
  }
}

@media only screen and (min-width: 1025px) {
  #numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
    font-size: calc(30px + 5vw);
  }
}

@media only screen and (min-width: 1240px) {
  #numbers_row .number_col .elementor-column .elementor-counter-number-wrapper {
    font-size: 100px;
    line-height: 120px;
    letter-spacing: -1.5px;
  }
}

#numbers_row .number_col .elementor-column .elementor-counter-number-wrapper span {
  float: left;
}

#solutions_titles text_body_samll .text_body_samll p {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #solutions_titles text_body_samll .text_body_samll p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_row .elementor-container {
    padding: 0 85px;
  }
}

#icon_card_row .elementor-col-50 {
  margin-bottom: 20px;
}

#icon_card_row .elementor-col-50 .elementor-element-populated {
  border: 1px solid #EFEFEF;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #icon_card_row .elementor-col-50 .elementor-element-populated {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_row .elementor-col-50 .elementor-element-populated {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_row .elementor-col-50:first-child .elementor-element-populated {
    margin-right: 10px;
  }
}

#icon_card_row .elementor-col-50:last-child {
  /*margin-bottom: 0px;*/
}

@media only screen and (min-width: 768px) {
  #icon_card_row .elementor-col-50:last-child .elementor-element-populated {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_row .elementor-col-50:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box {
    padding-right: 50px;
    padding-left: 50px;
  }
}

#icon_card_even_box section.elementor-inner-section {
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.elementor-inner-section {
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_even_box section.elementor-inner-section {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}

#icon_card_even_box section.elementor-inner-section > .elementor-container {
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.even_row .elementor-inner-column .elementor-element-populated {
    padding: 0px 50px 0px 0px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_even_box section.even_row .elementor-inner-column .elementor-element-populated {
    padding: 0px 105px 0px 0px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.even_row .elementor-inner-column.col_bkg-_accent_gray .elementor-element-populated {
    margin-left: 10px;
    padding: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_even_box section.even_row .elementor-inner-column.col_bkg-_accent_gray .elementor-element-populated {
    padding: 82px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.odd_row .elementor-container {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.odd_row .elementor-inner-column .elementor-element-populated {
    padding: 0px 0px 0px 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_even_box section.odd_row .elementor-inner-column .elementor-element-populated {
    padding: 0px 0px 0px 105px;
  }
}

@media only screen and (min-width: 768px) {
  #icon_card_even_box section.odd_row .elementor-inner-column.col_bkg-_accent_gray .elementor-element-populated {
    margin-right: 10px;
    padding: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #icon_card_even_box section.odd_row .elementor-inner-column.col_bkg-_accent_gray .elementor-element-populated {
    padding: 82px;
  }
}

#quote_row {
  padding: 0px 0px;
}

@media only screen and (min-width: 768px) {
  #quote_row {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0px 50px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_row {
    margin-top: 68px;
    margin-bottom: 68px;
    padding: 0px 105px;
  }
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-container i.fa {
  width: 54px;
  background-size: cover;
  font-size: 44px;
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-container i.fa:before {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  #quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-container i.fa {
    width: 100px;
    font-size: 85px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-container i.fa {
    width: 210px;
    font-size: 170px;
  }
}

#quote_row .elementor-widget-premium-addon-testimonials .fa-quote-left {
  background: url(../../inc/images/quotes.svg) no-repeat 0 0/cover;
  top: -10px;
}

@media only screen and (min-width: 768px) {
  #quote_row .elementor-widget-premium-addon-testimonials .fa-quote-left {
    top: -30px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_row .elementor-widget-premium-addon-testimonials .fa-quote-left {
    top: -55px;
  }
}

#quote_row .elementor-widget-premium-addon-testimonials .fa-quote-right {
  background: url(../../inc/images/quotes.svg) no-repeat 0 0/cover;
  transform: rotate(180deg);
  bottom: -10px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #quote_row .elementor-widget-premium-addon-testimonials .fa-quote-right {
    bottom: -30px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_row .elementor-widget-premium-addon-testimonials .fa-quote-right {
    bottom: -55px;
  }
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-content-wrapper {
  padding: 80px 54px 88px 54px;
}

@media only screen and (min-width: 768px) {
  #quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-content-wrapper {
    padding: 100px 100px 120px 100px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-content-wrapper {
    padding: 240px 210px 260px 210px;
  }
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-img-wrapper {
  display: none;
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-text-wrapper h3 {
  color: white !important;
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-author-info h6 {
  margin-bottom: 5px;
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-author-info .premium-testimonial-separator {
  display: none;
}

#quote_row .elementor-widget-premium-addon-testimonials .premium-testimonial-author-info h5 a {
  pointer-events: none;
  font-family: "Inter", sans-serif !important;
}

@media only screen and (max-width: 1024px) {
  #quote_side_image .elementor-widget-wrap:not(.elementor-element-populated) {
    padding-top: 60%;
  }
}

#quote_side_image .elementor-widget-wrap.elementor-element-populated {
  padding: 50px 40px;
}

@media only screen and (min-width: 1025px) {
  #quote_side_image .elementor-widget-wrap.elementor-element-populated {
    padding: 170px 100px;
  }
}

@media only screen and (min-width: 768px) {
  #quote_side_image .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    background: url(../../inc/images/quotes.svg) no-repeat 0 0/cover;
    width: 68px;
    height: 55px;
    top: -20px;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_side_image .elementor-widget-wrap.elementor-element-populated:before {
    width: 136px;
    height: 110px;
    top: -36px;
  }
}

@media only screen and (min-width: 768px) {
  #quote_side_image .elementor-widget-wrap.elementor-element-populated:after {
    content: '';
    position: absolute;
    background: url(../../inc/images/quotes.svg) no-repeat 0 0/cover;
    transform: rotate(180deg);
    width: 68px;
    height: 55px;
    bottom: -20px;
    right: 50px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  #quote_side_image .elementor-widget-wrap.elementor-element-populated:after {
    width: 136px;
    height: 110px;
    bottom: -36px;
    right: 100px;
  }
}

#quote_side_image .elementor-widget-blockquote .elementor-blockquote__content {
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: -0.25px !important;
}

@media only screen and (min-width: 960px) {
  #quote_side_image .elementor-widget-blockquote .elementor-blockquote__content {
    font-size: 26px !important;
    line-height: 34px !important;
    letter-spacing: -0.3px !important;
  }
}

#quote_side_image .elementor-widget-blockquote .elementor-blockquote__author {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 960px) {
  #quote_side_image .elementor-widget-blockquote .elementor-blockquote__author {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: -0.3px !important;
  }
}

#programmatic_solutions .elementor-inner-section .elementor-container {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #programmatic_solutions .elementor-inner-section .elementor-container .elementor-col-20 {
    width: 50%;
  }
}

#hero_head_box_right #breadcrumbs span,
#hero_head_box_right ol.breadcrumb span {
  color: #68ABDD !important;
}

#hero_head_box_right #breadcrumbs a, #hero_head_box_right #breadcrumbs .breadcrumb_last,
#hero_head_box_right ol.breadcrumb a,
#hero_head_box_right ol.breadcrumb .breadcrumb_last {
  color: white !important;
}

#hero_head_box_right #breadcrumbs li.last_child_breadcrumb,
#hero_head_box_right ol.breadcrumb li.last_child_breadcrumb {
  color: white !important;
}

#hero_head_box_right .elementor-inner-section .elementor-container {
  margin-right: 0;
  margin-left: 0;
}

#column_icon_box .icon_box_4_col .elementor-widget-wrap.elementor-element-populated {
  padding: inherit !important;
}

#scroll_img_media {
  pointer-events: none !important;
}

.icon_center_align.elementor-inner-section {
  max-width: 220px;
  width: 80%;
  margin: auto;
}

.icon_center_align.elementor-inner-section .elementor-widget-icon {
  width: 33.33%;
}

/* pages */
body.page .elementor-widget-breadcrumbs span {
  font-family: "Inter", sans-serif !important;
  color: #00324A !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 640px) {
  body.page .elementor-widget-breadcrumbs span {
    word-spacing: 16px;
  }
  body.page .elementor-widget-breadcrumbs span a {
    word-spacing: initial;
  }
}

@media only screen and (min-width: 960px) {
  body.page .elementor-widget-breadcrumbs span {
    font-size: 16px;
    line-height: 26px;
  }
}

body.page .elementor-widget-breadcrumbs span.breadcrumb_last {
  font-weight: 700 !important;
}

@media only screen and (min-width: 640px) {
  body.page .elementor-widget-breadcrumbs span.breadcrumb_last {
    word-spacing: initial;
  }
}

body.page .elementor-widget-breadcrumbs span a {
  color: #00324A !important;
}

body.page .elementor-widget-breadcrumbs span a:hover {
  text-decoration: underline !important;
}

body.page #breadcrumbs > span::before {
  content: '';
  background: url(../../inc/images/Polygon_arrow_left.svg) no-repeat left center;
  margin-right: 10px;
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 639px) {
  body.page #breadcrumbs > span::before {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 639px) {
  body.page #breadcrumbs span {
    color: transparent !important;
  }
  body.page #breadcrumbs > span > span > a {
    display: none;
  }
  body.page #breadcrumbs span.breadcrumb_last {
    display: none;
  }
}

/* landing Insing */
#landing_posts {
  /* Filter Insights */
}

#landing_posts .elementor-element.elementor-posts--thumbnail-top {
  --grid-column-gap: 20px !important;
  --grid-row-gap: 20px !important;
}

#landing_posts article .elementor-post__card:before {
  /*content: '';
				position: relative;
				padding: 50%;
				width: 100%;
				background: url("../../inc/images/bkg_insider_thumb.jpg") no-repeat center / cover;*/
}

#landing_posts article .elementor-post__card .elementor-post__text {
  min-height: 120px;
}

@media only screen and (min-width: 768px) {
  #landing_posts article .elementor-post__card .elementor-post__text {
    min-height: 260px;
  }
}

#landing_posts article .elementor-post__card .elementor-post__text h5 a {
  color: #00324A;
}

#landing_posts article .elementor-post__card .elementor-post__read-more {
  color: #DC2D1F;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (min-width: 960px) {
  #landing_posts article .elementor-post__card .elementor-post__read-more {
    font-size: 18px;
    line-height: 22px;
  }
}

#landing_posts article.has-post-thumbnail .elementor-post__card:before {
  display: none;
}

#landing_posts article.has-post-thumbnail .elementor-post__card > .elementor-post__thumbnail {
  display: none;
}

#landing_posts article.has-post-thumbnail .elementor-post__card .elementor-post__thumbnail__link {
  margin-bottom: 0px !important;
}

#landing_posts article.has-post-thumbnail .elementor-post__card .elementor-post__thumbnail {
  padding-bottom: calc( 1 * 100%);
}

#landing_posts article.has-post-thumbnail .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
  width: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}

#landing_posts article .elementor-post__read-more {
  text-transform: initial !important;
}

#landing_posts article .elementor-post__read-more:hover {
  text-decoration: underline;
}

#landing_posts article .elementor-post__meta-data {
  text-transform: uppercase !important;
  font-family: "Inter", Sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 800 !important;
  border-top: 0;
  padding-bottom: 40px;
  color: #00324A;
}

#landing_posts article .elementor-post__meta-data span + span:before {
  font-weight: 400 !important;
}

#landing_posts article .elementor-post__meta-data strong {
  font-weight: 800 !important;
}

@media only screen and (min-width: 960px) {
  #landing_posts article .elementor-post__meta-data {
    font-size: 13px;
  }
}

#landing_posts .elementor-pagination {
  font-family: "Inter", Sans-serif;
  margin-top: 40px;
  text-align: center;
}

#landing_posts .elementor-pagination#change_page {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
}

@media only screen and (min-width: 768px) {
  #landing_posts .elementor-pagination#change_page {
    grid-column-end: 3;
  }
}

@media only screen and (min-width: 1025px) {
  #landing_posts .elementor-pagination#change_page {
    grid-column-end: 4;
  }
}

@media only screen and (min-width: 1025px) {
  #landing_posts .elementor-pagination {
    margin-top: 100px;
  }
}

#landing_posts .elementor-pagination span {
  color: #00324A;
  font-weight: 700;
}

#landing_posts .elementor-pagination span.page-numbers.current {
  color: #FF574A;
}

#landing_posts .elementor-pagination a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #00324A;
  cursor: pointer;
  padding: 5px 10px;
}

#landing_posts .elementor-pagination a span {
  color: #00324A;
}

#landing_posts .elementor-pagination a:hover {
  color: #FF574A !important;
}

#landing_posts #filtro {
  background: #00324A;
  padding: 40px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  #landing_posts #filtro {
    padding: 26px 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1025px) {
  #landing_posts #filtro {
    padding: 26px 56px;
  }
}

#landing_posts #filtro .select_filtro {
  outline: none !important;
}

#landing_posts #filtro select, #landing_posts #filtro option {
  -webkit-appearance: none;
}

#landing_posts #filtro .s-hidden {
  visibility: hidden !important;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  #landing_posts #filtro #p_filter {
    margin-bottom: 20px;
  }
}

#landing_posts #filtro .select_filtro {
  border: 0 !important;
  margin-bottom: 0;
  line-height: 20px !important;
}

#landing_posts #filtro .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #00324A;
  color: #aeb6bf;
  padding: 0px !important;
  border: 2px solid white !important;
  border-radius: 1.4375rem !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
  height: 48px;
}

@media only screen and (min-width: 768px) {
  #landing_posts #filtro .select {
    width: calc(33.333% - 66px);
    max-width: 295px;
    margin-bottom: 0px;
  }
}

#landing_posts #filtro .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  padding: 10px 23px !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  #landing_posts #filtro .styledSelect {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  #landing_posts #filtro .styledSelect {
    font-size: 16px;
    line-height: 20px;
  }
}

#landing_posts #filtro .styledSelect:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: url(/wp-content/uploads/2021/05/arrow-down.svg) no-repeat center;
}

#landing_posts #filtro .styledSelect:active, #landing_posts #filtro .styledSelect.active {
  background-color: #fff;
}

#landing_posts #filtro .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  margin: 0 20px;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landing_posts #filtro .options {
    margin: 0 5px;
    width: calc(100% - 10px);
  }
}

#landing_posts #filtro .options li {
  margin: 0 0;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #00324A;
  border-bottom: 1px solid #95C4E7;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landing_posts #filtro .options li {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
  }
}

#landing_posts #filtro .options li:hover {
  background-color: #E7F7FD;
}

#landing_posts #filtro .options li:last-child {
  border-bottom: 0;
}

#landing_posts #filtro #search_clear {
  color: #00324A;
  background-color: white;
  border-radius: 50px !important;
  padding: 15px 30px !important;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  transition: 0.3s;
  border: 0px solid white !important;
}

#landing_posts #filtro #search_clear:hover {
  border: 0 !important;
  background-color: #FF685C;
}

/* --  Single post -- */
.single-post #content > .container {
  padding: 0 20px !important;
  width: calc(100% - 40px) !important;
  max-width: 1260px !important;
}

.single-post #content > .container > .row {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post .post_cat {
  padding: 0 0 30px;
}

@media only screen and (min-width: 960px) {
  .single-post .post_cat {
    padding: 0 0 60px;
  }
}

.single-post .post_cat .pix-post-meta-badges a {
  padding: 0;
  margin: 0 12px 12px 0 !important;
  background-color: white !important;
  color: #DC2D1F !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .single-post .post_cat .pix-post-meta-badges a {
    padding: 6px 16px !important;
    border: 1px solid #DC2D1F !important;
    font-weight: bold !important;
    margin: 0 16px 10px 0 !important;
  }
  .single-post .post_cat .pix-post-meta-badges a:first-child {
    margin-left: 0 !important;
  }
}

.single-post .post_cat .pix-post-meta-badges a span {
  color: #DC2D1F !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.single-post .post_cat .pix-post-meta-badges a:hover {
  background-color: #DC2D1F !important;
}

.single-post .post_cat .pix-post-meta-badges a:hover span {
  color: white !important;
}

.single-post .pix-post-tags {
  padding: 0 0 30px;
}

@media only screen and (min-width: 960px) {
  .single-post .pix-post-tags {
    padding: 0 0 60px;
  }
}

.single-post .pix-post-tags a.btn {
  padding: 0;
  margin: 0 12px 0 !important;
  background-color: white !important;
  color: #DC2D1F !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .single-post .pix-post-tags a.btn {
    padding: 6px 16px !important;
    border: 1px solid #DC2D1F !important;
    font-weight: bold !important;
    margin: 0 16px 0 !important;
  }
  .single-post .pix-post-tags a.btn:first-child {
    margin-left: 0 !important;
  }
}

.single-post .pix-post-tags span:after {
  content: '|';
  right: -1px;
  font-size: 12px;
}

.single-post .pix-post-tags span:first-child a {
  margin-left: 0 !important;
}

.single-post .pix-post-tags span:last-child:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .single-post .pix-post-tags span:after {
    display: none;
  }
  .single-post .pix-post-tags span:first-child a {
    margin-left: 0 !important;
  }
}

.single-post .pix_post_social {
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #00324A;
}

@media only screen and (min-width: 960px) {
  .single-post .pix_post_social {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}

.single-post .pix_post_social span {
  color: #00324A;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 22px;
}

.single-post .pix_post_social a.btn {
  padding: 6px !important;
  line-height: 1 !important;
  color: white !important;
  background-color: #00324A;
  border-radius: 50px;
  transition: all 0.2s;
}

.single-post .pix_post_social a.btn i {
  line-height: 1 !important;
  font-size: 18px !important;
  padding: 0 !important;
}

.single-post .pix_post_social a.btn:hover {
  background-color: #DC2D1F;
}

.single-post .content_info {
  max-width: 840px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .single-post .content_info {
    flex: 0 0 calc(100% - 272px);
    margin-bottom: 0;
  }
}

.single-post .content_info .pix-post-meta-inner {
  text-transform: uppercase;
  color: #00324A !important;
}

.single-post .content_info .pix-post-meta-inner.pix-my-20 {
  margin-top: 0px !important;
}

.single-post .content_info .pix-post-meta-inner span.text-xs {
  margin-right: 5px;
  font-size: 13px !important;
}

.single-post .content_info .pix-post-meta-inner span.text-sm {
  font-family: "Inter" !important;
  font-weight: 700;
  font-size: 13px !important;
}

.single-post .content_info .pix-post-meta-inner span.text-sm i {
  margin-right: 5px;
  font-weight: normal !important;
  font-style: normal;
}

.single-post .row > .pix-main-intro-placeholder.d-block {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .single-post .nav_next_prev.pix-py-40 {
    padding: 0 0 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .single-post .nav_next_prev .post-navigation .nav-previous,
  .single-post .nav_next_prev .post-navigation .nav-next {
    width: 50%;
  }
}

.single-post .nav_next_prev .post-navigation .card-body {
  /*border:2px solid $accent_gray;
				transition: all 0.2s;
				&:hover{
					border-color: $midnight_blue;
				}*/
}

@media only screen and (max-width: 767px) {
  .single-post .nav_next_prev .post-navigation .card-body .pix-pl-20 {
    padding-left: 10px !important;
  }
  .single-post .nav_next_prev .post-navigation .card-body .pix-pr-20 {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 479px) {
  .single-post .nav_next_prev .post-navigation .card-body img {
    display: none;
  }
}

@media only screen and (max-width: 369px) {
  .single-post .nav_next_prev {
    display: none;
  }
}

.single-post .related_posts_row_bottom {
  background-color: #EFEFEF;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .single-post .related_posts_row_bottom {
    margin-top: 80px;
  }
}

.single-post .related_posts_row_bottom .related_posts_content {
  padding: 0px !important;
  width: calc(100% - 40px) !important;
  max-width: 1260px !important;
  margin: auto;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts_row_bottom .related_posts_content {
    padding: 0 20px !important;
  }
}

.single-post .related_posts_row_bottom > .related_posts_content {
  padding: 50px 20px 30px !important;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts_row_bottom > .related_posts_content {
    padding: 120px 20px 100px !important;
  }
}

.single-post .related_posts_row_bottom .figure_svg {
  position: relative;
}

.single-post .related_posts_row_bottom .figure_svg > .related_posts_content {
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts_row_bottom .figure_svg > .related_posts_content {
    padding-bottom: 100px !important;
  }
}

.single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom {
  height: 100%;
}

.single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom .elementor-shape-fill {
  fill: #00324A;
}

.single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom:before {
  background-color: #00324A;
  content: '';
  width: 100%;
  display: block;
  height: 50%;
}

@media only screen and (min-width: 768px) {
  .single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom:before {
    height: 32%;
  }
}

.single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom svg {
  transform: translate(-50%, -1%) rotateY(-180deg);
  height: 30%;
}

@media only screen and (min-width: 768px) {
  .single-post .related_posts_row_bottom .figure_svg .elementor-shape.elementor-shape-bottom svg {
    height: 60%;
  }
}

.single-post .related_posts_row_bottom .pix-related-items {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .single-post .related_posts_row_bottom .pix-related-items {
    padding: 0 calc(40px /6) !important;
  }
  .single-post .related_posts_row_bottom .pix-related-items:first-child {
    padding: 0 calc(40px /3) 0 0 !important;
  }
  .single-post .related_posts_row_bottom .pix-related-items:last-child {
    padding: 0 0 0 calc(40px /3) !important;
  }
}

.single-post .related_posts-IAS.pix-pb-60 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .single-post .related_posts-IAS .img_space {
    width: 40% !important;
    float: left;
  }
}

.single-post .related_posts-IAS .img_space div {
  padding-top: 100%;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .single-post .related_posts-IAS .img_space div {
    padding-top: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .single-post .related_posts-IAS .img_space div {
    padding-top: 125%;
  }
}

.single-post .related_posts-IAS .card-img-overlay2 {
  background-color: white;
  padding: 0 0 100% !important;
}

@media only screen and (max-width: 767px) {
  .single-post .related_posts-IAS .card-img-overlay2 {
    padding: 0 0 40% !important;
    width: 60% !important;
  }
}

@media only screen and (max-width: 639px) {
  .single-post .related_posts-IAS .card-img-overlay2 {
    padding: 0 0 50% !important;
  }
}

.single-post .related_posts-IAS .card-img-overlay2 > div {
  position: absolute;
  top: 0;
  padding: 20px 20px 46px 20px;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts-IAS .card-img-overlay2 > div {
    padding: 30px 30px 60px 30px;
  }
}

.single-post .related_posts-IAS h5 {
  margin-bottom: 8px !important;
}

@media only screen and (min-width: 480px) {
  .single-post .related_posts-IAS h5.truncate-150 {
    max-width: 480px;
    white-space: normal;
  }
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts-IAS h5 {
    margin-bottom: 16px !important;
  }
}

.single-post .related_posts-IAS .read_more {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #DC2D1F !important;
}

.single-post .related_posts-IAS .read_more:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts-IAS .read_more {
    font-size: 18px;
    line-height: 22px;
  }
}

.single-post .related_posts-IAS .pix-post-meta-date {
  padding-top: 0 !important;
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px) !important;
}

@media only screen and (min-width: 960px) {
  .single-post .related_posts-IAS .pix-post-meta-date {
    width: calc(100% - 60px) !important;
    bottom: 40px;
    left: 30px;
  }
}

.single-post .related_posts-IAS .pix-post-meta-date p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00324A;
  margin-bottom: 0;
}

.single-post .related_posts-IAS .pix-post-meta-date p span {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .sidebar.col-md-3 {
    min-width: 260px;
  }
}

aside .widget {
  margin: 0px !important;
  line-height: 0;
  display: block;
}

aside [id^="box_sidebar-"] {
  display: none;
  margin-bottom: 20px;
}

aside #box_sidebar-newsletter_sign_up {
  display: block;
}

aside.case_study_code #box_sidebar-case_study {
  display: block;
}

aside.guide_code #box_sidebar-guide {
  display: block;
}

aside.research_reports_code #box_sidebar-research_reports {
  display: block;
}

aside.marketo_code #box_sidebar-download_cheat {
  display: block;
}

aside .border_gray {
  padding: 30px;
  border: 1px solid #EFEFEF;
}

aside .custom-html-widget {
  margin-bottom: 40px;
}

aside .custom-html-widget:first-child {
  margin-bottom: 0px;
}

aside .custom-html-widget h5 {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  aside .custom-html-widget {
    margin-bottom: 30px;
  }
}

body.archive #content .container {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  body.archive #content .container {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  body.archive #content .container {
    padding-bottom: 120px;
  }
}

body.archive article .shadow-hover-sm:hover {
  box-shadow: none !important;
}

body.archive article .text-left a {
  pointer-events: none !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

body.archive article .text-left .pr-1 {
  display: none !important;
}

body.archive article .flex-fill.text-right a {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  padding: 0px;
  color: #DC2D1F !important;
  line-height: 1;
}

body.archive article .flex-fill.text-right a:hover {
  text-decoration: underline !important;
}

body.archive aside [id^="box_sidebar-"] {
  display: none !important;
  margin-bottom: 20px;
}

body.archive aside #box_sidebar-newsletter_sign_up {
  display: block !important;
}

body.archive .pix-pagination .page-numbers {
  padding: 5px 10px;
}

body.archive .pix-pagination .page-numbers.prev, body.archive .pix-pagination .page-numbers.next {
  padding: 0;
  margin: 0;
}

body.archive .pix-pagination .page-numbers.prev span, body.archive .pix-pagination .page-numbers.next span {
  display: none !important;
}

body.archive .pix-pagination .page-numbers.prev:before, body.archive .pix-pagination .page-numbers.prev:after, body.archive .pix-pagination .page-numbers.next:before, body.archive .pix-pagination .page-numbers.next:after {
  margin-top: -6px;
}

body.archive .pix-pagination span.current {
  color: #FF574A;
  box-shadow: none !important;
}

/* --  Portfolio Items -- */
@media only screen and (min-width: 768px) {
  .single-portfolio .breadcrumb li + li a {
    pointer-events: none;
    font-weight: bolder;
  }
}

@media only screen and (min-width: 768px) {
  .single-portfolio .breadcrumb li + li + li {
    display: none;
  }
}

.single-portfolio .container_portfolio {
  margin: auto;
  padding: 0 20px !important;
  width: calc(100% - 40px) !important;
  max-width: 1260px !important;
}

.single-portfolio #content > .container {
  padding: 0 20px !important;
  width: calc(100% - 40px) !important;
  max-width: 1260px !important;
}

.single-portfolio #content > .container > .row {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-portfolio .pix-main-intro-placeholder.d-block {
  display: none !important;
}

.single-portfolio .breadcrumb {
  margin: 20px 0 40px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .single-portfolio .breadcrumb {
    margin: 24px 0 80px;
  }
}

.single-portfolio .breadcrumb li {
  padding-left: 16px;
}

.single-portfolio .breadcrumb li a {
  color: #00324A !important;
  line-height: 26px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .single-portfolio .breadcrumb li a {
    font-size: 16px;
  }
}

.single-portfolio .breadcrumb li a:hover {
  text-decoration: underline !important;
}

.single-portfolio .breadcrumb li:nth-last-child(2) a {
  font-weight: 700;
}

.single-portfolio .breadcrumb li:first-child {
  padding: 0;
}

.single-portfolio .breadcrumb li:first-child a:before {
  content: '';
}

.single-portfolio .breadcrumb li:last-child {
  display: none;
}

.single-portfolio .breadcrumb li i {
  top: -3px !important;
  margin-right: 0 !important;
}

.single-portfolio .breadcrumb li i:before {
  content: '|';
  margin-right: 16px;
  color: #68ABDD;
}

@media only screen and (max-width: 639px) {
  .single-portfolio .breadcrumb li {
    padding-left: 0px;
  }
  .single-portfolio .breadcrumb li a {
    display: none;
  }
  .single-portfolio .breadcrumb li span {
    display: none;
  }
  .single-portfolio .breadcrumb li:nth-last-child(2) a {
    display: block;
    font-weight: normal;
  }
}

.single-portfolio h1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 18px;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .single-portfolio h1 {
    font-size: 46px !important;
    line-height: 56px !important;
    letter-spacing: -1px !important;
    margin-bottom: 24px;
  }
}

.single-portfolio .content_info {
  max-width: 840px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .single-portfolio .content_info {
    flex: 0 0 calc(100% - 272px);
    margin-bottom: 0;
  }
}

.single-portfolio .content_info .pix-post-meta-inner {
  text-transform: uppercase;
  color: #00324A !important;
}

.single-portfolio .content_info .pix-post-meta-inner.pix-my-20 {
  margin-top: 0px !important;
}

.single-portfolio .content_info .pix-post-meta-inner span.text-xs {
  margin-right: 5px;
  font-size: 13px !important;
}

.single-portfolio .content_info .pix-post-meta-inner span.text-sm {
  font-family: "Inter" !important;
  font-weight: 700;
  font-size: 13px !important;
}

.single-portfolio .content_info .pix-post-meta-inner span.text-sm i {
  margin-right: 5px;
  font-weight: normal !important;
  font-style: normal;
}
