
.text-color-white {
    color: #fff;
    font-family: Open Sans, sans-serif;
    letter-spacing: -1%;
    font-size: calc(7px + 1vw);
    
}
.text-color-white-main{
    color: #fff;
    font-family: Open Sans, sans-serif;
    letter-spacing: -1%;
}
.text-color-black {
    color: #000000;
    font-family: Open Sans, sans-serif;
    letter-spacing: -1%;
    font-size: calc(8px + 1vw);
}
.text-color-black-faq {
    color: #000000;
    font-family: Open Sans, sans-serif;
    letter-spacing: -1%;
    font-size: calc(4px + .7vw);
}
.text-color-orange {
    color: #fe5b02;
    font-family: Open Sans, sans-serif;
    letter-spacing: -1%;
}
.digital-platform {
    
    height: min(25vw, 320px);
    /*min-height: 200px;*/
    background-color: #fe5b02;
}
.testenv {
    background-color: #fb0000;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    padding: 1px;
  }
.header{
    height: 10vw;
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
}
.logo{
    width: 20vw;
    height: auto;

}
.content1{
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: .8vw;
    text-align: center;
}
.content2{
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    font-size: 32px;
}
.content3{
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
}
.content4{
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2px;
    text-align: right;
}
.content5{
	background-color: #fff;
	width: 100%;
	height: auto;
	text-align: center;
	padding: .5%;
	position: relative;
	vertical-align: top;
		
}
.prohibited{
	display: inline-block;
	padding: 2%;
	background-color: white;
	text-align: center;
	color: #fe5b02;
	font-family: Maax;
	width: auto;
	height: auto;
	vertical-align: top;
		
}
.flex-grid-container{
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
}
.flex-grid-container-column{
    display: inline-block;
    width:30%;
    min-width: 330px;
    height: auto;
    padding: .4vw;
    text-align: center;
    
}
.flex-grid-data{
    padding: 17px 50px;
    background-color: #e5e8e8;
}
.container {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    height: 100%;
}
.preheader{
    height: 6%;
}
.container-left {
    position: relative;
   width: 50%;
   height: 100%;
   margin-right: 10px;
}
.container-right{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
}
h1{
    font-size: 4vw;
    line-height: 3.5vw;
    font-weight: 700px;
}
h3{
    font-size: min(4vw, 30px);
    line-height: 3.5vw;
    font-weight: 700px;
    color: #fe5b02;
}
h4{
    font-size: calc(15px + 1vw);
    line-height: 60px;
    font-weight: 700px;
    color: #fe5b02;
    margin: 4px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1vw;
    line-height: min(30px, 3.5vw);
    
}
input[type=submit]{
    background-color: #fff;
    border: 2px;
    border-style: solid;
    border-color: #fe5b02;
    color: #fe5b02;
    padding: .8vw 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: min(300px, 40vw);
    font-family: Open Sans, sans-serif;
    font-size: calc(8px + 1vw);
    font-weight: 700;

  }
input[type=submit]:hover{
    background-color: #fe5b02;
    color: #fff;
}
video{
    width: 65%;
}
.carousel-swoopfill-container-blue{
    position: absolute;
    right: -164px;
    z-index: 5;
    height: 115%;
}

.inp{
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 280px;
  border-radius: 3px;
  overflow: hidden;
}

.label{
    position: absolute;
    top: 10px;
    left: 12px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #fe5b02;
    font-weight: 700;
    transform-origin: 0 0;
    transform: translate3d(0,0,0);
    transition: all .2s ease;
    pointer-events: none;   
}
.focus-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: lef;
}

input[type=search]{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 4px;
    border-color: blue;
    border-style: solid;
    font-family: inherit;
    padding: 16px 12px 12px 12px;
    height: 56px;
    font-size: calc(8px + 1vw);
    font-weight: 400;
    background: #f7f7f7;
    box-shadow: inset 0 -1px 0 #fff;
    color: #000000;
    transition: all .15s ease;
}
input[type=search]:hover{
    background: #e5e0e0;
    border-style: none;
    box-shadow: inset 0 -1px 0 #fe5b02;
}

input[type=search]:not(:placeholder-shown){
    border-style: none;
  +.label{
    color: rgba(#fff,.5);
    transform: translate3d(0,-35px,0) scale(.75);
  }
}   

input[type=search]:focus{
    box-shadow: inset 0 -3px 0 #fe5b02;
    background: #e5e0e0;
    border-style: none;
    outline: none;
    +.label{
        color: #fe5b02;
        transform: translate3d(0,-35px,0) scale(.75)
    }
}

.accordion {
    background-color: #e5e8e8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    line-height: 32px;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    font-family: Open Sans, sans-serif;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


@media screen and (max-width: 600px) {
    .text-color-white {
        font-size: calc(4.5px + 1vw);
        
    }
    .text-color-black-faq {
        font-size: 12px;
    }
    video{
        width: 100%;
    }


}
