/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Exo:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body .header-container-wrapper div,
/* body .body-container-wrapper div:not(.webinar-video-wrap), */
body .body-container-wrapper div:not(.webinar-video-wrap div),
body .footer-container-wrapper div{
  width: 100%;
}

.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  

}

.row-fluid [class*="span"] {
    display: initial;
    float: none;
    width: 100%;
    min-height: unset;
    margin-left: inherit;
    *margin-left: inherit;
}

.row-fluid .span12,
.row-fluid .span11, 
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8, 
.row-fluid .span7, 
.row-fluid .span6, 
.row-fluid .span5, 
.row-fluid .span4, 
.row-fluid .span3, 
.row-fluid .span2,
.row-fluid .span1 {
    width: 100%;
    *width: 100%;
}


@media(min-width:768px) and (max-width:1139px) {
  
  .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width:auto;

  }


    .row-fluid [class*="span"] {
        display: initial;
        float: none;
        width: 100%;
        min-height: unset;
        margin-left: inherit;
        *margin-left: inherit;
    }

    .row-fluid .span12,
    .row-fluid .span11, 
    .row-fluid .span10,
    .row-fluid .span9,
    .row-fluid .span8, 
    .row-fluid .span7, 
    .row-fluid .span6, 
    .row-fluid .span5, 
    .row-fluid .span4, 
    .row-fluid .span3, 
    .row-fluid .span2,
    .row-fluid .span1 {
        width: 100%;
        *width: 100%;
    }
}

@media(min-width:1280px) {
  
  .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    
  }
   
  .row-fluid [class*="span"] {
        display: initial;
        float: none;
        width: 100%;
        min-height: unset;
        margin-left: inherit;
        *margin-left: inherit;
    }

    .row-fluid .span12,
    .row-fluid .span11, 
    .row-fluid .span10,
    .row-fluid .span9,
    .row-fluid .span8, 
    .row-fluid .span7, 
    .row-fluid .span6, 
    .row-fluid .span5, 
    .row-fluid .span4, 
    .row-fluid .span3, 
    .row-fluid .span2,
    .row-fluid .span1 {
        width: 100%;
        *width: 100%;
    }
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%!important;
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:before, .row:after{
  display: none;
}

.row-fluid:before, .row-fluid:after{
  display: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px!important;
    flex-basis: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px!important;
    flex-basis: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px!important;
    flex-basis: 960px;
  }
  
  .row {
    margin-right: -15px!important;
    margin-left: -15px!important;
  }
}

@media (min-width: 1232px) {
  .container {
    max-width: 1200px!important;
    flex-basis: 1200px;
  }
}

@media (min-width: 1632px) {
  .container {
    max-width: 1600px!important;
    flex-basis: 1600px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}


/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Light version 
 */


/* text alignement */

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes floatLight {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes floatAround {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(20px, 10px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}


@keyframes bouncy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
========================================================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */



/* ==========================================================================
   Variables                                               
   ========================================================================== */

/* Brand Colors */



 








/* mobile nav */
   /* Set Mobile Menu Background Color - Brand orange*/ 
      /* Set Link Color */
 /* Set Link Hover Color */

/* Typography */
            /*  */
                         /*  */
   /*  */


    
  
   
   




 /* brandOrange */

/* pattern bg */



/* layout */

/* Containers */
/* since using Bootstrap 4 - we use .container class instead */
/* refer to grid.css to change the max-width for .container */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

.container-narrow {
  max-width: 1300px !important;
}

/* main sections */



/* ==========================================================================
   Macros                                                  
   ========================================================================== */

 




 

/* ==========================================================================
   Base                                                    
   ========================================================================== */

/* Website background color and default font styles */
body {
  background: #ECF3F9 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png) top center;
  color: #0f3249;
  font-family: 'Exo', sans-serif;;
  font-size: 18px;
  line-height: 1.8;
}

body.whitelabel {
  background: rgba(55,181,237,0.15);
}
._1Kl9L {
    position: absolute;
    top: 16px !important;
    bottom: 9px !important;
    left: 78px !important;
    right: -5px !important;
    cursor: pointer;
    opacity: 0;
    z-index: 200;
    transition: all 1s;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

/* remove padding on body-container because we have full width sections */

div#hs_cos_wrapper_module_163963737027172 {
    width: 80%;
    margin: auto;
}
.preview_report img.hs-image-widget {
    width: auto;
}
.span12.widget-span.widget-type-custom_widget.preview_report {
    text-align: center;
}
div#hs_cos_wrapper_module_1639638632486337 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.covered_report img{
  height: 64px !important;
    width: auto;
        margin-right: auto;
    margin-left: auto;
}
.covered_report .image_box {
    margin-top: 49px !important;
}
.solution_per section.awr-two-col-text.main-section {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
}
.solution_head div#hs_cos_wrapper_module_1639639182205358 {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
}
.span12.widget-span.widget-type-custom_widget.digital_exp {
    background-color: white !important;
}
.span12.widget-span.widget-type-custom_widget.download_report {
    width: 23%;
    margin: auto;
    text-align: center;
}
.span12.widget-span.widget-type-custom_widget.lapy_sec {
    background-color: #113248;
}





.row{
display: flex;}
.body-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

/* images */
img {
  width: 100%;
  height: auto!important;
}


a { 
  color: #37B5ED; 
  cursor: pointer;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
  text-decoration: none;
  font-weight: 600;
}

a:hover, a:focus { color: #FC5C28; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: white;
  background: #FC5C28;
  text-shadow: none;
}
::selection {
  color: white;
  background: #FC5C28;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

/* Bg colors */

.lightblue-bg {
  background: rgba(55,181,237,0.15);
}

.css-hide {
  display: none !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
  color: #0f3249;
  margin-top: 0;
  margin-bottom: 10px;
} 

small, .small {
  font-size: 14px;
}

strong {}
em {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, 
.h1 {
  color: #0f3249;
  font-size: 50px;
}

h2, 
.h2 {
  color: #0f3249;
  font-size: 35px;
}

.title-section {
  margin-top: 50px;
  margin-bottom: 80px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.title-section.wider-title {
  max-width: 1200px;
}

.title-section h2,
h2.title-section {
    font-size: 40px;
}
  

h3 {
  color: #0f3249;
  font-size: 24px;
}

h4 {
  color: #37B5ED
  font-size: 18px;
}

h3.subtitle-section {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}

@media(min-width: 769px) {
  h3.subtitle-section {
    margin-top: -60px;
  }
}

h5 {}   
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* lists check */
ul.check {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

ul.check li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  content: "\f00c";
  padding-right: 5px;
  position: absolute;
  left: 0;
}

li.unchecked-li:before {
  opacity: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {} 


/* tables */
.table-compare {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
    border-radius: 15px;
}

@media screen and (max-width: 450px){
  .table-compare {
    font-size: 13px !important;
  }
}

table {
  background: #ffffff url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  border-radius: 15px;
}

table td, table th {
  padding: 10px;
  border: 1px solid #eee;
}

@media screen and (min-width: 600px){
  table td, table th {
    padding: 10px 20px;
  }
}

table td.on {
    font-family: FontAwesome;
    content: "\f00c";
}

table td.center {
  text-align: center;
}

.table-compare:not(.bd) tr td:nth-child(3), 
.table-compare:not(.bd) tr th:nth-child(3) {
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  color: #ffffff;
}

.table-compare.bd tr th:not(:first-child) {
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  color: #ffffff !important;
}

blockquote {
  margin: 0;
}

blockquote p {
  font-style: italic;
}

/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */



/* ==========================================================================
   Structure                                               
   ========================================================================== */

body {
  margin: 0; 
}


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

/* main section style */
.main-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* first section style - add negative margin-top to reduce space between header and first section */
/*.first-section.max {
  margin-top: -50px;
}

.first-section {
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 960px){
  .first-section {
    margin-top: -50px;  
  }
  
  .first-section.max {
    margin-top: -110px;
  }
  
  .first-section.support-call {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1400px){
  .first-section {
    margin-top: -90px;  
  }  
  
  .first-section.max {
    margin-top: -150px;
  }
  
  .first-section.support-call {
    margin-top: -150px;
  }
}
*/

.first-section {
  margin-top:50px;
}

/* iframes */
.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
 
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header-container {
  background: rgba(55,181,237,0.15);
  padding: 0;
}

.whitelabel .header-container {
  background: none;
}

.header-container .row-fluid {
  margin: 0;
}

/* Top links */

.top-links {
  background: #ECF3F9;
  margin-bottom: 30px;
}

.top-links ul {
  display: flex !important;
  justify-content: flex-end;
}

.top-links ul li {
  float: none !important;
  line-height: 1;
}

.top-links ul li a {
  color: #0f3249;
  max-width: unset !important;
}

.top-links ul li a:hover {
  color: #FC5C28;
  max-width: unset !important;
}


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .header-logo { z-index: 50; }
.header-container .header-logo a {}
.header-container .header-logo a img {
  max-width: 200px;
}

@media screen and (max-width: 399px){
  .header-container .header-logo {
    padding: 0;
  }
}

@media screen and (min-width: 400px) {
  .header-container .header-logo a img {
    max-width: 300px;
  }
}

/* @media screen and (max-width: 991px) {
  .header-logo .widget-type-logo {
    text-align: center;
  }
}
 */
/* header main nav bloc */
.header-main-nav {
  padding-left: 15px;
  padding-right: 15px;
}

/* home banner */
.homepage-banner .banner-cta {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-left: 0;
}


/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}

/* Unique Pages
   ========================================================================== */

/* Homepage */


/* TEMPORARY - COVID-19 MESSAGE ON HOMEPAGE */

.covid-message {
  background-color: #37B5ED;
  padding: 2rem 0 1rem;
  margin: 1rem 0 0;
}

.covid-message .container * {
  color: white !important;
}

/* top links on homepage has a different color bg */
.homepage .top-links,
.error-page .top-links,
.password-page .top-links,
.landing-page .top-links,
.no-header .top-links {
  background: rgba(55,181,237,0.15);
}

/* header on homepage has a different color bg */
.homepage .header-container,
.error-page .header-container,
.password-page .header-container,
.landing-page .header-container,
.no-header .header-container{
  background: transparent;
}

@media screen and (max-width: 991px){
  .homepage-banner * {
    justify-content: center;
  }
}
/* style homepage banner illustration without breaking grid */
@media screen and (min-width: 992px){
  .homepage-banner img {
    transform: scale(1.2) translate(60px, 0);
  }
} 

/* animate homepage banner img */
.homepage-banner .banner-img {
  position: relative;
} 

.homepage-banner .banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Illustrations/illustration_homepage_bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatLight 8s ease-in-out infinite;
  animation-delay: 2s;
} 

.homepage-banner .banner-img img {
  animation: float 10s ease-in-out infinite;
} 

.homepage-features {
  max-width: 1300px !important;
}

/* add floating circles */
.homepage-banner {
  position: relative;
}

.homepage-banner:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  left: 0;
  background: rgba(55,181,237,0.15);
  border-radius: 50%;
  animation: floatAround 15s ease-in-out infinite;
}  

.homepage-banner .banner-img:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background: rgba(55,181,237,0.15);
  border-radius: 50%;
  animation: floatAround 20s ease-in-out infinite;
  animation-delay: 2s;
}

@media screen and (min-width: 768px){
  .homepage-banner:before {
    width: 80px;
    height: 80px;
    left: 5%;
  }  
  
  .homepage-banner .banner-img:after {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 992px){
  .homepage-banner:before {
    width: 6vw;
    height: 6vw;
    left: 50%;
    top: 10%;
  }  
  
  .homepage-banner .banner-img:after {
    width: 8vw;
    height: 8vw;
    bottom: -2vw;
    right: -4vw;
  }
}

/* demo cta */
.demo-cta {
	background: url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/cta-shape-bg.svg);
	background-position: -25px -25px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Landing Page */
.landing-page .main-nav,
.landing-page .top-links-menu,
.landing-page .no-logo .header-logo img {
  display: none !important;
}

.landing-page .top-links {
  height: 40px;
}

.landing-page .landing-logo-wrapper {
  text-align: center;
  margin-top: 1em;
}

.landing-page .landing-logo-wrapper img {
  max-width: 600px !important;
}

.landing-page .landing-heading-section {
  max-width: 1300px;
  text-align: center !important;
  margin: 2.5em auto !important;
}

.landing-page .landing-heading-section .landing-heading {
  margin-bottom: 20px;
}

.landing-page .main-section.awr-icon-text {
  padding-top: 1rem !important;
}

.landing-page .main-section.awr-icon-text .icon-card {
  position: relative;
}

.landing-page .main-section.awr-icon-text .icon-card img {
  margin-bottom: 30px;
  padding: 10px;
}

.landing-page .landing-integrations {
  max-width: 60rem;
  margin: 0 auto !important;
}

.landing-page .landing-integrations .main-section.awr-icon-text .icon-card h3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

@media screen and (max-width: 767px){
  .landing-page .landing-integrations {
    text-align: center !important;
  }
  
  .landing-page .landing-integrations .awr-icon-text .row {
    flex-direction: column !important;
  }
}

.landing-cta-section {
  background: #0f3249 !important;
/*   max-width: 45rem;
  margin: 0 auto 3rem !important; */
}

.landing-form {
max-width: 45rem;
  margin: 0 auto 3rem !important;
}

.advisor-bookings-img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}


/* Landing Page w Arrow Specific Styling */

.landing-page-arrow .awr-page-heading #circle {
  display: none;
}

