.elementor-2439 .elementor-element.elementor-element-1aa8ecc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2439 .elementor-element.elementor-element-88e5e38{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2439 .elementor-element.elementor-element-40b60c4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2439 .elementor-element.elementor-element-f39bd06{background-color:#DDB148;padding:10px 0px 10px 0px;text-align:center;}.elementor-2439 .elementor-element.elementor-element-f39bd06 .elementor-heading-title{font-family:"Georgia", Sans-serif;font-weight:400;}@media(max-width:575px){.elementor-2439 .elementor-element.elementor-element-88e5e38{--min-height:300px;}}@media(min-width:576px){.elementor-2439 .elementor-element.elementor-element-88e5e38{--width:40%;}.elementor-2439 .elementor-element.elementor-element-40b60c4{--width:60%;}}/* Start custom CSS for container, class: .elementor-element-40b60c4 */@media screen and (min-width: 480px) {
.scrollcon {
max-height: 95vh; /* Set the maximum height of the container to 60% of the viewport height */
overflow-x: hidden;/* Prevent horizontal scrolling */
overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
border: 0px solid #ccc; /* Border style for the container */
border-radius: 0px; /* Applies a border-radius to the scrollbar track */
    }
}

@media screen and (min-width: 480px) {
.scrollcon::-webkit-scrollbar {
width: 16px;/* Sets the width of the scrollbar */
    }
}

@media screen and (min-width: 480px) {
.scrollcon::-webkit-scrollbar-track {
background: BLACK; /* Sets the background color of the scrollbar track */
border-radius: 10px; /* Applies a border-radius to the scrollbar track */
    }
}

@media screen and (min-width: 480px) {
.scrollcon::-webkit-scrollbar-thumb {
background: #000; /* Sets the background color of the scrollbar thumb */
border-radius: 0px; /* Applies a border-radius to the scrollbar thumb */
    }
}/* End custom CSS */
/* Start custom CSS */@media screen and (min-width: 480px) {
  html {
    position:fixed;
    width:100%;
  }
}/* End custom CSS */