/*!
Theme Name: MGM_FSS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mgm_fss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MGM_FSS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

:root {
    --untitled-ui--gray700: #344054;
    --untitled-ui--primary600: #7f56d9;
    --untitled-ui--white: white;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--gray600: #475467;
    --untitled-ui--gray50: #f9fafb;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray800: #1d2939;
    --untitled-ui--gray100: #f2f4f7;
    --untitled-ui--gray900: #101828;
    --untitled-ui--primary800: #53389e;
    --untitled-ui--success50: #ecfdf3;
    --untitled-ui--success700: #027a48;
    --untitled-ui--gray500: #667085;
    --untitled-ui--gray200: #eaecf0;
    --untitled-ui--primary300: #d6bbfb;
    --untitled-ui--primary200: #e9d7fe;
    --untitled-ui--primary900: #42307d;
    --untitled-ui--primary500: #9e77ed;
    --untitled-ui--primary50-2: #f9f5ff;
    --walsh--black: #2c2c2c;
    --fsslavender: #bbbbf2;
    --fssnaturalcolor800: #033b62;
    --walsh--light-goldenrod-yellow: #d3f6c1;
    --walsh--walsh-light-green: #c2ecd5;
    --fssmimipink: #ffc2ce;
    --fssblue: #7dcbf2;
    --fssteagreen: #c1ffc1;
    --fsslightorange: #ffdab9;
    --fsslavenderlight: #eeeefc;
    --fsstiffanyblue: #bfede6;
    --fssyellow: #ffc;
    --fssdarkblue: #8585ea;
    --fssdirtyyellow: #cc0;
    --peach: #ffb370;
    --walsh--walsh-dark-green: #204f58;
    --walsh--walsh-mid-green: #278c8f;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-embed-youtubevideo {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.uui-navbar05_menu-button {
    padding: 0;
}

.uui-button {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
    color: var(--untitled-ui--white);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
    border-color: var(--untitled-ui--primary700);
    background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
    background-color: var(--untitled-ui--primary600);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
}

.uui-button-tertiary-gray {
    grid-column-gap: .5rem;
    color: var(--untitled-ui--gray600);
    white-space: nowrap;
    background-color: #0000;
    border: 1px solid #0000;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}

.uui-button-tertiary-gray:hover {
    background-color: var(--untitled-ui--gray50);
    color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui--gray300);
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--gray50);
    color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
    background-color: var(--untitled-ui--white);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
    display: none;
}

.uui-button-secondary-gray.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
}

.show-tablet {
    display: none;
}

.uui-navbar05_button-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    display: flex;
}

.uui-navbar05_menu-right {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.uui-navbar05_link {
    color: var(--untitled-ui--gray600);
    align-items: center;
    padding: 1.75rem 1rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
}

.uui-navbar05_link:hover {
    color: var(--untitled-ui--gray700);
}

.uui-navbar05_link.w--current {
    color: #000;
}

.uui-button-link {
    grid-column-gap: .5rem;
    color: var(--untitled-ui--primary700);
    white-space: nowrap;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}

.uui-button-link:hover {
    color: var(--untitled-ui--primary800);
}

.uui-navbar05_bottom-bar-content {
    z-index: 1;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.uui-navbar05_bottom-bar-background {
    background-color: var(--untitled-ui--gray50);
    width: 200vw;
    position: absolute;
    inset: 0% -50vw;
}

.uui-navbar05_bottom-bar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-decoration: none;
    display: flex;
    position: relative;
}

.uui-text-size-small {
    color: var(--untitled-ui--gray600);
    letter-spacing: normal;
    font-family: "Rubik", Sans-serif;
    font-size: .875rem;
    line-height: 1.5;
}

.uui-navbar05_item-heading {
    color: var(--untitled-ui--gray900);
    margin-bottom: .25rem;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
    margin-bottom: 0;
}

.uui-navbar05_item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.uui-icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-featured-large {
    background-color: var(--untitled-ui--primary100);
    color: var(--untitled-ui--primary600);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
}

.uui-navbar05_icon-holder {
    flex: none;
}

.uui-navbar05_dropdown-link {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding: .75rem;
    text-decoration: none;
    transition: all .3s;
    display: grid;
}

.uui-navbar05_dropdown-link:hover {
    background-color: var(--untitled-ui--gray50);
}

.uui-navbar05_dropdown-link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.uui-badge-small-success {
    grid-column-gap: .25rem;
    background-color: var(--untitled-ui--success50);
    color: var(--untitled-ui--success700);
    white-space: nowrap;
    mix-blend-mode: multiply;
    border-radius: 10rem;
    align-items: center;
    padding: .125rem .5rem;
    font-family: "Rubik", Sans-serif;
    font-size: .75rem;
    font-weight: 500;
    display: flex;
}

.uui-navbar05_text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: .5rem;
    display: flex;
}

.uui-navbar05_dropdown-content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
}

.uui-navbar05_dropdown-content {
    width: 100%;
    display: flex;
}

.uui-navbar05_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.uui-navbar05_dropdown-list {
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
    background-color: #fff;
    width: 100vw;
    min-width: 100vw;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 5.0625rem auto auto 0%;
    overflow: hidden;
}

.uui-dropdown-icon {
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
}

.uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui--gray600);
    align-items: center;
    padding: 1.75rem 2.5rem 1.75rem 1rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
    display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui--gray700);
}

.uui-navbar05_menu-dropdown {
    position: static;
}

.uui-navbar05_menu-left {
    display: block;
}

.uui-navbar05_menu {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.5rem;
    display: flex;
    position: static;
}

.uui-logo_image {
    flex: none;
    width: auto;
    height: 100%;
    display: none;
}

.uui-logo_logotype {
    flex: none;
    width: auto;
    height: 100%;
}

.uui-logo_logomark-dot {
    z-index: 1;
    background-image: linear-gradient(26.5deg, #6941c6, #53389e);
    border-radius: 50%;
    width: 50%;
    height: 50%;
    position: relative;
}

.uui-logo_logomark-blur {
    z-index: 2;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #fff3;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    width: 100%;
    height: 50%;
    position: absolute;
    inset: 50% 0% 0%;
    overflow: hidden;
}

.uui-styleguide_logomark-bg {
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
    position: absolute;
    inset: 0%;
}

.uui-logo_logomark {
    border: .1px solid #dae0e8;
    border-radius: .5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
    flex-wrap: nowrap;
    width: auto;
    height: 4rem;
    display: flex;
}

.uui-navbar05_logo-link {
    padding-left: 0;
}

.uui-navbar05_component {
    border-bottom: 1px solid var(--untitled-ui--gray100);
    background-color: #fff;
    align-items: center;
    min-height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
}

.uui-navbar08_menu-button {
    padding: 0;
}

.uui-navbar08_button-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    display: flex;
}

.uui-navbar08_menu-right {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.uui-navbar08_link {
    color: var(--untitled-ui--gray600);
    align-items: center;
    padding: .75rem 1rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
}

.uui-navbar08_link:hover {
    color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
    color: #000;
}

.uui-navbar08_item-heading {
    color: var(--untitled-ui--gray900);
    margin-bottom: .25rem;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
    margin-bottom: 0;
}

.uui-navbar08_item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.uui-navbar08_icon-wrapper {
    color: var(--untitled-ui--primary600);
    flex: none;
}

.uui-navbar08_dropdown-link {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding: .75rem;
    text-decoration: none;
    transition: all .3s;
    display: grid;
}

.uui-navbar08_dropdown-link:hover {
    background-color: var(--untitled-ui--gray50);
}

.uui-navbar08_text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: .25rem;
    display: flex;
}

.uui-navbar08_heading {
    color: var(--untitled-ui--primary600);
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: .25rem;
    font-family: "Rubik", Sans-serif;
    font-size: .875rem;
    font-weight: 600;
}

.uui-navbar08_dropdown-link-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
    display: grid;
}

.uui-navbar08_dropdown-content {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.uui-navbar08_dropdown-list {
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
    border: 1px solid var(--untitled-ui--gray200);
    background-color: var(--untitled-ui--white);
    border-radius: .75rem;
    width: 40rem;
    padding: 1.25rem;
    left: -100%;
}

.uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray600);
    align-items: center;
    padding: .75rem 2.5rem .75rem 1rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
    display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray700);
}

.uui-navbar08_menu {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.5rem;
    display: flex;
    position: static;
}

.uui-logo_component-2 {
    flex-wrap: nowrap;
    width: auto;
    height: 2rem;
    display: flex;
}

.uui-navbar08_logo-link {
    padding-left: 0;
}

.uui-navbar08_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.uui-navbar08_component {
    border-bottom: 1px solid var(--untitled-ui--gray100);
    background-color: #fff;
    align-items: center;
    min-height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
}

.uui-heroheader20_background-grid-mask {
    z-index: -1;
    background-color: var(--untitled-ui--white);
    width: 100%;
    height: 300%;
    position: absolute;
    inset: auto 0% -267%;
}

.uui-heroheader20_background-grid-section {
    height: 4.5rem;
}

.uui-heroheader20_background-grid-section.background-color-primary100 {
    background-color: var(--untitled-ui--primary100);
}

.uui-heroheader20_background-grid-section.background-color-primary300 {
    background-color: var(--untitled-ui--primary300);
}

.uui-heroheader20_background-grid-section.background-color-primary200 {
    background-color: var(--untitled-ui--primary200);
}

.background-color-primary100 {
    background-color: var(--untitled-ui--primary100);
}

.background-color-white {
    background-color: var(--untitled-ui--white);
}

.background-color-primary300 {
    background-color: var(--untitled-ui--primary300);
}

.background-color-primary200 {
    background-color: var(--untitled-ui--primary200);
}

.uui-heroheader20_background-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 125rem;
    min-width: 125rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.uui-heroheader20_background {
    z-index: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: absolute;
    inset: 0% auto auto;
    transform: skew(0deg, -7.25deg);
}

.uui-lightbox_play-icon {
    z-index: 2;
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 100%;
    width: 8rem;
    height: 8rem;
    position: absolute;
}

.uui-heroheader20_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.uui-heroheader20_lightbox {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 57.25rem;
    height: 32.25rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.uui-heroheader20_lightbox-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
    display: flex;
    position: relative;
}

.uui-button-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    display: flex;
}

.uui-button-icon.is-icon-large {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
}

.uui-button-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.uui-button-row.button-row-center {
    justify-content: center;
}

.uui-space-large {
    width: 100%;
    min-height: 3rem;
}

.uui-text-size-xlarge {
    color: var(--untitled-ui--gray600);
    font-family: "Rubik", Sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary700 {
    color: var(--untitled-ui--primary700);
}

.uui-max-width-large {
    width: 100%;
    max-width: 48rem;
}

.uui-max-width-large.align-center,
.align-center {
    margin-left: auto;
    margin-right: auto;
}

.uui-space-small {
    width: 100%;
    min-height: 1.5rem;
}

.uui-heading-xlarge {
    color: var(--untitled-ui--gray900);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.uui-heading-xlarge.text-color-primary900 {
    color: var(--untitled-ui--primary900);
}

.uui-badge-group_icon {
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
    display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
    color: var(--untitled-ui--primary500);
    margin-right: -.25rem;
}

.badge-group_text-wrapper {
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
}

.uui-badge-group_badge {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
    white-space: nowrap;
    border-radius: 1rem;
    align-items: center;
    padding: .125rem .625rem;
    font-family: "Rubik", Sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
}

.uui-badge-group_badge.is-primary {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--primary700);
}

.uui-badge-group {
    background-color: var(--untitled-ui--gray100);
    color: var(--untitled-ui--gray700);
    white-space: nowrap;
    mix-blend-mode: multiply;
    border-radius: 10rem;
    align-items: center;
    padding: .25rem;
    font-family: "Rubik", Sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
}

.uui-badge-group.is-primary {
    background-color: var(--untitled-ui--primary50-2);
    color: var(--untitled-ui--primary700);
    white-space: nowrap;
    text-decoration: none;
}

.uui-max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.uui-text-align-center {
    text-align: center;
}

.uui-heroheader20_component {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.uui-padding-vertical-xhuge {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.uui-container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.uui-page-padding {
    padding-left: 0;
    padding-right: 0;
}

.uui-section_heroheader20 {
    background-color: var(--untitled-ui--primary50-2);
    overflow: hidden;
}

.uui-icon-1x1-xxsmall {
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
}

.uui-banner04_close-button {
    color: #fff;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .5rem;
    transition: all .3s;
    display: flex;
}

.uui-banner04_close-button:hover {
    background-color: #fff3;
}

.uui-button-secondary {
    grid-column-gap: .5rem;
    background-color: var(--untitled-ui--primary50-2);
    color: var(--untitled-ui--primary700);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary:hover {
    background-color: var(--untitled-ui--primary100);
}

.uui-button-secondary:focus {
    background-color: var(--untitled-ui--primary50-2);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary.is-button-small {
    grid-column-gap: .5rem;
    padding: .5rem 1rem;
    font-size: 1rem;
}

.uui-banner04_supporting-text {
    color: var(--untitled-ui--primary100);
    letter-spacing: normal;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.uui-banner04_text {
    color: var(--untitled-ui--white);
    margin-right: .375rem;
    font-family: "Rubik", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.uui-banner04_text-wrapper {
    grid-row-gap: .125rem;
    flex-wrap: wrap;
    display: flex;
}

.icon-featured-square-large {
    background-color: var(--untitled-ui--primary500);
    color: var(--untitled-ui--white);
    border-radius: .625rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
}

.uui-banner04_icon-wrapper {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.uui-banner04_content {
    flex: 1;
    align-items: center;
    margin-right: 2rem;
    display: flex;
}

.uui-banner04_wrapper {
    background-image: linear-gradient(45deg, var(--untitled-ui--primary700), var(--untitled-ui--primary600));
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem .5rem;
    display: flex;
    position: relative;
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-heroheader09_image {
    width: 100%;
    height: 100%;
}

.uui-heroheader09_image._11 {
    border-top-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
    border-radius: 50%;
}

.uui-heroheader09_image._09 {
    border-top-right-radius: 7rem;
}

.uui-heroheader09_image._08 {
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._07 {
    border-bottom-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._05 {
    border-top-left-radius: 7rem;
    border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
    border-radius: 50%;
}

.uui-heroheader09_image._03 {
    border-top-left-radius: 7rem;
}

.uui-heroheader09_image._02 {
    border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._01 {
    border-top-right-radius: 7rem;
}

.uui-heroheader09_image-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.uui-max-width-small {
    width: 100%;
    max-width: 30rem;
}

.uui-heroheader09_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.uui-page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.uui-section_heroheader09 {
    overflow: hidden;
}

.walsh-button-hover-fill {
    background-color: #000;
    border-radius: 100%;
    width: 5em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
    color: #033b62;
    height: 12px;
}

.walsh-arrow-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    align-items: center;
    height: 12px;
    display: flex;
    overflow: hidden;
}

.walsh-label-button {
    color: #fff;
    font-family: "Rubik", Sans-serif;
    font-size: 1.2em;
}

.walsh-button-label-wrapper {
    z-index: 4;
    grid-column-gap: 8px;
    color: var(--untitled-ui--white);
    display: flex;
    position: relative;
}

.walsh-link-block-orange {
    color: #fff;
    text-align: center;
    background-color: #f58133;
    border-radius: 100px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 20px 32px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.walsh-link-block-orange:hover {
    background-color: var(--fsslavender);
}

.walsh-flex-nav-buttons {
    grid-column-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.walsh-nav-link-black {
    color: var(--fssnaturalcolor800);
    border-radius: 8px;
    padding: 15px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.walsh-nav-link-black:hover {
    background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
    color: #033b63;
    background-color: #0000;
    font-weight: 500;

}

.walsh-dropdown-link {
    color: #6b6b6b;
    border-radius: 2px;
    font-weight: 500;
}

.walsh-dropdown-link:hover {
    color: #ff8d86;
    background-color: #eee;
    border-radius: 3px;
}

.walsh-dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
    color: var(--fssnaturalcolor800);
    margin-right: 12px;
}

.walsh-toggle-black {
    color: var(--walsh--black);
    border-radius: 8px;
    padding: 15px 32px 15px 18px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.walsh-toggle-black:hover {
    background-color: #dbdbdb59;
}

.walsh-dropdown {
    color: #fff;
}

.walsh-nav-menu-white {
    grid-column-gap: 8px;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.walsh-nav-logo {
    flex: 0 auto;
    height: 80px;
}

.walsh-brand-block {
    z-index: 2;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    line-height: 20px;
    display: flex;
}

.walsh-inner-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.walsh-inner-container-nav-float {
    max-width: 1480px;
}

.walsh-main-nav {
    background-color: #0000;
}

.walsh-float-menu {
    background-color: #d9f5ff;
    border-radius: 6px;
    padding: 5px 10px;
}

.walsh-nav-wrapper-green-padding {
    z-index: 10;
    border: 0px none var(--untitled-ui--gray800);
    background-color: #d9f5ff;
    padding: 20px 30px;
    position: sticky;
    top: 0;
}

.walsh-cover-image {
    object-fit: cover;
    flex: 1;
    width: 100%;
    height: 100%;
}

.walsh-hero-frame-square {
    border-radius: 10px;
    flex: none;
    width: 100%;
    max-width: 22em;
    display: flex;
    overflow: hidden;
}

.walsh-inner-rail-bottom {
    grid-column-gap: 1em;
    flex: none;
    display: flex;
}

.walsh-hero-rail {
    grid-column-gap: 1em;
    width: 100%;
    height: 20em;
    display: flex;
}

.walsh-inner-rail-top {
    grid-column-gap: 1em;
    flex: none;
    display: flex;
}

.walsh-hero-sub-bg {
    grid-row-gap: 1em;
    background-color: #0000;
    background-image: url('assets/images/654204c6dd222dabf663d6f9_banner-img-2.png'), url('assets/images/654204ae607272b42deb65b8_banner-img-1.png'), url('assets/images/654204f22933580bc4d2fe24_banner-img-3.png'), url('assets/images/pencil_black.svg');
    background-position: 100%, 0 73%, 50%, 90% 5%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto 32em, auto 32em, auto 45em, 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.walsh-button-label-white-w {
    z-index: 4;
    grid-column-gap: 8px;
    color: #fff;
    align-items: center;
    display: flex;
    position: relative;
}

.walsh-link-block-white {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
    color: #444;
    box-shadow: inset 0 -3px #b0eab9;
}

.walsh-hero-div-block {
    grid-column-gap: 1.25em;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.walsh-paragraph-serif-left-hero {
    color: #033b62;
    max-width: 22em;
    margin-bottom: .75em;
    font-family:"Rubik", Sans-serif;
    font-size: 1.45em;
    line-height: 1.6;
}

.walsh-text-burst {
    color: #ed9390;
    background-image: url('assets/images/scribble-burst.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 38%;
    padding-bottom: 0;
    padding-right: .1em;
    display: inline-block;
}

.walsh-text-lightgreen {
    color: #b0ebb9;
}

.walsh-heading-xlarge-white {
    color: var(--fssnaturalcolor800);
    letter-spacing: -.02em;
    flex: 0 auto;
    margin-top: .5em;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 4.2em;
    font-weight: 700;
    line-height: 1;
}

.walsh-left-hero-content {
    grid-row-gap: 1.25em;
    color: #fff;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-top: 2em;
    padding-bottom: 6em;
    padding-right: 3em;
    display: flex;
}

.walsh-container-hero {
    z-index: 5;
    width: 100%;
    max-width: 1480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.walsh-main-grid-no-gap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-background-darkgreen {
    background-color: #d9f5ff;
    background-image: url('assets/images/sun_black.svg'), url('assets/images/baloon_black.svg'), url('assets/images/6542583a9007849c297cd932_services-shape-2.svg'), url('assets/images/65426a2a71683392c1dd36d3_courses-section-bg-1.png');
    background-position: 3% 0, 30% 75%, 45% 30%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: 55px, auto, auto, auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.walsh-icon-arrow {
    height: 12px;
    margin-top: 2px;
    margin-left: 10px;
}

.walsh-link-wrapper {
    color: #000000d9;
    white-space: nowrap;
    border-bottom: 1px dashed #c5c5c5;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Rubik", Sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.walsh-link-wrapper:hover {
    color: #575555d9;
    padding-right: 0;
}

.walsh-main-paragraph {
    color: #0009;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
}

.walsh-heading-regular {
    color: var(--walsh--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
}

.walsh-inner-card-bottom {
    grid-row-gap: 1.2em;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 30px;
    padding-right: 0em;
    display: flex;
}


.walsh-card-wrapper-image {
    flex-direction: column;
    flex: 0 auto;
    border-radius: 30px;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 14em;
    display: flex;
    overflow: hidden;
}

.walsh-rounded-card {
    grid-row-gap: 1em;
    background-color: #fff;
    border: 3px solid #00bfff;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 10px 0;
    line-height: 10px;
    display: flex;
    overflow: hidden;
}

.walsh-rounded-card.border-blue-strong {
    border: 3px solid pink;
    border-radius: 30px;
}

.walsh-rounded-card.border-solid-orange {
    border: 10px solid #ffa07a;
}

.walsh-rounded-card.border-dashed-orange {
    border-color: #ffa07a;
    border-radius: 30px;
}

.walsh-rounded-card.border-dashed-pink {
    border-color: pink;
    padding-bottom: 0;
}

.walsh-rounded-card.border-solid-blue {
    border-style: solid;
    border-width: 10px;
}

.walsh-rounded-card.border-green-solid {
    border-color: #90ee90;
}

.walsh-rounded-card.border-orange-solid {
    border-color: #ffa07a;
    align-items: stretch;
}

.walsh-main-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.walsh-container {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: 1480px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
}

.video,
.video-2,
.youtube,
.youtube-2 {
    flex: 1;
}

.youtube-3 {
    border: 1px solid #000;
    flex: 1;
}

.walsh-icon-arrow-flip-2 {
    height: 12px;
}

.walsh-arrow-wrapper-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    align-items: center;
    height: 12px;
    display: flex;
    overflow: hidden;
}

.walsh-label-button-2 {
    font-family: "Rubik", Sans-serif;
    font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
    z-index: 4;
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
    position: relative;
}

.walsh-link-block-default {
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    box-shadow: inset 0 -3px #0000001a;
}

.walsh-link-block-default:hover {
    color: #444;
    box-shadow: inset 0 -3px #000;
}

.walsh-button-hover-fill-2 {
    background-color: #000;
    border-radius: 100%;
    width: 5em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -100% auto auto -46%;
}

.walsh-link-block-orange-2 {
    color: #fff;
    text-align: center;
    background-color: #f58133;
    border-radius: 100px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 20px 32px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.walsh-link-block-orange-2:hover {
    background-color: #ffbba6;
}

.walsh-cta-div-block {
    grid-column-gap: 1.25em;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.walsh-icon-check {
    height: 9px;
}

.walsh-circle-check {
    background-color: #93ff4133;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
}

.walsh-list-flex {
    color: #000000a6;
    text-align: left;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    display: flex;
}

.walsh-flex-col {
    grid-column-gap: 2em;
    display: flex;
}

.walsh-heading-large {
    color: var(--untitled-ui--white);
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 4.8em;
    font-weight: 700;
    line-height: 1;
}

.walsh-label-tag {
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.walsh-tag {
    outline-offset: 0px;
    text-align: left;
    background-color: #51aa761a;
    border-radius: 200px;
    outline: 3px dotted pink;
    align-items: center;
    padding: 7px 20px;
    display: flex;
    overflow: hidden;
}

.walsh-cta-h-wrapper {
    grid-row-gap: 1.5em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
}

.walsh-main-grid-2 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-cta-block-light-green {
    background-color: #bfede6;
    background-image: url('assets/images/654723342a1b5bd337af3496_counter-section-bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    width: 100%;
    padding: 4em;
    position: relative;
    overflow: hidden;
}

.walsh-container-2 {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.walsh-icon-social {
    max-height: 18px;
}

.walsh-footer-link-social {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
}

.walsh-footer-grid-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    place-items: center start;
}

.walsh-footer-inner {
    grid-column-gap: 20px;
    display: flex;
}

.walsh-footer-legal-link {
    color: #a5a5a5;
    text-decoration: none;
}

.walsh-footer-legal-link:hover {
    color: #000;
}

.walsh-footer-legal-text {
    color: #6e6e6e;
    font-family: "Rubik", Sans-serif;
    font-size: 13px;
}

.walsh-footer-line-divider {
    background-color: #cacaca;
    width: 100%;
    height: 1px;
}

.walsh-text-xsmall {
    color: #00000080;
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.walsh-form-error {
    color: #8a0a0a;
    background-color: #f76969;
    border-radius: 4px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.walsh-form-success {
    color: #313d17;
    background-color: #c4f85c;
}

.walsh-button-circle-small {
    background-color: #ff715b;
    background-image: url('assets/images/icon-arrow-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
}

.walsh-button-circle-small:hover {
    background-color: #ffdd79;
}

.walsh-button-circle-wrapper-grey {
    background-color: #eee;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.walsh-text-field-single-grey {
    background-color: #eee;
    border: 1px solid #eee;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 65px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
}

.walsh-form-single {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.walsh-full-form {
    width: 100%;
    margin-bottom: 0;
}

.walsh-content-wrapper-gap {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.walsh-form-wrapper {
    width: 100%;
}

.walsh-text-small {
    color: #00000080;
    margin-bottom: 15px;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.walsh-heading-small {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

.walsh-footer-wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.walsh-footer-link {
    color: #0000008a;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 4px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.walsh-footer-link:hover {
    color: #000;
    box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-list {
    grid-row-gap: .8em;
    flex-direction: column;
    display: flex;
}

.walsh-grid-no-col-9 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-logo-footer {
    height: auto;
    max-height: 32px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.walsh-content-wrapper-white {
    background-color: #fff;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    position: relative;
}

.div-block {
    font-size: 80px;
    line-height: 80px;
}

.walsh-image-logo {
    object-fit: contain;
    width: 100%;
    max-width: 132px;
    max-height: 24px;
}

.walsh-text-small-left {
    color: #00000080;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.walsh-info-wrap-center {
    text-align: center;
}

.walsh-cover-image-2 {
    object-fit: cover;
    flex: 1;
    width: 100%;
    height: 100%;
}

.walsh-circle-image {
    background-color: #dfdfdf;
    border-radius: 200px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.walsh-profile-v-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.walsh-image-ratings {
    max-height: 16px;
    margin-right: 5px;
}

.walsh-ratings-wrapper {
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
}

.walsh-main-paragraph-2 {
    color: #0009;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
}

.walsh-heading-regular-2 {
    color: var(--walsh--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
}

.walsh-quote-inner-center {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.walsh-content-wrapper-center {
    grid-row-gap: 1.5em;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
}

.walsh-quote-image {
    opacity: .26;
    height: 56px;
}

.walsh-rounded-box {
    grid-row-gap: 1.2em;
    background-color: #fff;
    border-radius: 15px;
    flex-direction: column;
    padding: 40px;
    display: flex;
}

.walsh-main-grid-3 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-ui-image-medium {
    object-fit: contain;
    width: 100%;
    max-width: 40em;
    max-height: 45em;
}

.walsh-card-wrapper-image-medium {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    height: 35em;
    display: flex;
    overflow: hidden;
}

.walsh-icon-arrow-2 {
    height: 12px;
    margin-top: 2px;
    margin-left: 10px;
}

.walsh-link-wrapper-2 {
    color: #000000d9;
    white-space: nowrap;
    border-bottom: 1px dashed #c5c5c5;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Rubik", Sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.walsh-link-wrapper-2:hover {
    color: #575555d9;
    padding-right: 0;
}

.walsh-heading-large-2 {
    color: var(--walsh--black);
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 4.8em;
    font-weight: 700;
    line-height: 1;
}

.walsh-icon-small {
    height: 32px;
}

.walsh-icon-wrapper-circle {
    background-color: var(--walsh--light-goldenrod-yellow);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
}

.walsh-inner-card {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
}

.walsh-rounded-card-2 {
    grid-row-gap: 3em;
    background-color: #fff;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
}

.walsh-main-grid-4 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-inner-rounded-banner-image {
    grid-row-gap: 1.5em;
    text-align: left;
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    max-width: 50%;
    min-height: 45em;
    display: flex;
}

.walsh-link-block-green {
    background-color: var(--walsh--walsh-light-green);
    color: #000;
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.walsh-link-block-green:hover {
    color: #000;
    background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
    grid-column-gap: 1.25em;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.walsh-heading-medium {
    color: var(--walsh--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.1;
}

.walsh-inner-rounded-banner {
    grid-row-gap: 1.5em;
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: flex-start;
    height: 100%;
    padding: 6em;
    display: flex;
}

.walsh-rounded-box-banner {
    grid-row-gap: 1em;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}

.walsh-icon-arrow-3 {
    height: 12px;
    margin-top: 2px;
    margin-left: 10px;
}

.walsh-link-wrapper-3 {
    color: #000000d9;
    white-space: nowrap;
    border-bottom: 1px dashed #c5c5c5;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Rubik", Sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.walsh-link-wrapper-3:hover {
    color: #575555d9;
    padding-right: 0;
}

.walsh-main-paragraph-3 {
    color: #0009;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
}

.walsh-heading-regular-3 {
    color: var(--walsh--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Rubik", Sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
}

.walsh-inner-card-bottom-2 {
    grid-row-gap: 1.2em;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5em;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
}

.walsh-cover-image-3 {
    object-fit: cover;
    flex: 1;
    width: 100%;
    height: 100%;
}

.walsh-card-wrapper-image-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 25em;
    display: flex;
    overflow: hidden;
}

.walsh-rounded-card-3 {
    grid-row-gap: 3em;
    background-color: #fff;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
}

.walsh-main-grid-5 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-container-3 {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Rubik", Sans-serif;
}

.walsh-icon-social-2 {
    max-height: 18px;
}

.walsh-footer-link-social-2 {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
}

.walsh-footer-grid-social-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: start;
    place-items: center start;
}

.walsh-footer-inner-2 {
    grid-column-gap: 20px;
    display: flex;
}

.walsh-footer-legal-link-2 {
    color: #000000;
    text-decoration: none;
}

.walsh-footer-legal-link-2:hover {
    color: #000;
}

.walsh-footer-legal-text-2 {
    color: #fff;
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 13px;
}

.walsh-footer-line-divider-2 {
    background-color: #cacaca;
    width: 100%;
    height: 1px;
}

.walsh-text-xsmall-2 {
    color: #00000080;
    font-family: "Rubik", Sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.walsh-form-error-2 {
    color: #8a0a0a;
    background-color: #f76969;
    border-radius: 4px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.walsh-form-success-2 {
    color: #313d17;
    background-color: #c4f85c;
}

.walsh-button-circle-small-2 {
    background-color: #ff715b;
    background-image: url('assets/images/icon-arrow-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
}

.walsh-button-circle-small-2:hover {
    background-color: #ffdd79;
}

.walsh-button-circle-wrapper-grey-2 {
    background-color: #eee;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.walsh-text-field-single-grey-2 {
    background-color: #eee;
    border: 1px solid #eee;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 65px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
}

.walsh-form-single-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.walsh-full-form-2 {
    width: 100%;
    margin-bottom: 0;
}

.walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.walsh-form-wrapper-2 {
    width: 100%;
}

.walsh-text-small-2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.walsh-heading-small-2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Rubik", Sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

.walsh-footer-wrapper-2 {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.walsh-footer-link-2 {
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 4px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}


.walsh-footer-list-2 {
    grid-row-gap: .8em;
    flex-direction: column;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;

}

.walsh-footer-list-2:hover {
    color: #ffffff;
    transform: translateX(5px);
    text-decoration: none;

}

.walsh-grid-no-col-9-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    width: 100%;
    position: relative;
}

.walsh-logo-footer-2 {
    max-height: 80px;
    margin-bottom: 0;
}

.walsh-main-grid-6 {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
    position: relative;
}

.walsh-container-4 {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.walsh-content-wrapper-white-2 {
    background-color: #053d63;
    padding-top: 4.5em;
    padding-bottom: 0em;
    color: white;
    position:relative !important;
	clear:both;
}

.bold-text {
    color: #033b62;
}

.image {
    object-fit: cover;
    width: auto;
    height: 30em;
    position: absolute;
    inset: auto 0% 0%;
}

.text-block {
    color: var(--fssnaturalcolor800);
}

.heading-2 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
}

.grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.paragraph {
    color: #0009;
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.grid-2 {
    grid-template-rows: auto;
}

.image-2 {
    border: 10px solid pink;
    border-radius: 30px;
    padding: 10px;
}

.image-3 {
    position: absolute;
    inset: 50px -20px auto auto;
}

.div-block-2 {
    position: relative;
}

.image-4 {
    border: 10px solid pink;
    border-radius: 30px;
    padding: 10px;
}

.grid-3 {
    grid-template-rows: auto;
}

.grid-4 {
    grid-column-gap: 8px;
    grid-template-rows: minmax(auto, 1fr);
    position: static;
}

.div-block-3 {
    object-fit: fill;
    flex-flow: column;
    place-content: center;
    align-items: flex-start;
    display: flex;
}

.paragraph-2 {
    color: #0009;
    font-family:"Rubik", sans-serif;
}

.div-block-4 {
    border-radius: 50px;
}

.image-6 {
    text-align: left;
    background-color: pink;
    display: inline-block;
}

.image-6.bg-color-blue {
    background-color: #81dfff;
}

.image-6.bg-color-green {
    background-color: #90ee90;
}

.image-6.bg-color-orange {
    background-color: #ffa07a;
}




/* icons css  */
.icon-style {
    font-size: 40px;
    color: white;
}