.landing-page-arrow .arrow-down {
  position: fixed;
  left: calc(50% - 2rem);
  bottom: 5vh;
  z-index: 99999;
}

.landing-page-arrow .arrow-down:hover {
  cursor: pointer;
  animation: bouncy 1s ease infinite;
}

/* Features Page */
.featurespage-features .main-section.awr-icon-text {
  padding-top: 0;
}

.featurespage-features .icon-card h3 {
  font-size: 20px;
}

/* Features icons bg shape */

/* Pricing Page */

@media screen and (min-width: 992px){
  #compareplans {
    margin-top: -200px;
  }
}

.setup-cards .awr-addons .container {
  max-width: 900px !important;
}

/* Partner with Us */

.awr-addons.partners-cards > .container {
  max-width: 1300px !important;  
}

/* Redesign Page */ 

.redesign-slider {
  max-width: 1200px !important;
}

/* Contact Us */

/* About Us */

/* Awards section */ 
.awards-section .column-card .image-card > a:first-child {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.awards-section .column-card .image-card > a:first-child img {
  max-height: 100%;
  max-width: 280px !important;
  height: auto !important;
  width: auto !important;
}

.awards-section .column-card .image-card h3 {
  margin-bottom: 0.3em;
}

/* awards popup */ 
.awards-popup.span12.awards-popup.popup {
  position: fixed;
  width: 90%;
  max-width: 64em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #0f3249;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 63.99em){
  .awards-popup {
    top: 0;
    transform: translate(-50%,0) scale(0.9);
    max-height: 100vh;
    overflow-y: scroll;
  }
}

.awards-popup h2,
.awards-popup h3,
.awards-popup h4,
.awards-popup p {
  color: white;
}

.awards-popup .close-btn {
  width: 30px !important;;
  height: 4px;
  background: #FC5C28;
  transform: rotate(45deg); 
  position: absolute;
  top: 30px;
  right: 13px;
  border: none;
  text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.awards-popup .close-btn:hover {
  cursor: pointer;
}

.awards-popup .close-btn:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #FC5C28;
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
}

/* WHITELABEL LANDING PAGE */

.whitelabel .awr-img-text-column .column-card,
.whitelabel .awr-img-text-column .image-card {
  margin-bottom: 0;
} 

.whitelabel .awr-img-text-column .image-card img{
  max-width: 230px;
  margin-bottom: 0;
  padding: 0 10px;
} 

.whitelabel .awr-img-text-column .image-card h3 {
  margin-bottom: 0;
  margin-top: 20px;
}

/* Modular & Reusable Components
   ========================================================================== */

/* Arrows */

/* arrow down */ 
.arrow-down {
  background: url('https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/chevron-down-thick.png');  
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 4rem;
  width: 4rem;
}

.arrow-down.white {
  background: url('https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/chevron-down-thick-white-shadow.png');
   background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 4rem;
  width: 4rem;
}

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */


/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {
  background: rgba(55,181,237,0.15);
  padding-bottom: 3rem;
}

.footer-container .copyright,
.footer-container .footer-disclaimer,
.footer-container .footer-disclaimer p{
  font-size: 14px;
}

.footer-container .footer-disclaimer {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.footer-container ul {
  list-style: none;
  padding-left: 0;
}

.footer-container h3 {
  text-transform: uppercase;
}

.footer-logo img {
  float: left;
}

@media screen and (max-width: 991px){
  .footer-links .footer-left-column {
    margin-bottom: 50px;
  }
}

.footer-links a, .footer-links a:visited {
  color: #0f3249;
  text-decoration: none;
}

.footer-links a:hover {
  color: #FC5C28
}

@media screen and (max-width: 575px) {
  .footer-container {
    padding-top: 30px;
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-container .copyright,
  .footer-container .footer-disclaimer,
  .footer-container .footer-logo {
    padding: 0;
  }
  
  .footer-logo {
    margin-top: 20px;
  }
}

/* coming soon links */
.footer-links .coming-soon {
  position: relative;
}

.footer-links .coming-soon:after {
  content: "Coming Soon";
  display: inline-block;
  width: auto;
  height: 27px;
  position: absolute;
  top: -20px;
  right: -100px;
  font-size: 13px;
  color: white;
  background: #FC5C28;
  border-radius: 40px;
  padding: 2px 10px 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 999;
}

.footer-links .coming-soon:hover:after {
  opacity: 1;
}

.footer-curve {
/*   margin-left: -15px;
  margin-right: -15px; */
  margin-top: -50px;
}

.footer-curve svg {
  vertical-align: bottom;
}

.footer-curve-wrapper {
  position: relative;
  z-index: -9999999;
}  
  
@media screen and (min-width: 600px){
  .footer-curve {
    margin-top: -150px;
  }
}

@media screen and (min-width: 992px){
  .footer-curve-wrapper:after {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    right: 50px;
    background: url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/circle-shape-bg.svg);
    background-position: top right;
    background-size: 10% auto; 
    background-repeat: no-repeat;
    animation: float 6s ease-in-out infinite;
  }
}

/* @media screen and (min-width: 1300px){
  .footer-curve-wrapper:after {
    top: 50px;
    right: 30px;
    background-size: 150px auto; 
  }
}

 */
/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

/* if .no-nav class added to body */

.no-nav .main-nav {
  display: none !important;
}

/* if .no-top-menu class added to body  */

.no-top-menu .top-links-menu,
.no-top-menu .top-links {
  display: none !important;
}

@media screen and (min-width: 64em){
  .main-nav .hs-menu-wrapper ul {
    display: flex !important;
    justify-content: flex-end;
  }

  .main-nav .hs-menu-wrapper ul li.hs-menu-item {
    float: none !important;
  }  

  .main-nav .hs-menu-wrapper ul li.hs-menu-item a {
    color: #FC5C28;
  }

  .main-nav .hs-menu-wrapper ul li.hs-menu-item a:hover {
    color: #0f3249;
  }
  
  /* Demo button */
  .main-nav .hs-menu-wrapper ul:first-of-type > li.hs-menu-depth-1:last-child a {
    color: white;
    background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
     
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
    max-width: 300px;
  }

  .main-nav .hs-menu-wrapper ul:first-of-type > li.hs-menu-depth-1:last-child a:hover {
    color: #ffffff;
    background: #2B96C5 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
     
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);;
  }
}
 
/* submenu */ 

@media screen and (min-width: 1231px){
  .main-nav .hs-menu-wrapper .hs-menu-children-wrapper {
    flex-direction: column;
  }
  
  .main-nav .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item > a{
    max-width: 400px;
    width: auto !important;
  }
}  



/* hide top link menu clone from the main menu on desktop */
.custom-menu-primary.js-enabled .top-links-menu {
    display: none !important;
}

/* Fix menu overflowing to logo now that last menu item is long */
@media screen and (min-width: 1230px) and (max-width: 1300px){
  .main-nav .hs-menu-wrapper ul li.hs-menu-item a {
    font-size: 17px !important;
    padding: 10px 15px !important;
  }
} 
  
  
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* DID NOT INCLUDE FOR NOW */
/* IF NEEDED - GET FROM https://designers.hubspot.com/docs/tools/boilerplate-css */

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
  
/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */

/* =========== MODULES ============= */

/* MODULE - AWR page heading */
.awr-page-heading {
  position: relative;
}

.awr-page-heading .heading-content {
  background: rgba(55,181,237,0.15);
}

@media screen and (max-width: 500px){
  .awr-page-heading .heading-content.main-section {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 64em){
  .awr-page-heading .container .page-heading-text {
    max-width: 75%;
  }
}

.awr-page-heading .page-heading-text h1 {
  margin-bottom: 1.2rem;
}

.awr-page-heading .subheading {
  font-size: 18px;
}

.awr-page-heading #page-heading-curve-bottom #circle {
  animation: float 8s ease-in-out infinite;
}

@media screen and (min-width: 640px){
  .awr-page-heading .cta-wrapper .hs_cos_wrapper_type_cta ~ .hs_cos_wrapper_type_cta .btn {
    margin-left: 15px;
  }
}

/* .awr-page-heading .container {
  position: relative;
} */

.bubble-overlay {
  max-width: 450px;
  background-color: white;
  padding: 50px;
  border-radius: 43% 57% 60% 40% / 44% 37% 63% 56%;
  box-shadow: 0 0 20px rgba(0,5,10,0.1);
  margin-top: 30px;
  z-index: 1;
}  

@media screen and (min-width: 500px){
  .bubble-overlay {
    padding: 65px 90px;
  }  
  
  .awr-page-heading .subheading {
    font-size: 24px;
  }
}

.bubble-overlay img {
  padding: 10px;
}

@media screen and (min-width: 1000px){
  .bubble-overlay {
    position: absolute;
    bottom: 100px;
    right: 10vw;
    transform: translate(0, 10%);
  }
  
  .bubble-overlay * {
    text-align: center;
  }
}

/* MODULE - AWR page heading with img */

.awr-page-heading-with-img .row {
  flex-direction: column-reverse;
}

.awr-page-heading-with-img .img-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 576px){
  .awr-page-heading-with-img .img-wrapper img {
    height: 300px !important;
    width: auto;
  }
}

@media screen and (min-width: 992px){
  .awr-page-heading-with-img .row {
    flex-direction: row;
  }
  
  .awr-page-heading-with-img .img-wrapper {
    position: relative;
  }

  .awr-page-heading-with-img .img-wrapper img {
    position: absolute;
    top: -25px;
    right: 0;
    height: 430px !important;
    width: 100%;
    object-fit: contain;
    object-position: right;
  }
}

@media screen and (min-width: 1300px){

  .awr-page-heading-with-img .img-wrapper img {
    height: 500px !important;
  }
}

/* @media screen and (min-width: 1632px){

  .awr-page-heading-with-img .img-wrapper img {
    height: 550px !important;
  }
} */

/* MODULE - AWR icon text */

.awr-icon-text .subheading {
  text-align: center;
  margin-bottom: 30px;
}  

.awr-icon-text .icon-card {
  text-align: center;
  margin-bottom: 30px;
}

.awr-icon-text .icon-card h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.awr-icon-text .icon-card img {
  max-width: 100px;
}

