@import "fonts/roboto.css";
/* 
https://serp.co/tools/css-reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: solid;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #wpadminbar {
  display: none;
} */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: var(--wp--preset--font-family--roboto);
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  font-size: 15px;
  line-height: 1.5;
  text-wrap-style: pretty;
  interpolate-size: allow-keywords;
}
body .is-light {
  color: var(--wp--preset--color--black);
}
body .is-dark {
  color: var(--wp--preset--color--black);
}
body {
  --wp--preset--spacing--80: 80px;
  --wp--preset--spacing--60: 60px;
  --wp--preset--spacing--40: 40px;
  --wp--preset--spacing--30: 30px;
  --wp--preset--spacing--20: 20px;
  --wp--preset--spacing--10: 10px;
  --wp--preset--spacing--5: 5px;
  --wp--preset--spacing--0: 0px;
}
@media only screen and (max-width: 979px) {
  body {
    --wp--preset--spacing--80: 60px;
    --wp--preset--spacing--60: 40px;
    --wp--preset--spacing--40: 30px;
    --wp--preset--spacing--30: 20px;
    --wp--preset--spacing--20: 10px;
    --wp--preset--spacing--10: 5px;
  }
}
@media only screen and (max-width: 639px) {
  body {
    --wp--preset--spacing--80: 40px;
    --wp--preset--spacing--60: 30px;
    --wp--preset--spacing--40: 20px;
    --wp--preset--spacing--30: 15px;
    --wp--preset--spacing--20: 10px;
    --wp--preset--spacing--10: 5px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

a {
  color: inherit;
  text-decoration: underline;
}

.prototal-hero-entrance .inside figure,
.wp-block-media-text__media,
.prototal-contacts-filtered figure,
main.single-post header figure,
.prototal-dropshadow img,
.quote-carousel .quote-carousel-wrapper .swiper-slide .image-column figure img {
  box-shadow: 2px 2px 6px rgba(35, 31, 32, 0.3);
}

@media only screen and (max-width: 781px) {
  #wpadminbar {
    display: none;
  }
}

header#header {
  background: var(--wp--preset--color--white);
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
}
header#header .banner-message {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  width: var(--wp--style--global--wide-size);
  max-width: calc(100vw - 112px);
  margin: 0 auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 1279px) {
  header#header .banner-message {
    max-width: calc(100vw - 64px);
  }
}
@media only screen and (max-width: 1119px) {
  header#header .banner-message {
    max-width: calc(100vw - 32px);
  }
}
@media only screen and (max-width: 639px) {
  header#header .banner-message {
    max-width: calc(100vw - 24px);
  }
}
header#header .banner-message.collapsed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header#header .banner-message > div {
  background: var(--wp--preset--color--dark-blue);
  width: 100%;
  max-width: 820px;
  padding: 30px;
  color: var(--wp--preset--color--white);
  border-radius: 0 0 1em 1em;
  box-shadow: 0 12px 36px 0 rgba(21, 60, 111, 0.45), 0 4px 16px 0 rgba(0, 0, 0, 0.18);
}
header#header .banner-message > div button {
  float: right;
  color: var(--wp--preset--color--white);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}
header#header .banner-message > div button:hover {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .banner-message > div button svg {
  display: block;
  height: auto;
  width: 24px;
  stroke-width: 1.75;
}
header#header .banner-message > div h2 {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
header#header .banner-message > div p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 1rem;
}
header#header .banner-message > div .banner-message-button {
  background-color: var(--wp--preset--color--magnetic-blue);
  border-radius: 1em;
  border-color: var(--wp--preset--color--magnetic-blue);
  border-width: 3px;
  border-style: solid;
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  padding-top: calc(0.5em - 3px);
  padding-right: calc(2em - 3px);
  padding-bottom: calc(0.5em - 3px);
  padding-left: calc(2em - 3px);
  text-decoration: none;
  transition: all 0.2s;
}
header#header .banner-message > div .banner-message-button:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar {
  background-color: var(--wp--preset--color--light-blue);
  min-height: 10px;
}
header#header .sub-top-bar nav {
  width: var(--wp--style--global--wide-size);
  max-width: calc(100vw - 112px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  padding: 7px 0;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  header#header .sub-top-bar nav {
    max-width: calc(100vw - 64px);
    gap: 32px;
  }
}
@media only screen and (max-width: 1119px) {
  header#header .sub-top-bar nav {
    max-width: calc(100vw - 32px);
    gap: 24px;
  }
}
@media only screen and (max-width: 639px) {
  header#header .sub-top-bar nav {
    max-width: calc(100vw - 24px);
  }
}
header#header .sub-top-bar nav ul.menu {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  header#header .sub-top-bar nav ul.menu {
    gap: 16px;
  }
}
@media only screen and (max-width: 979px) {
  header#header .sub-top-bar nav ul.menu {
    display: none;
  }
}
header#header .sub-top-bar nav ul.menu li a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  header#header .sub-top-bar nav ul.menu li a {
    font-size: 14px;
  }
}
header#header .sub-top-bar nav ul.menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: var(--wp--preset--color--black);
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
header#header .sub-top-bar nav ul.menu li a:hover {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav ul.menu li a:hover:after {
  width: 100%;
  opacity: 1;
  background: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav ul.lang-list {
  position: absolute;
  right: 0;
  bottom: -8px;
  transform: translate(100%, 100%);
  background: var(--wp--preset--color--light-blue);
  padding: 6px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(35, 31, 32, 0.15);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 99;
}
header#header .sub-top-bar nav ul.lang-list.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 100%);
}
header#header .sub-top-bar nav ul.lang-list li {
  display: block;
  padding: 6px 10px;
  text-align: right;
}
header#header .sub-top-bar nav ul.lang-list li a {
  text-decoration: none;
  text-align: right;
  transition: all 0.2s;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
