html, body {
    overflow-x: hidden;
}

/* Menu large */
#menu_large {
    left: 0em;
    top: 16px;
}

#menu_large .menuback {
    display: none;
    width: 100%;
    height: 110px;
    top: 8px;
    left: 0px;
}

#menu_large .menutextbox {
    width: 100%;
    height: 110px;
    top: 8px;
    left: 0px;
    text-align: left;
}

#menu_large .menutextbox .menubox {
    margin: 0em auto;
}

#menu_large .menutextbox .menubox .small {
    width: auto;
    float: left;
    margin-right: 3.3%;
    padding-top: 0em;
    text-align: center;
}

#menu_large .menutextbox .menubox .small a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 23px;
}

#menu_large .menutextbox .menubox .small .menuImgAlign {
    width: auto; 
    padding: 0em;
}

#menu_large .menutextbox .menubox .small .menuTextAlign {
}

/* End Menu large */

/* Mobile menu */
div.wrap_mobilemenu {
    position:absolute;
    margin-left:20px;
    cursor: pointer;
    display: block !important;
    margin-top: 1.5em;
    left: 1em;
}

#menu_small>div {
    font-weight: bold;
    margin-bottom:30px;
}

#menu_small>div>div {
    font-weight: normal;
    margin:20px 0;
    width: 95%;
}

div.buttonMenu {
    display: block;
}

div.buttonMenu div {
}

#menu_small {
    width:70%;
    overflow:hidden;
}

#btnmenuopen {
    display: block;
    width:30px;
    height:40px;
}

/* End Mobile menu */

/* HTML */
html,body {

}

/* End HTML */

/* Containers */
div.header {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div.content {
    margin-bottom: 5vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.footer-content {
    text-align: left;
    font-size: 5vw;
    padding-top: 5vw;
}

.footer-innercontent {
    width:95%;
}

.footer-innersection2 {
    margin-top: 2em;
    padding: 0;
}

.footer-innersection2>.text01 {
    width:100%;
    text-align: left;
}

.footer-section1 {
    width: 100%;
}

.footer-section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-logo {
    margin-left:10px;
    margin-top: 10px;
}

#small-header .header-logo img {
    width: 30em;
    left: -5em;
    top: 0;
}

#main-header .header-logo img {
    width: 30em;
    left: -5em;
    top: -5em;    
}

.logo-overlay {
    
}

#main-header .header-searchbar {
    margin-top:20px;
}

#small-header .header-searchbar {
    margin-top:6px;
}

.logos-container .row {
    margin-bottom: 20px;
}

.home-section {
    width:90%;
    margin:30px 0 60px 0;
}


.products-section {
    height:auto !important;
}

.product-description-container {
    margin-bottom:20px;
}

.header-content {
    height:180px;
    width: 100%;
    background: none;
}

div.innercontent01 {
    grid-template-columns: repeat(1, auto);
    width:100%;
}

div.innercontent02 {
    grid-template-columns: repeat(1, auto);
    width:100%;
}

div.innercontent03 {
    width: 90%;
    margin: 2vw auto 2vw auto;
    font-size: 5vw;
}

div.innercontent04 {
    width: 100%; 
    row-gap: 0vw;
    margin-top: 5vw;
    border-radius: 10px;
}

div.innercontent05 {
    grid-template-columns: repeat(1, auto);
    width:100%;
}

.arrow-content {
    height:200px;
}

.product-image-container {
    width:100%;
    height:240px;
}

.arrow-image {
    width: 7%;
}

.form-rounding {
    width:100%;
}

.form-box {
    flex-direction: column;
}

.form-box .login-image {
    flex: 30vh;
}

.agent-file-row-container {
    display:flex;
    justify-content:center;
}

.header-content {
    position: relative;
}

.inner-header-content {
    width:100%;
}

.header-search-container {
    display:flex;
    margin-left:10px;
}

.header-user-info {
    width:200px;
    margin-left:10px;
}

.header-content .right-div {
    margin-top:20px;
    margin-left:10px;
}

.contact-submit-container {
    width:100%;
}

.header-menu {
    display:none;
}

.option-container {
    width:70vw;
}

.custom-select-container {
    width: 95%;
}

div.agentportal_container {
    display: none;
}

.flex-container01 {
    flex-direction: column; 
    justify-content: space-around; 
    margin-bottom: 0.5em;
    gap: 2em;
}

