@charset "UTF-8";

body, html {
	font-family:"Noto Sans", sans-serif;
	background-color:rgba(55,68,100,1.00);
	margin: 0 auto;
	font-style: normal;
	font-weight: 100;
	width: 100vw;
    height: 100%;
	overflow-x: hidden;
	text-align: left;


}
* {
	scroll-behavior: smooth;
}

li {
	font-family: "Noto Sans", sans-serif;
	line-height: 1.5;
	font-weight: 200;
	font-size: 18px;
}
h3 {
	text-align: left;
}
.center-logo {
	display:none;
}

.hide-robot {
	display:none;
	visibility: hidden;
	opacity: 0;
	
		}
.g-recaptcha {
	margin: 1vw 0vw .5vw .5vw;
    }
.nav {
	
	position: fixed;
	width: 100%;
	padding: .5vw 2vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	align-content: center;
	background-color:rgba(240,240,240,1.00);
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:99;
	
}
.nav img {
	width: 17%;
	padding: .50vw 0;
}
.nav-links {
	margin-top:3vw;
	
}

.nav-links a {
	font-family: "Varela", sans-serif;
	padding: 0 1vw;
	text-decoration: none;
	font-size: 18px;
	color: rgba(31,36,54,1.00);
	font-weight: 500;
	transition: 700ms ease;



}
.nav-links a:hover  {
		 color: rgba(1,132,200,1.00);

}
.mainBanner {
	display: flex;
	width: 100%;
	height: 100vh;
	background-color: rgba(30,37,54,1.00);
	
}
.textBox {
	width: 50%;
	margin-top: 2vw;
	margin-left: 4vw;
	box-sizing: border-box;
	text-align-last: left;

}
.textBox img {
	margin-top: 13vw;
	width: 70%;


}
.textBox p {
	width: 75%;
	color: silver;
	font-weight: 300;
	font-size: 18px;
}
.textBox h2 {
	font-weight: 700;
	margin-top: 4vw;
	font-size: 2em;
	color:silver;
}
strong {
	font-weight: 900;
	font-size: 1.3em;
	text-decoration: underline;
	text-decoration-color:rgba(1,132,200,1.00);
	
}
.v570A img {
	width: 3.5%;
}
.v570B img {
	width: 5%;
}
.textBox h3 {
	color: rgba(243,112,60,1.00);
}
  .btnContain {
            display: flex;
            
         	margin-top: 3vw;
        }

        .mainButton {
            position: relative;
          	border-bottom: 9px solid rgba(240,111,60,1.00);
	border-top: none;
	border-left: 9px solid rgba(231,109,62,1.00);
	border-right: 9px solid rgba(231,109,62,1.00);
            border-radius: 4px;
            text-decoration: none;
            color:silver;
            background-color:rgba(1,132,200,.5);
            font-weight: bold;
            text-transform: uppercase;
            transition: 1s all ease-in-out;
            overflow: hidden;
			width: 40%;
			margin-top: 1vw;
			padding: 1vw 1vw;
			text-align: center;
        }

        .mainButton::before {
            position: absolute;
            content: '';
            width: 420px;
            height: 400px;
            background-color:rgba(30,37,54,1.00);
            top: -380px;
            left: -10px;
            border-radius: 40%;
            transition: 2s all ease-in-out;
            animation: wave 15s infinite linear;
        }

        .mainButton::after {
            position: absolute;
            content: '';
            width: 420px;
            height: 380px;
            background-color:rgba(30,37,54,1.00);
            top: -360px;
            left: -125px;
            border-radius: 100%;
            transition: 2s all ease-in-out;
            animation: wave 15s infinite linear;
        }

        .mainButton span {
            position: relative;
            z-index: 1;
        }

        .mainButton:hover {
            color: #fff;
        }

        .mainButton:hover::before {
            top: -450px;
        }

        .mainButton:hover::after {
            top: -440px;
        }

        @keyframes wave {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
            
        }
        