.awr-icon-text .hs_cos_wrapper img {
  max-width: unset !important;
}

/* if expandable feature selected */ 
.awr-icon-text.expandable .icon-card:hover {
  cursor: pointer;
}

.awr-icon-text.expandable .subheading {
  display: none;
}

.awr-icon-text.expandable h3 div {
  display: inline-block;
} 

.awr-icon-text.expandable h3 .expand-bar {
  position: relative;
  top: -5px;
  right: -10px;
}

.awr-icon-text.expandable .expand-bar, 
.awr-icon-text.expandable .expand-bar:after {
  width: 13px !important;
  height: 2px;
}

/* MODULE - AWR image text column */
.awr-img-text-column .image-card {
  margin-bottom: 50px;
}

.awr-img-text-column .image-card img {
  margin-bottom: 30px;
}

.awr-img-text-column .extra-info {
  margin-top: 50px;
}

.icon-nav .awr-img-text-column .image-card img {
  max-width: 100px;
}

/* MODULE - AWR text and image */
.awr-text-and-image .caption-wrapper {
  padding: 10px;
  max-width: 600px;
}

@media screen and (min-width: 40em){
  .awr-text-and-image .caption-wrapper {
    padding: 50px;
  }
}
/*
.awr-text-and-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.awr-text-and-image .image-column {
    width: -webkit-calc(50% - 100px);
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px); 
}

.awr-text-and-image .caption-column {
    width: -webkit-calc(50% + 100px);
    width: -moz-calc(50% + 100px);
    width: calc(50% + 100px);
    max-width: -webkit-calc(600px + 100px);
    max-width: -moz-calc(600px + 100px);
    max-width: calc(600px + 100px);
}*/

/* MODULE - AWR text top media bottom */
.awr-text-top-media-bottom *  {
  text-align: center;
}

.awr-text-top-media-bottom .image-shadow {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
}

/* MODULE - AWR img and form */
.awr-img-and-form {
  margin: 10px auto;
  overflow-x:hidden;
}

.awr-img-and-form .row {
  /*justify-content: center;*/
  flex-wrap: nowrap;
  align-items: flex-start;
}

.awr-img-and-form .img-wrapper {
  padding: 15% 10%;
  min-height: 300px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 42% 58% 54% 46% / 56% 59% 41% 44%;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 578px) {
  .awr-img-and-form .img-wrapper {
    padding: 12% 12% 12% 7%;
    min-height: 400px;
  }
}  

@media screen and (min-width: 992px) {
  .awr-img-and-form .img-wrapper {
    min-height: 600px;
    max-width: 800px;
    margin: 0;
  }
}  

/* tint overlay */
.awr-img-and-form .img-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 42% 58% 54% 46% / 56% 59% 41% 44%;
}

/* bg shape */ 
.awr-img-and-form .img-wrapper {
  position: relative;
}

.awr-img-and-form svg.bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  display:  block;
  z-index: -1;
  transform: scale(1.1);
  transform-origin: 30% 10%;
}

.awr-img-and-form .img-wrapper h1 {
  color: white !important;
  position: relative;
}

@media screen and (max-width: 960px){
  .awr-img-and-form .img-wrapper h1 {
    margin-bottom: 0;
  }
}

.awr-img-and-form .form-wrapper {
  position: relative;
  z-index:  999;
  margin-left: -10%;
  margin-top: 200px;
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 960px){
  .awr-img-and-form .row {
    flex-direction: column;
  }
  
  .awr-img-and-form .form-wrapper {
    margin: 50px auto 0 !important;
  }
}

@media screen and (min-width: 1600px){
  .awr-img-and-form {
    position: relative;
    left: 50px;
  }
}

/* MODULE - AWR video and form */ 
/* .awr-video-and-form {
  margin: 10px auto;
} */

/* .awr-video-and-form .row {
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.awr-video-and-form .video-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
} */

/* bg shape */ 
/* .awr-video-and-form .video-wrapper {
  position: relative;
}

.awr-video-and-form svg.bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  display:  block;
  z-index: -1;
  transform: scale(1.5);
  transform-origin: 5% 0%;
}

.awr-video-and-form .form-wrapper {
  position: relative;
  z-index:  999;
  margin-left: -5%;
  margin-top: 30vw;
  max-width: 700px;
  width: 100%;
} */

/* add extra circle behind form */
/* .awr-video-and-form .row {
  position: relative;
}

.awr-video-and-form .row:before {
  content: "";
  display: block;
  width: 11vw;
  height: 11vw;
  position: absolute;
  top: 30%;
  right: -5%;
  background: rgba(55,181,237,0.15);
  border-radius: 50%;
  z-index: -99;
} */

@media screen and (max-width: 1200px){
  /* .awr-video-and-form .row {
    flex-direction: column;
  }
  
  .awr-video-and-form svg.bg-shape {
    display: none;
  }
  */
  .awr-video-and-form .video-wrapper {
    margin: 0 auto !important;
    max-width: 700px;
  }
  
  .awr-video-and-form .form-wrapper {
    margin: 50px auto 0 !important;
  }
 
   .awr-video-and-form .row:before {
     display: none;
  }
}  

@media screen and (min-width: 960px and max-width: 1199px){
  .awr-video-and-form .video-wrapper {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 1600px){
  .awr-video-and-form .video-wrapper {
    max-width: 900px;
  }
} */

/* MODULE - AWR form and text */
.awr-form-and-text, .container-1200 {
  max-width: 1200px;
  margin-left: auto!important;
  margin-right: auto!important;
}

@media (min-width: 768px) and (max-width: 992px){
    .awr-form-and-text > .row {
      flex-wrap: nowrap;
    }
}

@media(max-width: 991px) {
  
  .awr-form-and-text .form-wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 992px){
  .awr-form-and-text .form-wrapper {
    margin-right: 2em;
  }
}

.awr-form-and-text.inverted .form-wrapper {
  margin-left: 2em;
  margin-right: 0;
}

.form-only {
  margin-bottom: 5rem;
}

/* MODULE - AWR addons */
.awr-addons .container,
.awr-pricing .container{
  max-width: 1140px!important;
}

@media screen and (min-width: 992px){
  .addons-wrap {
    margin-bottom: 150px;
  }
}

.awr-addons .per-month,
.awr-addons .price-extra-info div {
  font-size: 24px;
  font-weight: 400;
  color: white;
}

.awr-addons h3.price,
.awr-addons .per-month,
.awr-addons .price-extra-info div {
    display: inline-block;
}

/* MODULE - AWR video popup cta */
.awr-video-popup-cta.main-section {
  padding-top: 0;
  max-width: 1300px !important;
  margin: 0 auto;
}

.awr-video-popup-cta .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.awr-video-popup-cta .image-wrapper img:hover {
  cursor: pointer !important;
}

.awr-video-popup-cta .cta-wrapper div {
  width: auto !important;
}

@media(max-width: 991px) {
  .awr-video-popup-cta .cta-wrapper {
    display: block;
  }
  
  .awr-video-popup-cta .image-wrapper {
    text-align: center;
  }
}

.awr-video-popup-cta .cta-wrapper .btn:first-of-type {
  margin-right: 10px;
  width: auto !important;
}

@media screen and (max-width: 991px){
  .wistia_click_to_play {
    margin: 0 auto;
  }
}

.awr-video-popup-cta .image-wrapper div {
  width: 100% !important;
}

/* MODULE - AWR text in bubble */
.awr-text-in-bubble {
  background: rgba(55,181,237,0.15) url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  width: 100%;
  padding: 20% 15%;
  border-radius: 46% 54% 57% 43% / 42% 39% 61% 58%;
}


/* MODULE - AWR Resources bubble */
.awr-resources-in-bubble {
  /*margin-top: -80px;*/
}

.awr-resources-in-bubble  ul.check {
  color: #37B5ED;
}

@media screen and (min-width: 500px){
  .white-bubble {
    background-color: white;
    padding: 65px 90px;
    border-radius: 43% 57% 60% 40% / 44% 37% 63% 56%;
     
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);;  
  }
}

/* MODULE - AWR accordion */

.accordion-container {
  max-width: 1140px!important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.accordion-nav,
.accordion-section {
  margin-bottom: 5rem;
}

.accordion-nav,
ul.accordion {
	margin-left: 0;
	padding: 0;
  list-style-type: none;
}

.accordion-nav {
  padding-left: 10px;
  font-size: 20px;
}

.accordion-section {
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  border-radius: 15px;
  padding: 2rem;
}

.question {
	position: relative;
  padding: 1.1em 1em 1.1em 0.5em;
  border-bottom: 2px solid #FC5C28;
}

.question-text {
  font-weight: bold;
  padding-right: 3em;
}

.question:hover {
	cursor: pointer;
}

.answer {
	display: none;
	padding: 1em 0.5em 2em;
  font-weight: normal;
}

.expand-bar {
	position: absolute;
	top: 2em;
	right: 1em;
	transition: all 0.5s ease;
}

.expand-bar,
.expand-bar:after {
	width: 20px !important;
	height: 3px;
  background-color: #FC5C28;
}

.expand-bar:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.open .expand-bar {
	transform: rotate(180deg);
}

.open .expand-bar:after {
	transform: rotate(180deg);
}

/* AWR - accordion basic */
.awr-accordion-basic .accordion .question {
  border-bottom: none;
}

.awr-accordion-basic .accordion .question-text {
  font-size: 24px;
}

.awr-accordion-basic .accordion .question-text .teaser {
  font-size: 18px !important;
  font-weight: normal !important;
}

.awr-accordion-basic .accordion .answer ul {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}  

.awr-accordion-basic .accordion .answer ul li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  content: "\f00c";
  padding-right: 5px;
  position: absolute;
  left: 0;
  color: #FC5C28;
}

/* AWR - testimonial slider */

/* slick global styling */ 

ul.slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #FC5C28;
    opacity: 0.3;
}

.slick-dots .slick-active button {
  opacity: 1;
}
 
/* testimonial specific settings */
.awr-testimonial-slider .testimonial-slider {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.awr-testimonial-slider .testimonial-slider img {
  max-width: 200px;
  margin: 0 auto;
}

.awr-testimonial-slider .testimonial-slider .author {
  font-weight: bold;
}

@media screen and (max-width: 992px){
  .awr-testimonial-slider {
    margin-bottom: 3em;
  }
}

/* AWR two item slider */

.awr-two-item-slider .slick-slider.testimonial-slider {
  max-width: 100%;
  margin: 0 auto;
}

.awr-two-item-slider .testimonial-slider img {
  max-width: 100%;
}

.awr-two-item-slider .testimonial-slider [aria-hidden="false"] img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); 
}

/* .awr-two-item-slider .testimonial-slider .slick-track,
.awr-two-item-slider .testimonial-slider .slick-slide {
  width: 100% !important;
  padding-left: 30px;
  padding-right; 30px;
}
 */
.awr-two-item-slider .slick-slide h3.slide-caption {
  text-align: center;
  width: 100%;
}

/* AWR pdf embed */
.pdf-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
}

.pdf-wrapper embed,
.pdf-wrapper iframe,
.pdf-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* size styling */
.pdf-wrapper.landscape {
   padding-bottom: 85%;
}

.pdf-wrapper.portrait {
  padding-bottom: 130%;
}

@media screen and (min-width: 1232px){
  .pdf-wrapper.landscape {
   padding-bottom: 70%;
  }
}

@media screen and (min-width: 1632px){
  .pdf-wrapper.landscape {
   padding-bottom: 52%;
  }
  
  .pdf-wrapper.portrait {
    padding-bottom: 80%;
  }
}

@media screen and (min-width: 1400px){
  .pdf-wrapper:before {
    content: "";
    display: block;
    width: 25vw;
    height: 20vw;
    position: absolute;
    bottom: -5vw;
    right: -15vw;
    z-index: -999;
    background: rgba(55,181,237,0.15);
    border-radius: 43% 57% 60% 40% / 44% 37% 63% 56%;
    animation: floatAround 8s ease-in-out infinite;
  }
}

