@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.fader.oneA {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}


@media screen and (max-width: 39.9375em) {
		.container, .reveal{
    font-size: 11px;}
	
		
body{
    background: #eee4d7;
}

.unscrolled{}

.scrolled{}

.container{}

.mb{
    margin-bottom: 150px;
}

.smb{}

.mt{}

.pb{
    padding-bottom: 80px;
}

.lpb{
    padding-bottom: 100px;
}

.pt{}

.grid-x{
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

#homepage{}

.home_wrap{
    position: relative;
    z-index: 30;
    min-height: 100vh;
    padding: 25px 0px 150px;
}

.home_top_row_wrap{}

.home_top_row{}

.home_top_row .cell{}

.home_top_row h5, .home_top_row h6, .home_text_wrap h2, .home_bottom_row h3, .home_bottom_row h4, .home_bottom_row h6{
    font-family: "GT America Light";
    color: #FFF;
    text-transform: uppercase;
    max-width: min(80%, 590px);
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: 0.10em;
    margin: 0px auto 0px;
    font-size: 0.9em;
}

.home_top_row h6{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    font-family: "GT America Regular";
    margin: 3px auto 0;
    font-size: 1.10em;
}

.home_middle_row_wrap{
    position: relative;
    min-height: 480px;
}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_row .cell{}

.home_text_wrap{}

.home_text_wrap h1, .home_bottom_row h5{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-family: "ABC Arizona Serif Unlicensed Trial Thin";
    color: #FFF;
    text-transform: none;
    max-width: min(95%, 440px);
    line-height: 100%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: -0.02em;
    margin: 30px auto 0px;
    font-size: 3.6em;
}

.home_text_wrap h2{
    display: none;
}

.form_wrap{
    margin: 20px auto 0px;
    min-height:320px;
    max-width: min(85%, 400px);
}

.home_bottom_row_wrap{}

.home_bottom_row{}

.home_bottom_row .cell{}

.home_bottom_row h3{
    display: none;
}

.inca_logo{
    display: block;
    width: min(90%, 70px);
    margin: 0 auto 0;
}

.home_bottom_row h5{letter-spacing: 0.00em;margin: 15px auto 15px;font-size: 2.0em;}

.footer_hr{
    margin: 0 auto 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.home_bottom_row h4{
    font-size: 0.95em;
}

.footer_hr2{
    display: none;
}

.home_bottom_row h6{
    display: none;
}

.social_wrap{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.sl{}

.sl1{}

.sl2{}

.video_section{
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 20;
        }

.scrolled .video_section{}

.video_section{}

.video_section2{
    z-index: 19;
}

.video_overlay_nested{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        z-index: 19;
        }


.video-container{
        height: 100%;
        width: 100%;
        position: relative;
        background-image: url(../img/video_hero.jpg);
        background-size: cover;
        background-position: 100% 0%;
        }

.video-container video{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 100% 0%;
        z-index: 0;
        }

}

@media screen and (min-width: 40em) {
		.container, .reveal{
    font-size: 12px;}
		
body{
    background: #eee4d7;
}

.unscrolled{}

.scrolled{}

.container{}

.mb{
    margin-bottom: 150px;
}

.smb{}

.mt{}

.pb{
    padding-bottom: 80px;
}

.lpb{
    padding-bottom: 100px;
}

.pt{}

.grid-x{
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

#homepage{}

.home_wrap{
    position: relative;
    z-index: 30;
    min-height: 100vh;
    padding: 30px 40px 140px;
}

.home_top_row_wrap{}

.home_top_row{}

.home_top_row .cell{}

.home_top_row h5, .home_top_row h6, .home_text_wrap h2, .home_bottom_row h3, .home_bottom_row h4, .home_bottom_row h6{
    font-family: "GT America Light";
    color: #FFF;
    text-transform: uppercase;
    max-width: min(80%, 590px);
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: 0.10em;
    margin: 0px auto 0px;
    font-size: 0.9em;
}

.home_top_row h6{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    font-family: "GT America Regular";
    margin: 3px auto 0;
    font-size: 1.10em;
}

.home_middle_row_wrap{
    position: relative;
    min-height: 530px;
}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_row .cell{}

.home_text_wrap{}

.home_text_wrap h1, .home_bottom_row h5{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-family: "ABC Arizona Serif Unlicensed Trial Thin";
    color: #FFF;
    text-transform: none;
    max-width: min(95%, 540px);
    line-height: 100%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: -0.02em;
    margin: 0px auto 0px;
    font-size: 4.45em;
}

.home_text_wrap h2{
    display: none;
}

.form_wrap{
    margin: 20px auto 0px;
    min-height:320px;
    max-width: min(90%, 435px);
}

.home_bottom_row_wrap{}

.home_bottom_row{}

.home_bottom_row .cell{}

.home_bottom_row h3{
    display: none;
}

.inca_logo{
    display: block;
    width: min(90%, 80px);
    margin: 0 auto 0;
}

.home_bottom_row h5{letter-spacing: 0.00em;margin: 15px auto 15px;font-size: 2.2em;}

.footer_hr{
    margin: 0 auto 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.home_bottom_row h4{
    font-size: 0.95em;
}

.footer_hr2{
    display: none;
}

.home_bottom_row h6{
    display: none;
}

.social_wrap{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.sl{}

.sl1{}

.sl2{}

.video_section{
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 20;
        }

.scrolled .video_section{}

.video_section{}

.video_section2{
    z-index: 19;
}

.video_overlay_nested{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        z-index: 19;
        }


.video-container{
        height: 100%;
        width: 100%;
        position: relative;
        background-image: url(../img/video_hero.jpg);
        background-size: cover;
        background-position: 100% 0%;
        }

.video-container video{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 100% 0%;
        z-index: 0;
        }

	
}

@media screen and (min-width: 64em) {
		.container, .reveal{
    font-size: 13px;}
		
body{
    background: #eee4d7;
}

.unscrolled{}

.scrolled{}

.container{}

.mb{
    margin-bottom: 150px;
}

.smb{}

.mt{}

.pb{
    padding-bottom: 80px;
}

.lpb{
    padding-bottom: 100px;
}

.pt{}

.grid-x{
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

#homepage{}

.home_wrap{
    position: relative;
    z-index: 30;
    min-height: 100vh;
    padding: 30px 40px 50px;
}

.home_top_row_wrap{}

.home_top_row{}

.home_top_row .cell{}

.home_top_row h5, .home_top_row h6, .home_text_wrap h2, .home_bottom_row h3, .home_bottom_row h4, .home_bottom_row h6{
    font-family: "GT America Light";
    color: #FFF;
    text-transform: uppercase;
    max-width: min(80%, 590px);
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: 0.10em;
    margin: 0px auto 0px;
    font-size: 0.9em;
}

.home_top_row h6{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    font-family: "GT America Regular";
    margin: 3px auto 0;
    font-size: 1.10em;
}

.home_middle_row_wrap{
    position: relative;
    min-height: 500px;
}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_row .cell{}

.home_text_wrap{}

.home_text_wrap h1, .home_bottom_row h5{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-family: "ABC Arizona Serif Unlicensed Trial Thin";
    color: #FFF;
    text-transform: none;
    max-width: min(80%, 640px);
    line-height: 100%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: -0.02em;
    margin: 20px auto 0px;
    font-size: 4.0em;
}

.home_text_wrap h2{
    display: none;
}

.form_wrap{
    margin: 20px auto 0px;
    min-height:320px;
    max-width: min(90%, 435px);
}

.home_bottom_row_wrap{}

.home_bottom_row{}

.home_bottom_row .cell{}

.home_bottom_row h3{
    display: none;
}

.inca_logo{
    display: block;
    width: min(90%, 75px);
    margin: 0 auto 0;
}

.home_bottom_row h5{letter-spacing: 0.00em;margin: 15px auto 15px;font-size: 2.1em;}

.footer_hr{
    margin: 0 auto 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.home_bottom_row h4{
    font-size: 0.75em;
}

.footer_hr2{
    display: none;
}

.home_bottom_row h6{
    display: none;
}

.social_wrap{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.sl{}

.sl1{}

.sl2{}

.video_section{
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 20;
        }

.scrolled .video_section{}

.video_section{}

.video_section2{
    z-index: 19;
}

.video_overlay_nested{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        z-index: 19;
        }


.video-container{
        height: 100%;
        width: 100%;
        position: relative;
        background-image: url(../img/video_hero.jpg);
        background-size: cover;
        background-position: 100% 0%;
        }

.video-container video{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 100% 0%;
        z-index: 0;
        }

	
}

@media screen and (min-width: 90em) {
	.container, .reveal{
    font-size: 14px;}	
		
body{
    background: #eee4d7;
}

.unscrolled{}

.scrolled{}

.container{}

.mb{
    margin-bottom: 150px;
}

.smb{}

.mt{}

.pb{
    padding-bottom: 80px;
}

.lpb{
    padding-bottom: 100px;
}

.pt{}

.grid-x{
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

#homepage{}

.home_wrap{
    position: relative;
    z-index: 30;
    min-height: 100vh;
    padding: 30px 40px 40px;
}

.home_top_row_wrap{}

.home_top_row{}

.home_top_row .cell{}

.home_top_row h5, .home_top_row h6, .home_text_wrap h2, .home_bottom_row h3, .home_bottom_row h4, .home_bottom_row h6{
    font-family: "GT America Light";
    color: #FFF;
    text-transform: uppercase;
    max-width: min(80%, 590px);
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: 0.10em;
    margin: 0px auto 0px;
    font-size: 0.9em;
}

.home_top_row h6{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    font-family: "GT America Regular";
    margin: 3px auto 0;
    font-size: 1.10em;
}

.home_middle_row_wrap{
    position: relative;
    min-height: 550px;
}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_row .cell{}

.home_text_wrap{}

.home_text_wrap h1, .home_bottom_row h5{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-family: "ABC Arizona Serif Unlicensed Trial Thin";
    color: #FFF;
    text-transform: none;
    max-width: min(80%, 740px);
    line-height: 100%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: -0.02em;
    margin: 0px auto 0px;
    font-size: 4.25em;
}

.home_text_wrap h2{
    display: none;
}

.form_wrap{
    margin: 20px auto 0px;
    min-height:320px;
    max-width: min(90%, 465px);
}

.home_bottom_row_wrap{}

.home_bottom_row{}

.home_bottom_row .cell{}

.home_bottom_row h3{
    display: none;
}

.inca_logo{
    display: block;
    width: min(90%, 80px);
    margin: 0 auto 0;
}

.home_bottom_row h5{letter-spacing: 0.00em;margin: 15px auto 15px;font-size: 2.1em;}

.footer_hr{
    margin: 0 auto 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.home_bottom_row h4{
    font-size: 0.75em;
}

.footer_hr2{
    display: none;
}

.home_bottom_row h6{
    display: none;
}

.social_wrap{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.sl{}

.sl1{}

.sl2{}

.video_section{
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 20;
        }

.scrolled .video_section{}

.video_section{}

.video_section2{
    z-index: 19;
}

.video_overlay_nested{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        z-index: 19;
        }


.video-container{
        height: 100%;
        width: 100%;
        position: relative;
        background-image: url(../img/video_hero.jpg);
        background-size: cover;
        background-position: 100% 0%;
        }

.video-container video{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 100% 0%;
        z-index: 0;
        }

	
}

@media screen and (min-width: 120em) {
		.container, .reveal{
    font-size: 16px;}
		
body{
    background: #eee4d7;
}

.unscrolled{}

.scrolled{}

.container{}

.mb{
    margin-bottom: 150px;
}

.smb{}

.mt{}

.pb{
    padding-bottom: 80px;
}

.lpb{
    padding-bottom: 100px;
}

.pt{}

.grid-x{
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

#homepage{}

.home_wrap{
    position: relative;
    z-index: 30;
    min-height: 100vh;
    padding: 35px 40px 60px;
}

.home_top_row_wrap{}

.home_top_row{}

.home_top_row .cell{}

.home_top_row h5, .home_top_row h6, .home_text_wrap h2, .home_bottom_row h3, .home_bottom_row h4, .home_bottom_row h6{
    font-family: "GT America Light";
    color: #FFF;
    text-transform: uppercase;
    max-width: min(80%, 590px);
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: 0.10em;
    margin: 0px auto 0px;
    font-size: 0.9em;
}

.home_top_row h6{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    font-family: "GT America Regular";
    margin: 3px auto 0;
    font-size: 1.10em;
}

.home_middle_row_wrap{
    position: relative;
    min-height: 550px;
}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_row .cell{}

.home_text_wrap{}

.home_text_wrap h1, .home_bottom_row h5{
    text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    font-family: "ABC Arizona Serif Unlicensed Trial Thin";
    color: #FFF;
    text-transform: none;
    max-width: min(80%, 780px);
    line-height: 100%;
    font-weight: 400;
    padding: 0;
    text-align: center;
    text-rendering: auto;
    letter-spacing: -0.02em;
    margin: 0px auto 0px;
    font-size: 4.45em;
}

.home_text_wrap h2{
    display: none;
}

.form_wrap{
    margin: 20px auto 0px;
    min-height:320px;
    max-width: min(90%, 535px);
}

.home_bottom_row_wrap{}

.home_bottom_row{}

.home_bottom_row .cell{}

.home_bottom_row h3{
    display: none;
}

.inca_logo{
    display: block;
    width: min(90%, 90px);
    margin: 0 auto 0;
}

.home_bottom_row h5{letter-spacing: 0.00em;margin: 15px auto 15px;font-size: 2.2em;}

.footer_hr{
    margin: 0 auto 0;
    border-bottom: 1px solid #fff;
    display: none;
}

.home_bottom_row h4{
    font-size: 0.75em;
}

.footer_hr2{
    display: none;
}

.home_bottom_row h6{
    display: none;
}

.social_wrap{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.sl{}

.sl1{}

.sl2{}

.video_section{
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        z-index: 20;
        }

.scrolled .video_section{}

.video_section{}

.video_section2{
    z-index: 19;
}

.video_overlay_nested{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        z-index: 19;
        }


.video-container{
        height: 100%;
        width: 100%;
        position: relative;
        background-image: url(../img/video_hero.jpg);
        background-size: cover;
        background-position: 100% 0%;
        }

.video-container video{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 100% 0%;
        z-index: 0;
        }

	
}






	
	