.imageBox {
	width: 50%;
	justify-content: center;
	box-sizing: border-box;
	
}

.imageBox img {
	width: 94%;
	height: auto;
	align-self: flex-start;
	margin: 16vw 0 0 -3vw;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-radius: 2px;
	box-shadow: 1px 1px rgba(231,109,62,.8), 2px 2px rgba(231,109,62,.8),3px 3px rgba(231,109,62,.8),4px 4px rgba(231,109,62,.8),5px 5px rgba(231,109,62,.8),6px 6px rgba(231,109,62,.8),8px 8px rgba(231,109,62,.8),9px 9px rgba(231,109,62,.8),10px 10px rgba(231,109,62,.8),11px 11px rgba(231,109,62,1),12px 12px rgba(231,109,62,1);
}
.highlights {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: space-evenly;
	padding: 4vw 2vw;
}
.light {

	display: flex;
	flex-direction: column;
	justify-content: center;

}
.highlights img {
	width: 75%;
	height: auto;
	align-self: flex-start;
	margin: auto;
}

.highlights h2 {
	width: 94%;
	align-self: center;
}

.why {
	width: 100%;
	background-color:rgba(238,238,238,1.00);
	display: flex;
	box-sizing: border-box;
	padding: 6vw 2vw;
}
.why img {
	width: 50%;
	z-index: 94;
	align-self: flex-start;
}
.boxContain {
	display: flex;
}
.textContain {
	background: rgba(47,101,169,1.00);
	box-sizing: border-box;
	padding: 2vw 2vw 2vw 6vw;
	border-radius: 4px;
	margin-left: -5vw;
	color:rgba(238,238,238,1.00);
	z-index: 92;

}
.tabBox {
	display: flex;
}

.containerT {
    display: flex;
	width: 94%;
	box-sizing: border-box;
    background-color: #f4f4f4;
    color:rgba(69,69,69,.8);
	margin: 2vw auto;
	border-radius: 4px;

}
.link-rows {
display: flex;
	justify-content: space-around;
	gap: 1vw;
margin: 2vw auto;
	
}
.link-rows img {
	width: 33%;
	margin: 1vw 4vw;
	
}
.link-rows a {
	border-radius: 5px;
	text-align: center;
	box-shadow: 2px 5px 10px rgba(100,100,100,.3);
	align-content: center;
	padding: 1vw;
	text-decoration: none;
	color:rgba(60,85,125,1.00);
}
.links .pg {
	width: 45%;
}
.links .fs {
	width: 15%;
}

.tabs-container { 
    width: 98%;
    margin: 3vw auto;
	z-index:90;
}

.tabs {

    display: flex;
      justify-content: space-between;
}

.tabs a {
    cursor: pointer;
    padding: 1vw;
    width:25%;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    transition: 700ms ease;
    background-color:rgba(255,255,255,1.00);
                
}



