/** @ProductionAllowed */
.templatebuilder_PLUG_element_maincontainer_MainContainer {
    font-family: sans-serif;
    box-sizing: border-box;
    font-size: 1em;
    color: #909090;
    cursor: auto;
}

html {
    height: 100%;
}

/*
Portal pages often insert extra elements which can produce unnecessary gaps. To avoid this, we hide empty elements without CSS classes.
This means every empty element that should be visible must have a CSS class.
*/
.templatebuilder_PLUG_element_maincontainer_MainContainer > :not([class]):empty {
    display: none;
}


/** @ProductionAllowed */
.templatebuilder_PLUG_element_static_Image img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.templatebuilder_PLUG_element_static_Image svg:not(:root) {
    overflow: hidden;
}

.templatebuilder_PLUG_element_static_Image_PictureElement {
    display: flex;
}

.templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image_Img {
    width: 100%;
    height: 100%;
}

.templatebuilder_PLUG_element_static_Image_Img {
    align-self: flex-start;
    object-fit: contain;
}

.templatebuilder_PLUG_element_static_Image.autoWidth,
.templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_Img {
    width: fit-content;
}

.templatebuilder_PLUG_element_static_Image.autoHeight,
.templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_PictureElement,
.templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_Img {
    height: fit-content;
}

.templatebuilder_PLUG_element_static_Image_BoldLabel .templatebuilder_element_editor_GridFieldLabel {
    font-weight: bold;
}

@supports (-webkit-hyphens:none){
    .templatebuilder_PLUG_element_static_Image_PictureElement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .templatebuilder_PLUG_element_static_Image.autoWidth,
    .templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_PictureElement,
    .templatebuilder_PLUG_element_static_Image.autoWidth .templatebuilder_PLUG_element_static_Image_Img {
        width: auto;
    }

    .templatebuilder_PLUG_element_static_Image.autoHeight,
    .templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_PictureElement,
    .templatebuilder_PLUG_element_static_Image.autoHeight .templatebuilder_PLUG_element_static_Image_Img {
        height: auto;
    }
}

/** @ProductionAllowed */

.templatebuilder_PLUG_element_container_menu_Menu {
    filter: none;
}

.templatebuilder_PLUG_element_container_menu_Menu a {
    text-decoration: none;
}

.templatebuilder_PLUG_element_container_menu_Menu a:focus {
    outline: thin dotted;
}

.templatebuilder_PLUG_element_container_menu_Menu a:hover:not(.templatebuilder_PLUG_element_static_Link),
.templatebuilder_PLUG_element_container_menu_Menu a:active:not(.templatebuilder_PLUG_element_static_Link) {
    outline: 0;
}

.templatebuilder_PLUG_element_container_menu_Menu_TextInputWidth {
    width: 100%;
    margin-bottom: 0.4rem;
}

.templatebuilder_PLUG_element_container_menu_Menu_CloseMenuContainer {
    display: flex;
}

.templatebuilder_PLUG_element_container_menu_Menu_ChildrenContainer {
    height: 100%;
    flex-grow: 1;
    align-items: stretch;
}

.templatebuilder_PLUG_element_container_menu_Menu_Hamburger {
    display: none;
    line-height: 1px;
}

.templatebuilder_PLUG_element_container_menu_Menu_Hidden {
    display: none;
}

.templatebuilder_PLUG_element_container_menu_Menu_Hamburger .templatebuilder_PLUG_element_container_menu_Menu_HamburgerIcon,
.templatebuilder_PLUG_element_container_menu_Menu_CloseButton {
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    line-height: 1px;
}

.templatebuilder_PLUG_element_container_menu_Menu_Menu {
    line-height: 1px;
}

.templatebuilder_PLUG_element_container_menu_Menu_Menu,
.templatebuilder_PLUG_element_container_menu_Menu_MenuContent {
    height: 100%;
}