header#header .sub-top-bar nav ul.lang-list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: var(--wp--preset--color--black);
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
header#header .sub-top-bar nav ul.lang-list li a:hover {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav ul.lang-list li a:hover:after {
  width: 100%;
  opacity: 1;
  background: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav button.message-toggle {
  margin-right: auto;
  background: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: 4px;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 2px 7px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--roboto);
  box-shadow: 1px 1px 1px rgba(35, 31, 32, 0.25);
  cursor: pointer;
  transition: all 0.2s;
}
header#header .sub-top-bar nav button.message-toggle:hover {
  background: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav button.lang-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--wp--preset--color--black);
  transition: all 0.2s;
}
header#header .sub-top-bar nav button.lang-toggle:hover, header#header .sub-top-bar nav button.lang-toggle.active {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .sub-top-bar nav button.lang-toggle svg {
  transition: all 0.2s;
  display: block;
  height: auto;
  width: 24px;
  stroke-width: 1.35;
}
@media only screen and (max-width: 979px) {
  header#header .sub-top-bar nav button.lang-toggle {
    display: none;
  }
}
header#header section.mobile-menu {
  display: none;
}
header#header section.mobile-menu button.lang-toggle {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--wp--preset--color--black);
  transition: all 0.2s;
  margin-top: 0.5rem;
}
header#header section.mobile-menu button.lang-toggle:hover, header#header section.mobile-menu button.lang-toggle.active {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header section.mobile-menu button.lang-toggle svg {
  display: block;
  height: auto;
  width: 24px;
  stroke-width: 1.35;
}
@media only screen and (max-width: 979px) {
  header#header section.mobile-menu {
    display: block;
    width: 100%;
    background: var(--wp--preset--color--white);
    transition: all 0.4s;
    transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    z-index: -1;
    padding: 15px 24px 30px;
  }
  header#header section.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
  }
  header#header section.mobile-menu ul#mobile-subtop-menu {
    text-wrap: balance;
    margin-top: 1rem;
  }
  header#header section.mobile-menu ul#mobile-subtop-menu li {
    font-size: 12px;
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.25em 0;
  }
  header#header section.mobile-menu ul#mobile-subtop-menu li > a {
    text-decoration: none;
    color: var(--wp--preset--color--black);
    transition: all 0.2s;
  }
  header#header section.mobile-menu ul#mobile-subtop-menu li > a:hover {
    color: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu ul#mobile-primary-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
    gap: 14px;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li {
    display: block;
    grid-column: span 3;
    font-size: 14px;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li.menu-item-has-children:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff" class="size-4"><path fill-rule="evenodd" d="M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /></svg>');
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    line-height: 1;
    border-radius: 2px;
    background: var(--wp--preset--color--dark-blue);
    margin-right: 12px;
    position: relative;
    top: -1px;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li.menu-item-has-children.active:before {
    background: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0.075em;
    background: var(--wp--preset--color--black);
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li:hover a, header#header section.mobile-menu ul#mobile-primary-menu > li.active a {
    color: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li:hover a:after, header#header section.mobile-menu ul#mobile-primary-menu > li.active a:after {
    width: 100%;
    opacity: 1;
    background: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li > ul {
    display: none;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li.submenu-item {
    grid-column: span 2;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s, opacity 0s;
    transform: translateY(-10px);
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li.submenu-item.clear {
    display: block;
    grid-column: span 6;
    height: 0px;
  }
  header#header section.mobile-menu ul#mobile-primary-menu > li.submenu-item.active {
    display: block;
    opacity: 1;
    pointer-events: all;
    position: static;
    transform: translateY(0);
  }
  header#header section.mobile-menu form {
    display: block;
    position: relative;
    margin-bottom: 28px;
  }
  header#header section.mobile-menu form input {
    width: 100%;
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
    border: 0.5px solid #A4A4A4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    line-height: 25px;
    font-size: 15px;
    font-family: var(--wp--preset--font-family--roboto);
    color: var(--wp--preset--color--black);
  }
  header#header section.mobile-menu form input::placeholder {
    color: #A4A4A4;
  }
  header#header section.mobile-menu form input:focus {
    outline-color: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu form button {
    position: absolute;
    right: 0;
    top: 50%;
    background: none;
    transform: translateY(-50%);
    padding: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
  }
  header#header section.mobile-menu form button:hover svg {
    stroke: var(--wp--preset--color--magnetic-blue);
  }
  header#header section.mobile-menu form button svg {
    display: block;
    height: auto;
    width: 24px;
    stroke-width: 1.5;
  }
}
header#header .main-top-bar {
  width: var(--wp--style--global--wide-size);
  max-width: calc(100vw - 112px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background: var(--wp--preset--color--white);
}
@media only screen and (max-width: 1279px) {
  header#header .main-top-bar {
    max-width: calc(100vw - 64px);
  }
}
@media only screen and (max-width: 1119px) {
  header#header .main-top-bar {
    max-width: calc(100vw - 32px);
  }
}
@media only screen and (max-width: 979px) {
  header#header .main-top-bar {
    max-width: 100%;
    padding: 15px 16px;
  }
}
@media only screen and (max-width: 639px) {
  header#header .main-top-bar {
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 979px) {
  header#header .main-top-bar {
    flex-wrap: wrap;
  }
}
header#header .main-top-bar button.menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  color: var(--wp--preset--color--black);
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.4s;
  display: none;
}
@media only screen and (max-width: 979px) {
  header#header .main-top-bar button.menu-toggle {
    display: block;
  }
}
header#header .main-top-bar button.menu-toggle:hover {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar button.menu-toggle svg {
  display: block;
  height: auto;
  width: 24px;
  stroke-width: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