/* ========================== TEMPLATES ============================ */

/* TEMPLATE - AWR two column landing page */

.awr-two-column-landing-page .column {
   margin-bottom: 3rem;
}

@media screen and (min-width: 500px){
  .awr-two-column-landing-page .column {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1200px){
  .awr-two-column-landing-page .column {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* TEMPLATE - Demo Page */

/* can't change style of elements inside iframe.. */
/* so have to use media queries.. */

.demo-calendar-section {
  margin-top: -50px;
}
 
@media screen and (min-width: 992px){
  .demo-calendar-section {
    position: relative;
    /* width of container minus width of calendar divided by 2 minus some padding*/
    right: calc( ( (960px - 850px) / 2 ) - 25px );
  }
}

@media screen and (min-width: 1632px){
  .demo-calendar-section {
    /* width of container minus width of calendar divided by 2 minus some padding*/
    right: calc( ( (1600px - 850px) / 2 ) - 40px );
    margin-top: -120px;
  }
}

/* position Video CTA bubble */
@media screen and (min-width: 1200px){
  .demopage-bubble-wrapper .row-fluid {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1632px){
  .demopage-bubble-wrapper .row-fluid {
    justify-content: flex-end;
  }
 
  .demopage-bubble-wrapper .awr-text-in-bubble {
    margin-top: -90px;
  }
}

/* add light blue circle around calendar for decoration */ 
.demopage-bubble-wrapper .awr-text-in-bubble {
  position: relative;
  margin-bottom: 30px;
}

.demopage-bubble-wrapper .awr-text-in-bubble:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(55,181,237,0.15);
  border-radius: 50%;
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
}

@media screen and (min-width: 992px){
  .demopage-bubble-wrapper .awr-text-in-bubble {
    margin-bottom: 0;
  }
  
  .demopage-bubble-wrapper .awr-text-in-bubble:before {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 1632px){
  .demopage-bubble-wrapper .awr-text-in-bubble:before {
    top: -60%;
    right: unset;
    left: 0;
  }
}

/* TEMPLATE - Webinar Replay Page */

/* webinar videos */

/* weird white gap above orange bar on small screens */
@media screen and (max-width: 490px){
  .webinar-video-group > div.row-fluid-wrapper > div.row-fluid {
     display: block;
  }
  
  .webinar-video-wrap {
    max-width: 90% !important;
  }
}

.webinar-video-wrap {
  max-width: 900px;
  /*margin: 80px auto!important;*/
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  position:relative;
  margin: 0 auto!important;
}  

.webinar-video-wrap:not(.center):before {
  position:absolute;
  bottom: -100px;
  left: -130px;
  content: "";
  background: url("https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/bg-shape2.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 1200px){
  .webinar-video-wrap:not(.center) {
    margin: -250px 0 0 auto!important;
  }
}

.aw-calendar-wrap h2{
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.aw-calendar {
  max-width: 910px;
  position:relative;
}

.aw-calendar.right {
  margin: 0 0 0 auto!important;
}

.aw-calendar:before {
  position:absolute;
  top: 100px;
  left: -100px;
  content: "";
  background: url("https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/bg-shape2.svg") no-repeat;
  background-size: contain;
  width: 80%;
  height: 80%;
  display: block;
}

.aw-calendar iframe {
  position: relative;
}

.booking-iframe iframe {
  width: 100%!important;
}

@media screen and (max-width: 400px) {
  .aw-calendar .meetings-iframe-container iframe {
    min-width: 280px !important;
  }
}

/* TEMPLATE - Resources Library */
.resources-nav {
  margin-bottom: 40px;
}

.resources-nav ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.resources-nav ul li:not(:last-child) a.btn {
  margin-right: 20px;
}

/* resources card */ 
.resources-library-container, 
.blog-listing-container {
  max-width: 1140px!important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.resources-card-container {
  margin-bottom: 4rem;
}

@media screen and (max-width: 400px){
  .resources-card-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.resources-card {
  background: #ffffff url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem 2rem;
  margin-top: 0;
  border-radius: 15px;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  height: 100%;
  max-width: 400px;
  position: relative;
}

.resources-card .resource-type {
  font-size: 90%;
  font-weight: bold;
}

/* Change Resources card color based on type */

.resources-card.case-study:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: purple;
  border-radius: 15px 15px 0 0;
}

.resources-card.case-study .resource-type {
  color: purple;
}

.resources-card.ebook:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FC5C28;
  border-radius: 15px 15px 0 0;
}

.resources-card.ebook .resource-type {
  color: #FC5C28;
}

.resources-card.upcoming-webinar:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #37B5ED;
  border-radius: 15px 15px 0 0;
}

.resources-card.upcoming-webinar .resource-type {
  color: #37B5ED;
}

/* Replay Webinar Resources Page */

/* alter design to fit img */
.resources-card.replay-webinar {
  overflow: hidden;
  padding: 0;
}

.resources-card.replay-webinar .resource-type {
  padding-top: 2rem;
}

.resources-card.replay-webinar .resource-type,
.resources-card.replay-webinar .resource-title,
.resources-card.replay-webinar .resource-description {
  padding-left: 2rem;
  padding-right: 2rem;
}

.resources-card.replay-webinar .resource-description {
  padding-bottom: 2rem;
}

.resources-card.replay-webinar:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e6594;
  border-radius: 15px 15px 0 0;
}

.resources-card.replay-webinar .resource-type {
  color: #1e6594;
}

.resources-card.tools-and-templates:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9b9b9b;
  border-radius: 15px 15px 0 0;
}

.resources-card.tools-and-templates .resource-type {
  color: #9b9b9b;
}

/* TEMPLATE - Simple Setup */

@media screen and (min-width: 992px){
  .simple-setup-content {
    padding-right: 2rem;
  }
 }

/* TEMPLATE - Enterprise v1  */

.enterprise-icons h2.title-section {
  max-width: 1100px;
}

/* TEMPLATE - Tours */

.tours-calendar {
  margin-top: 120px;
}

/* AWR - PDF Landing Page */

@media screen and (max-width: 1631px){
  .pdf-landing-page .bubble-overlay {
      position: static;
  }
}

.pdf-landing-calendar h2.title-section {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px){
  .pdf-landing-calendar {
    position: relative;
    bottom: -10rem;
  }
}

/* AWR - Product Careers */ 

.product-careers-icons .title-section {
  max-width: 1150px !important;
}

/*  AWR - Addons Card New  */
@media screen and (min-width: 768px){
  .addon-card-new .left-column {
    border-right: 2px solid rgba(15,50,73,0.5);
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1632px){
  .addon-card-new .left-column {
    flex: 0 0 24% !important;
    max-width: 24% !important;
  }
  
   .addon-card-new .right-column {
    flex: 0 0 76% !important;
    max-width: 76% !important;
  }
}  
  
.addon-card-new .description {
  margin-bottom: 2rem;
}

.addon-card-new .answer {
  padding-bottom: 1rem !important;
}

/* TEMPLATE - AWR BD & AWR MEETINGMAKER */

.bd-landing .awr-page-heading .heading-content,
.meeting-maker-landing .awr-page-heading .heading-content {
  padding-bottom: 1rem;
}

.bd-landing .awr-page-heading .bubble-overlay,
.meeting-maker-landing .awr-page-heading .bubble-overlay {
  max-width: 400px;
  padding: 55px 70px;
}

.bd-landing .title-section {
  max-width: 1200px !important;
}

@media screen and (min-width: 780px){
  .bd-landing .awr-page-heading .bubble-overlay,
  .meeting-maker-landing .awr-page-heading .bubble-overlay {
    bottom: 0;
  }
  
  .bd-landing .awr-page-heading .heading-content .heading {
    margin-bottom: 0
  }
}

@media screen and (min-width: 1200px){
  .bd-landing .awr-page-heading .bubble-overlay,
  .meeting-maker-landing .awr-page-heading .bubble-overlay {
    bottom: 0;
  }
}

/* TEMPLATE - AWR MEETINGMAKER */
.meeting-maker-landing .landing-integrations .main-section.awr-icon-text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.meeting-maker-landing .landing-integrations h2 {
  margin-bottom: 25px;
}

.meeting-maker-landing .landing-integrations .icon-card {
  margin-bottom: 0;
}

.meeting-maker-landing .landing-integrations .icon-card img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
}

#meetingmaker-faq {
  margin: 0 auto;
}

/* AWR-cta-bar-wavy */

.awr-cta-bar-wavy .container {
  text-align: center !important;
  padding: 1rem 0;
}

/* Common Template Selectors                                             
   ========================================================================== */


/* Site Pages                                            
   ========================================================================== */

/* Landing Pages                                           
   ========================================================================== */

/* System Pages                                          
   ========================================================================== */

/* Search Results Page */

.awr-custom-search-results {
  padding: 50px 0 150px;
}

/* Error Page */

.error-message-wrapper {
  margin-top: 3rem;
}

@media screen and (min-width: 768px){
  .error-message-wrapper {
    margin-top: 7rem;
  }
}

.error-message-wrapper * {
  text-align: center;
}

.error-message-wrapper img {
  margin-bottom: 3rem;
}

.error-message-wrapper .orange {
  color: #FC5C28;
}

@media screen and (min-width: 1200px){
  .error-message-wrapper h1 {
    font-size: 60px;
  }
}

.error-message-wrapper .error-message p {
  font-size: 120%;
}

@media screen and (min-width: 768px){
  .error-message-wrapper .error-message p {
    font-size: 160%;
  }
}

@media screen and (min-width: 992px){
  .error-message-wrapper .error-message p {
    font-size: 200%;
  }
}


/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */

/* Blog Listing */

.awr-blog-heading .img-wrapper img {
  max-height: 400px;
}

@media screen and (min-width: 992px){
  
  .awr-blog-heading.awr-page-heading-with-img .img-wrapper img {
    top: -55px !important;
  }
  .post-listing .post-item.row {
    margin-bottom: 4rem;
  }
  
  .post-listing .post-item.row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  
  .post-listing .post-item.row:nth-of-type(odd) .col-lg-4 {
    padding-right: 80px;
  }
  
  .post-listing .post-item.row:nth-of-type(even) .col-lg-4 {
    padding-left: 80px;
  }
}

.post-listing .card {
  padding: 0;
}

.post-listing .post-text-wrapper {
  padding: 0 2em 2em 2em;
}

.post-listing .post-item img.hs-featured-image {
  max-width: 100%;
  height: 300px !important;
  max-height: 300px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  float: none !important;
  margin: 0 0 20px 0;
}

.post-item h2.post-title {
  margin-top: 25px;
  margin-bottom: 10px;
}

.post-item .more-link {
  margin-bottom: 20px;
}

.blog-pagination {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 600px){
  
/*    .post-listing .post-item img.hs-featured-image {
    height: 250px !important;
    max-height: 250px;
  }  */

  .blog-pagination {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 992px){
  .post-listing .post-item img.hs-featured-image {
    height: 250px !important;
    max-height: 250px;
  } 
  
  .blog-pagination {
    margin-bottom: 5rem;
    text-align: left;
  }
  
  .blog-pagination > a:not(:last-child) {
    margin-right: 20px;
  }
}

/* Blog filter styling */ 

.blog-filters .blog-filter-tags,
.blog-filters .blog-filter-months {
  width: 100% !important;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px){
  .blog-filters .blog-filter-tags,
  .blog-filters .blog-filter-months {
    width: auto !important;
    min-width: 280px !important;
    margin-bottom: 0;
  }
}

.blog-filters .blog-filter-tags {
  margin-right: 30px;
}

.blog-filters .select-items .block,
.blog-filters .select-items .block .widget-module {
  padding: 0;
}

.blog-filters .select-items ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.blog-filters .select-items div:hover {
  background-color: transparent !important;
}

.blog-filters .select-items li:hover {
  background-color: rgba(0,0,0,0.1)
}

/* style the items (li), including the selected item: */
.blog-filters .select-items li {
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.blog-filters .select-items li:first-child {
  border-radius: 15px 15px 0 0;
}

.blog-filters .select-items li:last-child {
  border-radius: 0 0 15px 15px;
}

.blog-filters .select-items a, .select-items a:hover {
  color: #fff;
}

/* see all link */
.blog-filters .select-items .filter-expand-link {
  display: block;
  padding: 10px 20px;
}


/* Blog Individual */

.awr-blog-heading .container .featured-image-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.awr-blog-heading .container .featured-image-wrapper img.hs-featured-image {
  width: 100%;
  max-width: 400px;
  border-radius: 46% 54% 57% 43% / 42% 39% 61% 58%;
  height: 300px !important;
  object-fit: cover;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
  float: none;
}

@media screen and (min-width: 992px){
  .awr-blog-heading {
    position: relative;
  }

  .awr-blog-heading .container .featured-image-wrapper {
    position: absolute;
    right: 3vw;
    bottom: -20px;
  }
  
  .awr-blog-heading .container .featured-image-wrapper img.hs-featured-image {
    height: 350px !important;
    max-width: 500px;
  }
}

/* @media screen and (min-width: 1632px){
  .awr-blog-heading .container .featured-image-wrapper img.hs-featured-image {
    height: 450px !important;
    max-width: 850px;
  }
} */

.blog-post-wrapper {
  margin-bottom: 2em;
}

.blog-disclaimer {
  margin-bottom: 5rem;
}

/* Add padding so it's not too close to sidebar */
@media screen and (min-width: 992px){
  .blog-post-wrapper,
  .blog-disclaimer {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1632px){
  .blog-post-wrapper,
  .blog-disclaimer {
    padding-left: 60px;
  }
}

.blog-post-wrapper .about-post {
  margin-bottom: 30px;
}

.blog-post-wrapper .about-post .date {
  font-weight: bold;
}

/* Blog Content Column
   ========================================================================== */


/* Blog Sidebar
   ========================================================================== */
.blog-sidebar {
  margin-bottom: 70px;
}

.blog-sidebar .cta-wrapper {
   margin-bottom: 50px;
}

.blog-sidebar h4.upcoming-webinar {
  color: #37B5ED;
}

.blog-sidebar .secondary-cta,
.blog-sidebar .tertiary-cta {
  min-height: 300px;
  max-width: 400px;
  position: relative;
  margin-bottom: 80px
}

/* Position bubble CTAs on smaller screens */ 
@media screen and (max-width: 991px) {
  .blog-sidebar .secondary-cta {
    margin-left: 0 !important;
  }
  
   .blog-sidebar .tertiary-cta {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

/* Second and third CTAs to look like bubbles */
.blog-sidebar .secondary-cta .content-wrapper,
.blog-sidebar .tertiary-cta .content-wrapper {
  background-color: rgba(55,181,237,0.15);
  padding: 4rem 2.5rem 4rem 3.5rem;
}

.blog-sidebar .secondary-cta .content-wrapper {
  border-radius: 43% 57% 60% 40% / 44% 37% 63% 56%;
}

.blog-sidebar .tertiary-cta .content-wrapper {
    border-radius: 49% 51% 44% 56% / 39% 53% 47% 61%;
}

.blog-sidebar .secondary-cta .content-wrapper .btn,
.blog-sidebar .tertiary-cta .content-wrapper .btn {
  white-space: nowrap;
}

/* Add small circles */

.blog-sidebar .secondary-cta:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -50px;
  left: -30px;
  background-color: rgba(55,181,237,0.15);
  border-radius: 50%;
}

.blog-sidebar .tertiary-cta:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -70px;
  right: -10px;
  background-color: rgba(55,181,237,0.15);
  border-radius: 50%;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/* Popup forms using belch.io */ 
.belch-modal__container {
  background-color: transparent !important;
  padding: 0 !important;
  overflow-y: unset !important;
  max-height: unset !important;
  transform: scale(0.9) !important;
}

.belch-modal__container h1,
.belch-modal__container h2,
.belch-modal__container h3 {
   font-family: 'Exo', sans-serif;;
   color: white !important;
}

.belch-modal__container .belch-modal__header {
  display: none !important;
}

.belch-modal__container .belch-modal__content {
  max-height: 100vh !important;
  overflow-y: auto !important;
}

.belch-modal__container .legal-consent-container {
  margin: 20px 0;
}

.belch-modal__container .legal-consent-container p {
  font-family: 'Exo', sans-serif;;
   color: white !important;
}

.belch-modal__content .embed-form-super-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 29px !important;
    padding-right: 29px !important;
}

/* All Global Forms
   ========================================================================== */

.form-wrapper {
  padding: 60px 20px;
  border-radius: 15px;
  background: rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
}

@media screen and (min-width: 600px){
  .form-wrapper {
    padding: 60px 40px;
  }
}

.form-text {
  font-weight: bold;
  margin-bottom: 30px;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
select {
  background: rgba(255,255,255,0.2);
  border: none;
  border-bottom: 2px solid;
  min-height: 35px;
  font-family: 'Exo', sans-serif;;
  font-size: 18px;
  line-height: 1.8;
  width: 100%!important;
  border-radius: 0;
  -webkit-appearance: none;
}

.form-wrapper textarea, 
.form-wrapper input[type="text"], 
.form-wrapper input[type="password"], 
.form-wrapper input[type="datetime"], 
.form-wrapper input[type="datetime-local"], 
.form-wrapper input[type="date"], 
.form-wrapper input[type="month"], 
.form-wrapper input[type="time"], 
.form-wrapper input[type="week"], 
.form-wrapper input[type="number"], 
.form-wrapper input[type="email"], 
.form-wrapper input[type="url"], 
.form-wrapper input[type="search"], 
.form-wrapper input[type="tel"], 
.form-wrapper input[type="color"], 
.form-wrapper select {
  border-color: #FC5C28;
}

form ::placeholder {
  color: #0f3249 !important;
  opacity: 1;
}

form .field {
  margin-bottom: 20px !important;
  max-width: 100%!important;
}

.form-wrapper fieldset {
  max-width: unset !important;
}

form .legal-consent-container {
  font-size: 14px;
}

/*.hs-form-required {
  display: none;
}*/

legend {
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ffffff;
}

ul.inputs-list {
  padding-left: 0;
}

ul.inputs-list .hs-form-checkbox,
ul.inputs-list .hs-form-radio {
  list-style-type: none;
}

ul.inputs-list .hs-form-checkbox span,
ul.inputs-list .hs-form-radio span {
  margin-left: 5px;
}

/* FORM PRIMARY (Brand Orange Background) */
.form-primary .form-wrapper,
.form-primary .form-wrapper option {
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.form-primary .form-wrapper h1,
.form-primary .form-wrapper h2,
.form-wrapper h3,
.form-primary .form-wrapper h4,
.form-primary .form-wrapper h5,
.form-primary .form-wrapper h6,
.form-primary .form-wrapper p,
.form-primary form h1,
.form-primary form h2,
.form-primary form h3,
.form-primary form h4,
.form-primary form h5,
.form-primary form h6,
.form-primary form p, 
.form-primary form label,
.form-primary form * {
  color: white;
}

.form-primary textarea, 
.form-primary input[type="text"], 
.form-primary input[type="password"], 
.form-primary input[type="datetime"], 
.form-primary input[type="datetime-local"], 
.form-primary input[type="date"], 
.form-primary input[type="month"], 
.form-primary input[type="time"], 
.form-primary input[type="week"], 
.form-primary input[type="number"], 
.form-primary input[type="email"], 
.form-primary input[type="url"], 
.form-primary input[type="search"], 
.form-primary input[type="tel"], 
.form-primary input[type="color"], 
.form-primary select {
  border-color: white;
  color: black;
}

.form-primary ::placeholder {
  color: #ffffff !important ;
  opacity: 1; /* Firefox */
}

/* FORM SECONDARY (Brand Blue Background) */
.form-secondary .form-wrapper,
.form-secondary .form-wrapper option {
  background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.form-secondary .form-wrapper h1,
.form-secondary .form-wrapper h2,
.form-wrapper h3,
.form-secondary .form-wrapper h4,
.form-secondary .form-wrapper h5,
.form-secondary .form-wrapper h6,
.form-secondary .form-wrapper p,
.form-secondary form h1,
.form-secondary form h2,
.form-secondary form h3,
.form-secondary form h4,
.form-secondary form h5,
.form-secondary form h6,
.form-secondary form p, 
.form-secondary form label,
.form-secondary form * {
  color: white;
}

.form-secondary textarea, 
.form-secondary input[type="text"], 
.form-secondary input[type="password"], 
.form-secondary input[type="datetime"], 
.form-secondary input[type="datetime-local"], 
.form-secondary input[type="date"], 
.form-secondary input[type="month"], 
.form-secondary input[type="time"], 
.form-secondary input[type="week"], 
.form-secondary input[type="number"], 
.form-secondary input[type="email"], 
.form-secondary input[type="url"], 
.form-secondary input[type="search"], 
.form-secondary input[type="tel"], 
.form-secondary input[type="color"], 
.form-secondary select {
  border-color: white;
  color: black;
}

/* form transparent bg */
.form-transparent .form-wrapper h1,
.form-transparent .form-wrapper h2,
.form-transparent .form-wrapper h3,
.form-transparent .form-wrapper h4,
.form-transparent .form-wrapper h5,
.form-transparent .form-wrapper h6,
.form-transparent .form-wrapper p,
.form-transparent form h1,
.form-transparent form h2,
.form-transparent form h3,
.form-transparent form h4,
.form-transparent form h5,
.form-transparent form h6,
.form-transparent form p, 
.form-transparent form label,
.form-transparent form * {
  color: #0f3249;
}

.form-transparent textarea, 
.form-transparent input[type="text"], 
.form-transparent input[type="password"], 
.form-transparent input[type="datetime"], 
.form-transparent input[type="datetime-local"], 
.form-transparent input[type="date"], 
.form-transparent input[type="month"], 
.form-transparent input[type="time"], 
.form-transparent input[type="week"], 
.form-transparent input[type="number"], 
.form-transparent input[type="email"], 
.form-transparent input[type="url"], 
.form-transparent input[type="search"], 
.form-transparent input[type="tel"], 
.form-transparent input[type="color"], 
.form-transparent select {
  border-color: #FC5C28;
}

.form-transparent .btn,
.form-secondary ::placeholder {
  color: #ffffff !important ;
  opacity: 1; /* Firefox */
}

/* custom select for resources */
.custom-select {
  position: relative;
  max-width: 300px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  border-radius: 30px;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 16px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items div:first-child {
  border-radius: 15px 15px 0 0;
}

.select-items div:last-child {
  border-radius: 0 0 15px 15px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 15px;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
}

.select-items a, .select-items a:hover {
  color: #fff;
  display: block;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-show {
  display: block;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.email-subscription-form .hs_email {
  margin-bottom: 20px;
}

/* Form Module
   ========================================================================== */



/* Blog Comment Form
   ========================================================================== */


/* Blog Subscription Form
   ========================================================================== */

.widget-type-blog_subscribe .hs_email {
  margin-bottom: 20px;
}


/* Search Form
   ========================================================================== */

.hs-search-field {
  margin-bottom: 2em;
}

input[type="text"].hs-search-field__input{
  width: calc( 100% - 56px ) !important;
}  

button[aria-label="Search"] {
  text-shadow: none;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  background-color: #37B5ED;
  float: right;
  position: relative;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
}

button[aria-label="Search"]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Icons/awr-icon-search-white.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

button[aria-label="Search"] svg {
  display: none;
}


/* Multi Column Form
   ========================================================================== */



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
.btn, 
input[type="submit"] {
  margin-top: 10px;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalized !important; 
  text-decoration: none;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
   
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);;
  cursor: pointer;
  display: inline-block;
  font-family: 'Exo', sans-serif;;
}

.btn:hover, 
input[type="submit"]:hover {
  text-decoration: none;
   
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);;
}

.btn-primary,
input[type="submit"] {
  color: #ffffff;
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ffffff;
  background: #D24B20 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn-secondary {
  color: #ffffff;
  background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  background: #2B96C5 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn-white, 
.form-primary input[type="submit"],
.form-secondary input[type="submit"]{
  background: #ffffff url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn-white, 
.form-primary input[type="submit"]{
    color: #FC5C28;
}

.form-secondary input[type="submit"]{
    color: #37B5ED;
}

.btn-white:hover,
.btn-white:focus,
.form-primary input[type="submit"]:hover,
.form-primary input[type="submit"]:focus {
  color: #FC5C28;
  background: #f7f7f7 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.btn.big {
  font-size: 25px;
}
  

/* cards */

.card {
  text-align: left;
  background: #ffffff url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top: 0;
  border-radius: 15px;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  height: 100%;
}

.card.card-transparent {
  background: none;
}

.card:hover {
    
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);;;
}

/* generic card for ptise, addons, fee */
.service-card {
  text-align: left;
  background: #ffffff url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top: 0;
  border-radius: 15px;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  height: 100%;
}

.service-card:hover {
   
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);;;
}

.column-card {
  margin-bottom: 2rem;
}

.service-card h3 {
  font-size: 60px;
  margin-bottom: 0;
} 

.service-card h3 .currency,
.service-card h3 .month {
  font-size: 30px;
}

.service-card h4 {
  font-size: 22px;
}

.service-card .check {
  margin-top: 1.5rem;
}

.service-card .hs_cos_wrapper_type_cta {
  align-self: center;
}

/* basic text card */
.text-card {
  background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 2rem 2rem;
  margin-top: 0;
  border-radius: 15px;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;;
  height: 100%;
}

.text-card h1,
.text-card h2,
.text-card h3,
.text-card h4,
.text-card p {
  color: #ffffff;
}

.core-value-section .column-card img {
  max-width: 50px;
}

.our-story-section .column-card img {
  max-width: 500px;
}

/* pricing care */

.selection-option {
  margin-bottom: 2rem;
}

.selection-option a.switch {
  color: #9b9b9b;
  position:relative;
  padding-left: 27px;
  margin-right: 1rem;
}

.selection-option a.switch:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  top: 1px;
  background: #9b9b9b;
}

.selection-option a.switch.active {
  color: #37B5ED;
}

.selection-option a.switch.active:before {
  background: #37B5ED;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.price-card .card-subtitle {
  flex-grow: 1;
}
  
.price-card h3 {
  margin-bottom: 0;
}

.price-card li.unchecked-li,
.service-card li.unchecked-li {
  font-weight: bold;
}

.price-card .compare-link,
.price-card .demo-link {
  text-align:center;
}

.price-card li a{
  text-decoration: underline;
  font-weight: normal !important;
}

.awr-pricing .row .column-card:nth-child(even) .price-card {
  background: #FC5C28 url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.awr-pricing .row .column-card:nth-child(even) .price-card h2,
.awr-pricing .row .column-card:nth-child(even) .price-card h3,
.awr-pricing .row .column-card:nth-child(even) .price-card h4,
.awr-pricing .row .column-card:nth-child(even) .price-card p,
.awr-pricing .row .column-card:nth-child(even) .price-card a,
.awr-pricing .row .column-card:nth-child(even) .price-card a:visited,
.awr-pricing .row .column-card:nth-child(even) .price-card ul,
.awr-pricing .row .column-card:nth-child(even) .price-card li{
  color: #ffffff;
}

.bd-price .price-card .compare-link {
  display: none;
}

/* If "Hide Prices?" checked in Price Card */

.hide-prices .card-title {
  font-size: 30px;
  margin-bottom: 0;
}

.hide-prices .price-annually h3,
.hide-prices .price-monthly h3,
.hide-prices .price-annually .price-tagline,
.hide-prices .price-monthly .price-tagline,
.hide-prices .price-monthly p,
.hide-prices .price-annually p,
.hide-prices .price,
.hide-prices .per-month,
.hide-prices .price-extra-info {
  display: none !important;
}

/* setup card */

.setupfee-card {
  background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.setupfee-card h3, .setupfee-card h4, .setupfee-card p, .setupfee-card li, .setupfee-card a {
  color: #ffffff;
}

.setupfee-card li a{
  text-decoration: underline;
  font-weight: normal !important;
}

.setupfee-card li a:hover {
  color: #FC5C28;
}

.setupfee-card .hs_cos_wrapper_type_cta {
  display: block;
  text-align:center;
}

/* adds-on card */
.addons-card:hover {
  background: rgba(55,181,237,0.15) url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.addons-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.addons-card .addons-btn {
  text-align: center;
}

@media screen and (min-width: 992px){
  .addons-card .link-doc,
  .addons-card .addons-btn {
    align-self: center;
  }
}

.awr-addons .addons-card .per-month,
.awr-addons .addons-card .price-extra-info div {
  color: #0f3249;
}

/* 3 cols image for examples */
.threecolimg-card {
  position: relative;
   
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);;
  border-radius: 5px;
}

.threecolimg-card img.screenshot {
  border-radius: 5px;
}

.threecolimg-card .overlay {
  position: absolute;
  background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: flex; 
  align-items: center; 
  justify-content: center;
   
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
;
  border-radius: 5px;
}


.threecolimg-card .overlay:hover {
  opacity: 0.98;
  cursor: pointer;
}

.threecolimg-card .overlay .caption {
  text-align:center;
}

.threecolimg-card .overlay .caption .icon img {
  max-width: 50px;
  
}

.threecolimg-card .overlay .caption p {
  color: #ffffff!important;
  font-size: 15px;
}

@media screen and (max-width: 991px){
  .awr-threecolimg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* support card */
.support-card {
  height: auto!important;
  margin-bottom: 20px;
}

.support-card:hover {
  background: rgba(55,181,237,0.15) url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
}

.support-card .icon-support {
  margin-bottom: 20px;
}

.support-card .icon-support img {
  max-height: 130px;
  width: auto;
}
/* Form Module Button
   ========================================================================== */



/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


/* calendly for support call */
.calendly-meeting {
  min-height: 900px!important;
}

@media (max-width: 768px) {
  .calendly-meeting {
    min-height: 750px!important;
  }
}






/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */


/* mobile navigation */
@media (max-width: 1230px){

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
  
  .header-container {
    padding-top: 20px;
  }
  
  /* remove top menu links */
  .header-container-wrapper .top-links {
    display: none;
  }
  
  /* display top menu links in main menu */
  .custom-menu-primary.js-enabled .top-links-menu {
    display: block;
  }

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff!important;
  }
  
  .main-nav .hs-menu-wrapper ul:first-of-type > li.hs-menu-depth-1:last-child a {
    background: #37B5ED url(https://572187.fs1.hubspotusercontent-na1.net/hubfs/572187/AWR%20Assets/Patterns/noise-pattern-bg.png);
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -8px;          /* Position Button at right of screen  */
    right: 0;        /*******************************************/
    z-index: 55;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FC5C28; 
    width: auto!important;
  }
  
  @media screen and (min-width: 600px){
    .mobile-trigger {
      right: 10px;
    }
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background: none; 
    border: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background: none; 
    border: none;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FC5C28; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #37B5ED; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FC5C28; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
  
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-menu-primary.js-enabled { 
    float: none;
    width: 100%;
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
    margin-top: -30px;
  }
}
/* end - mobile navigation */


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 991px) {
  .banner-img {
   margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  
  h2{
    font-size: 30px;
  }
  
  h2.title-section,
  .title-section h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  p, li {
    font-size: 16px;
  }
}


@media (max-width: 400px) {
  .banner-img {
   margin-bottom: 25px;
  }
  
  h1 {
    font-size: 30px;
  }
  
  h2{
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media only screen and (min-width: 426px) and (max-width: 479px) { .image {
  width: 543px !important;
    margin-left: -112px !important;
  }
  .image img { height: 293px !important;}
  .col-md-6 {
    margin-bottom: 45px !important;
 }
  .video-wrapper {
  margin-left: 41px;
  }
  .vidyard-player-container {
    margin-left: 25px !important;
    width: 88% !important;
    height: 223px !important;
    margin-top: 16px !important;
}
#hs_cos_wrapper_module_1629933368076797_ .image {
    width: 467px !important;
    margin-left: -80px !important;
}
#hs_cos_wrapper_module_1629933368076797_  .vidyard-player-container {
    margin-left: 45px !important;
    width: 78% !important;
  }
#hs_cos_wrapper_module_1629933368076797_  .image img {
    height: 251px !important;
    margin-top: 3px;
}
}

@media (min-width: 768px) {
  
  .footer-logo {
    text-align: right;
    margin-top: -15px;
  }
  
}
 @media only screen and (min-width: 1024px) and (max-width: 1231px) {
 .vidyard-player-container {
    margin-top: 19px !important;
    margin-left: 28px !important;
   width: 83% !important;
}
   .image {
  width: 553px !important;
    margin-left: -98px !important;}
  #hs_cos_wrapper_module_1629933368076797_ .image img {
    height: 299px !important;
    margin-top: 2px !important;
    margin-left: 28px !important;
   }
}
  @media only screen and (min-width: 534px) and (max-width: 538px) {
  .image img {
    width: 75% !important;
    margin-left: 121px !important;
    height: 260px !important;
}
.vidyard-player-container {
    width: 69% !important;
    margin-top: 13px !important;
    margin-left: 91px !important;
}}


 @media only screen and (min-width: 480px) and (max-width: 533px) {
  .image img {
    width: 75% !important;
    margin-left: 121px !important;
    height: 263px !important;
}
.vidyard-player-container {
    width: 78% !important;
    margin-top: 13px !important;
    margin-left: 91px !important;
}}
@media only screen and (min-width: 752px) and (max-width: 1023px){
  .video-wrapper {
    margin-left: 48px;
}
  .image {
  width: 568px !important;}
  .vidyard-player-container {
    width: 117% !important;
    margin-left: 31px !important;
    margin-top: 18px !important;
}
  .image img {
    height: 309px !important;}
  .vidyard-player-container {
    width: 56% !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
.vidyard-player-container {
    width: 85% !important;
}
}
@media only screen and (min-width: 1232px) and (max-width: 1631px) {
.video-wrapper {
    margin-left: 61px;
}
  .vidyard-player-container {
    margin-left: 20px !important;
    margin-top: 17px !important;
}
  .image img {
    height: 438px !important;
  }
  .vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 79% !important;
    margin-left: 39px !important;
    margin-top: 6px;
}
}

@media only screen and (min-width: 1632px) {
  .vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 58% !important;
    height: 66% !important;
    margin-top: 18px !important;
}
  .vidyard-player-container {
/*     margin-top: -3px !important; */
    margin-left: -3px !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
.vidyard-player-container {
    width: 85% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 976px) {
  
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
.vidyard-player-container {
    width: 77% !important;
}
  
  
  }
  
@media only screen and (min-width: 419px) and (max-width: 425px){ 
  .vidyard-player-container {
    width: 86% !important;
    margin-left: 22px !important;
    margin-top: 15px !important;
}
  .image img {
    width: 474px !important;
    margin-left: 58px !important;
    height: 262px !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 328px){ 
  .image img {
    width: 418px !important;
    margin-left: 65px !important;
    height: 212px !important;
}
  .vidyard-player-container {
    width: 103% !important;
   margin-left: 24px !important;
    margin-top: 10px !important;
}
}  

@media only screen and (min-width: 329px) and (max-width: 335px){ 
  .image img {
    width: 54% !important;
    margin-left: 85px !important;
    height: 200px !important;
}
  .vidyard-player-container {
    width: 87% !important;
    margin-top: 12px !important;
    margin-left: 31px !important;
}
}  
@media only screen and (min-width: 410px) and (max-width: 418px){ 
.image img {
    height: 299px !important;
    width: 568px !important;
    margin-left: 55px !important;
}
.vidyard-player-container {
    margin-left: 40px !important;
    margin-top: 16px !important;
    width: 102% !important;
}
}  

@media only screen and (min-width: 336px) and (max-width: 344px){ 
.image img {
       height: 243px !important;
    width: 442px !important;
    margin-left: 78px !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 751px){
  .image {
    width: 100% !important;
}
  .image img {
    margin-left: 107px !important;
    height: 260px !important;
}
  .vidyard-player-container {
    width: 65% !important;
    margin-top: 14px !important;
    margin-left: 74px !important;
}
  .col-lg-6 {
    margin-top: 44px !important;
}
}
@media only screen and (max-width: 743px){
/*   .image {
  width: 500px !important;
  }
  .image {
    width: 100% !important;
}
  .image img {
    margin-left: 107px !important;
    height: 260px !important;
}
  .vidyard-player-container {
    width: 65% !important;
    margin-top: 14px !important;
    margin-left: 74px !important;
}
  .col-lg-6 {
    margin-top: 44px !important;
} */
}

@media only screen and (min-width: 345px) and (max-width: 364px){ 
.vidyard-player-container {
    width: 94% !important;
}
} 


@media only screen and (min-width: 369px) and (max-width: 375px){ 
 
.vidyard-player-container {
    width: 88% !important;
    margin-top: 14px !important;
    margin-left: 50px !important;
}
  .image img {
    width: 63% !important;
    margin-left: 95px !important;
    height: 230px !important;
}
 #hs_cos_wrapper_module_1629933368076797_ .image img {
    width: 72% !important;
    margin-left: 75px !important;
    height: 194px !important;
}
  #hs_cos_wrapper_module_1629933368076797_ .vidyard-player-container {
    width: 74% !important;
    margin-left: 22px !important;
    margin-top: 10px !important;
}
} 

@media only screen and (width: 1440px){ 
 
.image img {
    height: 340px !important;
    width: 550px !important;
}
  .vidyard-player-container {
    width: 81% !important;
    margin-left: 4px !important;
    margin-top: 8px !important;
}
} 


@media (max-width: 372px){
h1 {
    font-size: 27px;
}
.vidyard-div-PWuXLxaeJLLmDWvc2Dz6nv {
    margin-top: 12px;
}
.image img {
    width: 414px !important;
    margin-left: 42px !important;
    height: 221px !important;
}
#hs_cos_wrapper_module_1629933368076797_  .image img {
    width: 360px !important;
    margin-left: 77px !important;
    height: 195px !important;
}
#hs_cos_wrapper_module_1629933368076797_  .vidyard-player-container {
    width: 89% !important;
    margin-top: -1px !important;
}
}

.meetings-iframe-container iframe {
    margin-top: 15px;
}



@media (min-width: 1632px)
{
 #hs_cos_wrapper_module_1629933368076797_ p {
    width: 53%;
    margin-bottom: 94px !important;
}
  
}

@media only screen and (min-width: 1024px){ 
 .UICardSection__Section-sc-1qc07df-0 .time-picker .time-picker-btn{
    padding: 10px !important;
}
  .p-y-1.p-right-1{
    padding-right: 4px!important;
    width: 23% !important;
    float: right !important;
    padding: 0px !important;
}
}
/* Industry Report Email Template */

body {
    font-family: 'Exo', sans-serif !important;
}
img.img_pdf_pages {
    width: auto;
    height: 431px;
    margin-top: 94px;
} 
/* Industry Report Landing Page */

#hs_cos_wrapper_module_163963686192570 .hero-image-column.col-lg-5 {
    margin: auto;
}

.hs-content-id-62034846235 .footer-logo img {
    width: 230px !important;
}
@media (max-width: 991px) {
.hero-image-column.col-lg-5 {
    display: none;
}
}
@media (min-width: 992px) {
.mob_img_head {
    display: none;
}
  .hero-image-column.col-lg-5 {
    max-width: 39.666667% !important;
}
}
div#hs_cos_wrapper_module_1639649483331396 {
    width: 75%;
    margin: 0 auto;
}

@media (min-width: 1440px){
.second_col_lapy {
/*     padding-right: 100px; */
}
}
@media (max-width: 425px) {
  .title h1 span {
  font-size: 22px !important;
  }
  .title h1 img {
  height: 36px !important;
    width: 51px !important;
  }
  #hs_cos_wrapper_module_1639649483331396 .image_video{
width: 350px !important;
  }}
@media only screen and (min-width: 426px) and (max-width: 479px) { 
  #hs_cos_wrapper_module_1639649483331396 .image_video {
  width: 543px !important;
    margin-left: -112px !important;
  }
  #hs_cos_wrapper_module_1639649483331396 .image_video img { height: 293px !important;}
  .col-md-6 {
    margin-bottom: 45px !important;
 }
  #hs_cos_wrapper_module_1639649483331396 .video-wrapper {
  margin-left: 41px;
  }
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    margin-left: 25px !important;
    width: 88% !important;
    height: 223px !important;
    margin-top: 16px !important;
}
#hs_cos_wrapper_module_1639649483331396 .image_video {
    width: 467px !important;
    margin-left: -80px !important;
}
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    margin-left: 45px !important;
    width: 78% !important;
  }
