:root,
:root .edit-post-visual-editor,
:root .editor-styles-wrapper {
  --responsive--aligndefault-width: 1200px;
  --responsive--alignwide-width: 1440px;
  --global--color-primary: #000000;
  --global--color-secondary: #000000;
  --global--color-background: #ffffff;
  --button--color-background: #00a3da;
  --button--border-radius: 1em;
  --cover--color-foreground: #000000;
  --global--font-size-base: 1rem;
  --button--padding-vertical: 8px;
  --button--padding-horizontal: 40px;
  --heading--font-family: myriad-pro, sans-serif;
  --global--font-secondary: "Carlito", sans-serif;
  --wp--typography--line-height: 1.5rem;
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-size: 2rem;
  --primary-nav--color-link: #ffffff;
  --primary-nav--color-link-hover: #dbdbdb;
  --primary-nav--font-weight: 700;
  --primary-nav--font-size-sub-menu-mobile: 1.5rem;
  --footer--font-size: var(--global--font-size-base);
  --form--border-color: #000000;
}

.site {
  overflow-x: hidden;
}

.wp-body details[data-popover] {
  display: inline;
  position: relative;
}
.wp-body details[data-popover] > summary:focus {
  outline: none;
}
.wp-body details[data-popover] > summary::-webkit-details-marker {
  display: none;
}
.wp-body details[data-popover] > summary {
  list-style: none;
}
.wp-body details[data-popover] > summary + * {
  position: absolute;
  display: block;
  z-index: 1;
  padding: 10px;
}
.wp-body details[data-popover] > * + * {
  display: none;
}
.wp-body details[data-popover=up] > summary + * {
  bottom: calc(0.5rem + 100%);
  right: 50%;
  transform: translateX(50%);
}
.wp-body details[data-popover=down] > summary + * {
  top: calc(0.5rem + 100%);
  right: 0;
}
.wp-body details[data-popover=left] > summary + * {
  right: calc(1rem + 100%);
  bottom: 50%;
  transform: translateY(50%);
}
.wp-body details[data-popover=right] > summary + * {
  left: calc(1rem + 100%);
  bottom: 50%;
  transform: translateY(50%);
}
.wp-body .popover-form {
  display: flex;
}
.wp-body .popover input {
  margin: 0;
}
.wp-body .popover .button {
  display: block;
  border-radius: 0;
  padding: var(--button--padding-vertical) calc(0.5 * var(--button--padding-horizontal));
  background-color: #000000;
}
.wp-body .popover .button:hover, .wp-body .popover .button:focus {
  background-color: var(--button--color-background);
}
.wp-body.primary-navigation-open .popover .button {
  border: var(--button--border-width) solid var(--button--color-background);
}
.wp-body .popover-content .popover-form > .button {
  color: #ffffff;
}
.wp-body .site-main > article > *, .wp-body .site-main > .not-found > *, .wp-body .entry-content > *, .wp-body [class*=inner-container] > *, .wp-body .wp-block-template-part > * {
  margin-top: 0;
}
.wp-body .is-style-borderless .wp-block-button__link:not(:hover) {
  border: var(--button--border-width) solid transparent;
}
.wp-body .site-main {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-body .site a.site-logo-link {
  display: block;
}
.wp-body .site a.site-logo-link:focus {
  background: none;
}
.wp-body .alt-search-icon {
  display: none;
}
.wp-body .country-picker {
  padding-right: 20px;
  border-right: 1px solid #000;
  font-size: 24px;
}
.wp-body .country-picker .current-country {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  width: 50px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
}
.wp-body .country-picker .current-country .pointer-icon,
.wp-body .country-picker .current-country .alt-pointer-icon {
  margin-left: 6px;
}
.wp-body .country-picker .current-country svg {
  display: block;
}
.wp-body .country-picker[data-popover] > summary + * {
  display: flex;
  flex-direction: column;
}
.wp-body .country-picker .popover-content {
  max-height: calc(100vh - 83px);
  overflow: auto;
  background-color: #000;
  color: #fff;
  padding: 20px 40px;
}
.wp-body .country-picker .popover-content .country {
  font-size: 16px;
}
.wp-body .search-icon svg {
  display: block;
}
.wp-body .menu-footer-container {
  display: none;
}
.wp-body .wp-block-cover.is-style-cornered .wp-block-cover__inner-container {
  margin-bottom: 60px;
}
.wp-body.primary-navigation-open .site-branding {
  z-index: 3;
  position: fixed;
}
.wp-body.primary-navigation-open .search-icon {
  display: none;
}
.wp-body.primary-navigation-open .country-picker {
  margin-left: auto;
}
.wp-body.primary-navigation-open .country-picker .pointer-icon {
  display: none;
}
.wp-body.primary-navigation-open .country-picker .alt-pointer-icon {
  display: block;
}
.wp-body.primary-navigation-open .country-picker .current-country {
  color: white;
}
.wp-body.primary-navigation-open .country-picker .popover-content {
  background-color: #fff;
  color: #000;
}
.wp-body.primary-navigation-open .country-picker .country {
  color: #000;
}
.wp-body.primary-navigation-open .alt-search-icon {
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
}
.wp-body.primary-navigation-open .menu-button-container #primary-mobile-menu {
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}
.wp-body.primary-navigation-open .menu-button-container,
.wp-body.primary-navigation-open .primary-navigation > .primary-menu-container {
  max-width: var(--responsive--alignwide-width);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000000;
}
.wp-body.primary-navigation-open .primary-navigation {
  background-color: #000000;
  height: 100%;
}
.wp-body.primary-navigation-open .menu-item {
  color: #ffffff;
}
.wp-body.primary-navigation-open .primary-menu-container .menu-item {
  text-align: center;
}
.wp-body.primary-navigation-open .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background-color: transparent;
}
.wp-body.primary-navigation-open .menu-footer-container {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: var(--responsive--alignwide-width);
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 20px;
  color: #fff;
  font-size: var(--global--font-size-base);
}
@media only screen and (min-width: 1260px) {
  .wp-body.primary-navigation-open .menu-footer-container {
    z-index: 500;
  }
}
.wp-body.primary-navigation-open .menu-footer-container .menu {
  list-style: none;
}
.wp-body.primary-navigation-open .menu-footer-container .menu a {
  background: none;
  padding: 7px 0;
  font-size: var(--global--font-size-base);
}
.wp-body.primary-navigation-open .menu-social-media {
  margin-left: auto;
  align-self: flex-end;
}
.wp-body.primary-navigation-open .menu-social-media .social-icon {
  display: inline-block;
  margin-left: 8px;
}
.wp-body.has-main-navigation .primary-navigation > .primary-menu-container {
  background-color: #000000;
  left: 50%;
  transform: translate(-50%, 0);
}
.wp-body .menu-button-container,
.wp-body .primary-navigation > .primary-menu-container {
  background-color: transparent;
}
.wp-body .primary-navigation {
  background-color: transparent;
}
.wp-body .search-button {
  padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
  padding-right: 8px;
}
.wp-body.search .site-content {
  padding: 95px 50px 100px 50px;
}
.wp-body.search .page-header {
  max-width: 1200px;
  margin-bottom: 20px;
}
.wp-body.search .page-content {
  font-size: 18px;
}
.wp-body.search .page-title {
  font-size: 30px;
}
.wp-body.search .search-result-count {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wp-body.search .entry {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-body.search .entry-title {
  font-size: 30px;
}
.wp-body.search .entry-footer {
  padding: 0;
  display: none;
}
.wp-body.search .navigation {
  max-width: 1200px;
}
.wp-body:not(.search) .entry-header {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.wp-body .entry-content {
  overflow: hidden;
}
.wp-body .editor-styles-wrapper .is-large-text,
.wp-body .editor-styles-wrapper .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}
.wp-body .editor-styles-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h1:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h2:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h3:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h4:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h5:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover h6:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover p:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h1:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h2:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h3:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h4:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h5:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image h6:not(.has-text-color),
.wp-body .editor-styles-wrapper .wp-block-cover-image p:not(.has-text-color) {
  color: var(--global--color-primary);
}
.wp-body .is-style-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  height: 300px;
}
.wp-body .is-style-shadow figcaption {
  padding-bottom: 10px;
}
.wp-body .social-icon:hover {
  transform: scale(1.1);
}
.wp-body .footer-navigation {
  position: relative;
}
.wp-body .footer-navigation-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  justify-content: flex-end;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
  padding-right: 1%;
  z-index: 2;
}
.wp-body .footer-navigation-wrapper .social-icon {
  margin: 0 0 8px 8px;
}
.wp-body :not(.has-text-color).has-green-background-color[class],
.wp-body :not(.has-text-color).has-blue-background-color[class],
.wp-body :not(.has-text-color).has-purple-background-color[class],
.wp-body :not(.has-text-color).has-red-background-color[class],
.wp-body :not(.has-text-color).has-orange-background-color[class],
.wp-body :not(.has-text-color).has-yellow-background-color[class],
.wp-body :not(.has-text-color).has-white-background-color[class] {
  color: #000000;
}
.wp-body .has-black-color {
  color: #000000 !important;
}
.wp-body .has-white-color {
  color: #ffffff !important;
}
.wp-body .has-yellow-color {
  color: #f9c623 !important;
}
.wp-body .has-grey-color {
  color: #dcddde !important;
}
.wp-body .has-black-background-color {
  background-color: #000000 !important;
}
.wp-body .has-black-background-color:not(.has-text-color) {
  color: #ffffff;
}
.wp-body .has-white-background-color {
  background-color: #ffffff !important;
}
.wp-body .has-yellow-background-color {
  background-color: #f9c623 !important;
}
.wp-body .has-grey-background-color {
  background-color: #dcddde !important;
}
@media only screen and (min-width: 599px) and (max-width: 868px) {
  .wp-body.primary-navigation-open .menu-social-media {
    margin-right: 18px;
    margin-bottom: 50px;
  }
  .wp-body.primary-navigation-open .menu-social-media .social-icon {
    display: block;
  }
  .wp-body .menu-footer-links {
    align-self: flex-end;
  }
  .wp-body .menu-footer-container .menu {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .wp-body .site-header:not(.has-logo).has-title-and-tagline .site-branding {
    max-width: calc(100% - 100px);
  }
  .wp-body .primary-navigation {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    height: 60px;
  }
  .wp-body .menu-button-container {
    background-color: #000000;
    bottom: 0;
  }
  .wp-body .search-icon svg, .wp-body .dropdown-icon svg {
    fill: #ffffff;
  }
  .wp-body .country-picker .current-country {
    color: #ffffff;
  }
  .wp-body .country-picker .current-country .alt-pointer-icon {
    display: block;
  }
  .wp-body .country-picker .popover-content {
    position: fixed;
    bottom: 40px;
  }
  .wp-body .country-picker .country-column:last-of-type {
    width: 80px;
  }
  .wp-body .menu-button-container::before {
    content: "";
    width: 93px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    transform: translateX(-100%) scale(-1);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='93' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 72s9.93 0 20.852-10.23L93.507 0H0v72z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: contain;
  }
  .wp-body details[data-popover=down] > summary + * {
    bottom: 50px;
    top: auto;
  }
  .wp-body.primary-navigation-open .menu-social-media {
    margin-right: 18px;
    margin-bottom: 50px;
  }
  .wp-body.primary-navigation-open .menu-social-media .social-icon {
    display: block;
  }
  .wp-body .menu-footer-links {
    align-self: flex-end;
  }
  .wp-body .menu-footer-container .menu {
    padding-left: 18px;
  }
}

.wp-block-image.is-style-centered figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.wp-block-image.is-style-centered figcaption {
  position: absolute;
  bottom: 0;
}

html .wp-block-cover__inner-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wp-block-image.is-style-shadow img {
  max-height: 225px;
}
.wp-block-image .aligncenter {
  height: 76%;
}

html .is-style-yellow-underline, .is-style-yellow-underline {
  padding-bottom: 4px;
  border-bottom: 2px solid #F9C623;
}

html .is-style-white-underline, .is-style-white-underline {
  padding-bottom: 4px;
  border-bottom: 2px solid #ffffff;
}

/*html .is-style-cornered, .is-style-cornered {*/
/*    border-top: 50px solid pink;*/
/*}*/
/*html .wp-block-cover:before {*/
/*    opacity: 1;*/
/*}*/
/*html .wp-block-cover:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    margin: 0;*/
/*    border-image: url("data:image/svg+xml,%3Csvg width='944' height='61' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a'/%3E%3C/clipPath%3E%3Cpath d='M0 0h944v60H0V0z' id='a'/%3E%3C/defs%3E%3Cpath d='M944 60H0V0h944v60z' fill='none'/%3E%3Cg clip-path='url(%23b)' transform='rotate(180 472 30)'%3E%3Cpath d='M0 60h859c15 0 34.957-22.496 42-29.60C910.511 21.062 929 0 944 0H0v60z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");*/
/*    background-repeat: no-repeat;*/
/*    border: none;*/
/*    opacity: 1;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
/*html .wp-block-cover {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/
/*.cover-container {*/
/*    position: relative;*/
/*}*/
.is-style-cornered.has-background-dim::after,
.is-style-cornered .has-background-dim::after {
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-30%) translateY(-100%);
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='3837' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2892 0h859c15 0 34.96 22.496 42 29.60 9.51 9.447 28 30.509 43 30.509H0V0h2892z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1260px) {
  .wp-body .is-style-cornered-black.has-background-dim::after,
  .wp-body .is-style-cornered-black .has-background-dim::after {
    width: 50%;
  }
  .wp-body .is-style-cornered-small.has-background-dim::after,
  .wp-body .is-style-cornered-small .has-background-dim::after {
    transform: translateY(-100%) translateX(-15%);
  }
  .wp-body .footer_menu .footer_link {
    display: block;
  }
  .wp-body .wp-block-cover.alignfull:first-of-type {
    background-color: #fff;
  }
  .wp-body .wp-block-cover.alignfull:first-of-type .wp-block-cover__image-background {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1260px) {
  .footer_menu p {
    display: grid;
  }
  .footer_menu .spacer {
    height: 88px;
  }
}
.is-style-cornered.has-yellow-background-color::after,
.is-style-cornered .has-yellow-background-color::after,
.is-style-cornered-yellow.has-background-dim::after {
  background-image: url("data:image/svg+xml,%3Csvg width='3837' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2892 0h859c15 0 34.96 22.496 42 29.60 9.51 9.447 28 30.509 43 30.509H0V0h2892z' fill='%23F9C623' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.is-style-cornered.has-black-background-color::after,
.is-style-cornered .has-black-background-color::after,
.is-style-cornered-black.has-background-dim::after {
  background-image: url("data:image/svg+xml,%3Csvg width='3837' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2892 0h859c15 0 34.96 22.496 42 29.60 9.51 9.447 28 30.509 43 30.509H0V0h2892z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.is-style-cornered.has-grey-background-color::after,
.is-style-cornered .has-grey-background-color::after,
.is-style-cornered-grey.has-background-dim::after {
  background-image: url("data:image/svg+xml,%3Csvg width='3837' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2892 0h859c15 0 34.96 22.496 42 29.60 9.51 9.447 28 30.509 43 30.509H0V0h2892z' fill='%23DCDDDE' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/*.is-style-cornered-white::after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: translateY(-100%);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    z-index: 1;*/
/*    min-height: auto;*/
/*    background-image: url("data:image/svg+xml,%3Csvg width='944' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h859c15 0 34.957 22.496 42 29.60C910.511 38.938 929 60 944 60H0V0z' fill='%23FFFFFF' fill-rule='evenodd'/%3E%3C/svg%3E");*/
/*}*/
.is-style-cornered-right.has-background-dim::after,
.is-style-cornered-right .has-background-dim::after {
  transform: translateX(30%) translateY(-100%) scaleX(-1);
}

.is-style-cornered-small.has-background-dim::after,
.is-style-cornered-small .has-background-dim::after {
  transform: translateY(-100%) translateX(-75%);
}

.is-style-cornered-small.is-style-cornered-right.has-background-dim::after,
.is-style-cornered-small.is-style-cornered-right .has-background-dim::after {
  transform: translateY(-100%) scaleX(-1) translateX(-75%);
}

/*.is-style-cornered-left::after {*/
/*    transform: translateY(-100%);*/
/*}*/
/**
cornered - yellow - left - small
cornered - yellow - left - large

cornered - yellow - right - small
cornered - yellow - right - large

cornered - white - left - small
cornered - white - left - large

cornered - white - right - small
cornered - white - right - large

cornered - black - left - small
cornered - black - left - large

cornered - black - right - small
cornered - black - right - large

 */
.is-style-overlapping:not(.has-media-on-the-right) .wp-block-media-text__content {
  transform: var(--transform);
  align-self: flex-end;
}

.is-style-overlapping.has-media-on-the-right .wp-block-media-text__media {
  transform: var(--transform);
  align-self: flex-end;
}

.editor-styles-wrapper .wp-block-media-text.is-style-overlapping .wp-block-media-text__content {
  padding: 0;
}

.editor-styles-wrapper .block-editor-block-list__block.is-style-overlapping .block-list-appender {
  margin: 0;
}

.wp-body .editor-styles-wrapper .wp-block-cover.is-style-cornered {
  margin-top: 150px;
}

/*.is-style-overlapping .wp-block-media-text__content {*/
/*    z-index: 1;*/
/*}*/
@media (min-width: 1169px) {
  .has-z-index-desktop-1 {
    z-index: 1;
  }
  .has-z-index-desktop-2 {
    z-index: 2;
  }
  .has-z-index-desktop-3 {
    z-index: 3;
  }
  .has-z-index-desktop-4 {
    z-index: 4;
  }
  .has-z-index-desktop-5 {
    z-index: 5;
  }
  .has-z-index-desktop-6 {
    z-index: 6;
  }
  .has-z-index-desktop-7 {
    z-index: 7;
  }
  .has-z-index-desktop-8 {
    z-index: 8;
  }
  .has-z-index-desktop-9 {
    z-index: 9;
  }
  .has-z-index-desktop-10 {
    z-index: 10;
  }
}
@media (min-width: 769px) and (max-width: 1167px) {
  .has-z-index-tablet-1 {
    z-index: 1;
  }
  .has-z-index-tablet-2 {
    z-index: 2;
  }
  .has-z-index-tablet-3 {
    z-index: 3;
  }
  .has-z-index-tablet-4 {
    z-index: 4;
  }
  .has-z-index-tablet-5 {
    z-index: 5;
  }
  .has-z-index-tablet-6 {
    z-index: 6;
  }
  .has-z-index-tablet-7 {
    z-index: 7;
  }
  .has-z-index-tablet-8 {
    z-index: 8;
  }
  .has-z-index-tablet-9 {
    z-index: 9;
  }
  .has-z-index-tablet-10 {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .has-z-index-mobile-1 {
    z-index: 1;
  }
  .has-z-index-mobile-2 {
    z-index: 2;
  }
  .has-z-index-mobile-3 {
    z-index: 3;
  }
  .has-z-index-mobile-4 {
    z-index: 4;
  }
  .has-z-index-mobile-5 {
    z-index: 5;
  }
  .has-z-index-mobile-6 {
    z-index: 6;
  }
  .has-z-index-mobile-7 {
    z-index: 7;
  }
  .has-z-index-mobile-8 {
    z-index: 8;
  }
  .has-z-index-mobile-9 {
    z-index: 9;
  }
  .has-z-index-mobile-10 {
    z-index: 10;
  }
}
#start-resizable-editor-section {
  display: none;
}

@media (max-width: 767px) {
  .is-style-cornered.has-background-dim::after,
  .is-style-cornered .has-background-dim::after {
    background-size: cover;
  }
}
@media (max-width: 560px) {
  .widget-area .is-style-cornered.has-background-dim::after,
  .widget-area .is-style-cornered .has-background-dim::after {
    transform: translateX(-50%) translateY(-100%);
  }
}
.wp-body .editor-styles-wrapper[style*="width: 360px;"] .is-style-cornered.has-background-dim::after,
.wp-body .editor-styles-wrapper[style*="width: 360px;"] .is-style-cornered .has-background-dim::after, .wp-body .editor-styles-wrapper[style*="width: 780px;"] .is-style-cornered.has-background-dim::after,
.wp-body .editor-styles-wrapper[style*="width: 780px;"] .is-style-cornered .has-background-dim::after {
  background-size: cover;
  background-position: top right;
}

html .widget-area {
  max-width: none;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
  padding: 0;
}

html .widget-area > * {
  margin: 0;
}

html .footer-navigation {
  margin: 0;
}

html .site-header {
  padding: 0;
  overflow-x: hidden;
}

html .header-inner {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--responsive--alignwide-width);
  z-index: 11;
}

html .site-branding {
  margin: 0;
}

html .site-logo {
  position: relative;
  background-color: #F9C623;
  margin: 0;
  padding: 16px 18px;
}

.site-logo::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.site-logo::after {
  content: "";
  width: 98px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='93' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 72s9.93 0 20.852-10.23L93.507 0H0v72z' fill='%23F9C623' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}

.widget-area a.footer_link, .products_link a {
  text-decoration: none;
  margin-bottom: 3px;
}
.widget-area a.footer_link:hover, .products_link a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.widget-area a.footer_link:focus, .widget-area a.footer_link:active, .products_link a:focus, .products_link a:active {
  background: none !important;
  color: white !important;
}

.wp-body .products_link a.product_link {
  color: #00A3DA !important;
  display: block;
}

html .primary-menu-container {
  /*display: none;*/
}

/*html .menu-button-container {*/
/*    display: flex;*/
/*}*/
/*html .primary-navigation > .primary-menu-container {*/
/*    visibility: hidden;*/
/*}*/
/*html .primary-navigation-open .primary-navigation > .primary-menu-container {*/
/*    height: 100vh;*/
/*    z-index: 499;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    border: 2px solid transparent;*/
/*}*/
/** Mobile menu on all breakpoints **/
.wp-body .menu-button-container {
  display: flex;
  align-items: center;
}

.wp-body .primary-navigation > .primary-menu-container {
  height: auto;
  z-index: 499;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid transparent;
  visibility: hidden;
  opacity: 0;
  position: relative;
  padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-bottom: var(--global--spacing-horizontal);
  background-color: var(--global--color-background);
  transform: translateY(var(--global--spacing-vertical));
}

.wp-body.primary-navigation-open .primary-navigation > .primary-menu-container {
  height: 80vh;
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.wp-body .primary-navigation > div > .menu-wrapper {
  height: 79vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-bottom: 100px;
}

.wp-body.primary-navigation-open .primary-navigation > .primary-menu-container {
  top: 50%;
}

@media only screen and (max-width: 481px) {
  .wp-body.primary-navigation-open .primary-navigation > .primary-menu-container {
    margin-top: 50px;
  }
}
.wp-body .primary-navigation > div > .menu-wrapper li {
  display: block;
  width: 100%;
}

.wp-body .primary-navigation a {
  color: #ffffff;
}

.wp-body.primary-navigation-open .primary-navigation {
  width: 100%;
  position: fixed;
  z-index: 2;
}

.wp-body .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: none;
}

.wp-body .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
  display: block;
}

.wp-body .primary-navigation > div > .menu-wrapper > li > .sub-menu {
  left: 0;
  margin: 0;
  min-width: max-content;
  position: relative;
  top: 0;
  padding-top: 3px;
  transition: all 0.5s ease;
  z-index: initial;
}

.wp-body .primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
.wp-body .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  content: none;
}

.wp-body .primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  font-size: var(--primary-nav--font-size-sub-menu-mobile);
  font-style: var(--primary-nav--font-style-sub-menu-mobile);
  background: none;
}

.wp-body .primary-navigation .primary-menu-container > ul > .menu-item > a {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.has-white-background-color .wp-show-posts-entry-title {
  position: relative;
}
.has-white-background-color .wp-show-posts-entry-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #F9C623;
  left: 0;
  bottom: -5px;
}

.has-yellow-background-color .wp-show-posts-entry-title {
  position: relative;
}
.has-yellow-background-color .wp-show-posts-entry-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  left: 0;
  bottom: -5px;
}

.wp-show-posts article .wp-show-posts-entry-title {
  font-size: 26px;
}
.wp-show-posts article .wp-show-posts-terms.wp-show-posts-meta a {
  font-size: 15px;
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}

.margin-auto .wp-show-posts {
  margin: 0 auto !important;
}

.site .button:focus:not(.has-background), input[type=submit]:focus:not(.has-background), input[type=reset]:focus:not(.has-background), .wp-block-search__button:focus:not(.has-background), .wp-block-button .wp-block-button__link:focus:not(.has-background), .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  background: transparent;
  text-decoration: none;
}

.site .products_link a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: #00A3DA !important;
}

/*.site .button, input[type=submit], input[type=reset], .wp-block-search__button, */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  /**background-color: #00A3DA;
  box-shadow: 0 3px 0 #0687B5;**/
  margin-bottom: 3px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {
  border-color: #00A3DA !important;
  /**background-color: #00A3DA !important;
  color: white !important;
  box-shadow: none;**/
  /**margin-top: 3px;**/
  /**margin-bottom: 0;**/
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):active {
  border-color: #00A3DA !important;
  outline: none;
  /**border: none;**/
  /**box-shadow: 0 3px 0 #0687B5;**/
  height: 46px;
  padding-top: 11px;
}

.country-picker {
  padding-right: 20px;
  border-right: 1px solid #000;
  font-size: 24px;
}
.country-picker .current-country {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-weight: bold;
}
.country-picker .current-country .alt-pointer-icon {
  display: none;
}
.country-picker .current-country .country-code {
  padding-right: 6px;
}
.country-picker .current-country svg {
  display: block;
}
.country-picker .popover-content {
  background-color: #000;
  color: #fff;
  padding: 20px 40px;
}
.country-picker .popover-content .country {
  display: flex;
  align-items: center;
}
.country-picker .popover-content svg {
  flex-shrink: 0;
}
.country-picker .popover-content .country-name {
  padding-left: 15px;
  padding-right: 40px;
}
.country-picker .popover-content .country-code {
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
}

.search-icon svg {
  display: block;
}

.button.search-button.popover.has-background:hover {
  border-color: transparent;
}

.button.search-button {
  border: none;
}

.wp-body .button.search-button.has-background input[type=submit] {
  background-color: #000;
  color: #fff;
}

.wp-body.primary-navigation-open .button.search-button.has-background input[type=submit] {
  background-color: #fff;
  color: #000;
  border-color: black;
}

.wp-body.page .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-color: #00A3DA;
}