.tabs a:hover {
    background: linear-gradient(145deg, #f4f4f4, #cecece);
    color: #888;
}


/* Styling for active tab */
.tabs a.active {
    background-color: #f4f4f4;
    color: #bdbdbd;
    cursor: default;
    padding: 14px 22px 10px 26px;
    background: #f4f4f4;
    box-shadow: inset 3px 3px 5px #cbcbcb, 
                inset -3px -3px 5px #ffffff;
}

/* Style the tab content */
.tabcontent {
	width: 100%;
    padding: 2vw;
    min-height: 100%;
	box-sizing: border-box;
    display: none;    
    border-radius: 18px;
    background:#EEEEEE;
	overflow: scroll;
    box-shadow:  3px 3px 6px #bebebe, 
                 -3px -3px 6px #ffffff;
}
.darkmode .tabcontent {
    background: linear-gradient(145deg, #1c1d21, #17181c);
    box-shadow:  3px 3px 6px #101114, 
                 -3px -3px 6px #24252a;
}
.content .active {
    display: block;
	

}
.tabcontent p {
    margin-bottom: 2vw;
}
.tabcontent p:last-child {
    margin-bottom: 0;

}

.icon {
    padding-left: 8px;
    width: 12%;
}


.iframe {
	margin-right: 2vw;
	min-height: 300px;
	box-shadow: 2px 2px 5px rgba(100,100,100,.3);
	border: none;
	border-radius: 5px;
	overflow: hidden;
}
.pdf-box {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	min-height: 400px;
	
}
.pdf {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.download {
	cursor: pointer;
    padding: 1vw;
    width:33%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
	border:none;
	box-shadow: 2px 2px 5px rgba(100,100,100,.3);
    transition: 700ms ease;
    background-color:rgba(255,255,255,1.00);
	color: rgba(104,104,104,1.00);
}

.download:hover {
    background: linear-gradient(145deg, #f4f4f4, #cecece);
    color: #888;
}

.flex-row {
	display: flex;
	justify-content: space-between;
	margin: 1vw 2vw;
}
.flex-row img {
	width: 25%;
	border-radius: 10px; 
}

.background {
	background-color: rgba(60,152,214,1.00);
	padding: 1vw 1vw;
	color: rgba(227,231,255,1.00);
	margin: 5vw auto;
}
.center {
	text-align: center;
	margin: 5vw auto;
}

.image {
	display: flex;
	width: 100%;
	margin: 3vw auto;
	gap: 2vw;
	box-sizing: border-box;
	justify-content: center;

}
.image img {
	align-self: flex-start;
	width: 50%;

}
	.pan-image {
		width: 100%;
		display: flex;
		box-sizing: border-box;
		padding:4vw;
		background: #FFFFFF;
	}
	.pans {
		width: 50%;
	}

.pansB {
	width:50%;
}
.pansB video {
	width: 94%;
}
#instructions  {
	width: 80%;
	margin-top: 3vw;
}
.go {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 1vw;
		border-radius: 5px;
		padding: .33vw .39vw .33vw .5vw;
		font-size: 20px;
		background-color:rgba(60,85,125,1.00);
		color:rgba(255,255,255,1);
		z-index: 50;
		transform: perspective(1000px) rotateY(17deg);
  		box-shadow: rgba(109,61,11,.5) 0px 60px 50px -12px,
    	rgba(57,28,2,.5) 0px 35px 35px -12px;
 		transition: transform 1s ease 0s;
	} 

.go:hover {
	color: rgba(220,233,242,1.00);
	 transform: perspective(3000px) rotateY(5deg);
}


.go a {
	color:rgba(255,255,255,1);
	text-decoration: none;
	text-align: middle;

}

.cta p {


	color:rgba(240,240,240,1.00);
	text-shadow: 0px 2px 3px rgba(14,23,38,.4);	
}
#pro {
	width: 6.3vw;
	height: 4.8vw;
	margin: auto 0;
	transform: rotateY(20deg) rotateX(5deg);
	
}



#email-icon {
	width: 5vw;
	height: 5vw;
	margin: auto 0;

}
.liBox {
	width:94%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	background: rgba(255,255,255,1.00);
	padding: 2vw 3vw;

}
.liBox li {
	margin: 1vw 0;
	width: 96%;
}
.prevent {
	width:94%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	background:rgba(55,67,100,.8);
	color: rgba(238,238,238,1.00);
	padding: 2vw 3vw;
}
.quantities {
	margin: 3vw auto;
	width: 100%;
	background: rgba(255,255,255,1.00);
	padding: 2vw 4.5vw;
	box-sizing: border-box;
}
.guide {
	display: flex;
	gap: 2vw;
}
table.steelBlueCols {
  
  background-color:rgba(31,36,54,1.00);
  width: 400px;
  text-align: left;
  border-collapse: collapse;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
table.steelBlueCols td, table.steelBlueCols th {
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
}
table.steelBlueCols tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
table.steelBlueCols td:nth-child(even) {
  background:rgba(1,132,200,1.00);
}
table.steelBlueCols thead {
  background: rgba(1,132,200,1.00);
  border-bottom: 3px solid #FFFFFF;
}
table.steelBlueCols thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #FFFFFF;
}
table.steelBlueCols thead th:first-child {
  border-left: none;
}

table.steelBlueCols tfoot td {
  font-size: 13px;
}
table.steelBlueCols tfoot .links {
  text-align: right;
}
table.steelBlueCols tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: rgba(1,132,200,1.00);
  padding: 2px 8px;
  border-radius: 5px;
}
.call-to-action {
	width: 100%;
	box-sizing: border-box;
	margin: 3vw 0;
	display: flex;
	justify-content: space-around;
	padding: 2vw;
	gap: 2vw;
}
.schedule {
	display: flex;
	flex-direction: column;
} 
.call-to-action img {
	align-self: flex-start;
	width: 60%;
	border-radius: 4px;
}
input, textarea {
	padding: 1vw;
	margin: .5vw;
	border-color: rgba(192, 192, 192, .2);
	border-radius: 4px;
	background-color:rgba(55,67,100,1.00);
	color:rgba(244,244,244,1.00);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	box-sizing: border-box;
	width: 33vw;
	
}
textarea {
	padding: 3vw 1vw;
}

