.navbar {
  padding: 1rem 0!important;
}

[role="main"] {
  transition: margin 500ms ease-in-out 50ms;
  padding-top: 65px;
}

ul.social-icons {
  padding: 0;
  list-style: none;
}

.navbar-nav > .menu-item .sub-menu li {
    line-height: 1.5;
    font-size: 1.06rem;
}
.navbar-nav > .menu-item .sub-menu li.nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  .hero {
    padding: 5em 0 !important;
  }
}

.sd-social-icon {
  background: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 7px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

ul.social-icons .sd-social-icon:hover {
    background: #2d2d2d;
}

.navbar-nav {
  font-size: 1.06rem;
  line-height: 1.5;
}

.layout-footer {
  font-size: 1.06rem;
  line-height: 1.5;
}

.has-material-blue-background-color {
  background-color: #1b69b3 !important;
}

.has-material-white-color {
  color: #ffffff !important;
  /* opacity: 0.8; */
}

.navbar-nav a:hover {
  text-decoration: none!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}

.has-xs-font-size {
  font-size: 14px;
  line-height: 25px;
}

.nav-link {
  padding: 0 1rem;
}

.is-bold {
  font-weight: 600;
}

/* exported header */
.navbar-brand {
  line-height: 1px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-top {
  z-index: 10; }

.custom-collapse {
  transition: top 500ms ease-in-out 25ms; }

.custom-collapse:not(.show) {
  top: -500px; }

.menu-primary:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1; }

.nav-button .header-button {
  margin: -26px 20px;
  width: 156px;
  height: 52px; }

.login-btn {
  position: relative;
  margin: 0 0 0 1rem; }
  .login-btn:after {
    content: "";
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    background-color: #1b69b3;
    width: 100%; }

.navbar.sticky {
  border-bottom: 1px solid #e2e2e2; }

.navbar-nav > .menu-item {
  position: relative; }
  .navbar-nav > .menu-item.has-children > a.nav-link {
    position: relative; }
    .navbar-nav > .menu-item.has-children > a.nav-link svg {
      margin-left: .5rem; }
  .navbar-nav > .menu-item .sub-menu li {
    list-style: none; }
    .navbar-nav > .menu-item .sub-menu li a {
      font-size: 14px;
    color: black;}
      .navbar-nav > .menu-item .sub-menu li a:hover {
        color: #FF9C00!important; }
    .navbar-nav > .menu-item .sub-menu li span {
      font-size: 14px; }
    .navbar-nav > .menu-item .sub-menu li.more-link {
      margin-top: 1rem;
      font-weight: 700; }
      .navbar-nav > .menu-item .sub-menu li.more-link a {
        position: relative; }
        .navbar-nav > .menu-item .sub-menu li.more-link a:after {
          margin-left: .3rem;
          content: '>';
          color: #FF9C00; }
  .navbar-nav > .menu-item > .sub-menu {
    visibility: hidden;
	min-width: 150px;
    opacity: 0;
    max-height: 0%;
    transition: all .1s ease;
    background: #fff;
    position: absolute;
    border-left: 1.5px solid #e2e2e2;
    border-right: 1.5px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1.5px solid #e2e2e2;
    box-sizing: border-box;
    border-radius: 0px 0px 15px 15px;
    z-index: 1;
    padding: 20px 20px;
    left: 20px;
    top: 41px; }
    .navbar-nav > .menu-item > .sub-menu:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      height: 100%;
      top: 0;
      margin: -25px 0 0 0;
      z-index: -1; }
    .navbar-nav > .menu-item > .sub-menu.is-mega {
      min-width: 450px;
      padding-left: 20px;
      padding-right: 20px; }
    .navbar-nav > .menu-item > .sub-menu > .has-children > span {
      font-weight: 700; }
    .navbar-nav > .menu-item > .sub-menu > .has-children > .sub-menu {
      padding-left: 0; }
  .navbar-nav > .menu-item.current-menu-item > a.nav-link {
    color: #ff9c00; }
    .navbar-nav > .menu-item.current-menu-item > a.nav-link svg path {
      stroke: #ff9c00; }
  .navbar-nav > .menu-item:hover {
    /*
			> .sub-menu {
				visibility: visible;
				opacity: 1;
				max-height: 1000px;
			}
			*/ }
    .navbar-nav > .menu-item:hover > a.nav-link {
      color: #ff9c00; }
      .navbar-nav > .menu-item:hover > a.nav-link svg path {
        stroke: #ff9c00; }

@media only screen and (min-width: 992px) {
  .navbar-nav > .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 1000px; } }

@media only screen and (max-width: 992px) {
  .custom-collapse {
    max-height: 85vh;
    overflow: auto; }
  .login-btn:after {
    bottom: 7px; } }

@media only screen and (min-width: 992px) {
  .navbar.sticky .sub-menu {
    top: 41px !important; } }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #brand {
    max-width: 120px; } }

/* exported rect button */
.rect-btn {
  position: relative;
  padding: 0 20px;
  text-align: center;
  min-width: 130px; color: black!important; }
.rect-btn.in-button {
  border: none;
  padding: 0;
  background: none;
  outline: none;
  width: 220px;
  height: 70px; }
.rect-btn.in-button.size1 svg.bottom {
  max-width: 220px; }
.rect-btn.in-button.size2 {
  width: 300px;
  height: 100px; }
.rect-btn.in-button.size2 svg.bottom {
  max-width: 300px; }
.rect-btn.in-button span {
  font-size: 20px;
  position: absolute;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center; }
.rect-btn.in-button svg.bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.rect-btn.in-button svg.top {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.rect-btn.rect-base {
  min-height: 50px; }
.rect-btn.rect-base svg {
  top: 0; }
.rect-btn span {
  position: relative;
  z-index: 2;
  font-size: 14px; }
.rect-btn svg {
  position: absolute;
  left: 4px;
  transition: opacity ease-in .4s;
  top: -11px;
  height: 50px;
  top: -18px;
  width: 120px; }
.rect-btn svg.top {
  opacity: 0; }


@media only screen and (max-width: 992px) {
  .site-main {
    padding-top: calc(30px + (1rem * 2) + .25rem); }
  .hidden-lg {
    display: block; }
  .hidden-sm {
    display: none; }
  .has-m-font-size {
    font-size: 20px; }
  h1.has-m-font-size,
  h2.has-m-font-size,
  h3.has-m-font-size,
  h4.has-m-font-size,
  h5.has-m-font-size,
  h6.has-m-font-size {
    font-size: 20px; }
  .has-xl-font-size {
    font-size: 28px;
    margin-bottom: 0.3em;
    line-height: 35px; }
  .has-xxl-font-size {
    font-size: 45px;
    line-height: 45px; }
  .nav-button {
    width: auto; }
  .nav-button .header-button {
    width: 174px;
    height: 57px; }
  .nav-item.login {
    width: auto; }
  .nav-item.login .nav-link {
    padding: 1.8em 1.5em 0.8em !important; }
  .nav-item.login .nav-link:after {
    bottom: 0; }
  .navbar .collapse-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear; }
  .navbar .collapse-menu:not(.show) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s, opacity .3s linear; }
  .navbar-brand img {
    width: 180px; }
  .navbar-collapse {
    position: absolute;
    top: 70px;
    z-index: -1;
    background: white;
    left: 0;
    width: 100%;
    border-top: 2px solid #E2E2E2;
    border-bottom: 3px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 0px 0px 15px 15px;
    padding: 20px; }
  .navbar-collapse .navbar-nav .nav-link {
    padding: .6rem .5rem;}
  .page__content .wp-block-cover {
    background-size: cover; }
  .page__content .wp-block-group.help-cover {
    background-size: cover; }
  .navbar-nav {
    width: 100%;
    display: inline-block !important;
    overflow-x: hidden; }
  .navbar-nav.navbar-cta {
    overflow-y: hidden !important; }
  .navbar-nav > .menu-item > .sub-menu {
    position: relative;
    border: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    top: 0;
    padding-top: 0;
    visibility: visible;
    overflow: hidden;
    max-height: 0; }
  .navbar-nav > .menu-item > .sub-menu.show {
    max-height: 100%;
    opacity: 1; }
  .nav-item .rect-btn {
    min-height: 40px; }
  .nav-item .rect-btn svg {
    top: -8px; } }

/* New header */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 5;
    left: 0;
    transition: opacity 500ms ease-in-out 25ms, visibility 500ms ease-in-out 25ms;
}

.overlay.active {
    opacity: 0.6;
    visibility: visible;
}

[role="main"] {
    padding-top: 4.8rem;
}

.navbar-brand {
    margin-right: 0;
}

#brand {
	max-width: 190px;
	margin-bottom: 0.4rem;
}

.navbar .navbar-nav.mobile-navbar-cta {
    display: none;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.custom-collapse {
    transition: top 500ms ease-in-out 25ms;
}

.custom-collapse + .d-flex 	.navbar-toggler {
    position: relative;
    z-index: 0;
}

.custom-collapse + .d-flex 	.navbar-toggler .toggle-btn {
    position: relative;
    z-index: -1;
}

.custom-collapse + .d-flex 	.navbar-toggler .toggle-btn .toggle-bg {
    fill: transparent;
}

.custom-collapse + .d-flex 	.navbar-toggler .close-icon {
    display: none;
}

.custom-collapse.show + .d-flex .navbar-toggler .burger-icon {
    display: none;
}

.custom-collapse.show + .d-flex .navbar-toggler .close-icon {
    display: block;
}

.custom-collapse:not(.show) {
    top: -85vh;
}

.login-btn {
    position: relative;
    font-size: 14px;
}

.login-btn:after {
    content: "";
    border-radius: 2px;
    position: absolute;
    left: unset;
    right: 1px;
    bottom: -3px;
    width: 1px;
    height: 32px;
    background-color: #bac1c9;
}

.navbar > .container-fluid .container {
    max-width: 1400px;
    padding-right: 2.12em;
    padding-left: 2.12em;
}

.navbar.sticky {
    border-bottom: 1px solid #e2e2e2;
}

.navbar	.rect-btn:lang(es-ES) svg {
    left: 7px;
}

.navbar	.navbar-nav.mobile-navbar-cta {
    display: none !important;
}

.navbar .navbar-nav:not(.mobile-navbar-cta):after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
}

.navbar	.navbar-nav.navbar-cta {
    display: flex !important;
}

.navbar-nav > .nav-item > .nav-link {
    line-height: 25px;
}

.navbar-nav > .menu-item > .sub-menu {
    top: 48px;
}

.navbar-nav.navbar-cta>li:not(:last-child) {
    padding-right: 10px;
}

.navbar-nav.navbar-cta .round-btn {
    white-space: nowrap;
}

/* New header buttons */
.round-btn {
    height: 44px;
    border: 1px solid #000;
    border-radius: 18px;
    padding: 17px 20px 14px;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    transition: all .3s ease;
    text-align: center;
}

.round-btn-110 {
    min-width: 110px;
}

.round-btn.round-btn-cyan {
    border-color: #2cd1f8;
    background-color: #2cd1f8;
}

.round-btn.round-btn-cyan:hover {
    color: #000;
    border-color: #47ddff;
    background-color: #47ddff;
    transition: all .3s ease;
}

.round-btn.round-btn-orange:hover {
    color: #fff;
    border-color: #f77a21;
    background-color: #f77a21;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    .navbar-nav .nav-link {
        padding: 0 8px;
    }

    .navbar.sticky .sub-menu {
        top: 48px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .navbar.navbar-expand-lg .navbar-nav {
       flex-direction: row;
    }

	.navbar.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 8px;
    }

    .navbar.navbar-expand-lg .navbar-nav .nav-link.login-btn {
        padding: 0 12px;
    }

    .navbar .navbar-nav.pl-4 {
        padding-left: 0.5rem !important;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #brand {
        max-width: 150px;
	}
}