.widget_custom_html {
  max-width: calc(100vw - 17px);
}
.widget_custom_html .wp-block-cover {
  padding: 50px 0;
}

.wp-block-cwp-text label {
  display: block;
}

#cn-accept-cookie {
  background: #00A3DA !important;
}

#cn-more-info {
  background: #f7c835 !important;
  color: #000 !important;
}

.wp-block-cover {
  overflow-y: visible;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
  margin-top: 0;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column:last-child {
  margin-bottom: 0;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.header-inner {
  flex-direction: row !important;
}

.topheader {
  display: flex;
  background-color: var(--wp--preset--color--yellow);
  padding: 0px 16px;
  z-index: 3;
  position: relative;
}

.inner {
  max-width: var(--responsive--alignwide-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.new-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 16px;
  justify-content: center;
  align-items: center;
}

.new-menu > li > a {
  font-weight: 700;
  text-decoration: none;
  border-right: 2px solid #000000;
  padding: 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1.2;
}

.new-menu > li:first-child > a {
  padding: 0 1.5em 0 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 4px 20px;
  border-radius: 6px;
}

.desktop-menu {
  display: none;
}

.desktop-menu .menu-social-media {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
}

.header-icon {
  display: flex;
  padding-left: 16px;
  cursor: pointer;
}

.header-icon.open .open {
  display: none;
}

.header-icon .open {
  display: block;
}

.header-icon.open .close {
  display: block;
  fill: #000000;
}

.header-icon .close {
  display: none;
}

@media screen and (width > 1168px) {
  .primary-navigation {
    display: none;
  }
  .desktop-menu.open {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 52px;
  }
  .desktop-menu.open ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  .desktop-menu.open li {
    text-align: center;
  }
  .desktop-menu.open a {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
  }
  .header-inner {
    margin-top: -1px;
  }
}
@media screen and (width < 1168px) {
  .topheader {
    display: none;
  }
  .desktop-menu.open {
    display: none;
  }
  .desktop-menu {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