#hs_cos_wrapper_module_1639649483331396 .image_video img {
    height: 251px !important;
    margin-top: 3px;
}
}

 @media only screen and (min-width: 1024px) and (max-width: 1231px) {
 #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    margin-top: 18px !important;
    margin-left: 47px !important;
   width: 77% !important;
}
   div#hs_cos_wrapper_module_1639649483331396 {
    width: unset !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video {
  width: 553px !important;
    margin-left: -98px !important;}
 #hs_cos_wrapper_module_1639649483331396 .image_video img {
   height: 299px !important;
    margin-top: 2px !important;
    margin-left: 47px !important;
   }
}
  @media only screen and (min-width: 534px) and (max-width: 538px) {
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    width: 75% !important;
    margin-left: 121px !important;
    height: 260px !important;
}
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 69% !important;
    margin-top: 13px !important;
    margin-left: 91px !important;
}}


 @media only screen and (min-width: 480px) and (max-width: 533px) {
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    width: 75% !important;
    margin-left: 121px !important;
    height: 263px !important;
}
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 78% !important;
    margin-top: 13px !important;
    margin-left: 91px !important;
}}
@media only screen and (min-width: 752px) and (max-width: 1023px){
  #hs_cos_wrapper_module_1639649483331396 .video-wrapper {
    margin-left: 48px;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video {
  width: 568px !important;}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 117% !important;
    margin-left: 31px !important;
    margin-top: 18px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
   height: 309px !important;
    margin-left: 92px !important;}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 69% !important;
    margin-left: 72px !important;
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 85% !important;
}
}
@media only screen and (min-width: 1232px) and (max-width: 1631px) {
#hs_cos_wrapper_module_1639649483331396 .video-wrapper {
    margin-left: 61px;
}
 #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
   margin-left: -73px !important;
    margin-top: 9px !important;
    width: 105% !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
   height: 350px !important;
    width: 82% !important;
    margin-left: -12px !important;
  }
  .vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 79% !important;
    margin-left: 39px !important;
    margin-top: 6px;
}
}