/* Header navbar trigger */
@media only screen and (max-width: 1140px) {
	#brand {
		max-width: 190px;
        width: 100%;
	}

	.navbar.navbar-expand-lg .navbar-toggler {
        display: block;
        order: 3;
        outline: none;
        border: none;
        padding: 0;
    }

    .navbar.navbar-expand-lg .navbar-collapse {
        padding: 20px 25px;
        display: inline-block !important;
    }

    .navbar	.navbar-nav {
        width: 100%;
        display: inline-block;
        overflow-x: hidden;
    }

    .navbar	.navbar-nav.pl-4 {
        padding-left: 0 !important;
    }

    .navbar	.navbar-nav.mt-lg-2 {
        margin-top: 0 !important;
    }

    .navbar-nav > .menu-item:hover > a.nav-link {
        color: #000;
    }

    .navbar-nav > .menu-item:hover > a.nav-link svg path {
        stroke: #000;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu {
        position: relative;
        border: 0;
        padding: 0 !important;
        width: 100%;
        min-width: 100%;
        left: 21px;
        top: 0 !important;
        visibility: visible;
        overflow: hidden;
        max-height: 0;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu.show {
        max-height: 100%;
        opacity: 1;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu > .has-children {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem !important;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu > .nav-item {
        padding-left: 1.5rem !important;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu > li a {
        font-size: 1.05rem;
        line-height: 2;
    }

    .navbar	.navbar-nav > .menu-item > .sub-menu > li a.is-bold {
        font-size: 1.3rem;
        padding: 0.6rem 0.5rem 0.6rem 0;
        display: block;
    }

    .navbar	.navbar-nav.navbar-cta {
        width: auto;
        order: 2;
        padding-right: 10px;
    }

    .navbar	.navbar-nav > .menu-item.navbar-cta > li:not(:first-child) {
        flex-basis: 50%;
        justify-content: center;
    }

	.navbar-collapse {
        flex-direction: column;
        position: absolute;
        top: 72px;
        z-index: -1;
        background: white;
        left: 0;
        width: 100%;
        border-top: 2px solid #E2E2E2;
        border-bottom: 3px solid #E2E2E2;
        box-sizing: border-box;
        border-radius: 0 0 15px 15px;
        padding: 20px;
    }

    .navbar-collapse.custom-collapse {
        max-height: 85vh;
        max-height: calc((var(--vh, 1vh) * 100) - 72px);
        overflow: auto;
    }

    .navbar-collapse.custom-collapse .navbar-nav:first-child > .nav-item {
        padding-bottom: 2rem;
    }

    .navbar-collapse.custom-collapse .navbar-nav:first-child .nav-link {
        font-size: 1.3rem !important;
        padding: 0.6rem 0.5rem;
    }

    .navbar-collapse .navbar-nav .nav-link {
        padding: 0.6rem 0.5rem;
	}
}

@media only screen and (max-width: 992px) {

    nav.navbar .navbar-nav {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
	[role="main"] {
		padding-top: calc(36px + 2.45rem) !important;
	}

	#brand {
		max-width: 160px;
		margin-bottom: 0.2rem;
	}

	.custom-collapse:not(.show) {
 		top: -100vh;
 	}

    .navbar .navbar-nav:after {
        top: unset;
    }

	.navbar .navbar-nav.navbar-cta {
        padding-right: 0;
        display: flex !important;
    }

    .navbar .navbar-nav.navbar-cta > li.nav-item:not(:first-child) {
	    display: none !important;
    }

    .navbar .navbar-nav.mobile-navbar-cta {
        display: flex !important;
        flex-direction: column-reverse;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
    }

    .navbar .navbar-nav.mobile-navbar-cta .nav-item .round-btn {
        width: 100%;
        font-size: 16px;
    }

    .navbar .navbar-nav.mobile-navbar-cta .nav-item:first-child .nav-item {
        margin-top: 20px;
    }

    .navbar .navbar-nav .menu-item  > .sub-menu {
        background-color: transparent;
    }

    .navbar .navbar-nav .menu-item  > .sub-menu > li a {
        font-size: 1rem;
        line-height: 1.5;
    }
    .navbar .navbar-nav .menu-item  > .sub-menu > li a.is-bold {
	    font-size: 1.125rem;
    }

    .navbar .navbar-nav .menu-item  > .sub-menu > .has-children {
	    margin-bottom: 0.5rem !important;
    }

    .navbar.navbar-expand-lg .navbar-nav.navbar-cta .nav-link {
	    padding: 0 20px 0 0;
    }

    .navbar.navbar-expand-lg .navbar-collapse {
        padding: 0;
        height: calc(100vh - 72px);
        height: calc(var(--vh, 1vh) * 100);
    }

    .navbar.navbar-expand-lg .navbar-collapse > ul {
        padding: 20px 25px !important;
        border-top: 1px solid #e2e2e2;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse {
        border: none;
        border-radius: 0;
        overflow: hidden;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse ul:first-child {
        height: 90vh;
        padding-bottom: 220px !important;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse ul:first-child:after {
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 134px;
        z-index: 1;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(243,245,247,1) 100%);
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse.no-request ul:first-child:after {
        bottom: 85px;
    }

    .navbar-collapse.custom-collapse.no-request .navbar-nav.mobile-navbar-cta .nav-item:first-child .nav-item {
        margin-top: 0;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse .navbar-nav:first-of-type .nav-item {
        padding-bottom: .5rem;
    }

    .navbar .navbar-nav .menu-item>.sub-menu>.has-children {
        margin-bottom: 0.5rem !important;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse .navbar-nav:first-of-type .nav-item .nav-link {
        font-size: 1.125rem !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 1rem;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse.show {
        top: 74px;
	}

    .navbar .custom-collapse + .d-flex .navbar-toggler .toggle-btn .toggle-bg {
        fill: #f3f5f7;
	}

    .navbar .login-btn:after {
        right: 5px;
    }
}

@media only screen and (max-width: 420px) {

	.navbar .container-fluid .container {
        padding: 0 15px;
    }
    .navbar.navbar-expand-lg .navbar-collapse ul:first-child  {
        padding: 20px 10px 175px 10px !important;
    }

    .navbar.navbar-expand-lg .navbar-collapse > ul {
        padding: 15px !important;
    }
    .navbar.navbar-expand-lg .navbar-nav.navbar-cta .nav-link {
        padding: 0 10px 0 0;
    }
    .navbar .navbar-nav.mobile-navbar-cta .nav-item:first-child .nav-item  {
        margin-top: 15px;
	}

    .navbar .login-btn:after {
		right: 0;
    }

    .navbar.navbar-expand-lg .navbar-collapse.custom-collapse.no-request ul:first-child:after {
        bottom: 75px;
    }
}

@media only screen and (max-width: 360px) {
	#brand {
		max-width: 140px;
		margin-bottom: 0.5rem;
	}

	.login-btn {
		font-size: .9rem;
	}

	.navbar-nav .menu-item a.nav-link {
       line-height: 1.8;
    }
}