header#header .main-top-bar button.menu-toggle svg.bars {
  opacity: 1;
}
header#header .main-top-bar button.menu-toggle svg.close {
  opacity: 0;
}
header#header .main-top-bar button.menu-toggle.active {
  transform: rotate(180deg);
}
header#header .main-top-bar button.menu-toggle.active svg.bars {
  opacity: 0;
}
header#header .main-top-bar button.menu-toggle.active svg.close {
  opacity: 1;
}
header#header .main-top-bar > a {
  display: block;
}
header#header .main-top-bar > a svg {
  display: block;
  height: 37px;
  width: auto;
}
@media only screen and (max-width: 1279px) {
  header#header .main-top-bar > a svg {
    width: 170px;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .main-top-bar > a svg {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  header#header .main-top-bar > a svg {
    width: 122px;
  }
}
@media only screen and (max-width: 639px) {
  header#header .main-top-bar > a svg {
    width: 113px;
    height: auto;
  }
}
header#header .main-top-bar ul.menu {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  header#header .main-top-bar ul.menu {
    gap: 16px;
  }
}
@media only screen and (max-width: 979px) {
  header#header .main-top-bar ul.menu {
    display: none;
  }
}
header#header .main-top-bar ul.menu li .popup-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 960px;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 99;
}
header#header .main-top-bar ul.menu li .popup-content.active {
  transform: translateX(-50%) translateY(100%);
  pointer-events: all;
  opacity: 1;
}
header#header .main-top-bar ul.menu li .popup-content.active .popup-content-inner {
  transform: translateY(-10px);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  width: calc(100% - 58px);
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  color: var(--wp--preset--color--white);
  position: relative;
  transition: all 0.2s;
  display: flex;
  gap: 32px;
  box-shadow: 0 1px 2px 0 rgba(35, 31, 32, 0.5);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner .main-link {
  padding: 12px 12px 12px 0;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a {
  display: block;
  padding: 12px;
  border-radius: 4px;
  transition: all 0.2s;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a::after {
  content: none;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a:hover span.title {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a:hover span.title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a span.title {
  font-size: 1.125em;
  font-weight: 700;
  color: var(--wp--preset--color--dark-blue);
  transition: all 0.2s;
  display: inline;
  position: relative;
  line-height: 1.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a span.title:after {
  position: absolute;
  transition: all 0.2s;
  content: "";
  display: block;
  width: 0;
  bottom: 0.075em;
  left: 0;
  height: 0.075em;
  background: var(--wp--preset--color--black);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner a span.description {
  display: block;
  font-size: 0.875em;
  color: var(--wp--preset--color--black);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner .left {
  width: 40%;
  border-right: 1px solid var(--wp--preset--color--black);
  flex-grow: 1;
  color: var(--wp--preset--color--black);
  padding-right: 32px;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner .left h3 {
  font-size: 1.65em;
  font-weight: 700;
  color: var(--wp--preset--color--dark-blue);
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner .right {
  flex-grow: 1;
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
header#header .main-top-bar ul.menu li .popup-content .popup-content-inner {
  transform: translateY(-100%);
}
header#header .main-top-bar ul.menu li a, header#header .main-top-bar ul.menu li button {
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--black);
  transition: all 0.2s;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--wp--preset--font-family--roboto);
}
header#header .main-top-bar ul.menu li a svg, header#header .main-top-bar ul.menu li button svg {
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: sub;
}
header#header .main-top-bar ul.menu li a, header#header .main-top-bar ul.menu li button {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  header#header .main-top-bar ul.menu li a, header#header .main-top-bar ul.menu li button {
    font-size: 15px;
  }
}
header#header .main-top-bar ul.menu li a:after, header#header .main-top-bar ul.menu li button:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: var(--wp--preset--color--black);
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
header#header .main-top-bar ul.menu li a:hover, header#header .main-top-bar ul.menu li a.active, header#header .main-top-bar ul.menu li button:hover, header#header .main-top-bar ul.menu li button.active {
  color: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar ul.menu li a:hover:after, header#header .main-top-bar ul.menu li a.active:after, header#header .main-top-bar ul.menu li button:hover:after, header#header .main-top-bar ul.menu li button.active:after {
  width: 100%;
  opacity: 1;
  background: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar ul.menu li button:hover:after, header#header .main-top-bar ul.menu li button.active:after {
  width: calc(100% - 1em);
}
header#header .main-top-bar form {
  display: block;
  position: relative;
}
@media only screen and (max-width: 979px) {
  header#header .main-top-bar form {
    display: none;
  }
}
header#header .main-top-bar form input {
  width: 254px;
  display: block;
  padding: 5px 15px;
  border-radius: 4px;
  border: 0.5px solid #A4A4A4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  line-height: 25px;
  font-size: 15px;
  font-family: var(--wp--preset--font-family--roboto);
  color: var(--wp--preset--color--black);
}
@media only screen and (max-width: 1279px) {
  header#header .main-top-bar form input {
    width: 180px;
  }
}
header#header .main-top-bar form input::placeholder {
  color: #A4A4A4;
}
header#header .main-top-bar form input:focus {
  outline-color: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  transform: translateY(-50%);
  padding: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
header#header .main-top-bar form button:hover svg {
  stroke: var(--wp--preset--color--magnetic-blue);
}
header#header .main-top-bar form button svg {
  display: block;
  height: auto;
  width: 24px;
  stroke-width: 1.5;
}