.flex-container02 {
    flex-direction: column; 
    justify-content: space-around; 
    margin-bottom: 0.5em;
    gap: 1em;
}

/* End Containers */

/* Slideshows */
.slideshowcontainer .large li {
    height: 235px;
}
.slideshowcontainer .medium li {
    height: 300px;
}

.image-container {
    height: 300px;
    display:flex;
    width:100%;
    overflow:hidden;
    justify-content: center;
}

.small-slideshow-image {
    height: 178px;
    top: 2em !important;
}
.small-slideshow-image img {
    width:auto;
    top: 2em !important;
}

.login-img-logo {
    width: 26em !important;
    top: 0 !important;
    position: relative !important;
    left: -2em !important;
}

/* Slideshows */

/* Sections */
div.section02 {
    flex: 0 0 90%;
    font-size: 5vw;
    padding: 4vw;
}

div.section02 img {
    width: 10%; 
    margin-right: 5vw;    
}

div.section02 div {
    width: 70%;
}

.footer-innersection1 {
    margin-bottom: 8vw;
}

/* End Sections */

/* Links and Buttons */

.button-change-lang-large {
    margin: 14px 10px 0 0;
    float:left;
}

.button-change-lang {
    margin-top: 0px;
}

.home-screen-link {
    display:none;
}

.button03 {
    width:100%;
    text-align:center;
    padding: 10px 0;
}

a.button01 div {
    width:90%;
}

/* End Links and Buttons */

.agency-file-row {
    font-size: 20px;
}

.agency-file-row>div {
    max-width:200px;
}

.proposal-form {
    width:100px;
}

.header-logo .portal {
    display:none;
}

/* Text */

.label-text {
    font-size: 7vw;
}

.form-title{
    width:100%;
    height:16.6%;
    font-size: 25px;
    text-align: center;
}

#options {
    width: 90%;
    gap: 0em;
}

.content-title {
    font-size: 10vw;
    width:90%;
    margin-top: 4vw;
    line-height: 15vw;
}

.option-title {
    width: 100%;
    text-align: center;
    font-size: 6vw;
    line-height: 7vw;
    margin-top: -1em;
}

.product-label-text {
    margin-bottom:30px;
}

.product {
    margin-bottom:30px;
}

.product-title {
    margin-top:10px;
    font-size: 8vw;
    line-height: 9vw;
}


.grid-logo-image {
    max-width: 30vw;
    max-height:20vh;
    margin:auto;
}

.product-details-text {
    font-family: 'AeonikPro';
    font-size: 3vw;
    font-weight: 200;
    width:100%;
    text-align: left;   
}

.product-details-image {
    max-height:500px;
    margin: 5vw auto 5vw auto;
    width: 100%;
}

.inner-form label {
    font-size: 4vw;
    line-height: 43.57px;
}

.inner-form a {
    font-size: 4.1vw;
}

.inner-form .product-details-text {
    font-size: 4vw;
}

.inner-form input {
    font-size: 4vw;
}

form .simple-row {
    border: none;
}

form .row {
    display: block;
    height:auto;
    margin:0;
}

.simple-row label {
    border:none;
}

.simple-row input {
    border: 2px solid #ECECEC;
    width:95%;
    margin-bottom: 20px;
    font-size: 5vw;
}

.simple-row textarea {
    border: 2px solid #ECECEC;
    width:95%;
    font-size: 5vw;
}

.footer-section2 .text01 {
    margin-left:10px;
    font-size: 5vw;
}

.about .about-title {
    font-size: 40px;
    font-weight: 200;
    line-height: 48.41px;
}

.about .about-text {
    font-size: 5vw;
    font-weight: 200;
    margin-top:40px;
}

.learn-more-label {
    font-size: 5vw;
    margin-top:40px;
}

.partners-text {
    width: 90%;
}

.form-label {
    font-size: 40px;
}
/* End Text */

/* Fields */
.custom-select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 40px 0 10px;
    height: 60px;
    width: 100%;
    background-size: 39px 30px;
}

.custom-select::after {
    top: 50%;
    right: 10px;
    font-size: 12px;
}

.custom-select option {
}

.custom-select {
    font-size: 5vw;
}

form .row {
    width:100%;
    font-size: 5vw;
    margin-bottom: 0px;
    border-style: none;
}

form .text-input {
    height:60px;
}

/* End Fields */

/* Swiper.js */
.swiper {
    width: 100%;
    height: 145px;
}

.swiper-text {
    font-size: 4vw;
}
/* End Swiper.js */