@media only screen and (min-width:1972px){
  .vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 80% !important;
    height: 66% !important;
    margin-top: 18px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
/*     margin-top: -3px !important; */
   width: 109% !important;
    margin-left: 131px !important;
}
}
@media only screen and (min-width: 1659px) and (max-width:1713px){
  .vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 58% !important;
    height: 66% !important;
    margin-top: 18px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
  width: 126% !important;
    margin-left: 41px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 40px !important;
}
}
@media only screen and (min-width: 1714px){
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 109% !important;
    margin-left: 41px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 40px !important;
}
}
@media (min-width: 1632px) and (max-width: 1658px) {
.vidyard-inner-container-PWuXLxaeJLLmDWvc2Dz6nv {
    width: 58% !important;
    height: 66% !important;
    margin-top: 18px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 56px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
/*     margin-top: -3px !important; */
   width: 127% !important;
    margin-left: 56px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 85% !important;
}
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 77% !important;
}
  
  
  }
  
@media only screen and (min-width: 419px) and (max-width: 425px){ 
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
   width: 79% !important;
    margin-left: 33px !important;
    margin-top: 9px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    width: 474px !important;
       margin-left: 88px !important;
    height: 187px !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 328px){ 
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
   width: 298px !important;
    margin-left: 72px !important;
    height: 156px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 93% !important;
    margin-left: 8px !important;
    margin-top: -5px !important;
}
}  