footer#footer {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--dark-blue);
  padding: 60px 0;
  --gf-ctrl-desc-color: var(--wp--preset--color--white);
}
footer#footer .gform-theme--api, footer#footer .gform-theme--framework {
  --gf-ctrl-desc-color: var(--wp--preset--color--white);
}
footer#footer .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-bg-color: var(--wp--preset--color--magnetic-blue);
}
footer#footer .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer#footer .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: var(--wp--preset--color--white);
}
footer#footer .gform-theme--foundation .gform_footer, footer#footer .gform-theme--foundation .gform_page_footer {
  --gf-form-footer-margin-y-start: 12px;
}
footer#footer .footer-content {
  width: var(--wp--style--global--wide-size);
  max-width: calc(100vw - 112px);
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 130px);
}
@media only screen and (max-width: 1279px) {
  footer#footer .footer-content {
    max-width: calc(100vw - 64px);
  }
}
@media only screen and (max-width: 1119px) {
  footer#footer .footer-content {
    max-width: calc(100vw - 32px);
  }
}
@media only screen and (max-width: 639px) {
  footer#footer .footer-content {
    max-width: calc(100vw - 32px);
  }
}
footer#footer .footer-content .first-column ul.certificates-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  text-wrap: balance;
  font-size: 15px;
}
footer#footer .footer-content .first-column ul.certificates-list li {
  display: block;
  margin-right: 0.75em;
}
footer#footer .footer-content .first-column ul.certificates-list li a, footer#footer .footer-content .first-column ul.certificates-list li span {
  display: inline-block;
}
footer#footer .footer-content .first-column ul.certificates-list li a {
  text-decoration: none;
  position: relative;
}
footer#footer .footer-content .first-column ul.certificates-list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: currentColor;
  transition: all 0.3s;
  opacity: 0;
  bottom: 0.25em;
  left: 0;
  position: absolute;
}
footer#footer .footer-content .first-column ul.certificates-list li a:hover:after {
  width: 100%;
  opacity: 1;
}
footer#footer .footer-content .first-column figure {
  margin-bottom: 2rem;
}
footer#footer .footer-content .first-column h3 {
  font-size: 18px;
  margin-top: 105px;
}
@media only screen and (max-width: 767px) {
  footer#footer .footer-content .first-column h3 {
    margin-top: 0;
  }
}
footer#footer .footer-content .footer-column {
  max-width: 415px;
  display: flex;
  flex-direction: column;
  gap: 0 1rem;
}
@media only screen and (max-width: 767px) {
  footer#footer .footer-content .footer-column {
    font-size: 15px;
  }
  footer#footer .footer-content .footer-column:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  footer#footer .footer-content .footer-column {
    font-size: 14px;
  }
}
footer#footer .footer-content .footer-column figure {
  display: block;
}
footer#footer .footer-content .footer-column figure svg {
  width: 163px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  footer#footer .footer-content .footer-column figure svg {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer .footer-content .footer-column figure svg {
    width: 122px;
  }
}
@media only screen and (max-width: 639px) {
  footer#footer .footer-content .footer-column figure svg {
    width: 113px;
  }
}
footer#footer .footer-content .footer-column figure svg {
  display: block;
}
footer#footer .footer-content .footer-column figure svg path {
  fill: var(--wp--preset--color--white);
}
footer#footer .footer-content .footer-column h2, footer#footer .footer-content .footer-column h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.1em;
  color: var(--wp--preset--color--white);
}
@media only screen and (max-width: 639px) {
  footer#footer .footer-content .footer-column h2, footer#footer .footer-content .footer-column h3 {
    font-size: 18px;
  }
}
footer#footer .footer-content .footer-column p {
  line-height: 1.75;
}
footer#footer .footer-content .footer-column .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-grow: 1;
}
footer#footer .footer-content .footer-column .content a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
}
footer#footer .footer-content .footer-column .content a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: currentColor;
  transition: all 0.3s;
  opacity: 0;
  bottom: 0.25em;
  left: 0;
  position: absolute;
}
footer#footer .footer-content .footer-column .content a:hover:after {
  width: 100%;
  opacity: 1;
}
footer#footer .footer-content .footer-column p {
  text-wrap: balance;
}
footer#footer .footer-content .footer-column p.gform_required_legend {
  display: none;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  grid-template-areas: "label label" "input submit" "description description" "consent consent";
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_1 {
  display: contents;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_1 .gfield_label,
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_1 .gform-field-label {
  grid-area: label;
  align-self: start;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_1 .ginput_container {
  grid-area: input;
  align-self: center;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_1 .gfield_description {
  grid-area: description;
  align-self: start;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_submit {
  grid-area: submit;
  align-self: center;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 {
  grid-area: consent;
  align-self: start;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #input_1_1 {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  font-size: 14px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 400;
  line-height: 1em;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border: 0;
  color: var(--wp--preset--color--black);
  width: 100%;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #input_1_1::placeholder {
  color: var(--wp--preset--color--black-70);
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields input[type=submit] {
  background: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--black-70);
  font-size: 16px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 5px;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields input[type=submit]:hover {
  color: var(--wp--preset--color--black);
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 .ginput_container_consent label {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
  color: var(--wp--preset--color--white);
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 .ginput_container_consent label span {
  color: var(--wp--preset--color--white);
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 .ginput_container_consent label span.gfield_required {
  color: var(--wp--preset--color--orange);
  display: inline-block;
  margin-left: 6px;
  text-transform: lowercase;
}
footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_1_2 .ginput_container_consent input[type=checkbox] {
  margin-top: 2px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "input" "description" "consent" "submit";
  }
  footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields #field_submit {
    width: 100%;
  }
  footer#footer .footer-content .footer-column .gform-theme--foundation .gform_fields input[type=submit] {
    width: 100%;
  }
}
footer#footer .footer-row {
  width: var(--wp--style--global--wide-size);
  max-width: calc(100vw - 112px);
  margin: 0 auto;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1279px) {
  footer#footer .footer-row {
    max-width: calc(100vw - 64px);
  }
}
@media only screen and (max-width: 1119px) {
  footer#footer .footer-row {
    max-width: calc(100vw - 32px);
  }
}
@media only screen and (max-width: 639px) {
  footer#footer .footer-row {
    max-width: calc(100vw - 32px);
  }
}
footer#footer .footer-row .content p {
  text-wrap: balance;
  text-align: center;
}
footer#footer .footer-row .content p a {
  margin: 0 12px;
}
footer#footer .footer-row .content a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  white-space: nowrap;
}
footer#footer .footer-row .content a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.075em;
  background: currentColor;
  transition: all 0.3s;
  opacity: 0;
  bottom: 0.25em;
  left: 0;
  position: absolute;
}
footer#footer .footer-row .content a:hover:after {
  width: 100%;
  opacity: 1;
}

.otgs-development-site-front-end,
.wpml-ls-legacy-list-horizontal {
  display: none;
}