@media only screen and (max-width: 992px) {

    body:has(.templatebuilder_PLUG_element_container_menu_Menu_Open),
    body:has(.templatebuilder_PLUG_element_container_menu_Menu:focus-within) {
        overflow: hidden !important;
    }

    .templatebuilder_PLUG_element_container_menu_Menu {
        background-color: transparent !important;
        border-radius: 0 !important;
        height: auto !important;
        width: auto !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Open .templatebuilder_PLUG_element_container_menu_Menu_MenuContent {
        pointer-events: none;
        user-select: none;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Open .templatebuilder_element_Base {
        pointer-events: auto;
        user-select: auto;
    }

    body:has(.templatebuilder_PLUG_element_container_menu_Menu_Open) {
        overflow-y: hidden;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Hamburger {
        display: inline-block;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_MenuContent {
        display: none;
        position: fixed;
        z-index: 9998;
        box-sizing: border-box;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Open .templatebuilder_PLUG_element_container_menu_Menu_MenuContent,
    .templatebuilder_PLUG_element_container_menu_Menu:focus-within .templatebuilder_PLUG_element_container_menu_Menu_MenuContent {
        display: flex;
        flex-direction: column;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Hamburger .templatebuilder_PLUG_element_container_menu_Menu_HamburgerIcon,
    .templatebuilder_PLUG_element_container_menu_Menu_CloseButton {
        display: block;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_Hamburger .templatebuilder_PLUG_element_container_menu_Menu_HamburgerIcon::after {
        content: '  ';
        display: block;
        mask-image: url('../cssImages/templatebuilder/inputs/menu/hamburger-icon.svg');
        mask-repeat: no-repeat;
        mask-size: 100%;
        -webkit-mask-image: url('../cssImages/templatebuilder/inputs/menu/hamburger-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
    }

    .templatebuilder_PLUG_element_container_menu_Menu_CloseButton::after {
        content: '  ';
        display: block;
        mask-image: url('../cssImages/templatebuilder/inputs/menu/close-icon.svg');
        mask-repeat: no-repeat;
        mask-size: 100%;
        -webkit-mask-image: url('../cssImages/templatebuilder/inputs/menu/close-icon.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
    }
}

/** @ProductionAllowed */
a.templatebuilder_PLUG_element_static_Link {
    text-decoration: none;
}

a.templatebuilder_PLUG_element_static_Link:focus {
    outline: thin dotted;
}

/*
 * To maintain the previous behavior we need to exclude this classes
 */
a.templatebuilder_PLUG_element_static_Link:hover:not(.templatebuilder_preview_item_Item_Hover):not(.templatebuilder_preview_item_DragAndDrop_Dragged),
a.templatebuilder_PLUG_element_static_Link:active:not(.templatebuilder_preview_item_Item_Hover):not(.templatebuilder_preview_item_DragAndDrop_Dragged) {
    outline: 0;
}

.templatebuilder_PLUG_element_static_Link_HideLabel {
    display: none;
}

/** @ProductionAllowed */
.templatebuilder_PLUG_element_static_EmbedCode_empty {
    width: 100%;
    height: 100px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.templatebuilder_PLUG_element_static_EmbedCode_EmbedElement {
    pointer-events: none;
}

/** @ProductionAllowed */
.templatebuilder_PLUG_element_container_Carousel {
    --items-per-slide: 3;
    --animation-duration: 0.6;
    --grid-gap: 10px;
    --primary-color: var(--tin-primary500);
    --secondary-color: #ffffff;
    --size: 20px;
    transition: opacity 0.2s ease-in;
}

.templatebuilder_PLUG_element_container_Carousel_Hidden {
    opacity: 0;
}

.uicore_layout_Grid_rowGapXL:has(.templatebuilder_PLUG_element_container_Carousel_ProgressStyle) {
    grid-row-gap: unset;
}

.uicore_layout_Grid_rowGapXL:has(.templatebuilder_PLUG_element_container_Carousel_ProgressStyle) > .templatebuilder_element_editor_GridFieldItem {
    margin-bottom: 1rem;
}

.templatebuilder_PLUG_element_container_Carousel_Container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.templatebuilder_PLUG_element_container_Carousel_UpperHalf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    overflow: hidden;
}

.templatebuilder_PLUG_element_container_Carousel_LowerHalf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButtonWrapper,
.templatebuilder_PLUG_element_container_Carousel_NextButtonWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: transparent;
    border-color: transparent;
    user-select: none;
    cursor: pointer;
    outline: none;
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButton::after,
.templatebuilder_PLUG_element_container_Carousel_NextButton::after {
    mask-size: 55%;
    aspect-ratio: 1;
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButton::after,
.templatebuilder_PLUG_element_container_Carousel_NextButton::after,
.templatebuilder_PLUG_element_container_Carousel_ProgressButtons::after,
.templatebuilder_PLUG_element_container_Carousel_AutoplayButton::after {
    content: " ";
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    display: block;
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_dot-"] {
    background: var(--secondary-color);
    border-radius: 50%;
    width: min-content;
    height: min-content;
}
.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_dot-"],
.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_number-"] {
    cursor: pointer;
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_dot-"]::after {
    width: var(--size);
    height: var(--size);
    background-color: var(--primary-color);
    mask-size: contain;
}
.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_counter-"]::after {
    content: "";
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_number-"]::after {
    content: attr(data-progress-slide);
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons[class*="templatebuilder_PLUG_element_container_Carousel_number-"] {
    display: flex;
    align-items: center;
    font-size: calc(var(--size) * 0.5);
    padding: 0.3em 0.6em;
    border-radius: 4px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: var(--secondary-color);
}
.templatebuilder_PLUG_element_container_Carousel_ProgressButtons.templatebuilder_PLUG_element_container_Carousel_number-selected {
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtonsWrapper {
    display: flex;
    margin: 20px 0.5rem 0;
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons {
    display: flex;
    user-select: none;
    color: var(--primary-color);
    border: none;
    padding: 0;
}

.templatebuilder_PLUG_element_container_Carousel_CarouselContent {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
}

.templatebuilder_PLUG_element_container_Carousel_CarouselContent:empty {
    place-content: center;
}

.templatebuilder_PLUG_element_container_Carousel_Slide {
    position: relative;
    display: flex;
    height: 100%;
    flex: 0 0 calc(100% - var(--grid-gap));
    width: calc(100% - var(--grid-gap));
    gap: var(--grid-gap);
    padding: 0 calc(var(--grid-gap) / 2);
    transition: transform calc(1s * var(--animation-duration)) ease-in-out;
}

.templatebuilder_PLUG_element_container_Carousel_Slide > .templatebuilder_element_Base,
.templatebuilder_PLUG_element_container_Carousel_Slide > [id^="Divider"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% + var(--grid-gap)) / var(--items-per-slide) - var(--grid-gap));
    max-width: calc((100% + var(--grid-gap)) / var(--items-per-slide) - var(--grid-gap));
    box-sizing: border-box;
    overflow: hidden;
}

.templatebuilder_PLUG_element_container_Carousel .disabled-item {
    opacity: 0.5;
    pointer-events: none;
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButton.templatebuilder_PLUG_element_container_Carousel_Icon-arrow::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-arrow.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-arrow.svg');
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButton.templatebuilder_PLUG_element_container_Carousel_Icon-caret::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-caret.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-caret.svg');
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButton.templatebuilder_PLUG_element_container_Carousel_Icon-triangle::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-triangle.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/prev-triangle.svg');
}

.templatebuilder_PLUG_element_container_Carousel_NextButton.templatebuilder_PLUG_element_container_Carousel_Icon-arrow::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-arrow.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-arrow.svg');
}

.templatebuilder_PLUG_element_container_Carousel_NextButton.templatebuilder_PLUG_element_container_Carousel_Icon-caret::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-caret.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-caret.svg');
}

.templatebuilder_PLUG_element_container_Carousel_NextButton.templatebuilder_PLUG_element_container_Carousel_Icon-triangle::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-triangle.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/prevNextButtons/next-triangle.svg');
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons.templatebuilder_PLUG_element_container_Carousel_dot-more::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-more.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-more.svg');
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons.templatebuilder_PLUG_element_container_Carousel_dot-repose::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-repose.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-repose.svg');
}

.templatebuilder_PLUG_element_container_Carousel_ProgressButtons.templatebuilder_PLUG_element_container_Carousel_dot-selected::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-selected.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/progressButtons/dot-selected.svg');
}

.templatebuilder_PLUG_element_container_Carousel_AutoplayButton::after {
    mask-image: url('../cssImages/templatebuilder/elements/carousel/pause.svg');
    -webkit-mask-image: url('../cssImages/templatebuilder/elements/carousel/pause.svg');
}

.templatebuilder_PLUG_element_container_Carousel_PreviousButtonWrapper:focus-visible .templatebuilder_PLUG_element_container_Carousel_Icon-arrow,
.templatebuilder_PLUG_element_container_Carousel_NextButtonWrapper:focus-visible .templatebuilder_PLUG_element_container_Carousel_Icon-arrow {
    outline-style: auto;
}

/** @ProductionAllowed */
.templatebuilder_PLUG_element_static_SocialMedia_Nav {
    display: inline-block;
}

.templatebuilder_PLUG_element_static_SocialMedia_SocialLinksList {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 0px;
}

.templatebuilder_PLUG_element_static_SocialMedia_LinkItem {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -3000px;
    display: inline-block;
}