.walsh-icon-social-2 {
    font-size: 24px;
    color: #fff; /* or your desired color */
    transition: color 0.3s;
}

.walsh-footer-link-social-2:hover .walsh-icon-social-2 {
    color: #ff9900; /* hover color */
}



/* .icon-style {
  font-size: 40px;
  color: white; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
} */

.div-block-6 {
    background-color: pink;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 5em;
    height: 5em;
    display: flex;
}

.div-block-6.bg-color-blue {
    background-color: #81dfff;
    border-radius: 40px;
}

.div-block-6.bg-color-green {
    background-color: #90ee90;
}

.div-block-6.bg-color-orange {
    background-color: #ffa07a;
}

.heading-1 {
    font-family: "Rubik", Sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
}

.heading-3 {
    font-family: "Rubik", Sans-serif;
    font-size: 1.8em;
}

.heading-4,
.heading-5 {
    font-family: "Rubik", Sans-serif;
}

.paragraph-3 {
    color: #0009;
    text-align: center;
    border: 1px #000;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.section {
    background-image: url('assets/images/6542583a9007849c297cd932_services-shape-2.svg'), url('assets/images/6542557c3747b030e1493249_services-section-bg.png');
    background-position: 90% 28%, 50% 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 60px;
    padding-top: 280px;
    padding-bottom: 130px;
    position: relative;
}