input::placeholder, textarea::placeholder {
	padding-left: 10px;
	color:rgba(244,244,244,1.00);
}
#contactForm input::placeholder, #contactForm textarea::placeholder {
	padding-left: 10px;
	
}

.hide-robot {
	display: none;
}
.formBtnA {
	margin-top: 2vw;
	color: #FFFFFF;
	font-weight: 500;
	background: rgba(55,67,100,1.00);
	border: 2px solid silver;
	transition: 700ms ease;
	border-radius: 4px;
	padding: 1.3vw 0;
	width: 33vw;
	cursor: not-allowed;
	align-self: center;

}
.formBtnA:hover {
	cursor: not-allowed;
	background: silver;
	color:rgba(55,67,100,1.00);
	
}
.info {
	display:flex;
	position:relative;
	flex-direction: row;
	box-sizing: border-box;
	width:100%;
	margin-top:6vw;
	padding: 1vw 2vw;
	color:rgba(31,36,54,1.00);
	font-size: 16px;
	background-color:rgba(240,240,240,1.00);
	justify-content:space-evenly;
	font-weight: 400;
}
.info .infoColumn {
	width: 33%;
}
.info .infoColumn p {

	line-height:1.3;
}
.info .infoColumn a {
	text-decoration: none;
	color:rgba(1,132,200,1.00);
}
.info img {
	width: 30%;
	height: auto;
	margin: auto;
	align-self: flex-start;
}

.copyright {
	position:relative;
	display:flex;
	justify-content: center;
	padding:.5vw 0;
	background-color: #717070;
	color: #FFFFFF;
	font-weight:normal;
	letter-spacing: .1vw;
	border-top-width: 1vw;
    font-size:12px;
	width:100%;
}
.copyright .footer_banner {
	background-color:rgba(92,92,92,1.00);
	margin-bottom: 0px;

}
.footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.copyright a {
	text-decoration: none;
	color:aliceblue;
}