body.wp-theme-prototal main {
  margin-top: 115px;
}
body.wp-theme-prototal main.single-post {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main.single-post {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 979px) {
  body.wp-theme-prototal main {
    margin-top: 54px;
  }
}
body.wp-theme-prototal main > * {
  margin-left: auto;
  margin-right: auto;
  width: var(--wp--style--global--content-size);
  max-width: calc(100% - 112px);
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main > * {
    max-width: calc(100% - 48px);
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main > * {
    max-width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main > * {
    max-width: calc(100% - 24px);
  }
}
body.wp-theme-prototal main > *.alignwide {
  width: var(--wp--style--global--wide-size);
  max-width: calc(100% - 72px);
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main > *.alignwide {
    max-width: calc(100% - 48px);
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main > *.alignwide {
    max-width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main > *.alignwide {
    max-width: calc(100% - 24px);
  }
}
body.wp-theme-prototal main > *.alignfull {
  max-width: 100%;
  width: 100%;
}
body.wp-theme-prototal main {
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--large: 32px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--small: 13px;
}
body.wp-theme-prototal main #breadcrumbs {
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.2;
  transition: all 0.2s;
  margin-bottom: 15px;
}
body.wp-theme-prototal main #breadcrumbs:hover {
  opacity: 1;
}
body.wp-theme-prototal main #breadcrumbs a {
  transition: all 0.2s;
}
body.wp-theme-prototal main #breadcrumbs a:hover {
  color: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main .gform_required_legend {
  display: none;
}
body.wp-theme-prototal main .blog-roll {
  margin-bottom: 50px;
}
body.wp-theme-prototal main .wp-block-cover {
  padding: 50px;
}
body.wp-theme-prototal main .wp-block-cover .wp-block-cover__inner-container > * {
  max-width: 100%;
  width: 100%;
}
body.wp-theme-prototal main section.blog-roll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1439px) {
  body.wp-theme-prototal main section.blog-roll {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) {
  body.wp-theme-prototal main section.blog-roll {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main section.blog-roll {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main section.blog-roll {
    gap: 1rem;
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main section.blog-roll {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.wp-theme-prototal main section.blog-roll article {
  border-radius: 4px;
  overflow: hidden;
}
body.wp-theme-prototal main section.blog-roll article a {
  display: block;
  position: relative;
  text-decoration: none;
}
body.wp-theme-prototal main section.blog-roll article a:hover figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: var(--wp--preset--color--magnetic-blue);
  opacity: 0.5;
}
body.wp-theme-prototal main section.blog-roll article a:hover .entry-info {
  background: linear-gradient(0deg, #153c6f 0, rgba(21, 60, 111, 0) 100%);
}
body.wp-theme-prototal main section.blog-roll article a:hover .entry-info div {
  height: auto;
}
body.wp-theme-prototal main section.blog-roll article figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
body.wp-theme-prototal main section.blog-roll article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.wp-theme-prototal main section.blog-roll article figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0);
}
body.wp-theme-prototal main section.blog-roll article .entry-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
}
body.wp-theme-prototal main section.blog-roll article .entry-info > p {
  display: none;
}
body.wp-theme-prototal main section.blog-roll article .entry-info div {
  color: white;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
body.wp-theme-prototal main section.blog-roll article .entry-info h2 {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  text-wrap: balance;
  margin-bottom: 10px;
}
body.wp-theme-prototal main .wp-block-media-text {
  gap: 5%;
}
body.wp-theme-prototal main .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
body.wp-theme-prototal main .wp-block-media-text .wp-block-media-text__media {
  border-radius: 1em !important;
  overflow: hidden !important;
}
body.wp-theme-prototal main h1, body.wp-theme-prototal main .has-x-large-font-size {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main h1, body.wp-theme-prototal main .has-x-large-font-size {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main h1, body.wp-theme-prototal main .has-x-large-font-size {
    font-size: 32px;
  }
}
body.wp-theme-prototal main h1:first-child, body.wp-theme-prototal main .has-x-large-font-size:first-child {
  margin-top: 0;
}
body.wp-theme-prototal main h1:last-child, body.wp-theme-prototal main .has-x-large-font-size:last-child {
  margin-bottom: 0;
}
body.wp-theme-prototal main h2, body.wp-theme-prototal main .has-large-font-size {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main h2, body.wp-theme-prototal main .has-large-font-size {
    font-size: 24px;
  }
}
body.wp-theme-prototal main h2:first-child, body.wp-theme-prototal main .has-large-font-size:first-child {
  margin-top: 0;
}
body.wp-theme-prototal main h2:last-child, body.wp-theme-prototal main .has-large-font-size:last-child {
  margin-bottom: 0;
}
body.wp-theme-prototal main h3, body.wp-theme-prototal main .has-medium-font-size {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main h3, body.wp-theme-prototal main .has-medium-font-size {
    font-size: 18px;
  }
}
body.wp-theme-prototal main h3:first-child, body.wp-theme-prototal main .has-medium-font-size:first-child {
  margin-top: 0;
}
body.wp-theme-prototal main h3:last-child, body.wp-theme-prototal main .has-medium-font-size:last-child {
  margin-bottom: 0;
}
body.wp-theme-prototal main h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main h4 {
    font-size: 16px;
  }
}
body.wp-theme-prototal main .has-small-font-size * {
  font-size: inherit;
}
body.wp-theme-prototal main .has-font-style-italic,
body.wp-theme-prototal main [style*="font-style:italic"],
body.wp-theme-prototal main [style*="font-style: italic"],
body.wp-theme-prototal main .wp-block-paragraph[style*="font-style:italic"],
body.wp-theme-prototal main .wp-block-paragraph[style*="font-style: italic"],
body.wp-theme-prototal main .wp-block-heading[style*="font-style:italic"],
body.wp-theme-prototal main .wp-block-heading[style*="font-style: italic"] {
  font-style: italic !important;
}
body.wp-theme-prototal main .has-small-font-size em {
  font-style: italic;
  font-size: inherit;
}
body.wp-theme-prototal main ul {
  margin-bottom: 1em;
  margin-top: 0;
  list-style: disc;
  padding-left: 1.5em;
}
body.wp-theme-prototal main ul li {
  list-style: disc;
  margin-bottom: 0.375em;
  margin-top: 0;
  display: list-item;
  position: relative;
  padding-left: 0.5em;
}
body.wp-theme-prototal main ul li a {
  color: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main ul li {
  /*      &:before {
           position: absolute;
           left: 0;
           top: 0;
           display: block;
           content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 290 226"><path fill="%2384A6C0" fill-rule="evenodd" d="M139.943 130.313c34.985-9.217 64.246-25.745 83.011-45.1329 6.043-6.0389 10.814-12.7135 14.63-19.0702 7.315-13.3491 9.86-27.0161 5.725-40.0474-.636-2.5426-1.908-5.0853-2.862-7.3102 6.043 6.3567 10.495 13.667 12.722 21.6129 3.816 12.7134 1.908 26.3804-4.135 39.4116 3.817 6.3568 5.407 13.3492 4.771 20.0237-.636 10.1705-6.361 19.0705-15.585 26.6985.955-2.861 1.909-5.721 1.909-8.582.636-6.357-.954-12.395-4.453-18.1165-18.447 22.2485-49.298 41.9545-86.828 52.7605-69.3352 20.024-135.4898 1.907-147.5758-40.365C.636101 110.289.318051 108.7 0 106.793c22.8997 28.605 80.1489 39.094 139.943 23.52Z" clip-rule="evenodd"/><path fill="%23003D6D" fill-rule="evenodd" d="M35.9402 81.6839c3.8166-31.148 54.0687-52.7608 113.2258-48.3111 16.539 1.2713 32.124 4.4497 45.8 8.8994 8.587-11.7599 11.132-24.1555 6.361-35.91548-.954-2.22485-1.908-4.4497-3.499-6.35672 6.679 5.72105 11.768 12.0778 14.631 19.0702 3.816 9.535 2.862 19.7058-1.591 29.5587-3.18 6.9924-8.269 13.9848-14.948 20.6594-6.679-2.8606-14.312-5.0854-21.946-6.9924-8.905-2.2249-18.447-3.4962-28.306-4.4497-30.215-2.2249-57.5674 2.8605-76.6505 12.7134-12.086 6.3567-20.9914 14.9383-24.1719 24.7912-5.7249-3.1784-9.2235-7.9459-8.9054-13.3491v-.3178Z" clip-rule="evenodd"/><path fill="%2384A6C0" fill-rule="evenodd" d="M289.745 129.677c-.636-6.357-1.908-11.124-5.406-16.527.636 1.907 1.908 31.783-25.763 51.807-32.759 23.838-94.461 21.613-132.945 3.178 0 1.272 22.264 37.187 76.332 37.505 13.677 0 30.533-2.225 40.711-6.675 0 0 0 .318.318.636.636 1.589 1.272 4.45 1.272 8.264 0 4.767-.954 11.124-4.771 18.116 0 0 21.628-11.124 16.539-33.372 27.034-16.21 35.622-46.405 33.713-62.932Z" clip-rule="evenodd"/></svg>');
           //font-size: 1.125em;
           color: var(--wp--preset--color--magnetic-blue);
           width: 1.5em;
           height: auto;
       } */
}
body.wp-theme-prototal main ol {
  margin-bottom: 1em;
  list-style: decimal;
  padding-left: 1.5em;
}
body.wp-theme-prototal main ol li {
  list-style: decimal;
  margin-bottom: 0.375em;
  display: list-item;
  position: relative;
  padding-left: 0.5em;
}
body.wp-theme-prototal main .entry-content {
  margin-top: 2rem;
}
body.wp-theme-prototal main .entry-content > p:first-child {
  color: var(--wp--preset--color--magnetic-blue);
  font-size: 1.5rem;
  line-height: 1.3;
}
body.wp-theme-prototal main .wp-block-quote {
  position: relative;
}
body.wp-theme-prototal main .wp-block-quote:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--light-blue);
  z-index: -1;
}
body.wp-theme-prototal main .wp-block-quote {
  padding: 1.5rem;
  margin: 1rem 0;
}
body.wp-theme-prototal main .wp-block-quote p {
  color: var(--wp--preset--color--dark-blue);
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  text-wrap: balance;
  margin-bottom: 0.5em;
}
body.wp-theme-prototal main .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: 15px;
  margin-top: 0;
  font-weight: 500;
  color: var(--wp--preset--color--black);
}
body.wp-theme-prototal main .yoast-breadcrumbs {
  margin: 1rem 0;
}
body.wp-theme-prototal main .yoast-breadcrumbs a {
  color: var(--wp--preset--color--magnetic-blue);
  text-decoration: none;
}
body.wp-theme-prototal main .yoast-breadcrumbs a:hover {
  text-decoration: underline;
}
body.wp-theme-prototal main p {
  margin-bottom: 1em;
  margin-top: 0;
}
body.wp-theme-prototal main p > a {
  color: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main .wp-block-buttons {
  margin-top: 1.5em;
}
body.wp-theme-prototal main .wp-block-buttons .wp-block-button__link {
  transition: all 0.2s;
}
body.wp-theme-prototal main .prototal-table-container {
  display: flex;
}
body.wp-theme-prototal main .wp-block-table {
  overflow: auto;
  line-height: 1.3;
  text-wrap: balance;
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--magnetic-blue) var(--wp--preset--color--white);
}
body.wp-theme-prototal main .wp-block-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body.wp-theme-prototal main .wp-block-table::-webkit-scrollbar-track {
  background: var(--wp--preset--color--white);
}
body.wp-theme-prototal main .wp-block-table::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--magnetic-blue);
  border-radius: 10px;
  border: 2px solid var(--wp--preset--color--white);
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .wp-block-table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main .wp-block-table {
    font-size: 13px;
  }
}
body.wp-theme-prototal main .wp-block-table table {
  min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .wp-block-table table {
    min-width: 800px;
  }
}
body.wp-theme-prototal main .wp-block-table thead {
  border: none;
}
body.wp-theme-prototal main .wp-block-table thead > tr > th {
  background: var(--wp--preset--color--dark-blue);
  color: white;
  font-weight: 500;
  text-align: left;
  min-width: fit-content;
  max-height: 3em;
  width: auto;
}
body.wp-theme-prototal main .wp-block-table tbody > tr > td {
  min-width: fit-content;
  width: auto;
}
body.wp-theme-prototal main .wp-block-table thead > tr > th:first-child {
  background: var(--wp--preset--color--magnetic-blue);
  position: sticky;
  left: 0;
  width: fit-content;
}
body.wp-theme-prototal main .wp-block-table tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  font-weight: 500;
  width: fit-content;
}
body.wp-theme-prototal main .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
body.wp-theme-prototal main .wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
  background: var(--wp--preset--color--white);
}
body.wp-theme-prototal main.single-post article {
  display: grid;
  grid-template-columns: 2fr 7fr 3fr;
  gap: 2rem;
}
@media only screen and (max-width: 1279px) {
  body.wp-theme-prototal main.single-post article {
    grid-template-columns: 2fr 7fr 2fr;
  }
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main.single-post article {
    grid-template-columns: 2fr 7fr;
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main.single-post article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
body.wp-theme-prototal main.single-post .case-study-header {
  background: none;
}
body.wp-theme-prototal main.single-post .case-study-header .customer-name {
  background-color: var(--wp--preset--color--magnetic-blue);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  width: fit-content;
}
body.wp-theme-prototal main.single-post .case-study-header .customer-name span {
  font-size: 23px;
  color: var(--wp--preset--color--white);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main.single-post .case-study-header .customer-name span {
    font-size: 18px;
  }
}
body.wp-theme-prototal main.single-post header {
  grid-column: span 3;
  background: var(--wp--preset--color--light-blue);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding: 2rem 2rem 1rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main.single-post header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 1.5rem 1.5rem 1rem;
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main.single-post header {
    padding: 1rem 1rem 0.5rem;
    order: 1;
  }
}
body.wp-theme-prototal main.single-post header .box {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.wp-theme-prototal main.single-post header figure {
  margin-top: -2.5rem;
  order: 2;
  width: 100%;
  transform: translateY(5rem);
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main.single-post header figure {
    transform: translateY(3rem);
  }
}
body.wp-theme-prototal main.single-post header figure img {
  display: block;
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main.single-post .entry-content {
    order: 2;
  }
}
body.wp-theme-prototal main.single-post aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main.single-post aside {
    order: 3;
  }
}
body.wp-theme-prototal main.single-post aside .meta-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.5rem;
}
body.wp-theme-prototal main.single-post aside .meta-group span.category a {
  display: inline-block;
  color: var(--wp--preset--color--magnetic-blue);
  text-decoration: none;
}
body.wp-theme-prototal main.single-post aside .meta-group span.category a:hover {
  text-decoration: underline;
}
body.wp-theme-prototal main.single-post aside .meta-group .meta-label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
body.wp-theme-prototal main.single-post aside .meta-group a {
  display: block;
  width: fit-content;
}
body.wp-theme-prototal main.single-post aside .meta-group a:hover svg {
  transform: scale(1.1);
}
body.wp-theme-prototal main.single-post aside .meta-group a svg {
  display: block;
  width: 48px;
  height: 48px;
  transition: all 0.2s;
}
body.wp-theme-prototal main.single-post aside .meta-group a svg path {
  fill: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main .our-story-block .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
body.wp-theme-prototal main .our-story-block .wp-block-columns :first-child h2 {
  position: relative;
}
body.wp-theme-prototal main .our-story-block .wp-block-columns :first-child h2::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: -1;
  width: 250px;
  height: 180px;
  background: var(--wp--preset--color--light-blue);
  border-radius: 0.75em;
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column h3 {
  min-height: 110px;
  line-height: 1.5;
}
@media only screen and (max-width: 781px) {
  body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column h3 {
    min-height: auto;
  }
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column p {
  min-height: 70px;
  line-height: 1.5;
}
@media only screen and (max-width: 781px) {
  body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column p {
    min-height: auto;
  }
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column ul {
  list-style: none;
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column ul li {
  list-style: none;
  margin-bottom: 0.375em;
  display: block;
  position: relative;
  padding-left: 2.5em;
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z" fill="%2384A6C0"/></svg>');
  width: 1.5em;
  height: auto;
}
body.wp-theme-prototal main .strategic-block .wp-block-columns .wp-block-column .wp-block-group {
  margin-top: auto;
  padding-top: 1rem;
}
body.wp-theme-prototal main .rows-card-block .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}
body.wp-theme-prototal main .rows-card-block .wp-block-columns .wp-block-column ul {
  list-style: none;
}
body.wp-theme-prototal main .rows-card-block .wp-block-columns .wp-block-column ul li {
  list-style: none;
  margin-bottom: 0.375em;
  display: block;
  position: relative;
  padding-left: 2.5em;
}
body.wp-theme-prototal main .rows-card-block .wp-block-columns .wp-block-column ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z" fill="%2384A6C0"/></svg>');
  width: 1.5em;
  height: auto;
}
body.wp-theme-prototal main .rows-card-block .wp-block-columns .wp-block-column .wp-block-buttons {
  padding-top: 1rem;
  margin-top: auto;
}
body.wp-theme-prototal main .parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main .parts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 639px) {
  body.wp-theme-prototal main .parts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(1):last-child) {
  grid-template-columns: 1fr;
  max-width: 350px;
  margin: 0 auto;
}
body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
}
@media only screen and (max-width: 1279px) {
  body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .parts-grid:has(.wp-block-group:nth-child(4):last-child) {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
body.wp-theme-prototal main .parts-grid .wp-block-group {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .parts-grid .wp-block-group {
    max-width: 100%;
  }
}
body.wp-theme-prototal main .parts-grid .wp-block-group figure {
  overflow: hidden;
  aspect-ratio: 8/5;
  width: 100%;
}
body.wp-theme-prototal main .parts-grid .wp-block-group figure img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.wp-theme-prototal main .parts-grid .wp-block-group figure:hover img {
  transform: scale(1.9);
}
body.wp-theme-prototal main .parts-grid .wp-block-buttons {
  margin-top: auto;
  padding-top: 1rem;
}
body.wp-theme-prototal main .sub-site-hero {
  position: relative;
}
body.wp-theme-prototal main .sub-site-hero .overlay-image {
  position: absolute;
  z-index: 10;
  width: 200px;
  top: 80%;
  left: 52%;
}
body.wp-theme-prototal main .sub-site-hero .overlay-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 6px rgba(35, 31, 32, 0.3);
  border-radius: 1em;
}
@media (max-width: 600px) {
  body.wp-theme-prototal main .sub-site-hero .overlay-image {
    width: 140px;
    top: 35%;
    left: 5%;
  }
}
body.wp-theme-prototal main .sub-site-hero .wp-block-media-text__media img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 6px rgba(35, 31, 32, 0.3);
  border-radius: 1em;
}
body.wp-theme-prototal main .icon-highlight-left .wp-block-columns {
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .icon-highlight-left .wp-block-columns {
    flex-direction: column;
    gap: 2rem;
  }
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible !important;
  position: relative;
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-left .wp-block-group {
  display: flex;
  width: fit-content;
  padding: 2rem;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-left .wp-block-group figure {
  width: 120px;
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-left .wp-block-group figure img {
  width: 120px;
  height: 120px;
  object-fit: contain !important;
  display: block;
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .icon-highlight-left .icon-column-right {
    justify-content: center;
  }
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-right .wp-block-group {
  display: flex;
  width: fit-content;
  padding: 2rem;
  position: absolute;
  right: 80%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  body.wp-theme-prototal main .icon-highlight-left .icon-column-right .wp-block-group {
    right: 70%;
  }
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .icon-highlight-left .icon-column-right .wp-block-group {
    right: 45%;
  }
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-right .wp-block-group figure {
  width: 120px;
}
body.wp-theme-prototal main .icon-highlight-left .icon-column-right .wp-block-group figure img {
  width: 120px;
  height: 120px;
  object-fit: contain !important;
  display: block;
}
body.wp-theme-prototal main .partnerships-logo-grid {
  display: block;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  text-wrap: balance;
  text-align: center;
}
body.wp-theme-prototal main .partnerships-logo-grid figure {
  display: inline-block;
  aspect-ratio: 512/288;
  max-width: 200px;
  padding: 0.5rem;
}
body.wp-theme-prototal main .partnerships-logo-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.wp-theme-prototal main .gform-theme--foundation .gform_footer #gform_submit_button_2 {
  border-radius: 1em;
  padding-top: calc(0.5em - 3px);
  padding-right: calc(2em - 3px);
  padding-bottom: calc(0.5em - 3px);
  padding-left: calc(2em - 3px);
  font-weight: 400;
}
body.wp-theme-prototal main .inline-search {
  max-width: var(--wp--style--global--wide-size);
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .inline-search {
    margin: 1.5rem auto;
    padding: 0 1rem;
  }
}
body.wp-theme-prototal main .inline-search form {
  display: flex;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  gap: 0.5rem;
}
body.wp-theme-prototal main .inline-search form input {
  flex: 1;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  border: 0.5px solid #A4A4A4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  line-height: 1.5;
  font-size: 15px;
  font-family: var(--wp--preset--font-family--roboto);
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}
body.wp-theme-prototal main .inline-search form input::placeholder {
  color: #A4A4A4;
}
body.wp-theme-prototal main .inline-search form input:focus {
  outline: 2px solid var(--wp--preset--color--magnetic-blue);
  outline-offset: 2px;
  border-color: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main .inline-search form button {
  flex-shrink: 0;
  background: var(--wp--preset--color--magnetic-blue);
  color: var(--wp--preset--color--white);
  border: 3px solid var(--wp--preset--color--magnetic-blue);
  border-radius: 1em;
  padding: calc(0.5em - 3px) calc(1.5em - 3px);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}
body.wp-theme-prototal main .inline-search form button:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--magnetic-blue);
}
body.wp-theme-prototal main .inline-search form button:focus {
  outline: 2px solid var(--wp--preset--color--magnetic-blue);
  outline-offset: 2px;
}
body.wp-theme-prototal main .inline-search form button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
body.wp-theme-prototal main .searchfilter {
  max-width: var(--wp--style--global--wide-size);
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .searchfilter {
    margin: 1.5rem auto;
    padding: 0 1rem;
  }
}
body.wp-theme-prototal main .searchfilter > p {
  margin: 0;
  font-size: 1rem;
  color: var(--wp--preset--color--black);
  opacity: 0.8;
}
body.wp-theme-prototal main .searchfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
body.wp-theme-prototal main .searchfilter button {
  border-radius: 1em;
  border: none;
  padding-top: calc(0.7em - 3px);
  padding-right: calc(2em - 3px);
  padding-bottom: calc(0.7em - 3px);
  padding-left: calc(2em - 3px);
  background-color: #e9eff4;
  color: var(--wp--preset--color--dark-blue);
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.wp-theme-prototal main .searchfilter button:hover {
  background: var(--wp--preset--color--magnetic-blue);
  color: var(--wp--preset--color--white);
}
body.wp-theme-prototal main .searchfilter button.active {
  background: var(--wp--preset--color--magnetic-blue);
  color: var(--wp--preset--color--white);
}
body.wp-theme-prototal main .searchfilter button:focus {
  outline: 2px solid var(--wp--preset--color--magnetic-blue);
  outline-offset: 2px;
}
body.wp-theme-prototal main .searchresults {
  max-width: var(--wp--style--global--wide-size);
  margin: 2rem auto;
  padding: 0 1rem;
  display: grid;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .searchresults {
    margin: 1.5rem auto;
    padding: 0 1rem;
    gap: 1rem;
  }
}
body.wp-theme-prototal main .searchresults > p {
  text-align: center;
  padding: 2rem;
  color: var(--wp--preset--color--black);
  opacity: 0.7;
}
body.wp-theme-prototal main .searchresults .searchitem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 8px;
  text-decoration: none;
  color: var(--wp--preset--color--black);
  transition: all 0.2s;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .searchresults .searchitem {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
body.wp-theme-prototal main .searchresults .searchitem:hover {
  border-color: var(--wp--preset--color--magnetic-blue);
  box-shadow: 0 2px 8px rgba(48, 127, 226, 0.1);
  transform: translateY(-2px);
}
body.wp-theme-prototal main .searchresults .searchitem:not(:has(.searchitem-image)) {
  grid-template-columns: 1fr;
}
body.wp-theme-prototal main .searchresults .searchitem .searchitem-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--wp--preset--color--light-blue);
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .searchresults .searchitem .searchitem-image {
    width: 100%;
    height: 200px;
  }
}
body.wp-theme-prototal main .searchresults .searchitem .searchitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.wp-theme-prototal main .searchresults .searchitem .searchitem-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.wp-theme-prototal main .searchresults .searchitem h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color: var(--wp--preset--color--dark-blue);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  body.wp-theme-prototal main .searchresults .searchitem h3 {
    font-size: 1.1rem;
  }
}
body.wp-theme-prototal main .searchresults .searchitem .meta {
  margin: 0 0 0.75rem 0;
  font-size: 0.875rem;
  color: var(--wp--preset--color--magnetic-blue);
  opacity: 0.8;
}
body.wp-theme-prototal main .searchresults .searchitem .meta span {
  display: inline-block;
}
body.wp-theme-prototal main .searchresults .searchitem p:not(.meta) {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--wp--preset--color--black);
  opacity: 0.8;
}
