/* CSS RESET, thanks https://www.joshwcomeau.com/css/custom-css-reset/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Light'), url('fonts/Rubik-Light.woff2') format('woff2'), url('fonts/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Light Italic'), url('fonts/Rubik-LightItalic.woff2') format('woff2'), url('fonts/Rubik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik'), url('fonts/Rubik-Regular.woff2') format('woff2'), url('fonts/Rubik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Italic'), url('fonts/Rubik-Italic.woff2') format('woff2'), url('fonts/Rubik-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Medium'), url('fonts/Rubik-Medium.woff2') format('woff2'), url('fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Medium Italic'), url('fonts/Rubik-MediumItalic.woff2') format('woff2'), url('fonts/Rubik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik SemiBold'), url('fonts/Rubik-SemiBold.woff2') format('woff2'), url('fonts/Rubik-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik SemiBold Italic'), url('fonts/Rubik-SemiBoldItalic.woff2') format('woff2'), url('fonts/Rubik-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Bold'), url('fonts/Rubik-Bold.woff2') format('woff2'), url('fonts/Rubik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Bold Italic'), url('fonts/Rubik-BoldItalic.woff2') format('woff2'), url('fonts/Rubik-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik ExtraBold'), url('fonts/Rubik-ExtraBold.woff2') format('woff2'), url('fonts/Rubik-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik ExtraBold Italic'), url('fonts/Rubik-ExtraBoldItalic.woff2') format('woff2'), url('fonts/Rubik-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Black'), url('fonts/Rubik-Black.woff2') format('woff2'), url('fonts/Rubik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Black Italic'), url('fonts/Rubik-BlackItalic.woff2') format('woff2'), url('fonts/Rubik-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  min-height: 100dvh;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
main {
  flex: 1;
}
html,
body {
  font-family: 'Rubik', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans', Ubuntu, Arial, sans-serif;
  overflow-x: hidden;
}
html p,
body p {
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 26px;
}
html p.big,
body p.big {
  font-size: 20px;
}
@media screen and (max-width: 680px) {
  html p.mob-pad-left,
  body p.mob-pad-left {
    padding-left: 20px;
  }
}
a.no-underline,
a.no-underline:hover {
  text-decoration: none !important;
}
.cta,
.ff-btn {
  display: block;
  padding: 12px 28px;
  border-radius: 99px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #242f62;
  justify-self: start;
  outline: none;
  border: none;
  min-width: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta span,
.ff-btn span {
  position: relative;
  z-index: 1;
}
.cta::before,
.ff-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.cta::after,
.ff-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.45s ease;
  pointer-events: none;
}
.cta:hover::before,
.ff-btn:hover::before {
  opacity: 0.14;
}
.cta:hover::after,
.ff-btn:hover::after {
  left: 130%;
}
.cta:active,
.ff-btn:active {
  filter: brightness(0.95);
}
.ff-btn {
  transition: transform 0.25s ease;
  font-size: 20px !important;
}
.ff-btn:hover {
  transform: scale(1.03);
}
div.file {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin: 8px 0;
}
div.file a.ppt {
  content: url('icons/ppt.png');
  display: inline-block;
  width: 28px;
  height: 28px;
}
div.file a.pdf {
  content: url('icons/pdf.png');
  display: inline-block;
  width: 28px;
  height: 28px;
}
.wp-block-uagb-advanced-heading.like-h2 h1,
.wp-block-uagb-advanced-heading.like-h2 h2,
.wp-block-uagb-advanced-heading.like-h2 h3,
.wp-block-uagb-advanced-heading.like-h2 h4 {
  font-size: 28px;
  line-height: 1.4;
}
h1.like-h2,
h2.like-h2,
h3.like-h2,
h4.like-h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 680px) {
  h1.like-h2,
  h2.like-h2,
  h3.like-h2,
  h4.like-h2 {
    font-size: 24px !important;
  }
}
h2 {
  font-size: 28px;
  line-height: 1.4;
}
h2.big {
  font-size: 32px;
}
h2 strong {
  font-weight: 400;
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h2.big {
    font-size: 24px;
  }
}
.heading-icon {
  position: relative;
}
.heading-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.heading-icon.home::before {
  background-image: url('icons/heading/home.svg');
}
.heading-icon.shine::before {
  background-image: url('icons/heading/shine.svg');
}
.heading-icon.company::before {
  background-image: url('icons/heading/company.svg');
}
@media screen and (max-width: 1360px) {
  .heading-icon::before {
    left: -28px;
  }
}
@media screen and (max-width: 680px) {
  .heading-icon {
    padding-left: 20px;
  }
  .heading-icon::before {
    left: 0px;
    width: 14px;
    top: 16px;
  }
}
header.site-header {
  position: relative;
  z-index: 60001;
  width: 100%;
}
header.site-header .site-header-container {
  max-width: 1360px;
  transition: all 0.5s ease;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 14px 0px;
  gap: 10px 80px;
}
header.site-header .site-header-container .top-switch {
  display: none;
}
header.site-header .site-header-container .logo img {
  transition: all 0.5s ease;
  height: 70px;
  width: auto;
}
header.site-header .site-header-container .super-menu {
  justify-self: start;
  justify-items: start;
  display: grid;
  gap: 20px;
  position: relative;
  top: -3px;
}
header.site-header .site-header-container .super-menu .super-menu-switch {
  display: flex;
  gap: 40px;
  padding-bottom: 4px;
}
header.site-header .site-header-container .super-menu .super-menu-switch a {
  color: #242f62;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  position: relative;
  padding-bottom: 4px;
  top: 6px;
  font-weight: 500;
}
header.site-header .site-header-container .super-menu .super-menu-switch a.active {
  border-bottom: 2px solid #fbbb21;
}
header.site-header .site-header-container .super-menu .super-menu-switch a:hover {
  color: #fbbb21;
}
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li > a {
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current-menu-item:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current-menu-parent:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current-menu-ancestor:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current-page-parent:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current-page-ancestor:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current_page_item:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current_page_parent:not(.menu-item-249):not(.menu-item-248) > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.current_page_ancestor:not(.menu-item-249):not(.menu-item-248) > a {
  border-bottom-color: #fbbb21;
}
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.menu-item-249 > a,
header.site-header .site-header-container .super-menu .super-menu-content .super-menu-nav > li.menu-item-248 > a {
  border-bottom-color: transparent;
}
header.site-header .site-header-container .super-menu .super-menu-content ul {
  display: flex;
  gap: 40px;
}
header.site-header .site-header-container .super-menu .super-menu-content ul > li > a {
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
header.site-header .site-header-container .super-menu .super-menu-content ul li {
  position: relative;
}
header.site-header .site-header-container .super-menu .super-menu-content ul li a {
  color: #242f62;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 680px) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li a:hover {
    color: #fbbb21;
  }
}
header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border: 5px solid transparent;
  border-top-color: currentColor;
  position: relative;
  top: 2px;
}
header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  width: 100%;
  height: 12px;
}
header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 200;
  min-width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}
@media screen and (min-width: 680px) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li a:hover {
    color: #fbbb21;
  }
}
@media screen and (min-width: 680px) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children:hover > a {
    color: #fbbb21;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
header.site-header .site-header-container .super-menu .super-menu-addon-mobile {
  display: none;
}
header.site-header .site-header-container .hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
header.site-header .site-header-container .hamburger-menu .hamburger-line {
  display: block;
  height: 4px;
  width: 30px;
  background: #fbbb21;
  border-radius: 30px;
  transition: all 0.3s linear;
}
body.segment-business header.site-header .site-header-container .hamburger-menu .hamburger-line {
  background: #242f62;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line {
  transform-origin: center;
  position: relative;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 3px;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3) {
  opacity: 0;
}
header.site-header .site-header-container ul.menu {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
}
header.site-header .site-header-container ul.menu a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}
header.site-header .site-header-container ul.menu a:hover {
  text-decoration: underline;
  color: #2c2c2c;
}
header.site-header .site-header-container .header-right {
  display: flex;
  gap: 30px;
}
header.site-header .site-header-container .header-right a {
  text-decoration: none;
  color: #fbbb21;
}
header.site-header .site-header-container .header-right a.phone {
  color: #242f62;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}
header.site-header .site-header-container .header-right a.phone:hover {
  color: #fbbb21;
}
header.site-header .site-header-container .header-right a.cta {
  background: #fbbb21;
  color: #242f62;
}
header.site-header .site-header-container .header-right a.cta .text.mobile {
  display: none;
}
header.site-header .site-header-container .header-right a img {
  height: 18px;
  width: auto;
}
header.site-header .site-header-container .header-right a img.business {
  display: none;
}
body.segment-business header.site-header .site-header-container .header-right a {
  color: #242f62;
}
body.segment-business header.site-header .site-header-container .header-right a img {
  display: none;
}
body.segment-business header.site-header .site-header-container .header-right a img.business {
  display: block;
}
body.segment-business header.site-header .site-header-container .header-right a.cta {
  background: #242f62;
  color: white;
}
header.site-header.active.scrolled {
  background: #000000d6;
  height: 100dvh;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1360px) {
  header.site-header .site-header-container {
    padding: 14px 36px;
  }
}
@media screen and (max-width: 1200px) {
  header.site-header {
    width: 100%;
  }
  header.site-header .site-header-container {
    gap: 10px 40px;
  }
  header.site-header .site-header-container .header-right {
    display: grid;
    gap: 10px;
    justify-items: center;
  }
  header.site-header.active {
    background: #000000d6;
    height: 100dvh;
  }
  .mobile-menu {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    position: fixed;
    top: 108px;
    width: 50vw;
    height: calc(100vh - 108px);
    right: 0;
    background: rgba(18, 38, 53, 0.5);
    backdrop-filter: blur(30px);
    display: grid;
    grid-template-rows: 1fr auto auto;
    gap: 40px;
    padding: 20px 0 20px 20px;
    justify-items: end;
    text-align: right;
  }
  .mobile-menu p.copy {
    color: white;
    padding-right: 20px;
    font-size: 10px;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-menu ul li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
  }
  .mobile-menu ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
  }
  .mobile-menu ul li::after {
    height: 1px;
    width: 22px;
    background: white;
    content: " ";
    display: block;
  }
  .mobile-menu .menu-top-menu-container {
    align-self: center;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
  }
  .mobile-menu .menu-bottom-legal-container ul li a {
    font-weight: normal;
    font-size: 10px;
  }
  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
    z-index: 500;
  }
}
@media screen and (max-width: 960px) {
  header.site-header .site-header-container {
    grid-template-columns: 1fr auto;
    position: relative;
    gap: 16px 40px;
  }
  header.site-header .site-header-container .top-switch {
    display: flex;
    grid-column: span 2;
    justify-content: flex-start;
    width: 100%;
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  header.site-header .site-header-container .top-switch a {
    color: #242f62;
    font-weight: 500;
    text-decoration: none;
  }
  header.site-header .site-header-container .top-switch a.active {
    border-bottom: 2px solid #fbbb21;
  }
  header.site-header .site-header-container .hamburger-menu {
    display: flex;
    order: 3;
    justify-self: end;
  }
  header.site-header .site-header-container .logo {
    justify-self: start;
  }
  header.site-header .site-header-container .header-right {
    display: none;
    order: 1;
    justify-self: start;
    justify-items: start;
  }
  header.site-header .site-header-container .header-right a.cta {
    font-size: 14px;
    padding: 8px 20px;
    min-width: 1px;
  }
  header.site-header .site-header-container .header-right a.cta .text {
    display: none;
  }
  header.site-header .site-header-container .header-right a.cta .text.mobile {
    display: block;
  }
  header.site-header .site-header-container .super-menu {
    order: 4;
    grid-column: span 3;
    position: absolute;
    height: calc(100vh - 108px - 46px);
    background: white;
    width: 100%;
    max-width: min(90%, 400px);
    right: 0;
    z-index: 60000;
    opacity: 0;
    pointer-events: none;
    top: 108px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    border-radius: 12px;
    border: 1px solid #e6e6e64d;
    padding: 32px 16px;
  }
  header.site-header .site-header-container .super-menu .super-menu-switch {
    display: none /* grid */;
    gap: 0;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-switch a {
    display: grid;
    align-items: center;
    padding: 8px;
    top: 0;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
  }
  header.site-header .site-header-container .super-menu .super-menu-switch a.active {
    border: none;
    background: #fbbb21;
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap {
    align-self: stretch;
    min-height: 0;
    position: relative;
    width: 100%;
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap::before,
  header.site-header .site-header-container .super-menu .super-menu-content-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 56px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 2;
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap.can-scroll-up::before {
    opacity: 1;
  }
  header.site-header .site-header-container .super-menu .super-menu-content-wrap.can-scroll-down::after {
    opacity: 1;
  }
  header.site-header .site-header-container .super-menu .scroll-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    border: 1.5px solid #E8E8E8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    color: #242f62;
    padding: 0;
  }
  header.site-header .site-header-container .super-menu .scroll-arrow svg {
    width: 12px;
    height: 12px;
    display: block;
  }
  header.site-header .site-header-container .super-menu .scroll-arrow--up {
    top: 12px;
  }
  header.site-header .site-header-container .super-menu .scroll-arrow--down {
    bottom: 12px;
  }
  header.site-header .site-header-container .super-menu .can-scroll-up .scroll-arrow--up,
  header.site-header .site-header-container .super-menu .can-scroll-down .scroll-arrow--down {
    opacity: 1;
    pointer-events: auto;
  }
  header.site-header .site-header-container .super-menu .super-menu-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul {
    display: grid;
    gap: 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li {
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 8px;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li:last-child {
    border-bottom: 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li a::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #242f62;
    border-top: 2px solid #242f62;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children {
    padding-bottom: 0;
    border-bottom: none;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > a {
    border-bottom: 1px solid #E8E8E8;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > a::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #242f62;
    border-top: 2px solid #242f62;
    transform: rotate(45deg);
    flex-shrink: 0;
    border-left: none;
    border-bottom: none;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children::before {
    display: none;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu {
    position: static;
    opacity: 1;
    pointer-events: inherit;
    transform: none;
    transition: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 -8px;
    min-width: unset;
    z-index: auto;
    display: grid;
    flex-direction: unset;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li {
    padding: 12px 8px;
    border-bottom: 1px solid #E8E8E8;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li a::before {
    content: '–';
    color: #fbbb21;
    flex-shrink: 0;
    font-weight: 400;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children ul.sub-menu li a::after {
    margin-left: auto;
  }
  header.site-header .site-header-container .super-menu .super-menu-addon-mobile {
    display: grid;
    width: 100%;
    gap: 12px;
  }
  header.site-header .site-header-container .super-menu .super-menu-addon-mobile a {
    display: block;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 14px;
    color: #fbbb21;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    background: white;
    border: 1px solid #fbbb21;
    justify-self: start;
    outline: none;
    width: 100%;
    text-align: center;
  }
  header.site-header .site-header-container .super-menu .super-menu-addon-mobile a.samoobsluha {
    background: #fbbb21;
    color: #242f62;
  }
  header.site-header .site-header-container .super-menu .super-menu-addon-mobile a:not(.samoobsluha) {
    color: #242f62;
    border-color: #242f62;
  }
  body.segment-business header.site-header .site-header-container .super-menu .super-menu-addon-mobile a {
    border: 1px solid #242f62;
    color: #242f62;
  }
  body.segment-business header.site-header .site-header-container .super-menu .super-menu-addon-mobile a.samoobsluha {
    background: #242f62;
    color: white;
  }
  header.site-header .site-header-container .super-menu.active {
    opacity: 1;
    pointer-events: all;
  }
}
body.menu-open::before {
  content: '';
  position: fixed;
  top: var(--menu-offset, 80px);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 59999;
}
@media screen and (max-width: 680px) {
  header.site-header .site-header-container {
    padding: 14px 16px 14px;
    grid-template-columns: 1fr auto;
    gap: 16px 40px;
  }
  header.site-header .site-header-container .header-right {
    grid-column: span 2;
    background: #fbbb21;
    display: none;
    width: calc(100% + 72px);
    padding: 8px 36px;
    margin: 0 -36px;
    justify-content: space-between;
  }
  header.site-header .site-header-container .header-right a {
    color: #242f62;
  }
  header.site-header .site-header-container .header-right a.phone img {
    display: none;
  }
  header.site-header .site-header-container .header-right a.phone img.business {
    display: block;
  }
  header.site-header .site-header-container .header-right a.cta {
    background: #242f62;
    color: #fbbb21;
  }
  body.segment-business header.site-header .site-header-container .header-right {
    background: #242f62;
  }
  body.segment-business header.site-header .site-header-container .header-right a {
    color: #fbbb21;
  }
  body.segment-business header.site-header .site-header-container .header-right a.phone img {
    display: block;
  }
  body.segment-business header.site-header .site-header-container .header-right a.phone img.business {
    display: none;
  }
  body.segment-business header.site-header .site-header-container .header-right a.cta {
    background: #fbbb21;
    color: #242f62;
  }
  header.site-header .site-header-container .logo {
    justify-self: start;
  }
}
.relax-spot-chart__navigation {
  position: relative;
  min-width: 0;
}
.relax-spot-chart__navigation.has-scroll-arrows {
  padding-inline: 32px;
}
.relax-spot-chart__controls {
  position: absolute;
  top: 50%;
  left: -6px;
  right: -6px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.relax-spot-chart__controls[hidden] {
  display: none;
}
.relax-spot-chart__controls .relax-spot-chart__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #242f62;
  cursor: pointer;
  pointer-events: auto;
}
.relax-spot-chart__controls .relax-spot-chart__arrow::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}
.relax-spot-chart__controls .relax-spot-chart__arrow--left::before {
  transform: rotate(-135deg);
}
.relax-spot-chart__controls .relax-spot-chart__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.relax-spot-chart__controls .relax-spot-chart__arrow:focus-visible {
  outline: 2px solid #242f62;
  outline-offset: 2px;
}
@media screen and (max-width: 679.98px) {
  .relax-spot-chart .relax-spot-chart__legend {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px 8px;
    align-items: center;
    text-align: left;
  }
  .relax-spot-chart .relax-spot-chart__legend-sep {
    display: none;
  }
  .relax-spot-chart__navigation.has-scroll-arrows {
    padding-inline: 0;
  }
  .relax-spot-chart__controls {
    top: auto;
    bottom: 50px;
    left: 6px;
    right: 6px;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .relax-spot-chart__controls .relax-spot-chart__arrow {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 16px, transparent 17px);
  }
  .relax-spot-chart__controls .relax-spot-chart__arrow::before {
    width: 10px;
    height: 10px;
  }
  .relax-spot-chart__controls .relax-spot-chart__arrow:disabled {
    visibility: hidden;
  }
}
.scroll-arrow {
  display: none;
}
main.site-content {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
main.site-content div.content {
  display: grid;
  gap: 42px;
}
main.site-content div.content a {
  color: #242f62;
  text-underline-offset: 3px;
  text-decoration: underline;
}
main.site-content div.content a:hover {
  text-decoration: none;
}
main.site-content div.content a.inverse {
  text-decoration: none;
}
main.site-content div.content a.inverse:hover {
  text-decoration: underline;
}
main.site-content div.content ul.wp-block-list {
  list-style: none;
  padding-left: 0;
}
main.site-content div.content ul.wp-block-list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.5;
}
main.site-content div.content ul.wp-block-list li::before {
  content: url('icons/ul.svg');
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 0;
}
@media screen and (max-width: 680px) {
  main.site-content div.content {
    gap: 32px;
  }
}
.banners {
  border-radius: 12px;
  overflow: hidden;
}
.banners .banner {
  position: relative;
  aspect-ratio: 68 / 25;
}
.banners .banner .graphics .overlay {
  position: relative;
  z-index: 50;
  pointer-events: none;
}
.banners .banner .graphics .overlay.business {
  display: none;
}
.banners .banner .graphics .overlay.mobile {
  display: none;
}
body.segment-business .banners .banner .graphics .overlay {
  display: none;
}
body.segment-business .banners .banner .graphics .overlay.business {
  display: block;
}
body.segment-business .banners .banner .graphics .overlay.business.mobile {
  display: none;
}
.banners .banner .graphics .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.banners .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 40%;
  height: 100%;
  padding-left: 70px;
  display: grid;
  align-items: center;
}
.banners .banner .content .content-overlay {
  display: none;
}
.banners .banner .content .content-inner {
  display: grid;
  gap: 20px;
}
.banners .banner .content .content-inner h1 {
  font-size: 54px;
  letter-spacing: 1px;
  font-weight: 400;
  color: white;
  line-height: 1.2;
}
.banners .banner .content .content-inner h1 strong {
  font-weight: 600;
}
body.segment-business .banners .banner .content .content-inner .cta {
  background: #fbbb21;
  color: black;
}
@media screen and (max-width: 1360px) {
  .banners .banner .content {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .banners .banner .content .content-inner h1 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 680px) {
  .banners {
    height: auto;
    padding: 0px 14px;
  }
  .banners .banner {
    aspect-ratio: unset;
    height: auto;
  }
  .banners .banner .graphics {
    position: relative;
    height: 30vh;
    border-radius: 12px;
    overflow: hidden;
  }
  .banners .banner .graphics .overlay {
    display: none;
  }
  .banners .banner .graphics .overlay.mobile {
    display: none;
  }
  .banners .banner .graphics .overlay.mobile.business {
    display: none;
  }
  body.segment-business .banners .banner .graphics .overlay {
    display: none;
  }
  body.segment-business .banners .banner .graphics .overlay.business {
    display: none;
  }
  body.segment-business .banners .banner .graphics .overlay.mobile {
    display: none;
  }
  body.segment-business .banners .banner .graphics .overlay.mobile.business {
    display: none;
  }
  .banners .banner .graphics .image {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .banners .banner .content {
    position: relative;
    width: 100%;
    height: auto;
    background: #fbbb21;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
    top: -16px;
  }
  .banners .banner .content .content-overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: calc(100% - 20px);
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
  }
  .banners .banner .content .content-overlay.business {
    display: none;
  }
  body.segment-business .banners .banner .content {
    background: #242f62;
  }
  body.segment-business .banners .banner .content .content-overlay {
    display: none;
  }
  body.segment-business .banners .banner .content .content-overlay.business {
    display: block;
  }
  .banners .banner .content .content-inner {
    position: relative;
    z-index: 1;
    gap: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banners .banner .content .content-inner h1 {
    text-align: center;
    font-size: 24px;
  }
  .banners .banner .content .content-inner h1 br.disable-mob-br {
    display: none;
  }
}
.some-icons {
  display: flex;
  gap: 6px;
}
footer {
  background: #fbbb21;
  max-width: calc(1360px + 160px);
  width: 100%;
  margin: 42px auto 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
footer div.footer-inner {
  padding: 24px 150px 30px;
  display: flex;
  gap: 32px;
  color: #242f62;
  position: relative;
  justify-items: start;
  align-items: start;
  justify-content: space-between;
}
footer div.footer-inner h2 {
  font-size: 28px;
  font-weight: 600;
}
footer div.footer-inner .logo {
  justify-self: start;
  align-self: center;
  margin-right: 32px;
}
footer div.footer-inner .logo img {
  height: auto;
  width: 248px;
}
footer div.footer-inner .logo img.business {
  display: none;
}
body.segment-business footer div.footer-inner .logo img {
  display: none;
}
body.segment-business footer div.footer-inner .logo img.business {
  display: block;
}
footer div.footer-inner .contact {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
}
footer div.footer-inner .contact .contact-details p {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 18px;
}
footer div.footer-inner .contact .contact-details p a {
  text-decoration: none;
  color: #242f62;
}
footer div.footer-inner .contact .contact-details p a:hover {
  text-decoration: underline;
}
footer div.footer-inner .contact .contact-details p img {
  width: 16px;
  height: 16px;
}
footer div.footer-inner .contact .contact-details p img.business {
  display: none;
}
body.segment-business footer div.footer-inner .contact .contact-details p img {
  display: none;
}
body.segment-business footer div.footer-inner .contact .contact-details p img.business {
  display: block;
}
body.segment-business footer div.footer-inner .contact p {
  color: white;
}
body.segment-business footer div.footer-inner .contact p a {
  color: white;
}
footer div.footer-inner .socials {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
}
footer div.footer-inner .socials .icons {
  display: flex;
  gap: 16px;
}
footer div.footer-inner .socials .icons a {
  opacity: 1;
}
footer div.footer-inner .socials .icons a img {
  height: 42px;
  width: 42px;
}
footer div.footer-inner .socials .icons a img.business {
  display: none;
}
footer div.footer-inner .socials .icons a:hover {
  opacity: 0.84;
}
body.segment-business footer div.footer-inner .socials .icons a img {
  display: none;
}
body.segment-business footer div.footer-inner .socials .icons a img.business {
  display: block;
}
footer div.footer-inner div.footer-menu {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
}
footer div.footer-inner div.footer-menu ul {
  display: grid;
}
footer div.footer-inner div.footer-menu ul a {
  color: #242f62;
  text-decoration: none;
  font-size: 18px;
}
footer div.footer-inner div.footer-menu ul a:hover {
  text-decoration: underline;
}
footer div.footer-inner div.footer-menu ul li.page_item_has_children {
  display: grid;
  gap: 12px;
}
body.segment-business footer div.footer-inner div.footer-menu ul a {
  color: white;
}
body.segment-business footer {
  background: #242f62;
}
body.segment-business footer div.footer-inner h2 {
  color: white;
}
@media screen and (max-width: 1360px) {
  footer div.footer-inner {
    padding: 24px 36px 30px;
  }
}
@media screen and (max-width: 1120px) {
  footer div.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 36px 60px;
  }
  footer div.footer-inner .logo {
    order: 1;
  }
  footer div.footer-inner .socials {
    order: 2;
    justify-self: start;
    text-align: left;
  }
  footer div.footer-inner .footer-menu {
    order: 3;
  }
  footer div.footer-inner .contact {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  footer div.footer-inner {
    grid-template-columns: 1fr;
    padding: 16px;
    justify-items: start;
    text-align: left;
    gap: 16px;
  }
  footer div.footer-inner h2 {
    font-size: 24px;
  }
  footer div.footer-inner .logo {
    order: 1;
    justify-self: starts;
    margin-right: 0;
  }
  footer div.footer-inner .logo img {
    width: 130px;
    height: auto;
  }
  footer div.footer-inner .socials {
    order: 8;
    display: none;
  }
  footer div.footer-inner div.footer-menu {
    order: 3;
    gap: 0px;
  }
  footer div.footer-inner div.footer-menu a {
    font-size: 16px !important;
  }
  footer div.footer-inner .contact {
    gap: 0px;
    order: 4;
  }
  footer div.footer-inner .contact p {
    font-size: 16px !important;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .mob-left {
    text-align: left;
  }
}
p:empty {
  height: 0;
  margin: 0;
  padding: 0;
}
.wp-block-group {
  padding: 20px 70px;
  border-radius: 12px;
}
/* Spectra structure */
.wp-block-uagb-container {
  border-radius: 12px !important;
  width: 100% !important;
  padding: 20px 70px !important;
}
.wp-block-uagb-container .wp-block-uagb-container {
  padding: 0 !important;
}
.wp-block-uagb-container.nopad {
  padding: 0 !important;
}
.wp-block-uagb-container.nopad .wp-block-uagb-container {
  padding: 20px 70px !important;
}
.wp-block-uagb-container.nopad .wp-block-uagb-container .wp-block-uagb-container {
  padding: 0 !important;
}
@media screen and (max-width: 1360px) {
  .wp-block-uagb-container {
    border-radius: 12px !important;
    width: 100% !important;
    padding: 20px 36px !important;
  }
  .wp-block-uagb-container .wp-block-uagb-container {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad .wp-block-uagb-container {
    padding: 20px 36px !important;
  }
  .wp-block-uagb-container.nopad .wp-block-uagb-container .wp-block-uagb-container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-uagb-container {
    padding: 20px 16px !important;
  }
  .wp-block-uagb-container .wp-block-uagb-container {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad .wp-block-uagb-container {
    padding: 20px 16px !important;
  }
}
/* Relik, smazat později
.wp-block-uagb-image{
    &.side{
        border-radius: 12px;
        overflow: hidden;
        width: calc(100% + 70px) !important;
        
        &.left{
            margin: -20px 0 -20px -70px;
        }
        &.right{
            margin: -20px -70px -20px 0;
        }
    }
}
@media screen and (max-width: 1360px) {
    .wp-block-uagb-image{
        &.side{
            
            width: calc(100% + 36px) !important;
            &.left{
                margin: -20px 0 -20px -36px;
            }
            &.right{
                margin: -20px -36px -20px 0;
            }
        }
    }    
} */
@media screen and (max-width: 986px) {
  .wp-block-uagb-image {
    order: -1;
  }
  .wp-block-uagb-image.side {
    width: calc(100% + 72px) !important;
    height: 40vh;
  }
  .wp-block-uagb-image.side img {
    object-fit: cover;
    height: 100% !important;
  }
  .wp-block-uagb-image.side.left {
    margin: -20px 0 0 -36px;
  }
  .wp-block-uagb-image.side.right {
    margin: -20px 0 0 -36px;
  }
}
/* Spectra elements */
.wp-block-uagb-container {
  color: #242f62;
}
.wp-block-uagb-container ul {
  list-style-type: disc;
  font-size: 16px;
  padding-left: 20px;
}
.wp-block-uagb-container.two-box {
  padding: 20px 0px !important;
}
.wp-block-uagb-container.two-box .wp-block-image {
  overflow: hidden;
}
.wp-block-uagb-container.two-box .wp-block-image img {
  border-radius: 12px;
}
.wp-block-uagb-container.two-box > .wp-block-uagb-container.wp-block-uagb-container.wp-block-uagb-container {
  max-width: 550px !important;
  justify-self: center;
}
@media screen and (max-width: 1180px) {
  .wp-block-uagb-container.two-box .wp-block-uagb-container {
    padding: 0 36px !important;
  }
}
@media screen and (max-width: 978px) {
  .wp-block-uagb-container.two-box .wp-block-image {
    order: -8;
  }
  .wp-block-uagb-container.two-box.reverse-mobile .wp-block-image {
    order: 8;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-uagb-container.two-box > .wp-block-uagb-container.wp-block-uagb-container.wp-block-uagb-container {
    padding: 0 16px !important;
  }
  .wp-block-uagb-container.two-box .wp-block-image {
    padding: 0 16px;
  }
}
.wp-block-uagb-tabs ul li {
  border: 1px solid #242f62 !important;
  border-radius: 12px;
  padding: 0 10px;
}
.wp-block-uagb-tabs ul li.uagb-tabs__active {
  color: white;
  background: #242f62;
}
.wp-block-uagb-tabs ul li a {
  text-decoration: none;
}
.wp-block-uagb-tabs .uagb-tabs__body-wrap {
  border-radius: 12px;
  background: white;
  border: none;
  margin-top: 10px;
}
.fluentform {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.fluentform .ff-el-form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  color: #242f62;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fluentform .ff-btn {
  margin: 0 auto;
  font-size: 16px;
}
.fluentform .ff_list_inline .ff-el-input--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.fluentform .ff_list_inline .ff-el-input--content .ff-el-form-check {
  margin: 0 !important;
  border: 1px solid #e3e3e3;
  background: white;
  border-radius: 12px;
  color: #242f62;
  display: flex;
  padding: 11px 15px;
  align-items: center;
}
.fluentform .ff_list_inline .ff-el-input--content .ff-el-form-check label {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}
.fluentform .ff_list_inline .ff-el-input--content .ff-el-form-check.ff_item_selected {
  background: #242f62;
  color: white;
}
.fluentform .ff-el-form-check a {
  color: #242f62;
  text-decoration: underline;
}
.fluentform .ff-el-form-check a:hover {
  text-decoration: none;
}
.fluentform .ff-message-success {
  border: none !important;
  text-align: center !important;
  box-shadow: none !important;
}
.fluentform .ff-message-success p {
  font-weight: bold !important;
}
.wp-block-accordion {
  display: grid;
  gap: 8px;
}
.wp-block-accordion .wp-block-accordion-item {
  overflow: hidden;
  margin: 0;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading {
  margin: 0;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px !important;
  transition: all 0.2s linear;
  background: #f7f7f7;
  border: none;
  cursor: pointer;
  color: #242f62;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  font-family: inherit;
  transition: background 0.2s ease;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover {
  background: #242f62;
  color: white;
  text-decoration: none !important;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover * {
  text-decoration: none !important;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel {
  display: grid !important;
  grid-template-rows: 0fr;
  grid-auto-rows: 0fr;
  opacity: 0;
  margin-block-start: 0 !important;
  transition: grid-template-rows 0.35s ease, grid-auto-rows 0.35s ease, opacity 0.35s ease;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel > * {
  overflow: hidden;
  min-height: 0;
  transition: padding 0.35s ease;
  padding: 0 30px 0;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
  background: #242f62;
  color: white;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle:hover {
  background: #1c244c;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel {
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  opacity: 1;
}
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel > * {
  padding: 16px 30px 24px;
}
@media screen and (max-width: 640px) {
  .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel {
    display: none !important;
  }
  .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    display: block !important;
  }
}
.wp-block-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E8E8E8;
}
.wp-block-file:last-child {
  border-bottom: 0;
}
.wp-block-file a:not(.wp-block-file__button) {
  color: #242f62;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}
.wp-block-file a:not(.wp-block-file__button)::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 3px 7px;
  flex-shrink: 0;
  color: white;
}
.wp-block-file a:not(.wp-block-file__button)[href$=".pdf"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".PDF"]::before {
  content: 'PDF';
  background: #e53e3e;
}
.wp-block-file a:not(.wp-block-file__button)[href$=".jpg"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".JPG"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".jpeg"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".JPEG"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".png"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".PNG"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".webp"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".WEBP"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".gif"]::before,
.wp-block-file a:not(.wp-block-file__button)[href$=".GIF"]::before {
  content: 'IMG';
  background: #38a169;
}
.wp-block-file .wp-block-file__button {
  background: transparent;
  color: #242f62;
  border: 1px solid #242f62;
  border-radius: 99px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none !important;
}
.wp-block-file .wp-block-file__button:hover {
  background: #242f62;
  color: white;
  text-decoration: none !important;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .wp-block-file {
    display: grid;
    justify-items: start;
    gap: 12px;
  }
  .wp-block-file a:not(.wp-block-file__button) {
    display: inline;
  }
  .wp-block-file a:not(.wp-block-file__button)::before {
    display: none;
  }
  .wp-block-file a:not(.wp-block-file__button)::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 3px 7px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: normal;
    vertical-align: middle;
    white-space: nowrap;
  }
  .wp-block-file a:not(.wp-block-file__button)[href$=".pdf"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".PDF"]::after {
    content: 'PDF';
    background: #e53e3e;
  }
  .wp-block-file a:not(.wp-block-file__button)[href$=".jpg"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".JPG"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".jpeg"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".JPEG"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".png"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".PNG"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".webp"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".WEBP"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".gif"]::after,
  .wp-block-file a:not(.wp-block-file__button)[href$=".GIF"]::after {
    content: 'IMG';
    background: #38a169;
  }
  .wp-block-file .wp-block-file__button {
    margin-left: 0 !important;
  }
}
.inline-two {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.inline-two p {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
}
.energy-row {
  display: grid;
  flex-wrap: wrap;
  gap: 8px;
}
.energy-row p {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
}
.woocommerce-checkout-review-order-table {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.woocommerce table.shop_table {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
  border-radius: 12px;
  padding: 12px 20px;
  margin: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 6px 0;
  font-size: 14px;
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.45s ease;
  pointer-events: none;
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater:hover {
  transform: scale(1.03);
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater:hover::before {
  opacity: 0.12;
}
.wp-block-uagb-buttons.animated2 .uagb-buttons-repeater:hover::after {
  left: 130%;
}
.wp-block-uagb-buttons.animated2 .uagb-button__link {
  position: relative;
  z-index: 1;
}
.wp-block-uagb-buttons .wp-block-button__link {
  text-decoration: none !important;
}
.wp-block-uagb-buttons .wp-block-button__link:hover {
  text-decoration: none !important;
}
.poptavka-number p {
  color: #fbbb21;
  line-height: 1;
}
.bg-hover-yellow {
  transition: all 0.2s linear;
}
.bg-hover-yellow:hover {
  background-color: #fbbb21;
}
.cc-price-lists-output .cc-price-lists-intro h1 {
  margin-bottom: 6px;
}
.cc-price-lists-output .cc-price-lists-step-heading {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 18px 0 12px;
}
.cc-price-lists-output .cc-price-lists-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 20px 0 20px;
}
.cc-price-lists-output .cc-price-lists-tab {
  position: relative;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  border: none;
}
.cc-price-lists-output .cc-price-lists-tab:hover .cc-price-lists-tab-image img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.cc-price-lists-output .cc-price-lists-tab:hover .cc-price-lists-tab-title {
  color: #fbbb21;
  /* &::after {
                    width: 32px;
                } */
}
.cc-price-lists-output .cc-price-lists-tab.is-active .cc-price-lists-tab-image img {
  transform: translate3d(0, 0, 0) scale(1.2);
}
.cc-price-lists-output .cc-price-lists-tab.is-active .cc-price-lists-tab-title {
  color: #242f62;
  border-bottom: 2px solid #fbbb21;
  display: inline-block;
  /*  &::after {
                    width: 64px;
                } */
}
.cc-price-lists-output .cc-price-lists-tab.is-active .cc-price-lists-tab-title:hover {
  color: #fbbb21;
}
.cc-price-lists-output .cc-price-lists-tab-image {
  display: block;
  height: 169px;
  padding: 32px 16px;
  margin: 0 0 12px;
  border-radius: 12px;
  background: #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .cc-price-lists-output .cc-price-lists-tab-image {
    height: auto;
    padding: 26px 16px;
  }
}
.cc-price-lists-output .cc-price-lists-tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 680px) {
  .cc-price-lists-output .cc-price-lists-tab-image img {
    height: auto;
    max-width: 156px;
    margin: 0 auto;
  }
}
.cc-price-lists-output .cc-price-lists-tab-title {
  display: block;
  font-weight: 700;
  color: #242f62;
  font-size: 20px;
  /*  &::after {
            content: "";
            display: block;
            width: 0;
            height: 3px;
            margin: 7px auto 0;
            border-radius: 3px;
            background: @yellow;
            transition: width 0.2s ease;
        } */
}
.cc-price-lists-output .cc-price-lists-info {
  margin-top: 24px;
}
.cc-price-lists-output .cc-price-lists-archive-link {
  margin-top: 12px;
  justify-self: start;
  display: grid;
}
.cc-price-lists-output .cc-price-lists-archive-link .cc-price-lists-archive-button {
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
  color: #242f62 !important;
  background: #f7f7f7 !important;
  text-decoration: none !important;
}
.cc-price-lists-output .cc-price-lists-panel h2 {
  margin: 30px 0 20px;
}
.cc-price-lists-output .cc-price-lists-panel h2.cc-price-lists-archive-heading {
  margin: 30px 0 6px;
}
.cc-price-lists-output .cc-price-list-products {
  display: grid;
  gap: 8px;
  margin: 0;
}
.cc-price-lists-output .cc-price-list-products.cc-price-list-products--elektrina .cc-price-list-product-toggle:hover {
  background: #fbbb21;
  color: #242f62;
}
.cc-price-lists-output .cc-price-list-products.cc-price-list-products--elektrina .cc-price-list-product.is-open .cc-price-list-product-toggle {
  background: #fbbb21;
  color: #242f62;
}
.cc-price-lists-output .cc-price-list-products.cc-price-list-products--plyn .cc-price-list-product-toggle:hover {
  background: #242f62;
  color: white;
}
.cc-price-lists-output .cc-price-list-products.cc-price-list-products--plyn .cc-price-list-product.is-open .cc-price-list-product-toggle {
  background: #242f62;
  color: white;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product.is-open .cc-price-list-product-toggle {
  border-radius: 12px;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product.is-open .cc-price-list-product-icon::before {
  content: "×";
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-heading {
  margin: 0;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px;
  border: none;
  border-radius: 12px;
  background: #f7f7f7;
  color: #242f62;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-icon {
  flex-shrink: 0;
  font-weight: 700;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-icon::before {
  content: "+";
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-panel {
  background: white;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-body {
  padding: 20px 30px 24px;
  background: white;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-description {
  margin-top: 0;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  border-top: 1px solid #dcdcde;
  padding-top: 18px;
}
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-meta .cc-price-list-product-meta-item strong,
.cc-price-lists-output .cc-price-list-products .cc-price-list-product .cc-price-list-product-meta .cc-price-list-product-meta-item span {
  display: block;
}
.cc-price-lists-output .cc-price-list-table-wrap {
  margin: 0 -30px;
  overflow-x: auto;
}
.cc-price-lists-output .cc-price-list-table {
  width: 100%;
  border-collapse: collapse;
  color: #242f62;
}
.cc-price-lists-output .cc-price-list-table th,
.cc-price-lists-output .cc-price-list-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: middle;
}
.cc-price-lists-output .cc-price-list-table th {
  font-size: 14px;
  font-weight: 700;
}
.cc-price-lists-output .cc-price-list-table th:first-child,
.cc-price-lists-output .cc-price-list-table td:first-child {
  padding-left: 30px;
}
.cc-price-lists-output .cc-price-list-table th:last-child,
.cc-price-lists-output .cc-price-list-table td:last-child {
  padding-right: 30px;
}
.cc-price-lists-output .cc-price-list-document {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #242f62;
  text-decoration: none !important;
}
.cc-price-lists-output .cc-price-list-document::before {
  content: 'PDF';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 3px 7px;
  border-radius: 4px;
  background: #e53e3e;
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cc-price-lists-output .cc-price-list-document:hover {
  text-decoration: none !important;
}
.cc-price-lists-output .cc-price-list-download-cell {
  width: 1%;
  text-align: right !important;
}
.cc-price-lists-output .cc-price-list-download {
  display: inline-flex;
  border: 1px solid #242f62;
  border-radius: 99px;
  padding: 8px 18px;
  background: transparent;
  color: #242f62;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none !important;
}
.cc-price-lists-output .cc-price-list-download:hover,
.cc-price-lists-output .cc-price-list-download:focus {
  background: #242f62;
  color: white;
  text-decoration: none !important;
}
@media (max-width: 760px) {
  .cc-price-lists-output .cc-price-list-table-wrap {
    margin: 0;
    overflow: visible;
  }
  .cc-price-lists-output .cc-price-list-table thead {
    display: none;
  }
  .cc-price-lists-output .cc-price-list-table tr,
  .cc-price-lists-output .cc-price-list-table td {
    display: block;
  }
  .cc-price-lists-output .cc-price-list-table tr {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .cc-price-lists-output .cc-price-list-table td {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) 1fr;
    gap: 12px;
    padding: 6px 0 !important;
    border: 0;
  }
  .cc-price-lists-output .cc-price-list-table td::before {
    content: attr(data-label);
    font-size: 13px;
    font-weight: 700;
  }
  .cc-price-lists-output .cc-price-list-table td:first-child {
    display: block;
    padding-bottom: 10px !important;
  }
  .cc-price-lists-output .cc-price-list-table td:first-child::before {
    content: none;
  }
  .cc-price-lists-output .cc-price-list-table .cc-price-list-download-cell {
    display: block;
    width: auto;
    padding-top: 10px !important;
    text-align: left !important;
  }
}
@media (max-width: 640px) {
  .cc-price-lists-output .cc-price-lists-tab-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.wp-block-uagb-container.heading-container {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > ul.sub-menu {
    display: none;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children.is-submenu-open > ul.sub-menu {
    display: grid;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children.is-submenu-open > ul.sub-menu > li {
    animation: cc-submenu-slide-down 0.25s ease-out both;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > a::after,
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > .cc-menu-toggle::after {
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    transform-origin: center;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children.is-submenu-open > a::after,
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children.is-submenu-open > .cc-menu-toggle::after {
    transform: rotate(135deg);
  }
}
@keyframes cc-submenu-slide-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) and (prefers-reduced-motion: reduce) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children.is-submenu-open > ul.sub-menu > li {
    animation: none;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > a::after,
  header.site-header .site-header-container .super-menu .super-menu-content ul li.menu-item-has-children > .cc-menu-toggle::after {
    transition: none;
  }
}
header.site-header .super-menu .cc-menu-toggle {
  appearance: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 4px;
  background: transparent;
  color: #242f62;
  font: inherit;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
}
@media screen and (min-width: 680px) {
  header.site-header .super-menu .cc-menu-toggle:hover {
    color: #fbbb21;
  }
}
header.site-header .super-menu .cc-menu-toggle:focus-visible {
  color: #fbbb21;
}
header.site-header .super-menu .super-menu-nav > li.current-menu-item:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current-menu-parent:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current-menu-ancestor:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current-page-parent:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current-page-ancestor:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current_page_item:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current_page_parent:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle,
header.site-header .super-menu .super-menu-nav > li.current_page_ancestor:not(.menu-item-249):not(.menu-item-248) > .cc-menu-toggle {
  border-bottom-color: #fbbb21;
}
header.site-header .super-menu .menu-item-has-children > .cc-menu-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border: 5px solid transparent;
  border-top-color: currentColor;
  position: relative;
  top: 2px;
}
header.site-header .super-menu .menu-item-has-children.is-submenu-open > .cc-menu-toggle {
  color: #fbbb21;
}
header.site-header .super-menu .menu-item-has-children.is-submenu-open > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 960px) {
  header.site-header .site-header-container .super-menu .super-menu-content ul li a:focus-within,
  header.site-header .site-header-container .super-menu .super-menu-content ul li button:focus-within {
    color: #242f62;
  }
  header.site-header .site-header-container .super-menu .super-menu-content ul li.is-submenu-open > a,
  header.site-header .site-header-container .super-menu .super-menu-content ul li.is-submenu-open > button {
    color: #fbbb21;
  }
  header.site-header .super-menu .menu-item-has-children > .cc-menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
  }
  header.site-header .super-menu .menu-item-has-children > .cc-menu-toggle::after {
    display: block;
    width: 7px;
    height: 7px;
    margin-left: auto;
    border: 0;
    border-top: 2px solid #242f62;
    border-right: 2px solid #242f62;
    transform: rotate(45deg);
    top: auto;
  }
}
@media screen and (max-width: 976px) {
  .contacts-block .company-info {
    order: 20;
  }
  .contacts-block > .wp-block-uagb-container {
    justify-content: start !important;
  }
}
@media screen and (max-width: 680px) {
  .contacts-block.nopad {
    padding: 0 16px !important;
  }
  .contacts-block.nopad .contacts-block-part {
    padding: 20px !important;
    gap: 20px !important;
    grid-template-columns: 26px auto !important;
    display: grid;
  }
  .contacts-block.nopad .contacts-block-part .contacts-block-part-icon {
    grid-row: span 3;
  }
}
@media screen and (max-width: 978px) {
  .benefits .benefit {
    justify-content: start !important;
  }
}
@media screen and (max-width: 680px) {
  .benefits .benefit {
    margin: 0 16px;
    grid-template-columns: 24px auto !important;
    gap: 16px !important;
  }
  .benefits .benefit.wp-block-uagb-container.uagb-layout-grid {
    padding: 16px 14px !important;
  }
  .benefits .benefit .wp-block-uagb-container {
    justify-content: start;
  }
}