@media only screen and (min-width: 329px) and (max-width: 335px){ 
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    width: 54% !important;
    margin-left: 85px !important;
    height: 200px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 87% !important;
    margin-top: 12px !important;
    margin-left: 31px !important;
}
} 
.col-lg-6 {
    vertical-align: middle;
    margin: auto !important;
}
@media only screen and (min-width: 410px) and (max-width: 418px){ 
#hs_cos_wrapper_module_1639649483331396 .image_video img {
    height: 299px !important;
    width: 568px !important;
    margin-left: 55px !important;
}
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    margin-left: 40px !important;
    margin-top: 16px !important;
    width: 102% !important;
}
}  

@media only screen and (min-width: 336px) and (max-width: 344px){ 
#hs_cos_wrapper_module_1639649483331396 .image_video img {
       height: 243px !important;
    width: 442px !important;
    margin-left: 78px !important;
}
}
@media (min-width: 1714px) and (max-width: 1877px) {
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 122% !important;
    margin-left: 41px !important;
}
}
@media only screen and (width: 581px) {
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 119px !important;
    width: 93% !important;
    height: 206px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 61% !important;
    margin-top: 11px !important;
    margin-left: 66px !important;
}
}
@media only screen and (width: 561px) {
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 119px !important;
    width: 93% !important;
    height: 201px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 61% !important;
    margin-top: 11px !important;
    margin-left: 65px !important;
}
}
@media only screen and (min-width: 539px) and (max-width: 751px){
  #hs_cos_wrapper_module_1639649483331396 .image_video {
    width: 100% !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 119px !important;
    width: 93% !important;
    height: 269px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 61% !important;
    margin-top: 14px !important;
    margin-left: 90px !important;
}
}
@media only screen and (min-width: 345px) and (max-width: 364px){ 
#hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 94% !important;
}
} 
@media (width: 1536px) {
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 83% !important;
}
}
@media (min-width: 329px) and (max-width:418px) {
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 78% !important;
    margin-left: 10px !important;
    margin-top: 7px !important;
}
 #hs_cos_wrapper_module_1639649483331396 .image_video img {
    height: 162px !important;
    width: 85% !important;
    margin-left: 77px !important;
}
}
@media (min-width: 1972px) {
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 60% !important;
}
}


 #hs_cos_wrapper_module_1639649483331396 .image_video img {
    margin-left: 130px;
}
 #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    width: 81%;
    margin-left: 131px;
}
@media (min-width:320px)
{
 #hs_cos_wrapper_module_1639649483331396 .image_with_video img {
/*     width: 104% !important; */
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
/*    width: 80% !important;
    margin-left: 122px !important; */
}
}

@media (min-width:320px) and (max-width:538px)
{
ul.slick-dots {
    display: none !important;
}
}


button {
    cursor: pointer;
}