.heading-6 {
    text-align: center;
    margin-bottom: 16px;
    font-family: "Rubik", Sans-serif;
}

.paragraph-4 {
    color: #0009;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

.div-block-7 {
    margin-bottom: 55px;
}

.grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.div-block-8 {
    background-color: #fff;
    background-image: url('assets/images/654243e7cca3358bce8d9f36_services-cloud-img-7.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 35px;
    padding: 40px;
    position: relative;
}

.div-block-8.bg-orange-cloud {
    text-align: left;
    background-image: url('assets/images/654243e7cca3358bce8d9f36_services-cloud-img-7.png');
    background-position: 100% 100%;
    background-size: auto 30%;
    padding: 20px;
}

.div-block-8.bg-green-cloud {
    background-image: url('assets/images/654243c737c73522af2bd66f_services-cloud-img-8.png');
    background-size: auto 30%;
    padding: 20px;
}

.div-block-8.bg-pink-cloud {
    background-image: url('assets/images/654244066a7ba21e5187cd5f_services-cloud-img-6.png');
    background-size: auto 30%;
    padding: 20px;
}

.container {

    background-position: 0 25%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
}
.wrapper-container{
    margin-left: 45px;
    margin-right: 45px;
}

.div-block-9 {
    justify-content: center;
    display: flex;
}

.paragraph-5 {
    margin-left: 10px;
    margin-right: 10px;
}

.section-2 {
    background-image: url('assets/images/654723342a1b5bd337af3496_counter-section-bg.png');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 1em;
    padding-top: 6em;
    padding-bottom: 6em;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
}

.link,
.link:hover {
    color: #fff;
}

.link:active {
    color: #fff;
    background-color: #0000;
}

.link:focus {
    color: #fff;
}

.link:focus-visible {
    color: #fff;
}

.link[data-wf-focus-visible],
.link:visited {
    color: #fff;
}

.link.w--current {
    color: #fff;
    text-align: center;
}

.link-2.w--current {
    color: #fff;
}

.div-block-10 {
    color: #fff;
    text-align: center;
}

.heading-8 {
    color: var(--untitled-ui--gray800);
    text-align: center;
}

.text-block-2 {
    color: var(--untitled-ui--gray700);
    text-align: center;
    max-width: 70%;
    font-size: 18px;
    line-height: 26px;
}

.div-block-11 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.grid-6 {
    grid-template-rows: auto;
}

.paragraph-6 {
    color: var(--untitled-ui--gray700);
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}

.div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.heading-9 {
    color: var(--untitled-ui--gray800);
}

.bold-text-2 {
    font-weight: 400;
}

.image-7,
.image-8,
.div-block-13 {
    margin-bottom: 20px;
}

.grid-7 {
    grid-template-rows: auto auto auto;
}

.image-9 {
    outline-offset: 0px;
    border: 2px dotted pink;
    border-radius: 30px;
    outline: 2px dotted pink;
    padding: 10px;
    box-shadow: 0 2px 5px 4px #0003;
}

.image-10 {
    outline-offset: 0px;
    border-radius: 30px;
    outline: 2px dotted #00bfff;
    padding: 10px;
    box-shadow: 0 2px 5px 4px #0003;
}

.image-11 {
    border: 2px dotted #90ee90;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 2px 5px 4px #0003;
}

.image-12 {
    border: 2px dotted pink;
    border-radius: 30px;
    padding: 10px;
}

.image-13 {
    border: 2px dotted #90ee90;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 2px 5px 4px #0003;
}

.image-14 {
    border: 2px dotted pink;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 2px 5px 4px #0003;
}

.container-4 {
    margin-bottom: 20px;
}

.grid-8 {
    grid-template-rows: auto;
}

.container-5 {
    margin-bottom: 20px;
}

.div-block-14 {
    padding: 10px;
}

.div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.grid-9 {
    grid-template-rows: auto;
}

.image-15 {
    border: 6px solid #ffa07a;
    border-radius: 30px;
    padding: 10px;
}

.heading-10 {
    color: var(--fssnaturalcolor800);
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Rubik", Sans-serif;
    font-weight: 700;
}

.div-block-16 {
    margin-bottom: 20px;
    display: flex;
}

.div-block-17 {
    background-color: var(--fssnaturalcolor800);
}

.div-block-17.divider {
    color: var(--fssnaturalcolor800);
    width: 40px;
    height: 2px;
}

.grid-10 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    place-items: center start;
    padding-left: 0;
}

.bold-text-3 {
    color: var(--fssnaturalcolor800);
}

.div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
}

