.elementor-91 .elementor-element.elementor-element-111f3525{--display:flex;--min-height:12vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:50;}.elementor-91 .elementor-element.elementor-element-111f3525:hover{background-color:#0C2645;}.elementor-91 .elementor-element.elementor-element-111f3525.e-con{--e-con-transform-flipY:-1;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-91 .elementor-element.elementor-element-637bfade{width:initial;max-width:initial;column-gap:0px;text-align:right;font-family:"Jost", Sans-serif;font-size:18px;font-weight:400;}.elementor-91 .elementor-element.elementor-element-637bfade > .elementor-widget-container{--e-transform-flipY:-1;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-91 .elementor-element.elementor-element-637bfade.elementor-element{--align-self:center;}#elementor-popup-modal-91 .dialog-message{width:100px;height:auto;}#elementor-popup-modal-91{justify-content:flex-end;align-items:center;}#elementor-popup-modal-91 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-91 .dialog-message{width:40px;}#elementor-popup-modal-91{justify-content:flex-end;align-items:center;}}@media(min-width:768px){.elementor-91 .elementor-element.elementor-element-111f3525{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-637bfade */.elementor-91 .elementor-element.elementor-element-637bfade .elementor-heading-title {
writing-mode: vertical-lr;
text-orientation: sideways-right;
}/* End custom CSS */
/* Start custom CSS */.popup :focus {
outline: 0 !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* This class targets your container */

.container {
    background-color: #B49151;
    transition: all 0.6s ease-in-out;
}


/* This changes the background color of that container on hover */

.container:hover {
    background-color: #232E40 !important;
}


/* This class targets your text editor(s) */

.text {
    color: #232E40 !important;
    transition: all 0.6s ease-in-out !important;
    writing-mode: vertical-lr;
text-orientation: sideways-right;
}


/* This combines the background color change and the text color change */

.container:hover .text {
    color: #B49151 !important;
}


/* This stops the effect from happening on mobile devices - make sure the colors match your normal state colors if you leave this in */

@media only screen and (max-width: 767px) {
    .container:hover
    {
        background-color: #FFFFFF !important;
        transition: none;
    }
    .container:hover .text {
        color: #101010 !important;
    }
}


/* That's it - have fun and play around with the colors and transition durations ;) *//* End custom CSS */