/* ==========================================================================
STYLES
========================================================================== */
/* form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search */
form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search  {
  min-width: 60%;
}
/* :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) */
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)  {
  padding: 15px;
}
/* ==========================================================================
Typography — Stackable Headings
========================================================================== */
h1.stk-block-heading__text,
/* .h1 > .stk-block-heading__text */
.h1 > .stk-block-heading__text  {
  font-size: clamp(80px, 6vw, 126px) !important;
  font-weight: 700;
}
/* h2.stk-block-heading__text, .h2 > * */
h2.stk-block-heading__text,
/* .h2 > .stk-block-heading__text */
.h2 > .stk-block-heading__text  {
  font-size: clamp(48px, 3.2vw, 76px) !important;
}
/* h3.stk-block-heading__text, .h3 > * */
h3.stk-block-heading__text,
/* .h3 > .stk-block-heading__text */
.h3 > .stk-block-heading__text  {
  font-size: clamp(30px, 2.8vw, 55px) !important;
}
/* h4.stk-block-heading__text, .h4 > * */
h4.stk-block-heading__text,
/* .h4 > .stk-block-heading__text */
.h4 > .stk-block-heading__text  {
  font-size: clamp(28px, 1.56vw, 40px) !important;
}
/* h5.stk-block-heading__text, .h5 > * */
h5.stk-block-heading__text,
/* .h5 > .stk-block-heading__text */
.h5 > .stk-block-heading__text  {
  font-size: clamp(20px, 1.55vw, 25px) !important;
}
/* h6.stk-block-heading__text, .h6 > * */
h6.stk-block-heading__text,
/* .h6 > .stk-block-heading__text */
.h6 > .stk-block-heading__text  {
  font-size: clamp(18px, 1.01vw, 22px) !important;
}
/* ==========================================================================
Section Spacing
========================================================================== */
/* .section-spacing */
.section-spacing  {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
/* .section-spacing.no-bottom-padding */
.section-spacing.no-bottom-padding  {
  padding-bottom: 0 !important;
}
/* .section-spacing.no-top-padding */
.section-spacing.no-top-padding  {
  padding-top: 0 !important;
}
/* ==========================================================================
Links + Emphasis
========================================================================== */
/* b, strong */
p > a,
b,
/* strong */
strong  {
  color: inherit !important;
}
/* a */
.stk-block-text__text a  {
  font-weight: 600;
  color: var(--theme-palette-color-1) !important;
  text-decoration: none !important;
}
/* .stk-block-text__text a:hover */
.stk-block-text__text a:hover  {
  cursor: pointer;
}
/* .stk-block-text__text > .wp-block-stackable-columns > a */
.has-text-color span.stk-highlight a  {
  color: var(--theme-palette-color-1) !important;
}
/* .stk-block-text__text.has-text-color strong:hover a */
.has-text-color span.stk-highlight a:hover, .has-text-color a:hover  {
  color: var(--theme-palette-color-8) !important;
  cursor: pointer;
}
/* p > a:hover */
p.stk-block-text__text > a:hover  {
  color: var(--theme-palette-color-1) !important;
  cursor: pointer;
}
/* ==========================================================================
Buttons (Stackable)
========================================================================== */
/* .stk-block-button .stk-button */
.stk-block-button .stk-button  {
  font-size: clamp(16px, 1.01vw, 18px) !important;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  font-family: "Hedvig Letters Serif", serif;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
/* .stk-block-button .stk-button:hover */
.stk-block-button .stk-button:hover, .stk-block .stk-button.stk--hover-effect-darken:hover  {
  background: var(--theme-palette-color-8) !important;
  border-radius: 20px 0 20px 0 !important;
  color: #fff !important;
}
/* .stk-block-button .stk-button:hover > * */
.stk-block-button .stk-button:hover > *,
/* .stk-block-button--style-yellow-contact-button .stk-button:hover .stk-button__inner-text */
.stk-block-button--style-yellow-contact-button
.stk-button:hover
/* .stk-button__inner-text */
.stk-button__inner-text  {
  color: var(--theme-palette-color-4) !important;
}
/* ==========================================================================
Widgets / Editor Layout
========================================================================== */
/* .wp-block[data-type="core/widget-area"] */
.wp-block[data-type="core/widget-area"]  {
  max-width: 100% !important;
  padding-left: 24px;
  padding-right: 24px;
}
/* .blocks-widgets-container .editor-styles-wrapper */
.blocks-widgets-container .editor-styles-wrapper  {
  max-width: 100% !important;
}
/* .editor-styles-wrapper .stk-block-card__content */
.editor-styles-wrapper .stk-block-card__content  {
  align-items: initial !important;
}
/* iframe.wp-block-legacy-widget__edit-preview-iframe */
iframe.wp-block-legacy-widget__edit-preview-iframe  {
  height: auto;
}
/* ==========================================================================
Images
========================================================================== */
/* .stk-img-wrapper.stk-img-placeholder */
.stk-img-wrapper.stk-img-placeholder  {
  background: transparent !important;
}
/* .stk-img-wrapper:not(.stk--is-resizing).stk-img-placeholder */
.stk-img-wrapper:not(.stk--is-resizing).stk-img-placeholder  {
  background-image: none !important;
}
/* ==========================================================================
Fluent Forms
========================================================================== */
/* .fluentform */
.fluentform  {
  width: 100%;
}
/* .ff_submit_btn_wrapper */
.ff_submit_btn_wrapper  {
  margin-top: 40px;
  text-align: center !important;
}
/* .ff-el-section-break */
.ff-el-section-break  {
  margin-bottom: 10px !important;
}
/* .ff-el-section-break p */
.ff-el-section-break p  {
  font-size: 15px !important;
}
/* .ff-el-section-break hr */
.ff-el-section-break hr  {
  display: none;
}
/* .ff-el-form-check.ff-el-tc */
.ff-el-form-check.ff-el-tc  {
  color: #fff;
}
/* .ff_gdpr_field */
.ff_gdpr_field  {
  margin-right: 15px !important;
}
/* .fluentform .text-danger */
.fluentform .text-danger  {
  color: #ff5a1c;
}
/* ==========================================================================
Footer
========================================================================== */
.menu-footer-services-menu-container a,
/* .menu-footer-quick-links-container a */
.menu-footer-quick-links-container a  {
  color: var(--theme-palette-color-8) !important;
}
/* .menu-footer-quick-links-container li */
.menu-footer-quick-links-container li  {
  margin-bottom: 8px !important;
}
/* footer .footer-bottom-menu li */
footer #menu-footer-bottom-menu li  {
  margin-left: 20px;
}
/* footer ul li, footer .ct-widget:first-child */
footer ul li,
/* footer .ct-widget:first-child */
footer .ct-widget:first-child  {
  margin-bottom: 10px !important;
}
/* footer h5 */
footer h5  {
  margin-bottom: 20px;
}
/* footer ul */
footer ul  {
  display: flex;
  flex-wrap: wrap;
}
/* footer ul li */
/* .ct-footer .ct-widget:not(:first-child) */
footer ul li,
/* .ct-footer .ct-widget:not(:first-child) */
.ct-footer .ct-widget:not(:first-child)  {
  margin-bottom: 30px;
}
/* footer #block-12 .wp-block-stackable-button-group */
footer #block-12 .wp-block-stackable-button-group  {
  margin-top: 30px;
}
/* footer [data-row*="bottom"] .ct-container-fluid */
footer [data-row*="bottom"] .ct-container-fluid  {
  --theme-container-edge-spacing: calc(90vw - 60px) !important;
}
/* footer .menu-links */
footer .menu-links  {
  display: flex;
  flex-wrap: wrap;
}
/* footer li.menu-item-object-page */
footer #menu-links > li  {
  width: 50%;
}
/* footer */
[data-footer*="type-1"] .ct-footer [data-row*="top"] > div  {
  padding: 0 !important;
  width: 100% !important;
}
/* [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div */
/* [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div */
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div,
/* [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div */
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div  {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* ==========================================================================
Header / Navigation
========================================================================== */
/* .site-branding */
.site-branding  {
  width: 100% !important;
}
/* #header .ct-container-fluid */
#header .ct-container-fluid  {
  --theme-container-edge-spacing: calc(100vw - 6vw);
  max-width: calc(1300px + 130px * 2);
}
/* #header [data-row*="middle"] */
#header [data-row*="middle"]  {
  z-index: 4;
  display: flex;
}
/* #header [data-row="middle"] [data-column="end"] */
#header [data-row="middle"] [data-column="end"]  {
  width: 100% !important;
}
/* .ct-header-cta [data-size="medium"] */
.ct-header-cta [data-size="medium"]  {
  white-space: nowrap;
}
/* [data-header*="type-1"] [data-sticky*="yes"] .site-branding */
[data-header*="type-1"] [data-sticky*="yes"] .site-branding  {
  margin-top: 0 !important;
}
/* nav>ul>[class*=ct-mega-menu]>.sub-menu>li */
nav > ul > [class*="ct-mega-menu"] > .sub-menu > li a  {
  padding: 0 !important;
}
/* nav > ul > [class*="ct-mega-menu"] > .sub-menu > li */
nav > ul > [class*="ct-mega-menu"] > .sub-menu > li  {
  padding: 13px 18px !important;
}
/* [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu */
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu  {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
/* ==========================================================================
Offcanvas
========================================================================== */
/* .ct-panel-content */
.ct-panel-content  {
  margin-top: -40px;
}
/* .ct-panel-content-inner */
.ct-panel-content-inner  {
  padding: 40px !important;
}
/* #offcanvas .ct-icon */
#offcanvas .ct-toggle-close  {
  position: absolute;
  top: 56px;
  right: 30px;
}
/* #offcanvas .ct-panel-content-inner > :first-child */
#offcanvas .ct-panel-content-inner > :first-child  {
  margin-top: 58px !important;
}
/* ==========================================================================
Misc / Components
========================================================================== */
/* .dot */
.dot  {
  position: relative;
}
/* .dot:after */
.dot:after  {
  height: 1px;
  right: 0;
  width: 100%;
  position: absolute;
  content: "" !important;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-palette-color-1);
}
/* .dot-white:after */
.dot-white:after  {
  height: 1px;
  right: 0;
  width: 100%;
  position: absolute;
  content: "" !important;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-palette-color-8);
}
/* .ant:after */
.ant:after  {
  height: 1px;
  right: 0;
  width: 100%;
  position: absolute;
  content: "" !important;
  z-index: -1;
  top: 47%;
  transform: translateY(-50%);
  background-color: var(--theme-palette-color-1);
}
/* .wp-block-table.is-style-stripes */
.wp-block-table.is-style-stripes  {
  border-radius: 50px;
}
/* ==========================================================================
Login
========================================================================== */
#login #backtoblog a,
/* #login #nav a */
#login #nav a  {
  color: #ffffff !important;
}
/* ==========================================================================
Targeted Stackable Overrides
========================================================================== */
/* .stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content */
.stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content  {
  padding: 0 !important;
}
/* .stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content > * */
.stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content > *  {
  padding: 40px;
}
/* ==========================================================================
Animations
========================================================================== */
@keyframes fadeIn  {
  /* from */
from  {
  opacity: 0;
}
/* to */
to  {
  opacity: 1;
}}
/* body */
body  {
  animation: fadeIn 0.55s ease-in-out;
}
/* ==========================================================================
404
========================================================================== */
/* .error404 main > .ct-container */
.error404 main > .ct-container  {
  padding-top: 150px;
  padding-bottom: 150px;
}
/* ==========================================================================
Responsive
========================================================================== */
@media only screen and (max-width: 1024px)  {
  /* .mobile-menu .ct-menu-link */
.mobile-menu .ct-menu-link  {
  padding-left: 15px;
  padding-right: 5px;
}
/* .mobile-menu[data-toggle-type="type-2"] .ct-toggle-dropdown-mobile */
.mobile-menu[data-toggle-type="type-2"] .ct-toggle-dropdown-mobile  {
  margin-left: 15px;
}
/* .section-spacing */
.section-spacing  {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/* .h1 > * */
.h1 > *  {
  font-size: 60px !important;
}
/* #header [data-row*="middle"] */
#header [data-row*="middle"]  {
  margin-top: 0;
}}
@media only screen and (max-width: 766px)  {
  /* .section-spacing */
.section-spacing  {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
/* .h1 > * */
.h1 > *  {
  font-size: 42px !important;
}
/* #header [data-column-set="2"] > div */
#header [data-column-set="2"] > div  {
  max-width: 100vw;
  display: flex !important;
}
/* footer  .stk-block-content.stk-inner-blocks */
footer .stk-block-content.stk-inner-blocks  {
  align-items: center;
}
/* .stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content > * */
.stk-29f7e4e-inner-blocks .stk-35848f1 .stk-block-card__content > *  {
  padding: 20px;
}}