.block-quote {
    font-family: "Rubik", Sans-serif;
}

.text-block-3 {
    color: var(--fssnaturalcolor800);
    margin-bottom: 20px;
    font-family: "Rubik", Sans-serif;
}

.bold-text-4 {
    color: var(--fssnaturalcolor800);
}

.container-6 {
    margin-bottom: 20px;
}

.text-block-4 {
    color: var(--fssnaturalcolor800);
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
}

.div-block-19 {
    margin-top: 20px;
}

.grid-11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.heading-11 {
    text-align: center;
}

.grid-12 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
    margin-bottom: 10px;
}

.container-7 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-block-5 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
}

.heading-12 {
    font-family: "Rubik", Sans-serif;
}

.vision-div {
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
}

.div-block-20 {
    text-align: left;
    background-color: #cbe7f6;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 2px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.div-block-20.background-color-orange {
    background-color: #ff873c;
}

.div-block-20.background-color-pink {
    background-color: #ffbfcb;
}

.block-quote-2 {
    text-align: left;
    margin-bottom: 20px;
}

.grid-13 {
    grid-template-rows: auto;
    margin-bottom: 20px;
}

.text-block-6 {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bold-text-5 {
    font-family: "Rubik", Sans-serif;
}

.image-16 {
    border: 4px solid #b6dfdb;
    border-radius: 8px;
    padding: 10px;
}

.form-block {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.form {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    display: flex;
}



@media screen and (min-width: 1280px) {
    .uui-navbar05_container {
        max-width: none;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .uui-container-large {
        max-width: none;
    }

    .walsh-nav-logo {
        height: 100px;
    }

    .walsh-nav-wrapper-green-padding {
        background-color: #d9f5ff;
        position: sticky;
    }

    .walsh-hero-sub-bg {
        background-image: url('assets/images/654204c6dd222dabf663d6f9_banner-img-2.png'), url('assets/images/654204ae607272b42deb65b8_banner-img-1.png'), url('assets/images/654204f22933580bc4d2fe24_banner-img-3.png'), url('assets/images/pencil_black.svg');
        background-size: auto 32em, auto 32em, auto 45em, 5em;
        height: 100vh;
        min-height: 100vh;
    }

    .walsh-text-burst {
        padding-bottom: 0;
    }

    .walsh-heading-xlarge-white {
        font-size: 4.2em;
    }

    .walsh-left-hero-content {
        background-color: #0000;
        align-items: flex-start;
    }

    .walsh-container-hero {
        max-width: none;
    }

    .walsh-main-grid-no-gap {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
        align-items: start;
    }

    .walsh-background-darkgreen {
        background-color: #d9f5ff;
        max-width: 100%;
    }

    .walsh-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        max-width: 1350px;
        padding-top: 20px;
        display: block;
    }

    .walsh-heading-large {
        font-size: 4em;
    }

    .walsh-tag {
        outline-offset: 0px;
        outline: 2px dashed pink;
    }


    .walsh-main-grid-2 {
        grid-column-gap: 2.2em;
    }

    .walsh-grid-no-col-9 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .walsh-logo-footer {
        max-height: 80px;
    }

    .walsh-grid-no-col-9-2 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .walsh-logo-footer-2 {
        height: auto;
        max-height: 100px;
    }

    .image {
        object-fit: cover;
        height: 30em;
    }

    .div-block-8.bg-orange-cloud {
        background-position: 100% 100%;
        background-size: auto 30%;
    }

    .div-block-8.bg-green-cloud,
    .div-block-8.bg-pink-cloud {
        background-size: auto 30%;
    }

    .container {
        background-position: 0 25%;
    }

    .heading-7 {
        color: #fff;
        text-align: center;
    }

    .div-block-9 {
        text-align: center;
        justify-content: center;
        font-size: 18px;
        display: flex;
    }

    .paragraph-5 {
        color: #fff;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-2 {
        background-image: url('assets/images/654723342a1b5bd337af3496_counter-section-bg.png');
        background-repeat: repeat;
        background-size: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 200px;
        margin-top: 0;
        padding-top: 12em;
        padding-bottom: 12em;
        display: flex;
    }

    .link,
    .link.w--current {
        color: #fff;
    }

    .link-2 {
        color: #333;
    }

    .link-2.w--current {
        color: #fff;
    }

    .div-block-11 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .menu-icon_line-bottom {
        background-color: var(--untitled-ui--gray700);
        border-radius: 1rem;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_line-middle {
        background-color: var(--untitled-ui--gray700);
        border-radius: 1rem;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon_line-top {
        background-color: var(--untitled-ui--gray700);
        border-radius: 1rem;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_component {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .uui-navbar05_menu-button.w--open {
        background-color: #0000;
    }

    .hide-tablet {
        display: none;
    }

    .uui-button-secondary-gray.show-tablet,
    .show-tablet {
        display: block;
    }

    .uui-navbar05_button-wrapper {
        flex-direction: column-reverse;
        align-items: stretch;
        display: flex;
    }

    .uui-navbar05_menu-right {
        flex-direction: column-reverse;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
        padding-bottom: 7rem;
    }

    .uui-navbar05_link {
        color: var(--untitled-ui--gray900);
        width: 100%;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .uui-navbar05_link:hover {
        color: var(--untitled-ui--gray900);
    }

    .uui-navbar05_bottom-bar {
        border-radius: .5rem;
        flex-direction: column;
        margin-bottom: 1.5rem;
        padding: 1.5rem;
        overflow: hidden;
    }

    .uui-navbar05_dropdown-link {
        padding-left: 0;
        padding-right: 0;
    }

    .uui-navbar05_dropdown-link:hover {
        background-color: #0000;
    }

    .uui-navbar05_dropdown-content-left {
        grid-row-gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
        align-content: start;
        align-items: start;
        padding-left: 0;
        padding-right: 0;
    }

    .uui-navbar05_dropdown-content {
        flex-direction: column;
    }

    .uui-navbar05_dropdown-list {
        position: relative;
        overflow: hidden;
    }

    .uui-navbar05_dropdown-list.w--open {
        box-shadow: none;
        border-style: none;
        align-items: flex-start;
        min-width: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .uui-dropdown-icon {
        color: var(--untitled-ui--gray500);
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        inset: auto 0% auto auto;
    }

    .uui-navbar05_dropdown-toggle {
        color: var(--untitled-ui--gray900);
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .uui-navbar05_dropdown-toggle:hover {
        color: var(--untitled-ui--gray900);
    }

    .uui-navbar05_menu-dropdown {
        width: 100%;
        position: relative;
    }

    .uui-navbar05_menu-left {
        grid-column-gap: 0px;
        grid-row-gap: .5rem;
        color: var(--untitled-ui--gray900);
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .uui-navbar05_menu {
        border-top: 1px solid var(--untitled-ui--gray100);
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        align-items: flex-start;
        height: 100vh;
        margin-left: 0;
        padding: 1.5rem 2rem 5rem;
        position: absolute;
        overflow: auto;
    }

    .uui-navbar08_menu-button.w--open {
        background-color: #0000;
    }

    .uui-navbar08_button-wrapper {
        flex-direction: column-reverse;
        align-items: stretch;
        display: flex;
    }

    .uui-navbar08_menu-right {
        flex-direction: column-reverse;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
        padding-bottom: 7rem;
    }

    .uui-navbar08_link {
        color: var(--untitled-ui--gray900);
        width: 100%;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .uui-navbar08_link:hover {
        color: var(--untitled-ui--gray900);
    }

    .uui-navbar08_dropdown-link {
        padding-left: 0;
        padding-right: 0;
    }

    .uui-navbar08_dropdown-link:hover {
        background-color: #0000;
    }

    .uui-navbar08_dropdown-content {
        align-content: start;
        align-items: start;
        padding: 1rem 0;
    }

    .uui-navbar08_dropdown-list {
        position: static;
        overflow: hidden;
    }

    .uui-navbar08_dropdown-list.w--open {
        box-shadow: none;
        border-style: none;
        border-color: #0000;
        width: auto;
        padding: 0;
    }

    .uui-navbar08_dropdown-toggle {
        color: var(--untitled-ui--gray900);
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .uui-navbar08_dropdown-toggle:hover {
        color: var(--untitled-ui--gray900);
    }

    .uui-navbar08_menu-dropdown {
        width: 100%;
        font-size: 1.125rem;
    }

    .uui-navbar08_menu-left {
        grid-column-gap: 0px;
        grid-row-gap: .5rem;
        color: var(--untitled-ui--gray900);
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .uui-navbar08_menu {
        border-top: 1px solid var(--untitled-ui--gray100);
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        align-items: flex-start;
        height: 100vh;
        margin-left: 0;
        padding: 1.5rem 2rem 5rem;
        position: absolute;
        overflow: auto;
    }

    .uui-heroheader20_background-grid-section {
        height: 7.5vw;
    }

    .uui-heroheader20_background-grid {
        width: 150vw;
        min-width: 150vw;
    }

    .uui-heroheader20_lightbox-image {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .uui-heroheader20_lightbox {
        max-width: none;
        height: 30rem;
    }

    .uui-heroheader20_lightbox-wrapper {
        height: auto;
    }

    .uui-space-large {
        min-height: 2.5rem;
    }

    .uui-heading-xlarge {
        font-size: 3.25rem;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .uui-banner04_text-wrapper {
        flex-wrap: wrap;
    }

    .uui-banner04_icon-wrapper {
        display: none;
    }

    .uui-banner04_wrapper {
        padding-left: 1.25rem;
    }

    .uui-heroheader09_component {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }

    .walsh-menu-button-black {
        order: 1;
    }

    .walsh-menu-button-black.w--open {
        color: var(--walsh--black);
        background-color: #0000;
    }

    .walsh-button-hover-fill {
        display: none;
    }

    .walsh-link-block-orange {
        padding-left: 50px;
    }

    .walsh-flex-nav-buttons {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .walsh-nav-link-black {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .walsh-nav-link-black:hover {
        background-color: #0000;
    }

    .walsh-toggle-black {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0 !important;
    }

    .walsh-toggle-black:hover {
        background-color: #0000;
    }

    .walsh-dropdown {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .walsh-nav-menu-white {
        background-color: #fff;
        padding-top: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .walsh-inner-container-nav-float {
        padding-left: 25px;
        padding-right: 0;
    }

    .walsh-float-menu {
        padding: 10px 0;
    }

    .walsh-nav-wrapper-green-padding {
        padding: 10px;
    }

    .walsh-hero-sub-bg {
        min-height: auto;
        padding-top: 0;
    }

    .walsh-hero-div-block {
        justify-content: center;
    }

    .walsh-paragraph-serif-left-hero {
        max-width: none;
    }

    .walsh-text-burst {
        background-size: auto 60%;
    }

    .walsh-heading-xlarge-white {
        font-size: 4em;
    }

    .walsh-left-hero-content {
        grid-row-gap: 1.25em;
        text-align: center;
        align-items: center;
        width: auto;
        padding-right: 0;
    }

    .walsh-main-grid-no-gap {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-hero-grid-wrapper {
        padding-top: 7.2em;
    }

    .walsh-background-darkgreen {
        background-position: 3% 0, 30% 75%, 20% 35%, 0 0;
        background-size: 55px, auto, auto, auto;
    }

    .walsh-rounded-card {
        grid-row-gap: 2em;
    }

    .walsh-main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-container {
        flex: 0 auto;
        width: auto;
    }

    .walsh-button-hover-fill-2 {
        display: none;
    }

    .walsh-link-block-orange-2 {
        padding-left: 50px;
    }

    .walsh-cta-div-block {
        justify-content: center;
    }

    .walsh-icon-check {
        margin-right: 0;
    }

    .walsh-heading-large {
        letter-spacing: -.01em;
        font-size: 3em;
    }

    .walsh-main-grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-cta-block-light-green {
        text-align: center;
        flex-direction: column;
        align-items: center;
        padding-left: 3em;
        padding-right: 3em;
        display: flex;
    }

    .walsh-container-2 {
        flex: 0 auto;
        width: auto;
    }

    .walsh-footer-grid-social {
        width: 100%;
    }

    .walsh-footer-line-divider {
        margin-bottom: 20px;
    }

    .walsh-grid-no-col-9 {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em;
        grid-template-columns: 1fr 1fr;
    }

    .walsh-image-logo {
        max-width: 120px;
        height: 100%;
        max-height: 50px;
    }

    .walsh-main-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-heading-large-2 {
        letter-spacing: -.01em;
        font-size: 3em;
    }

    .walsh-rounded-card-2 {
        grid-row-gap: 2em;
    }

    .walsh-main-grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-inner-rounded-banner-image {
        max-width: none;
    }

    .walsh-hero-div-block-2 {
        justify-content: center;
    }

    .walsh-inner-rounded-banner {
        text-align: center;
        align-items: center;
        padding: 45px 30px 30px;
    }

    .walsh-rounded-box-banner {
        flex-direction: column;
    }

    .walsh-rounded-card-3 {
        grid-row-gap: 2em;
    }

    .walsh-main-grid-5 {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-container-3 {
        flex: 0 auto;
        width: auto;
    }

    .walsh-footer-grid-social-2 {
        width: 100%;
    }

    .walsh-footer-line-divider-2 {
        margin-bottom: 20px;
    }

    .walsh-grid-no-col-9-2 {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em;
        grid-template-columns: 1fr 1fr;
    }

    .walsh-main-grid-6 {
        grid-template-columns: 1fr 1fr;
    }

    .walsh-container-4 {
        flex: 0 auto;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .uui-button {
        font-size: 1rem;
    }

    .uui-button:hover {
        border-color: var(--untitled-ui--primary600);
        background-color: var(--untitled-ui--primary600);
    }

    .uui-button.is-button-large {
        grid-column-gap: .5rem;
        padding: .75rem 1.25rem;
        font-size: 1rem;
    }

    .uui-button-tertiary-gray:hover {
        color: var(--untitled-ui--gray600);
        background-color: #0000;
    }

    .uui-button-secondary-gray {
        padding-left: 1.25rem;
        font-size: 1rem;
    }

    .uui-button-secondary-gray:hover {
        background-color: var(--untitled-ui--white);
        color: var(--untitled-ui--gray700);
    }

    .uui-button-secondary-gray.is-button-large {
        grid-column-gap: .5rem;
        padding: .75rem 1.25rem;
        font-size: 1rem;
    }

    .uui-navbar05_link,
    .uui-button-link {
        font-size: 1rem;
    }

    .uui-button-link:hover {
        color: var(--untitled-ui--primary700);
    }

    .uui-text-size-small.hide-mobile-landscape {
        display: none;
    }

    .uui-navbar05_dropdown-link-list {
        grid-row-gap: .5rem;
        max-width: none;
    }

    .uui-badge-small-success {
        padding: .125rem .5rem;
    }

    .uui-navbar05_dropdown-content-left {
        grid-row-gap: .5rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .uui-navbar05_dropdown-toggle {
        font-size: 1rem;
    }

    .uui-navbar05_menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-styleguide_logomark-bg {
        background-image: url('assets/images/untitled-ui-logomark.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .uui-navbar05_component {
        min-height: 4.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-navbar08_link {
        font-size: 1rem;
    }

    .hide-mobile-landscape {
        display: none;
    }

    .uui-navbar08_dropdown-link-list {
        grid-row-gap: .5rem;
        max-width: none;
    }

    .uui-navbar08_dropdown-content {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
    }

    .uui-navbar08_dropdown-toggle {
        font-size: 1rem;
    }

    .uui-navbar08_menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-navbar08_component {
        min-height: 4.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-heroheader20_background {
        background-image: url('assets/images/Background-Pattern-Small.svg');
        background-position: 50% -80px;
        top: 46%;
    }

    .uui-lightbox_play-icon {
        width: 4rem;
        height: 4rem;
    }

    .uui-heroheader20_lightbox {
        height: 20rem;
    }

    .uui-button-wrapper.max-width-full-mobile-landscape {
        width: 100%;
    }

    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none;
    }

    .uui-button-icon.is-icon-large {
        width: 1.25rem;
        height: 1.25rem;
    }

    .uui-button-row {
        align-self: stretch;
    }

    .uui-button-row.button-row-center.is-reverse-mobile-landscape,
    .uui-button-row.is-reverse-mobile-landscape {
        flex-direction: column-reverse;
    }

    .uui-space-large {
        min-height: 2rem;
    }

    .uui-text-size-xlarge {
        font-size: 1.125rem;
    }

    .uui-space-small {
        min-height: 1.25rem;
    }

    .uui-heading-xlarge {
        font-size: 2.25rem;
    }

    .uui-badge-group_badge {
        padding: .125rem .5rem;
        font-size: .75rem;
    }

    .uui-badge-group {
        font-size: .75rem;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .uui-page-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-banner04_close-button {
        margin-left: 0;
        position: absolute;
        inset: .5rem .5rem auto auto;
    }

    .uui-banner04_close-button:hover {
        background-color: #0000;
    }

    .uui-button-secondary {
        font-size: 1rem;
    }

    .uui-button-secondary:hover {
        background-color: var(--untitled-ui--primary50-2);
    }

    .uui-banner04_text-wrapper {
        align-items: flex-start;
    }

    .uui-banner04_content {
        align-items: flex-start;
        margin-bottom: 1rem;
        margin-right: 2rem;
    }

    .uui-banner04_wrapper {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
    }

    .uui-page-padding-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .walsh-brand-block {
        padding-left: 0;
    }

    .walsh-paragraph-serif-left-hero {
        font-size: 1.4em;
    }

    .walsh-heading-xlarge-white {
        font-size: 3em;
    }

    .walsh-left-hero-content {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .walsh-heading-regular {
        font-size: 1.8em;
    }

    .walsh-rounded-card {
        grid-row-gap: 1.5em;
    }

    .walsh-main-grid {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .walsh-heading-large {
        font-size: 2em;
    }

    .walsh-main-grid-2 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .walsh-text-field-single-grey {
        text-align: left;
    }

    .walsh-form-single {
        flex-direction: row;
    }

    .walsh-logo-footer {
        max-height: 32px;
    }

    .walsh-heading-regular-2 {
        font-size: 1.8em;
    }

    .walsh-rounded-box {
        grid-row-gap: 1.5em;
    }

    .walsh-main-grid-3 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .walsh-heading-large-2 {
        font-size: 2em;
    }

    .walsh-rounded-card-2 {
        grid-row-gap: 1.5em;
    }

    .walsh-main-grid-4 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .walsh-heading-medium {
        font-size: 2.4em;
    }

    .walsh-rounded-box-banner {
        grid-row-gap: 1.5em;
    }

    .walsh-heading-regular-3 {
        font-size: 1.8em;
    }

    .walsh-rounded-card-3 {
        grid-row-gap: 1.5em;
    }

    .walsh-main-grid-5 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .walsh-text-field-single-grey-2 {
        text-align: left;
    }

    .walsh-form-single-2 {
        flex-direction: row;
    }



    .walsh-main-grid-6 {
        grid-column-gap: 1em;
        grid-row-gap: 2em;
    }

    .grid {
        grid-column-gap: 7px;
    }

    .container-5.body-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .grid-11 {
        grid-template-columns: 1fr;
    }

    .container-7 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 479px) {
    .hide-mobile-portrait {
        display: none;
    }

    .uui-navbar05_bottom-bar-content {
        flex-direction: column;
        display: flex;
    }

    .uui-navbar05_bottom-bar {
        align-items: center;
    }

    .uui-navbar05_dropdown-content-left {
        grid-template-columns: 1fr;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .uui-navbar05_container {
        max-width: none;
    }

    .uui-navbar05_component {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .uui-navbar08_dropdown-link {
        padding-left: 0;
    }

    .uui-navbar08_dropdown-content {
        grid-template-columns: 1fr;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .uui-heroheader20_background {
        top: 42%;
    }

    .uui-heroheader20_lightbox {
        height: 15rem;
    }

    .uui-container-large {
        max-width: none;
    }

    .uui-page-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-banner04_wrapper {
        align-items: flex-start;
    }

    .uui-heroheader09_image-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .uui-heroheader09_component {
        grid-template-columns: 1fr;
    }

    .walsh-label-button {
        font-size: 16px;
    }

    .walsh-link-block-orange {
        align-self: center;
        padding-left: 30px;
        padding-right: 25px;
    }

    .walsh-flex-nav-buttons {
        grid-row-gap: 10px;
        flex-direction: column;
        align-items: stretch;
    }

    .walsh-nav-link-black {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .walsh-toggle-black {
        padding-top: 15px;
        padding-bottom: 14px;
    }

    .walsh-nav-logo {
        height: 78px;
    }

    .walsh-hero-frame-square {
        max-width: 16em;
    }

    .walsh-hero-rail {
        height: 16em;
    }

    .walsh-hero-sub-bg {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .walsh-hero-div-block {
        grid-row-gap: 1.25em;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .walsh-paragraph-serif-left-hero {
        text-align: center;
        font-size: 1.2em;
    }

    .walsh-text-burst {
        background-size: auto 56%;
    }

    .walsh-left-hero-content {
        text-align: center;
        align-items: center;
        padding-top: 30px;
        padding-right: 0;
        font-size: 18px;
    }

    .walsh-container-hero {
        height: 100%;
    }

    .walsh-background-darkgreen {
        background-position: 5% 5%, 10% 70%, 85% 15%, 0 0;
        background-size: 55px, 40px, 55px, auto;
    }

    .walsh-link-wrapper {
        font-size: 16px;
    }

    .walsh-main-paragraph {
        font-size: 1em;
    }

    .walsh-heading-regular {
        font-size: 1.4em;
        line-height: 1.2;
    }

    .walsh-inner-card-bottom {
        grid-row-gap: 1em;
        padding: 0 30px 45px;
    }

    .walsh-card-wrapper-image {
        align-items: flex-end;
        height: auto;
    }

    .walsh-container {
        flex: 0 auto;
        width: 100%;
    }

    .walsh-label-button-2 {
        font-size: 16px;
    }

    .walsh-link-block-orange-2 {
        align-self: center;
        padding-left: 30px;
        padding-right: 25px;
    }

    .walsh-cta-div-block {
        grid-row-gap: 1.25em;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .walsh-icon-check {
        margin-bottom: 0;
    }

    .walsh-list-flex {
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "Rubik", Sans-serif;
        font-size: 16px;
    }

    .walsh-flex-col {
        flex-wrap: wrap;
    }

    .walsh-label-tag {
        font-size: 12px;
    }

    .walsh-tag {
        text-align: left;
    }

    .walsh-cta-h-wrapper {
        grid-row-gap: 1em;
    }

    .walsh-cta-block-light-green {
        padding: 3em 2em;
    }

    .walsh-container-2 {
        flex: 0 auto;
        width: 100%;
    }

    .walsh-footer-grid-social {
        justify-content: center;
        width: 100%;
    }

    .walsh-footer-inner {
        width: 100%;
    }

    .walsh-footer-legal-text,
    .walsh-text-xsmall {
        font-size: 11px;
    }

    .walsh-text-field-single-grey {
        text-align: left;
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .walsh-form-single {
        align-items: center;
    }

    .walsh-content-wrapper-gap {
        grid-row-gap: 1.2em;
    }

    .walsh-form-wrapper {
        width: 100%;
    }

    .walsh-text-small {
        font-size: 13px;
    }

    .walsh-heading-small {
        font-size: 1em;
    }

    .walsh-logo-footer {
        max-height: 24px;
    }

    .walsh-content-wrapper-white {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .walsh-image-logo {
        max-width: none;
        max-height: 20px;
    }

    .walsh-text-small-left {
        font-size: 13px;
    }

    .walsh-circle-image {
        flex: none;
    }

    .walsh-main-paragraph-2 {
        font-size: 1em;
    }

    .walsh-heading-regular-2 {
        font-size: 1.4em;
        line-height: 1.2;
    }

    .walsh-content-wrapper-center {
        grid-row-gap: 1.2em;
    }

    .walsh-rounded-box {
        padding: 30px;
    }

    .walsh-card-wrapper-image-medium {
        align-items: flex-end;
        height: auto;
    }

    .walsh-link-wrapper-2 {
        font-size: 16px;
    }

    .walsh-inner-card {
        padding: 45px 30px 0;
    }

    .walsh-inner-rounded-banner-image {
        height: 30em;
        min-height: auto;
    }

    .walsh-link-block-green {
        padding-left: 30px;
        padding-right: 25px;
    }

    .walsh-hero-div-block-2 {
        grid-row-gap: 1.25em;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .walsh-heading-medium {
        font-size: 1.8em;
    }

    .walsh-link-wrapper-3 {
        font-size: 16px;
    }

    .walsh-main-paragraph-3 {
        font-size: 1em;
    }

    .walsh-heading-regular-3 {
        font-size: 1.4em;
        line-height: 1.2;
    }

    .walsh-inner-card-bottom-2 {
        grid-row-gap: 1em;
        padding: 0 30px 45px;
    }

    .walsh-card-wrapper-image-2 {
        align-items: flex-end;
        height: auto;
    }

    .walsh-container-3 {
        flex: 0 auto;
        width: 100%;
    }

    .walsh-footer-grid-social-2 {
        justify-content: center;
        width: 100%;
    }

    .walsh-footer-inner-2 {
        width: 100%;
    }

    .walsh-footer-legal-text-2,
    .walsh-text-xsmall-2 {
        font-size: 11px;
    }

    .walsh-text-field-single-grey-2 {
        text-align: left;
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .walsh-form-single-2 {
        align-items: center;
    }

    .walsh-content-wrapper-gap-2 {
        grid-row-gap: 1.2em;
    }

    .walsh-form-wrapper-2 {
        width: 100%;
    }

    .walsh-text-small-2 {
        font-size: 13px;
    }

    .walsh-heading-small-2 {
        font-size: 1em;
    }



    .walsh-container-4 {
        flex: 0 auto;
        width: 100%;
    }

    .walsh-content-wrapper-white-2 {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .grid {
        grid-template-rows: auto 1fr auto auto;
        grid-template-columns: 1fr;
    }

    .paragraph {
        text-align: center;
    }

    .image-3 {
        position: absolute;
    }

    .div-block-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }

    .section {
        background-position: 90% 20%, 50% 0;
        background-size: 55px, cover;
    }

    .grid-5 {
        grid-template-columns: 1fr;
    }

    .div-block-8.bg-orange-cloud {
        background-size: auto 80px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .div-block-8.bg-green-cloud,
    .div-block-8.bg-pink-cloud {
        background-size: auto 80px;
    }

    .container {
        background-position: 5% 24%;
        background-size: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-6 {
        grid-template-columns: 1fr;
    }

    .container-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-8 {
        grid-template-columns: 1fr;
    }

    .container-5.body-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .html-embed {
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        display: block;
    }

    .bodu-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .grid-9 {
        grid-template-columns: 1fr;
    }

    .image-15 {
        border-width: 4px;
    }

    .container-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-11 {
        grid-template-columns: 1fr;
    }

    .container-7 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#w-node-_9bd88b61-98f1-fd90-606a-dfce69e83909-3ced7ded {
    grid-area: 1 / 1 / 2 / 13;
    place-self: start;
}

#w-node-_9bd88b61-98f1-fd90-606a-dfce69e83925-3ced7ded {
    grid-area: 1 / 6 / 2 / 13;
    place-self: center stretch;
}

#w-node-cf931daf-1e1e-e83a-e82c-447743ee94d7-3ced7ded {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c4198925-a58b-361c-39aa-251af961c3ef-3ced7ded {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4ba4eb1-0c30-117d-8326-440a7f30ee4b-3ced7ded {
    place-self: center;
}

#w-node-_6092bd6c-39a2-07d7-08ef-0ac60eedb7b1-3ced7ded {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
}

#w-node-_5193b0ae-9ef2-b87f-5f97-0efee46fdc61-3ced7ded {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5193b0ae-9ef2-b87f-5f97-0efee46fdc66-3ced7ded {
    place-self: center;
}

#w-node-_4583f0a2-a6be-17e4-8c31-3a69f49dd329-3ced7ded {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4583f0a2-a6be-17e4-8c31-3a69f49dd32e-3ced7ded {
    place-self: center;
}

#w-node-_21e78494-f999-eb44-32f4-64c74057ade9-3ced7ded {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21e78494-f999-eb44-32f4-64c74057adee-3ced7ded {
    place-self: center;
}

#w-node-acf742ce-e030-ca7e-135a-0a6f83c4091a-3ced7ded {
    grid-area: 1 / 3 / 2 / 11;
    align-self: start;
}

#w-node-acf742ce-e030-ca7e-135a-0a6f83c40930-3ced7ded {
    grid-area: 2 / 4 / 3 / 10;
    place-self: center;
}

#w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52e96-3ced7ded {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52ea2-3ced7ded,
#w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52eae-3ced7ded {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
}

#w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae7b-3ced7ded {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae85-3ced7ded,
#w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae8f-3ced7ded {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a415-1480a412 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a417-1480a412 {
    grid-area: 1 / 4 / 2 / 13;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a418-1480a412,
#w-node-_7f18af54-b524-0f8c-664c-62331480a428-1480a412 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a43a-1480a412 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a44e-1480a412 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a44f-1480a412 {
    grid-area: 3 / 1 / 4 / 7;
    place-self: center start;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a454-1480a412 {
    grid-area: 3 / 7 / 4 / 13;
    justify-self: end;
}

#w-node-_7f18af54-b524-0f8c-664c-62331480a456-1480a412 {
    justify-self: center;
}

#w-node-_82f7d188-0dbd-18e6-fa67-5d89934de4e7-934de4df,
#w-node-_82f7d188-0dbd-18e6-fa67-5d89934de4ee-934de4df,
#w-node-_82f7d188-0dbd-18e6-fa67-5d89934de4f5-934de4df,
#w-node-d8bc95c5-481a-d838-18c0-d2cb8a4ccb25-1aa03b30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901bf98e-0965-420d-8899-93aeee4fb2a2-1aa03b30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-b107f9aa-4ea3-b456-d272-4659c2cc213d-1aa03b30,
#w-node-_1d287323-5d31-b4ae-96c5-e981ecd94f17-1aa03b30,
#w-node-e63ec21f-b17f-bf8d-c452-fffc331630f8-1aa03b30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8c642a3-00ce-d23f-5015-ce1a3bc8c20f-b1ef006b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
}

#w-node-_2d566876-34d0-43d1-074f-0269f42f573f-b1ef006b,
#w-node-_44f75e94-3de1-82b2-97bd-659eec06c50c-b1ef006b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d458dc-bf5c-0607-9302-d4e35a1ad860-b1ef006b,
#w-node-_2cf6d6ab-c94e-e681-64c5-0277fa899ab6-b1ef006b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_08ca2d4e-ee4c-7edb-8628-3e1c208ab2ff-119f07d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_21e92fa1-9ba6-5c1c-4496-277746cc3239-46cc3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
}

#w-node-_21e92fa1-9ba6-5c1c-4496-277746cc323a-46cc3236,
#w-node-_21e92fa1-9ba6-5c1c-4496-277746cc323b-46cc3236,
#w-node-_21e92fa1-9ba6-5c1c-4496-277746cc323c-46cc3236,
#w-node-_21e92fa1-9ba6-5c1c-4496-277746cc3241-46cc3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5160a94-4b51-6391-0b26-5277caefbd36-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
}

#w-node-_970bf64a-a281-19b6-19cd-21f418163146-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-f688a9e2-0fbc-9bf6-7d29-39171d7d7ffd-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-_5479c285-b7ec-9684-895c-ca310f8a9b70-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5479c285-b7ec-9684-895c-ca310f8a9b72-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_5479c285-b7ec-9684-895c-ca310f8a9b73-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-c74aee75-8e97-96b3-024b-e90421f2cc48-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c74aee75-8e97-96b3-024b-e90421f2cc4a-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-c74aee75-8e97-96b3-024b-e90421f2cc4b-1a0808d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-_2474bb8f-1982-446c-7076-5aa249637712-ed03938f,
#w-node-_845efcbf-61a2-d908-97b9-a1b56912735b-ed03938f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
    #w-node-_9bd88b61-98f1-fd90-606a-dfce69e83909-3ced7ded {
        grid-area: 1 / 1 / 2 / 13;
        place-self: start;
    }

    #w-node-cf931daf-1e1e-e83a-e82c-447743ee94d7-3ced7ded {
        grid-area: span 1 / span 12 / span 1 / span 12;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_9bd88b61-98f1-fd90-606a-dfce69e83909-3ced7ded {
        grid-column-end: 3;
    }

    #w-node-_9bd88b61-98f1-fd90-606a-dfce69e83925-3ced7ded {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-acf742ce-e030-ca7e-135a-0a6f83c4091a-3ced7ded {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-acf742ce-e030-ca7e-135a-0a6f83c40930-3ced7ded {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52e96-3ced7ded,
    #w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52ea2-3ced7ded,
    #w-node-e7ba8312-cd7f-09e9-e4c5-7f24a0a52eae-3ced7ded,
    #w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae7b-3ced7ded,
    #w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae85-3ced7ded,
    #w-node-_1b66ecc9-9edf-27d0-ea16-f55ca0a6ae8f-3ced7ded {
        grid-column: span 2 / span 2;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a415-1480a412 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a417-1480a412 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a418-1480a412 {
        grid-column: span 1 / span 1;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a428-1480a412 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a43a-1480a412 {
        grid-column: span 1 / span 1;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a44e-1480a412 {
        grid-area: 3 / 1 / 4 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a44f-1480a412 {
        grid-row: 5 / 6;
        grid-column-end: 3;
        justify-self: center;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a454-1480a412 {
        grid-area: 4 / 1 / 5 / 3;
        justify-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_6092bd6c-39a2-07d7-08ef-0ac60eedb7b1-3ced7ded {
        grid-row: span 2 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_6092bd6c-39a2-07d7-08ef-0ac60eedb7b1-3ced7ded {
        grid-area: 1 / 1 / 2 / 2;
        align-self: center;
    }

    #w-node-acf742ce-e030-ca7e-135a-0a6f83c4091a-3ced7ded,
    #w-node-_7f18af54-b524-0f8c-664c-62331480a415-1480a412 {
        grid-area: 1 / 1 / 2 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a417-1480a412 {
        grid-area: 3 / 1 / 4 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a418-1480a412 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a428-1480a412,
    #w-node-_7f18af54-b524-0f8c-664c-62331480a43a-1480a412 {
        grid-column: span 2 / span 2;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a44e-1480a412 {
        grid-area: 2 / 1 / 3 / 3;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a44f-1480a412 {
        grid-row: 5 / 6;
    }

    #w-node-_7f18af54-b524-0f8c-664c-62331480a454-1480a412 {
        grid-row: 4 / 5;
    }
}



/* WEB FLOW CSS */

@font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
.w-icon-file-upload-remove:before {
    content: "\e900";
}
.w-icon-file-upload-icon:before {
    content: "\e903";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family:"Rubik", Sans-serif;
    ;
    font-size: 14px;
    line-height: 20px;
    color: #333;

}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.w-block {
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
input.w-button {
    -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}
.w-code-block {
    margin: unset;
}
pre.w-code-block code {
    all: inherit;
}
.w-optimization {
    display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    transition: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
}
.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #aaadb0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: unset !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.w-webflow-badge > img {
    position: unset;
    display: inline-block !important;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    color: #f58133;
    line-height: 44px;
    margin-top: 20px;
}
h2 {
    font-size: 32px;
    color: #f58133;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 35px;
}
blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}
figure {
    margin: 0;
    margin-bottom: 10px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
}
ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-embed:after {
    clear: both;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type='button'],
[type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.w-radio-input {
    margin-top: 3px;
}
.w-file-upload {
    display: block;
    margin-bottom: 10px;
}
.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333333;
}
.w-file-upload-error {
    display: block;
    margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}
.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer;
}
.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}
.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0;
}
.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}
.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}
.w-icon-file-upload-uploading {
    height: 20px;
}
.w-container {
    margin-left: auto;
    margin-right: auto;

}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.w-hidden-main {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: none !important;
    }
    .w-col-medium-1 {
        width: 8.33333333%;
    }
    .w-col-medium-2 {
        width: 16.66666667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.33333333%;
    }
    .w-col-medium-5 {
        width: 41.66666667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.33333333%;
    }
    .w-col-medium-8 {
        width: 66.66666667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.33333333%;
    }
    .w-col-medium-11 {
        width: 91.66666667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: none !important;
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-1 {
        width: 8.33333333%;
    }
    .w-col-small-2 {
        width: 16.66666667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.33333333%;
    }
    .w-col-small-5 {
        width: 41.66666667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.33333333%;
    }
    .w-col-small-8 {
        width: 66.66666667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.33333333%;
    }
    .w-col-small-11 {
        width: 91.66666667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333333%;
    }
    .w-col-tiny-2 {
        width: 16.66666667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.33333333%;
    }
    .w-col-tiny-5 {
        width: 41.66666667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.33333333%;
    }
    .w-col-tiny-8 {
        width: 66.66666667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.33333333%;
    }
    .w-col-tiny-11 {
        width: 91.66666667%;
    }
    .w-col-tiny-12 {
        width: 100%;
    }
}
.w-widget {
    position: relative;
}
.w-widget-map {
    width: 100%;
    height: 400px;
}
.w-widget-map label {
    width: auto;
    display: inline;
}
.w-widget-map img {
    max-width: inherit;
}
.w-widget-map .gm-style-iw {
    text-align: center;
}
.w-widget-map .gm-style-iw > button {
    display: none !important;
}
.w-widget-twitter {
    overflow: hidden;
}
.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}
.w-widget-twitter-count-shim * {
    pointer-events: none;
    user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: "Rubik", sans-serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}
.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0;
}
.w-background-video--control > [hidden] {
    display: none !important;
}
.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}
.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
    color: #fff;
}
.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
    background-color: #222;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
    box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
    position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}
.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}
.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}
.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.w-slider-force-show {
    display: block !important;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
.w-dropdown-toggle {
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;

}
.w-dropdown-toggle:focus {
    outline: 0;
}
.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}
.w-dropdown-link.w--current {
    color: #0082f3;
}
.w-dropdown-link:focus {
    outline: 0;
}
@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
    cursor: auto;
    font-style: normal;
    letter-spacing: normal;
    list-style: disc;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */
}
.w-lightbox-active {
    opacity: 0.3;
}
.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}
.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
    display: none;
}
.w-lightbox-noscroll {
    overflow: hidden;
}
@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }
    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }
    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }
    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: 0.5;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-richtext:after {
    clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.w-richtext figure {
    position: relative;
    max-width: 60%;
}
.w-richtext figure > div:before {
    cursor: default!important;
}
.w-richtext figure img {
    width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}
.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}
.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
    clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
    padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}
.w-nav {
    position: relative;
    background: #d9f5ff;
    z-index: 1000;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}


.w-nav-menu {
    position: relative;
    float: right;
}
[data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    text-align: left !important;
    overflow: visible;
    min-width: 200px;
}
.w--nav-link-open {
    display: block;
    position: relative;
    border-bottom: 1px solid;
    border-radius: 0px;
}
.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}
.w-nav-button {
    position: relative;
    float: right;
    padding: 10px;
    font-size: 55px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.w-nav-button:focus {
    outline: 0;
}
.w-nav-button.w--open {
    background-color: transparent;
    color: #f58133;
}
.w-nav[data-collapse='all'] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
    display: block;
}
.w--nav-dropdown-open {
    display: block;
}
.w--nav-dropdown-toggle-open {
    display: block;
}
.w--nav-dropdown-list-open {
    position: static;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse='medium'] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse='medium'] .w-nav-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse='small'] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse='small'] .w-nav-button {
        display: block;
    }
    .w-nav-brand {
        padding-left: 10px;
    }

}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse='tiny'] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse='tiny'] .w-nav-button {
        display: block;
    }
}
.w-tabs {
    position: relative;
}
.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}
.w-tab-link.w--current {
    background-color: #C8C8C8;
}
.w-tab-link:focus {
    outline: 0;
}
.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.w-tab-pane {
    position: relative;
    display: none;
}
.w--tab-active {
    display: block;
}
@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}
.w-dyn-hide {
    display: none !important;
}
.w-dyn-bind-empty {
    display: none !important;
}
.w-condition-invisible {
    display: none !important;
}
.wf-layout-layout {
    display: grid;
}
.w-code-component > * {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 10%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fa8333;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;


}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.head span a{
    font-size: 20px
}
.head span {
    font-size: 20px;
    color: #fff;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.innerBannerSection span a {
    font-weight: normal;
    color: #fff;
}
.innerBannerSection span a:hover {
    color: #f58133;

}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#00b5cf;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb a {
    color: #f8f8f8;
}
.breadcrumb a:hover {
    color: #f58133;
}
.breadcrumb .container{
    margin-left: 45px;
    margin-right: 45px;
}



.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */



/*custom css for nav*/

.menu-primary-menu-container ul{
    list-style: none !important;
}
.menu-primary-menu-container ul li a{
    font-size: 16px;
    padding: 15px;
    color: #033b63;
    background-color: #0000;
    font-weight: 700;
}
.menu-primary-menu-container ul li a:hover {
    background-color: #dbdbdb59;
    border-radius: 8px;
    color: #f58133;
}
.walsh-footer-wrapper-2 ul{
    list-style: none !important;
    padding-left: 0px;
}
.walsh-footer-wrapper-2 ul li{
    padding-bottom:5px;
    line-height: 2;
    color: #fff;
}
.walsh-footer-wrapper-2 ul li a{
    margin-top: 3px;
    font-size: 16px;
    margin-bottom: 3px;
    color: #fff;
}
.walsh-footer-wrapper-2 ul li a:hover{

    color: #f58133;
}

.grid-5 .div-block-8:nth-child(1) {
    background-image: url('assets/images/654243e7cca3358bce8d9f36_services-cloud-img-7.png') !important; /* Orange */
}

.grid-5 .div-block-8:nth-child(2) {
    background-image: url('assets/images/654243c737c73522af2bd66f_services-cloud-img-8.png') !important; /* Green */
}

.grid-5 .div-block-8:nth-child(3) {
    background-image: url('assets/images/654244066a7ba21e5187cd5f_services-cloud-img-6.png') !important; /* Pink */
}


@media (max-width: 768px) {

    .innerBannerSection .head{
        left: 37%;
        top: 40px;
    }
    .innerBannerSection h1{
        font-size: 18px !important;
    }
    .innerBannerSection{
        height: 150px !important;
    }
    .head span a {
        font-size: 15px;
    }
    .head span {
        font-size: 14px;
        color: #fff;
    }
    .w-dropdown-toggle {
        border-bottom: 1px solid;
        border-radius: 0px;
    }
    .Quick{
        margin-bottom: 10px;
    }
}


.Quick-links {
    width: 100%;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    overflow: hidden;
    /*    display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;*/
    text-align: center;
    width: 100%;
}

.Quick-links::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(121 216 231 / 20%);
}

.Quick {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #f06f2270;
    box-shadow: 0px 0px 13px -5px #00000066;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.Quick:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.Quick img {
    width: 45px;
    position: relative;
}


.Quick h3 {
    color: #03b5a1;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
}

.Quick p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.Quick-head {
    text-align: center;
}



/*=======*/


.testimonial-section {
    background-color: #F5F8FA;
}



.testimonial-left {
    background-color: #fdc98f;
    color: #FFD43B;
    padding: 80px 40px;
    border-top-right-radius: 150px;
}

.testimonial-heading {
    position: relative;
}

.testimonial-heading .quote-mark {
    font-size: 60px;
    color: #000000;
    line-height: 0.8;
    display: inline-block;
}

.testimonial-heading h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
    font-weight: 600;
    padding-top: 15px;
    background: linear-gradient(177deg, #f45f00, #f58133, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.testimonial-heading h2 span {
    display: block;
    margin-top: 10px;
}

.testimonial-heading .quote-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-right {
    background-color: #F5F8FA;
    padding: 60px 50px;
    position: relative;
}

.testimonial-content {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.testimonial-text {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #222;
    margin-bottom: 40px;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    font-size: 24px;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.testimonial-right {
    background-color: #F5F8FA;
    padding: 22px 50px;
    position: relative;
}

#testimonalSlider {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

#testimonalSlider .item {
    padding: 20px;
}

#testimonalSlider .item p {
    font-size: 18px;
    color: #444;
    line-height: 1.8;

}

/* Testimonial Author Text (Optional) */
.testimonial-author {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    background: #407f9d !important;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}



/* news-section */
.news-section {
    padding: 50px 0 30px;
    position: relative;
    width: 100%;
    clear: both;
    background: #fff;
}

.news-head h2 {
    /* font-size: 42px;
line-height: 1;
color: #454545; */
}

.text-before p {
    color: #0009;
    position: relative;
    padding: .5rem 1rem;
    margin: 0;
}

.text-before p::before {
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: 100%;
    content: "";
    background: #c25144;
}

.news-head p {
    /* font-size: 15px; */
}

.news-head h2::after {
    position: absolute;
    top: 9%;
    right: 4%;
    width: 58%;
    height: 1px;
    content: "";
    background: #ccc;
}

.news-img {
    overflow: hidden;
    border-radius: .8rem .8rem 0 0;
}

.news-img img {
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
    height: 20rem;
}

.news-box {
    box-shadow: -4px 4px 13px 3px #2d53db1a;
    padding: 0 0 20px 0;
    border-radius: .8rem;
    margin-bottom: 30px;
    background: #fff;
    height: 430px;
}

.news-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 5px;
    list-style: none;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.news-txt ul li {
    font-size: 16px;
    color: #000;
}

.news-txt ul .days {
    font-size: 14px;
    color: #000000b3;
}

.news-txt h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    --lh: 1.4rem;
    --max-lines: 2;
    height: 67px;
    overflow: hidden;
    margin: 0;
	    margin-bottom: 10px;
}
.news-txt p:first-of-type {
    color: #000000b3;
    font-size: 16px;
    --lh: 1.4rem;
    --max-lines: 2;
    max-height: 42px;
    overflow: hidden;
	display:block !important;
}
.news-section .news-txt p{
	display:none;
}


.news-txt {
    padding: 0 10px;
}

/* news-section end  */

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    display: none;
}