@media only screen and (max-width:750px) {
	.formBtnA {
	width: 65vw;
	padding: 1.8vw 0;
}
	
	.image {
	
		flex-direction: column;
}
	.image img {
		width: 96%;
		margin: 0 auto;
	}
	
	.v570A img {
		width: 10%;
	}
	
	.v570B img {
		width: 10%;
	}
.mainBanner {

	flex-direction: column-reverse;
	width: 100%;
	height: auto;

}
.textBox {
	width: 90%;
	margin-top: -3vw;
	margin-bottom: 3vw;
}

.textBox p {
	width: 94%;

}
.imageBox {
	width: 100%;

	
}

.imageBox img {
	width: 64%;
	height: auto;
	align-self: flex-start;
	margin: 18vw 0 0 5vw;
	
}
	.why {
		flex-direction: column;
	width: 100%;
		height: auto;
	background-color:rgba(238,238,238,1.00);
	display: flex;
	box-sizing: border-box;
	padding: 6vw 2vw;
}
.why img {
	z-index: 94;
	align-self: flex-start;
	width: 40%;
	margin-left: 55vw;
	margin-top: 4vw;
}

.textContain {
	width: 96%;
	margin: -9vw auto 4vw;
	padding-bottom: 2vw;

}
	.boxContain {
	flex-direction: column;

}
	.highlights {
	width: 100%;
	margin-top: 9vw;
	display: flex;
	box-sizing: border-box;
	justify-content: space-evenly;
	padding: 4vw 2vw;
}
.light {

	display: flex;
	flex-direction: column;
	justify-content: center;

}
.highlights img {
	width: 75%;
	height: auto;
	align-self: flex-start;
	margin: auto;
}

.highlights h2 {
	width: 94%;
	align-self: center;
}
	.tabs-container {
		width: 90%;
		margin-top: 2vw;
		
	}
	.icon {
		width: 5%;
	}

.tabs {

	display:flex;
	flex-direction: column;
    justify-content: space-between;
}

.tabs a {
    cursor: pointer;
    padding: 2vw;
    width:100%;              
}


.block {
	width:100%;
	margin:0;
	height:8vw;
	background-color: rgba(156,211,56,1.00);
	text-align: center;
	
}
	.tabs a.active {
  width: 90%;
}
.quantities {
	margin: 3vw auto;
	width: 100%;
	background: rgba(255,255,255,1.00);
	padding: 2vw 4.5vw;
	box-sizing: border-box;
}
.guide {
	display: flex;
	flex-direction: column;
	gap: 2vw;
}
	.call-to-action {
		flex-direction: column;
	}
	.schedule {
	display: flex;
	flex-direction: column;
} 
.call-to-action img {
	align-self: flex-start;
	width: 80%;
	border-radius: 4px;
	margin: 3vw auto;
}
input, textarea {
	padding: 2vw 1vw;
	margin: 1vw auto;
	border-color: rgba(192, 192, 192, .2);
	border-radius: 4px;
	background-color:rgba(55,67,100,1.00);
	color:rgba(244,244,244,1.00);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	box-sizing: border-box;
	width: 65vw;
	
}
	.nav-toggle {

	border: none;
	box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  	width: 6vw;
  	height: 6vw;
	align-self: center;
	margin-left: 1vw;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;

}

.nav-toggle .line1,.line2 {
  width: 25px;
  height: 4px;
  background-color:rgba(41,46,46,1.00);
  border-radius: 3px;
  transition: 0.3s ease;
  transform-origin: center;

}

.open .line1 {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.open .line2 {
  transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

	.center-logo {
		display: flex;
		position: fixed;
		width: 100%;
	background-color: rgba(255,255,255,1.00);
		z-index: 99;

	}
	.center-logo img {
		display: block;
		width: 30%;
		margin: 0 auto;
		padding: 2vw 1vw;
	}

	.nav {
	display: none;
		width: 90vw;
		height: 70vh;
		margin-top: 12vw;
		box-shadow: 2px 2px 10px rgba(100,100,100,.3);
		border-radius:7px;
		background-color: rgba(255,255,255,1.00);

	}
	.nav-links {
	display:block;
	margin-top: 3.3vw;
		line-height: 2;

		
}
    .nav-links a {
	display: flex; 
	flex-direction: row;
	padding: 1vw;
		box-shadow: 1px 2px 5px rgba(0,0,0,.4);
		transition: 500ms ease-in;
		

}


	.logo {
		width: 80%;
		margin: 1.5vw 1vw;
	}
	.dropdown {
		overflow: scroll;
	}
	.dropdown-content {
    display: none;
    position:absolute;
    background-color: #fff;
    top: 7vw;
	width: 400px;
	height: 500px;
	border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: 0;
	margin-left: 20vw;
	overflow: scroll;
		  
		
	
}
	.link-row {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.column-link {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px solid rgba(60,85,125,1.00);
	}
	.column-b-link {
		width: 40%;
	}
	.flex-box {
		width: 100%;
	}
	.flex-box {
	padding-top: 3vw;
	display: flex;
		flex-direction: column;
	
	z-index: 9;
}

.flex-box img {
	margin-left: 40vw;
	margin-bottom: -10vw;
	border-radius: 4px;
	width: 50%;
	align-self: flex-start;
	z-index:96;
}
	.pan-image {
		flex-direction: column;
	}
	.pans {
		width: 90%;
	}
.pansB {
	width:94%;
	margin-top: 2vw;
}
.pansB video {
	width: 100%;
}
	.containerT {
	width: 99%;


}
}
@media only screen and (max-width:600px) {
		.formBtnA {

	padding: 2.5vw 0;
}
		.nav-toggle {
	padding: 2vw;
		border: none;
		box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  width: 8vw;
  height: 8vw;

}

}
@media only screen and (max-width:450px) {
	
		.formBtnA {
	width: 75vw;
	padding: 3vw 0;
}
	
	.copyright {
	position:relative;
	display:flex;
		flex-direction: column;
	justify-content: center;
	padding:.5vw 0;
	background-color: #717070;
	color: #FFFFFF;
	font-weight:normal;
	letter-spacing: .1vw;
	border-top-width: 1vw;
    font-size:12px;
	width:100%;
}
	

		.tabs-container { 
    width: 98%;
    margin: 3vw auto;
	z-index:90;
}
	
	input, textarea {
	padding: 3vw 1vw;
	margin: 1.1vw auto;
	border-color: rgba(192, 192, 192, .2);
	border-radius: 4px;
	background-color:rgba(55,67,100,1.00);
	color:rgba(244,244,244,1.00);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	box-sizing: border-box;
	width: 75vw;
	
}
			.nav-toggle {
	padding: 2vw;
		border: none;
		box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  width: 10vw;
  height: 10vw;

}
	.center-logo img {
		width: 33%;
	}
	.v570A img {
		width: 15%;
	}
	.v570B img {
		width: 15%;
	}
	table.steelBlueCols {
  padding: 0;
	margin: 0 auto;
  background-color:rgba(31,36,54,1.00);
  width: 350px;
  text-align: left;
  border-collapse: collapse;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
	.info {
	display:flex;
	position:relative;
	flex-direction: column;
	box-sizing: border-box;
	width:100%;
	margin-top:6vw;
	padding: 1vw 2vw;
	color:rgba(31,36,54,1.00);
	font-size: 16px;
	background-color:rgba(240,240,240,1.00);
	justify-content:space-evenly;
	font-weight: 400;
}
.info .infoColumn {
	width: 98%;
}
.info .infoColumn p {

	line-height:1.1;
}
.info .infoColumn a {
	text-decoration: none;
	color:rgba(1,132,200,1.00);
}
	
}
@media only screen and (max-width:400px) {
	


	.pansB {
	width:100%;
	margin-top: 2vw;
}
.pansB video {
	width: 100%;
}
		.pans {
		width: 100%;
	}
	.v570A  img {
		width: 20%!important;
	}
	.v570B img {
		width: 20%!important;
	}
	
	.nav-toggle {
	padding: 2vw;
		border: none;
		box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  width: 10vw;
  height: 10vw;
	align-self: center;
	margin-left: 1vw;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;

}

.nav-toggle .line1,.line2 {
  width: 25px;
  height: 4px;
  background-color:rgba(41,46,46,1.00);
  border-radius: 3px;
  transition: 0.3s ease;
  transform-origin: center;

}
	.center-logo {
		padding: 2vw 1vw;
	}
	.center-logo img {
		width: 33%;
	}
	
}