#hs_cos_wrapper_module_163963686192570 input[type="text"] {
    background-color: white;
}
@media (min-width: 426px) and (max-width: 538px) {
  #hs_cos_wrapper_module_1639649483331396 .image_video {
    width: 305px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .vidyard-player-container {
    margin-left: 45px !important;
    width: 69% !important;
    height: 223px !important;
    margin-top: 11px !important;
}
  #hs_cos_wrapper_module_1639649483331396 .image_video img {
    height: 166px !important;
    width: 316px !important;
    margin-left: 73px !important;
}
  .second_col_lapy {
    margin-top: -87px;
}
}
@media (min-width: 992px) and (max-width: 1631px) {
.hero-caption-column.col-lg-7.align-self-center {
    max-width: 50% !important;
}
.hero-image-column.col-lg-5 {
    flex: 1 0 41.666667% !important;
  max-width: 50.666667% !important;
}
.hero-image-column .image-wrapper img {
    transform: scale(1);
/*     height: 420px !important; */
}
}
@media (min-width: 951px) and (max-width: 1499px) {
  .slick-center img {
/*   margin-right: 20px !important; */
/*   margin-left: 30px !important;
        margin-right: 43px !important;
    margin-left: -63px !important; */
/*   height: 300px !important;
  width: 250px !important;
    max-width: 250px !important; */
}
}
@media (min-width: 1500px){
.slick-center {
  margin-right: 50px !important;
  margin-left: 30px !important;
  height: 300px !important;
  width: 300px !important;
}
}
@media (min-width: 1632px){
.hero-module .container {
    max-width: 1492px!important;
  }}
@media (min-width: 320px) and (max-width: 950px) {
.slick-center {
  height: 280px !important;
  width: 250px !important;
}
  .span12.widget-span.widget-type-custom_widget.imageslider {
    width: 100% !important;
}
}
section.awr-testimonial-slider.awr-two-item-slider {
    display: none;
}
h2.title-section {
    font-size: 30px;
}
.mob_img_head {
    text-align: center;
}
.hs-content-id-62034846235 .hero-image-column .image-wrapper:before {
    background: none !important;
}
body {
    font-family: 'Exo', sans-serif !important;
}
.span12.widget-span.widget-type-cell.footer_font {
    font-family: 'Exo', sans-serif !important;
    padding: 39px 0;
}
.footer_font a {
    color: #0f3249 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
@media only screen and (max-width: 767px){ 
.image_box {
    display: block !important;
}
  .covered_report img {
    margin-top: 20px;
}
  .title h1 {
    font-size: 21px !important;
}
  .hero-module h3.hero-description p {
    font-size: 15px;}
  .hero.section-spacing.mobile-section-spacing.mobile-vertical-spacing {
    padding: unset !important;
}
  
  div#hs_cos_wrapper_module_163963737027172 {
    width: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
  .digital_exp img {
    width: auto !important;
}
  .digital_exp .image_box {
    text-align: center;
}
  .digital_exp button {
    padding: 11px 30px !important;
}
  .span12.widget-span.widget-type-custom_widget.download_report {
    width: auto !important;
}
  div#hs_cos_wrapper_module_1639638632486337 {
    width: auto !important;
}
  div#hs_cos_wrapper_module_1639639182205358 {
    width: auto !important;
}
  section.awr-two-col-text.main-section {
    width: auto !important;
}
  .image_box {
/*     padding-left: 32px; */
}
}
.slick-slide.slick-current.slick-active img{
  width: 350px;
  height: 370px;
  text-align: center !important;
}
.slick-slide img{
   width: 217px !important;
  height: 260px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px){ 
  .covered_report img {
    width: 126px !important;
    height: 58px !important;
    margin-left: 10px !important;
}
  div#hs_cos_wrapper_module_163963737027172 {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
  .digital_exp h2 {
    color: #0f3249;
    font-size: 33px;
}
  .span12.widget-span.widget-type-custom_widget.download_report {
    width: auto !important;
}
  div#hs_cos_wrapper_module_1639638632486337 {
    width: auto !important;
}
  
  div#hs_cos_wrapper_module_1639639182205358 {
    width: 100% !important;
}
  section.awr-two-col-text.main-section {
    width: 100% !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1204px){
.title h1 {
    font-size: 28px !important;
}
  .title h1 img{
  height: 43px !important;
    width: 49px !important;
  }
  div#hs_cos_wrapper_module_163963737027172 {
    width: 80% !important;
}
  .span12.widget-span.widget-type-custom_widget.download_report {
    width: auto !important;
}
  div#hs_cos_wrapper_module_1639638632486337 {
    width: auto !important;
}
  div#hs_cos_wrapper_module_1639639182205358 {
    width: auto !important;
}
  section.awr-two-col-text.main-section {
    width: auto !important;
    padding-left: 30px;
}
  .solution_per h2 {
    font-size: 24px !important;
}
  .solution_per h3 {
    font-size: 18px !important;
}
}
.span12.widget-span.widget-type-custom_widget.col-sm-12.footer-title span h3 {
  color : #0f3249;
}
.span6.widget-span.widget-type-custom_widget.col-sm-6.footer-sub-title span.coming-soon {
  color : #0f3249;
  font-weight: 700;
}
.span6.widget-span.widget-type-custom_widget.copyright.col-sm-6.footer-copyrights span {
  color : #0f3249 !important;
  font-weight: 700;
}
.span12.widget-span.widget-type-custom_widget.footer-disclaimer.col-sm-12.footer-sub-title p {
  color : #0f3249 !important;
  font-weight: 700;
}
/* 23-12-20221*/
.hs-content-id-62034846235 .span12 .row-depth-1.row-number-2 #hs_menu_wrapper_module_1561068359676132_,
.hs-content-id-62034846235 .row-depth-1.row-number-3 #hs_cos_wrapper_module_156106728378622{
  display:none;
}
.hs-content-id-62034846235 .header-container .row-fluid .span12.widget-type-global_group .row-fluid{
  background-color: #e1f4fd;
}





/* Industry Report Webinar Landing Page */

@media (max-width: 767px) {
  .head_sec ul {
    margin-left: 0px !important;
}
  div#hs_cos_wrapper_module_1641799574275228 p {
    font-size: 24px !important;
}
  
  .title img {
  height: 42px !important;
    width: 51px !important;
  }
.first_row, .second_row  {
    display: block !important;
}
/*   img.megan, img.tina {
  width: 71% !important;
  } */
}
.span6.widget-span.widget-type-cell.footer-left-column.col-xl-6.col-lg-6.col-md-12 {
    margin: unset !important;
}
@media (min-width:1440px){
img.megan {
    width: 114% !important;
    max-width: 113%;
}
  img.graham {
    width: 91% !important;
}
}
@media (max-width: 427px) {
img.megan, img.tina {
  width: 71% !important;
  }
  img.graham, img.adam {
    width: 63% !important;
}
}
@media (min-width:428px) and (max-width:767px) {
  img.graham, img.adam {
    width: 45% !important;
}
  img.megan, img.tina {
    width: 48% !important;
}
}
@media (min-width:768px) and (max-width:1034px) {
.first_row {
    padding: 1px 35px;
}
  ul {
    text-align: left;
}
}
.speaker_sec p{
    font-size: 21px !important;
}
.speaker_sec {
    margin-right: 20px;
}
div#hs_cos_wrapper_module_1641803197840668 {
    background-color: white;
    padding: 30px 0px;
}
.reserve_form {
    padding: 39px;
}
.reserve_form {
/*     padding: 39px; */
  margin-bottom: 30px;
/*     border: 1px solid #80808040; */
  border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: 3px 3px 3px 3px #88888812;
}
.reserve_form input[type="text"]::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 500;
}
.reserve_form input[type="text"] {
  margin-bottom: 30px;
  padding: 10px 20px !important;
    border: unset !important;
    border-radius: 50px !important;
}
.web_land_header div#hs_menu_wrapper_module_1561068359676132_ {
    display: none !important;
}
.web_land_header div#hs_menu_wrapper_module_156106728378622_ {
    display: none;
}
.head_sec section.awr-two-col-text {
    width: 80% !important;
    margin: 0 auto;
    padding: 46px;
}
.head_sec ul {
    list-style-type: disc !important;
  margin-left: 35px;
}
.head_sec .hs_cos_wrapper_type_inline_rich_text li:before {
  display:none;
}
.head_sec p {
    margin-top: 25px;
}
.head_sec div#hs_cos_wrapper_module_164179734534765_ {
    padding: 30px;
}
.head_sec input[type="text"] {
    background-color: white;
}
.speaker_sec .row {
    display: block !important;
}
.all_speakers {
   display: flex !important;
}
.span12.widget-span.widget-type-cell.all_speakers {
    margin-left: auto;
    margin-right: auto;
    width: 1014px;
}
.all_speakers {
    width: 1014px !important;
    margin: 0 auto;
}
.all_speakers img {
    width: auto;
}
.speaker_sec {
    text-align: center;
}
.speaker_sec p, .speaker_sec h2 {
    font-size: 28px;
  line-height: normal;
}
.speaker_sec h2 {
    margin-top: 20px;
  margin-bottom: 0px !important;
}
.copy_of_industry_report p {
font-size: 18px !important;}
.hs-content-id-63481165667  {
    background: #e1f4fd !important;
}

@media (max-width: 1023px) {
.all_speakers {
    width: auto !important;
}
  .speaker_sec p, .speaker_sec h2 {
    font-size: 15px !important;
}
}



/* Industry Report Webinar Email */

#contentTableInner td {
background-color: #ECF3F9 !important;
}
.row-fluid .aw-contact-department-info {
    background-color: #f7f7f7;
    box-shadow: 2px 3px 5px #0f32492e;
    padding: 33px !important;
    padding-top: 35px !important;
    border-radius: 0 15px 15px 15px !important;
    width: 100%;
    max-width: 500px;
    float: right;
  }
  
  
.header-container .header-logo { margin-left: -26px !important;}

  .contact-us-herov2 .col-lg-7 > div > div {
    justify-content: flex-end;
  }
  
  .hs-form-dba843e5-cb46-4019-ae54-809aa4ca8093_016c2256-4dff-4456-af5d-1f77ad03c974 fieldset.form-columns-2 .input { width: 97% !important;}
@media (min-width:767px){
  .team-speaker-list .row-fluid .span4.widget-span{
  width:33.33%;
 }
}
@media (max-width:767px){
  .team-speaker-list .row-fluid .span4.widget-span{
  width:100% !important;
 }
}
.speakers-company-logo img{
  width:40% !important;
  height:30%;
  margin-top:30px; 
}
.speakers-images img{
  width:60%;
  
}
.speakers-images-center .speakers-images .hs_cos_wrapper_widget, .speakers-company-logo .hs_cos_wrapper{
  text-align: center;
}
.aw-contact-department-info input[type="text"],.aw-contact-department-info select, .aw-contact-department-info input[type="tel"]
, .aw-contact-department-info input[type="email"], .main-home-footer-sec input[type="email"], .main-home-footer-sec input[type="text"]{
  background: #fff;
    border: 0;
    min-height: 30px;
    font-family: 'Exo',sans-serif;
    font-size: 14px;
    line-height: 22px;
    width: 100% !important;
    border-radius: 25px;
    padding: 0 16px;
    -webkit-appearance: none;
    box-shadow: 2px 3px 5px #0f32492e;
}
.full-speakers-info-box{
  margin-bottom:60px;
  margin-top:20px;
  padding-bottom:20px;
}
.reverse-my-seat .btn{
  font-size: 24px;
  margin-bottom:20px;
}
.above-footer-section{
  background: #fff; 
}
.main-home-footer-sec,.footer-container-wrapper{
  background-color: #0f3249;
}
.main-home-footer-sec .widget-span li a{
  color: #37b5ed;
}

/* fix new style - date picker */
.hs-datepicker {
    max-width: 230px;
}

.hs-datepicker .pika-lendar {
max-width: 215px;
}

.pika-single.fn-date-picker {
	overflow: auto;
}

.pika-single.fn-date-picker .pika-label {
	color: #000;
}