/******************************************************/
/* Use Standard BEM                                   */
/* https://en.bem.info/methodology/naming-convention/ */
/******************************************************/

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

/* 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;}


/*****************************************/
/*  Variables  */
/*****************************************/





















/*****************************************/
/*  Image Stylings  */
/*****************************************/
.black-opacity {
  background: #0A0A0B;
}

.light-opacity {
  opacity: 0.8;
  background: #1E2022;
}

.border-radius-6px {
  border-radius: 6px;
}
  
.border-radius-8px {
  border-radius: 8px;
}  

.border-radius-10px {
  border-radius: 10px;
}

/*****************************************/
/*  Hero  */
/*****************************************/

.v2-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.v2-hero-image-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}
.v2-signup-cta h4{
max-width:100% !important;
}


  .v2-hero-image-container video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .v2-hero-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }

  .v2-hero-image__upper-gradient {
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(23, 24, 24, 0), #171818);
    z-index: 1;
  }

  .v2-hero-image__lower-gradient {
    position: absolute;
    top: 35%;
    height: 65%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(23, 24, 24, 0), #171818);
    z-index: 1;
  }

.v2-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 2rem;
  max-width: 1200px;
  height: 100%;
}

  .v2-hero__inner__header {
    text-align: center;
    height: 100%;
  }

  .v2-hero__inner h6 {
    margin-top: 1rem;
    text-align: center;
  }

  .v2-hero__button-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    max-width: 30rem;
    margin-top: 5rem;
  }
    
    .v2-hero__button-row a {
      display: flex;
      align-items: center;
    }

    .v2-hero__button-row span {
      margin-right: 1rem;
    }

@media only screen and (min-width: 30rem) {
    .v2-hero__inner h6 {
      margin-top: 2rem;
    }
}

/*****************************************/
/*  Product Simple  */
/*****************************************/

.v2-product-simple {
  max-width: 900px;
  height: 75vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  min-height: auto;
}

.v2-product-simple h2 {
  padding: 0 3rem;
}

.v2-product-simple img {
  margin-top: 3.2rem;
/*   box-shadow: 0px 0px 100px #333; */
}

@media only screen and (min-width: 30rem) {
  .v2-product-simple {
    height: 100vh;
    margin: auto;
    padding: 0;
    min-height: 750px;
  }
  
  .v2-product-simple h2 {
    padding: 0 2rem;
  }
}


/*****************************************/
/*  App Hero  */
/*****************************************/
    .v2-app-image {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
    }

/*****************************************/
/*  Full Carousel  */
/*****************************************/

.carousel-control-prev img {
  height: 2rem;
  margin-bottom: 3rem;
}

.carousel-control-next img {
  height: 2rem;
  margin-bottom: 3rem;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
  width: unset !important;
}

@media only screen and (min-width: 30rem) {
  .carousel-control-prev img {
    height: 52px;
  }

  .carousel-control-next img {
    height: 52px;
  }
}

.v2-carousel {
  height: 300px;
  width: 100vw;
  padding: 3rem 0;
}

  .v2-carousel__indicators {
    bottom: 3rem !important;
  }

  .v2-carousel__inner {
    height: 100%;
    padding-bottom: 3rem;
  }

  .v2-carousel__item {
    height: 100%;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .v2-carousel__item__card {
    height: 100%;
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 22px 24px -4px rgba(0,0,0,0.6); 
    box-shadow: 0px 22px 24px -4px rgba(0,0,0,0.6);
  }

  .v2-carousel__item__card__image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: .5rem;
  }

  .v2-carousel__item__card__caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3rem;
  }


  .v2-carousel__indicators {
    bottom: 3rem !important;
    right: 3rem !important;
    left: unset !important;
    width: fit-content;
    margin: 0 !important;
  }

  .v2-carousel__indicators li {
    width: .5rem !important;
    height: .5rem !important;
  }

  .v2-carousel__control-prev {
    left: 1rem !important;
  }
  
  .v2-carousel__control-next {
    right: 1rem !important;
  }

@media only screen and (min-width: 30rem) {
  .v2-carousel {
    height: 100vh;
    max-height: 600px;
    padding: 6rem 0 4rem;
  }
  
  .v2-carousel__item {
    height: 100%;
  }
  
  .v2-carousel__item__card {
    -webkit-box-shadow: 0px 28px 30px -4px rgba(0,0,0,0.6); 
    box-shadow: 0px 28px 30px -4px rgba(0,0,0,0.6);
  }
  
  .v2-carousel__item__card__caption {
    width: 100%;
  }
  
  .v2-carousel__indicators {
    bottom: 8rem !important;
    right: 8rem !important;
  }
  
  .v2-carousel__control-prev {
    left: 1rem !important;
  }
  
  .v2-carousel__control-next {
    right: 1rem !important;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-carousel {
    max-height: unset;
  }
  
  .v2-carousel__item {
    padding: 0 6rem;
  }
  
    .v2-carousel__item__card__caption {
      padding: 0 12rem;
    }
  
  .v2-carousel__control-prev {
    left: 8rem !important;
  }
  
  .v2-carousel__control-next {
    right: 8rem !important;
  }
}


/*  Carousel Fade */

.carousel-fade .carousel-item {
	opacity: 1;
	transition-duration: 2.4s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 1;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/*****************************************/
/*  Inspire video  */
/*****************************************/

.v2-slidercard-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3rem;
  }

/*****************************************/
/*  Inspire video  */
/*****************************************/

.v2-inspire-video {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #000000;
}

.v2-inspire-video__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  background: #000000;
}

  .v2-inspire-video-left {
    width: 100%;
    order: 2;
  }

  .v2-inspire-video-left__inner {
    padding: 2.5rem 3rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  
  .v2-inspire-video-left__inner__integrations {
    max-width: 300px;
    width: 80%;
    object-fit: cover;
    margin-bottom: 3.5rem;
  }

  .v2-inspire-video-left__inner > h2 {

  }

  .v2-inspire-video-left__inner > h5 {
    color: #7E838A;
    padding: 1rem 0 2.5rem;
  }

.v2-inspire-video-left__inner > h4 {
    color: #7E838A;
    padding: 1rem 0 2.5rem;

  }

  .v2-inspire-video-right {
    width: 100%;
    justify-content: center;
    padding: 2rem 1rem 0rem;
    order: 1;
  }

  .v2-inspire-video-right img, .v2-inspire-video-right .v2-hubspot-video .vidyard-player-container {
    /* border-radius: 10px;
    box-shadow: 0 47px 36px 0 rgba(10, 10, 11, 0.85), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
  }

    .v2-inspire-video-image {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
      margin: .5rem;
      padding: 0 2rem;
    }

@media only screen and (max-width: 60rem) {

}

@media only screen and (max-width: 30rem) {
  .v2-inspire-video {
    /* Arreglar da'no urgent ////  height: 80vh;*/
  }
}


@media only screen and (min-width: 60rem) {
  .v2-inspire-video {
    padding: 0;
    height: 90vh;
  }
  
  .v2-inspire-video__inner {
    flex-direction: row;
    padding: 128px 3rem 128px;
  }
  
  .v2-inspire-video-left {
    height: 100%;
    width: 60%;
    order: 1;
    margin-bottom: 0;
  }
  
    .v2-inspire-video-left__inner {
      height: 100%;
      justify-content: center;
      padding: 0 5rem 0 0;
      padding: 1rem 5rem 0 0;
    }
  
    .v2-inspire-video-left__inner h4 {
      padding-right: 2.5rem;
    }
  
  .v2-inspire-video-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 2;
    padding: 0rem 0rem 0rem 0rem;
  }
  
    .v2-inspire-video-image {
      width: 100%;
      margin: 1rem;
    }
}


/*****************************************/
/*  Mini Carousel  */
/*****************************************/

.v2-make-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0 6.5rem;
}

.v2-make-subheader {
  max-width: 48rem;
  text-align: center;
  color: #7E838A;
  margin-bottom: 4rem; 
}

.v2-make-carousel {
  width: 100%;
  max-width: 1440px;
}

  .v2-make-carousel__indicators {
    bottom: 3rem !important;
  }

  .v2-make-carousel__inner {
    width: 100%;
  }

  .v2-make-carousel__item {
    padding: 0 2rem;
  }

  .v2-make-carousel__item__inner {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .v2-make-carousel__item__image {
    height: 175px;
    width: 326px;
    object-fit: cover;
  }

  .v2-make-carousel__item__shadow {
    width: 303px;
    height: 9px;
    margin-top: 1.5rem;
    background-image: radial-gradient(#0a0a0b, transparent);
    opacity: .5;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

@media only screen and (min-width: 30rem) {
  .v2-make-carousel__item__image {
    height: 413px;
    width: 773px;
  }
  
  .v2-make-carousel__item__shadow {
    width: 722px;
    height: 22px;
    margin-top: 3.5rem;
  }
}


/*****************************************/
/*  Mobile  */
/*****************************************/

.v2-mobile {
  display: flex;
  overflow: scroll;
  padding: 0 2rem 6rem;
  margin: auto;
  max-width: fit-content;
}

.v2-mobile-card {
  flex-shrink: 0;
  width: 242px;
  height: 400px;
  border-radius: 10px;
  border: solid 1.5px #7E838A ;
  margin-left: 18px;
}

.v2-mobile-card:first-of-type {
  margin-left: 0;
}


.v2-mobile-card__flap {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px;
}

.v2-mobile-card__flap:first-of-type {
  border-width: 0 0 1px 0;
  border-color: #7E838A;
  border-style: solid;
}

.v2-mobile-card__flap img {
  height: 48px;
  padding-top: 6px;
}

.v2-mobile-card__flap a {
  align-self: flex-end;
}

@media only screen and (min-width: 30rem) {
  .v2-mobile-card {
    width: 310px;
    height: 440px;
    margin-left: 28px;
  }
  
  .v2-mobile-card__flap {
    padding: 36px;
  }
  
  .v2-mobile-card__flap h5{
    padding-bottom: 12px;
  }
}
  
/*****************************************/
/*  3 Floating Images  */
/*****************************************/

.v2-floating-images-container {
  position: relative;
  height: 60rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.v2-floating-images-bg {
  background-color: #0a0a0b;
  height: 48rem;
  width: 100%;
  margin: 3.5rem 0;
}

.v2-floating-images {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v2-floating-images-header {
  max-width: 210px;
  color: #f5f5f7;
  z-index: 2;
  position: absolute;
  top: 6rem;
  right: 1rem;
}

  .v2-floating-images__title {
    margin-bottom: 2.5rem;
  }


.v2-floating-images-images {
  position: absolute;
  width: 375px;
  height: 100%;
}

.v2-floating-images-image {
  position: absolute;
  height: 400px;
  width: 300px;
  object-fit: cover;
}

.v2-floating-images-image-1 {
  top: 5rem;
  left: -200px;
}

.v2-floating-images-image-2 {
  bottom: 16rem;
  left: 10rem;
}

.v2-floating-images-image-3 {
  left: 2rem;
  bottom: 16rem;
  height: 250px;
  width: 200px;
}

@media only screen and (min-width: 30rem) {
  .v2-floating-images-header {
    max-width: 28rem;
    margin: 0 0 12rem -5rem;
    top: inherit;
    right: inherit;
  }
  
  .v2-floating-images-bg {
    background-color: #0a0a0b;
    height: calc(100% - 13.5rem);
    width: 100%;
    margin: 3.5rem 0 10rem;
  }
  
  .v2-floating-images-images {
    position: absolute;
    width: 75rem;
    height: 100%;
  }
  
    .v2-floating-images-image-1 {
      top: 12rem;
      right: inherit;
      bottom: inherit;
      left: -2rem;
    }

    .v2-floating-images-image-2 {
      top: -3rem;
      right: 3rem;
      bottom: inherit;
      left: inherit;
    }

    .v2-floating-images-image-3 {
      top: inherit;
      right: 12rem;
      bottom: 5rem;
      left: inherit;
      height: 400px;
      width: 300px;
    }
}


/*****************************************/
/*  Press Carousel  */
/*****************************************/

.v2-press-carousel-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.v2-press-carousel {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

  .v2-press-carousel__inner {
    max-width: 1080px;
    padding: 0 52px;
  }

    .v2-press-carousel__item {
      height: 100%;
      width: 100%;
      display: flex;
    }

      .v2-press-carousel__item__inner {
        width: 100%;
        height: 100%;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
      }

        .v2-press-carousel-caption {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          padding: 1rem 0rem;
        }

        .v2-press-carousel-author {
          color: #7E838A;
          padding-top: 20px;
        }

    .v2-press-carousel-control-prev {
      width: 56px !important;
    }

    .v2-press-carousel-control-next {
      width: 56px !important;
    }

  .v2-press-carousel__indicators {
    position: unset !important;
    padding: 0 !important;
    margin: 0 0 110px !important;
    flex-wrap: wrap;
  }

  .v2-press-carousel__indicators li {
    height: unset !important;
    width: 80px !important;
    padding: 0 .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: unset !important;
    background-color: unset !important;
    background-clip: unset !important;
    border: 0 !important;
    opacity: .5;
    transition: opacity .6s ease;
  }

@media only screen and (min-width: 30rem) {
  .v2-press-carousel {
  }
  
  .v2-press-carousel__indicators {
    margin: 0 0 60px !important;
  }
  
  .v2-press-carousel__indicators li {
    width: 160px !important;
    padding: 0 1rem;
  }
  
  .v2-press-carousel__item__inner {
    padding: 0 2rem;
  }
}


/*****************************************/
/*  Explore Design  */
/*****************************************/

.v2-explore-design {
  background-color: #0a0a0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
}

.v2-explore-design-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  margin-top: 3rem;
  order: 2;
}

.v2-explore-design-right {
  width: 648px;
  max-width: 100%;
}

.v2-explore-design-right img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 47px 36px 0 rgba(10, 10, 11, 0.85), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 30rem) {
  .v2-explore-design {
    padding: 6rem 3rem;
  }
  .v2-explore-design-left {
    height: 300px;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-explore-design {
    flex-direction: row;
    padding: 200px 3rem;
  }
  
  .v2-explore-design-left {
    order: unset;
    height: 410px;
    width: 365px;
    max-width: 100%;
    margin-right: 78px;
    margin-top: 0;
  }
}

/*****************************************/
/*  Invest Callout Design  */
/*****************************************/

.v2-invest-callout {
  background-color: #0a0a0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
}

.v2-invest-callout-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 200px;
  margin-top: 3rem;
  order: 2;
}

.v2-invest-callout-right {
  width: 648px;
  max-width: 100%;
}

.v2-invest-callout-right img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 47px 36px 0 rgba(10, 10, 11, 0.85), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 30rem) {
  .v2-invest-callout {
    padding: 6rem 3rem;
  }
  .v2-invest-callout-left {
    height: 300px;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-invest-callout {
    flex-direction: row;
    padding: 200px 3rem;
  }
  
  .v2-invest-callout-left {
    order: unset;
    height: 410px;
    width: 365px;
    max-width: 100%;
    margin-right: 78px;
    margin-top: 0;
  }
}


/*****************************************/
/*  Flaps  */
/*****************************************/

.v2-flaps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 640px;
  max-height: 100vh;
}

.v2-flaps-image-container {
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}

  .v2-flaps-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    opacity: 0.7;
  }

  .v2-flaps-image__upper-gradient {
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(23, 24, 24, 0), );
  }

  .v2-flaps-image__lower-gradient {
    position: absolute;
    top: 35%;
    height: 65%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(23, 24, 24, 0), );
  }

.v2-flaps__button-row {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #f5f5f7;
}

.v2-flaps__button-row a:hover { 
    filter: invert(80%);
    transform: translateY(5%);
}

  .v2-flaps__button-row__button {
    text-align: center;
    max-width: 11rem;
    margin: .5rem;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .v2-flaps-row__border {
    height: 5rem;
    width: 0px;
    background-color: #f5f5f7;
  }

  .v2-flaps__button-row img {
    height: 56px;
  }


@media only screen and (min-width: 30rem) {  
  
  .v2-flaps__button-row {
    margin-bottom: 160px;
  }
  
  .v2-flaps__button-row__button {
    margin: 1rem;
  }
  
  .v2-flaps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  max-height: 100vh;
}

.v2-flaps-image-container {
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}

  .v2-flaps-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }

  .v2-flaps-image__upper-gradient {
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(23, 24, 24, 0), );
  }

  .v2-flaps-image__lower-gradient {
    position: absolute;
    top: 35%;
    height: 65%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(23, 24, 24, 0), );
  }

.v2-flaps__button-row {
  position: absolute;
  bottom: 0;
  max-width: 66rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #f5f5f7;
}

.v2-flaps__button-row a:hover { 
    filter: invert(80%);
    transform: translateY(5%);
}

  .v2-flaps__button-row__button {
    text-align: center;
    max-width: 11rem;
    margin: .5rem;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .v2-flaps-row__border {
    height: 6rem;
    width: 1px;
    background-color: #f5f5f7;
  }

  .v2-flaps__button-row img {
    height: 56px;
  }
 
}

/*****************************************/
/*  Offset Cards  */
/*****************************************/

.come-in {
  transform: translateY(150px);
  animation: come-in 1.8s ease forwards;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.v2-offset-cards-container {
  background-color: #0a0a0b;
  background: #0a0a0b;
  padding-top: 3rem;
  display: flex;
  flex-direction: column; 
  overflow: hidden;
  height: 1420px;
  position: relative;
}

.v2-offset-cards-container-2 {
  height: 740px;
}

.v2-offset-cards-container-2-right {
  position: relative;
/*   top: 100px; */
}

.v2-offset-cards-row--hide-left {
  width: 100%;
  position: absolute;
/*   top: 0px; */
  right: 0;
}

.v2-offset-cards-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: calc(100% - 48px);
}

.v2-offset-cards-row-2 {
  justify-content: flex-end;
}

.v2-offset-cards {
  display: flex;
  align-items: flex-start;
  border: 1px solid #f5f5f7;
  border-radius: 10px;
  max-width: 1440px;
  height: 372px;
}

.v2-offset-cards-1 {
  justify-content: flex-start;
}

.v2-offset-cards-2 {
  justify-content: flex-end;
}

.v2-offset-cards-header {
  color: #f5f5f7;
  z-index: 2;
  margin: 40px 20px 80px;
  
  /* used to be 32px for width */
}

  .v2-offset-cards__title {
    margin-bottom: 2rem;
  }

  .v2-offset-cards__subtitle {
    color: #7E838A;
    margin-bottom: 1rem;
  }

.v2-offset-cards-image {
  position: absolute;
  height: 315px;
  width: 760px;
  border-radius: 10px;
  object-fit: cover;
  top: 22rem;
}

  .v2-offset-cards-image-1 {
    left: 30px;
    box-shadow: 0 27px 20px 0 #0A0A0B;
  }

  .v2-offset-cards-image-2 {
    right: 30px;
    box-shadow: 0 27px 20px 0 #0A0A0B;
  }

@media only screen and (min-width: 30rem) {
  .v2-offset-cards-container {
    height: 1920px;
  }
  
  .v2-offset-cards-container-2 {
    height: 960px;
  }
  
  .v2-offset-cards {
    height: 600px;
  }
  
  .v2-offset-cards-image {
    height: 485px;
    top: 30rem;
  }
  
  .v2-offset-cards-row--hide-left {
/*     top: 0px; */
  }
}

@media only screen and (min-width: 45rem) {
  .v2-offset-cards-container {
    padding-top: 5rem;
    height: 1720px;
  }
  
  .v2-offset-cards-container-2 {
    height: 900px;
  }
  
  .v2-offset-cards-row--hide-left {
    width: 100%;
    min-width: 1440px;
    position: absolute;
/*     top: 0px; */
    right: 0;
  }

  .v2-offset-cards-row {
    position: relative;
    width: 1440px;
    max-width: 1440px;
  }
  
  .v2-offset-cards {
    height: 648px;
    width: 760px;
    margin: 0 60px 180px;
  }
  
  .v2-offset-cards-header {
    max-width: 26rem;
    top: inherit;
    right: inherit;
    margin: 20% 30px 0 86px;
    height: 648px;
  }
  
    .v2-offset-cards__title {
      margin-bottom: 3rem;
    }
  
    .v2-offset-cards__subtitle {
      margin-bottom: 12px;
    }

  
  .v2-offset-cards-image {
    position: absolute;
    height: 648px;
    width: 760px;
    border-radius: 10px;
    object-fit: cover;
    top: 10rem;
  }
  
    .v2-offset-cards-image-1 {
      left: unset;
      right: 60px;
    }

    .v2-offset-cards-image-2 {
      left: 60px;
      right: unset;
    }
}

/*****************************************/
/*  Mini Floating Images  */
/*****************************************/

.v2-mini-floating-images {
  display: flex;
  justify-content: center;
  width: 100vw;
  min-height: 40rem;
  height: 100vh;
  overflow: hidden;
  background-color: #141414;
  padding: 8rem 0;
}

.v2-mini-floating-images__inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
}


  .v2-mini-floating-images-left {
    height: 100%;
    margin-bottom: 2rem;
  }

    .v2-mini-floating-images-left__inner {
      display: flex;
      flex-direction: column;
    }

      .v2-mini-floating-images-left__inner__integrations {
        max-width: 400px;
        width: 90%;
        object-fit: cover;
        margin: 2rem 0 2rem;
      }

      .v2-mini-floating-images__description {
        display: flex;
        align-items: center;
        max-width: 440px;
        color: #7E838A;
      }

        .v2-mini-floating-images__description__divider {
          width: 1px;
          height: 70px;
          background-color: #a0a7ac;
          margin: 0 2rem 0 1rem;
        }

  .v2-mini-floating-images__right {
    flex: 1;
    position: relative;
    min-height: 200px;
    margin-bottom: 200px;
  }

    .v2-mini-floating-images__image {
      position: absolute;
      object-fit: cover;
      border-radius: 10px;
    }

      .v2-mini-floating-images__image--1 {
        top: 40%;
        right: 30%;
        height: 390px;
        width: 310px;
        z-index: 4;
      }

      .v2-mini-floating-images__image--2 {
        height: 250px;
        width: 200px;
        top: 100%;
        right: calc(30% + 300px);
        z-index: 1;
      }

      .v2-mini-floating-images__image--3 {
        height: 250px;
        width: 200px;
        top: 1px;
        right: calc(30% -  140px);
        z-index: 1;
      }

@media only screen and (min-width: 30rem) {
  .v2-mini-floating-images {
    max-height: 860px;
  }
  
  .v2-mini-floating-images-left {
    margin-left: 3rem;
  }  
  
  .v2-mini-floating-images-left__inner h2 {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 30rem) {
 .v2-mini-floating-images__image--1 {
   height: 184px;
   width: 144px;
   top: 35%;
   left: 28%;
   box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
  }
  
  .v2-mini-floating-images__image--2 {
    height: 128px;
    width: 104px;
    right: calc(45% + 75px);
    top: 50%;
    z-index: 2;
    box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
  }

  .v2-mini-floating-images__image--3 {
    height: 125px;
    width: 100px;
    right: calc(24% - 70px);
    top: -10px;
    box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
    z-index: 4;
  }
  
  .v2-mini-floating-images {
    padding-bottom: 0px;
    padding-left: 2em;
    padding-right: 2em;
    height: 94vh;
  }
}
  

@media only screen and (min-width: 60rem) {
  .v2-mini-floating-images {
  }
  
  .v2-mini-floating-images__inner {
    flex-direction: row;
  }
  
  .v2-mini-floating-images-left {
    height: 100%;
    margin: 8rem 2.5rem 8.5rem 10rem;
  }
  
    .v2-mini-floating-images-left__inner {
      height: 100%;
      padding: 0;
    }
  
    .v2-mini-floating-images-left__inner h4 {
      padding-right: 2.5rem;
    }
  
  .v2-mini-floating-images-right {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
    .v2-mini-floating-images-image {
      width: 100%;
      margin: 1rem;
    }
  
      .v2-mini-floating-images__image--1 {
        top: 40%;
        left: 20%;
        z-index: 2;
        box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
      }

      .v2-mini-floating-images__image--2 {
        top: 90%;
        left: -20px;
        z-index: 1;
        box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
      }

      .v2-mini-floating-images__image--3 {
        top: -20%;
        left: calc(20% + 280px);
        z-index: 1;
        box-shadow: 0 26px 20px 0 rgba(10, 10, 11, 0.4) !important;
      }
}




/*****************************************/
/*  Flap Specs  */
/*****************************************/

.v2-flap-specs-cards-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.v2-flap-specs-inner {
  display: flex;
  padding: 3rem 2rem 3rem;
  overflow: scroll;
  margin: auto;
/*   overflow: auto;
  flex-grow:1; */
}

  .v2-flap-specs-card {
    flex-shrink: 0;
    width: 242px;
    height: 400px;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 27px 20px 0 #0A0A0B;
  }

  .v2-flap-specs-card:first-of-type {
    margin-left: 0;
  }

    .v2-flap-specs-card__flap {
      height: 50%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #171818;
    }

    .v2-flap-specs-card__flap:first-of-type {
      padding: 22px;
      background-color: #f5f5f7;
    }

      .v2-flap-specs-card h4 {
        padding-bottom: 2rem;
      }

      .v2-flap-specs-card__image {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
      }

.v2-flaps-specs-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .v2-flaps-header {
    margin-top: 84px;
  }

  .v2-flaps-cta-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 375px;
    width: 100%;
    margin: 42px 0 52px;
  }

@media only screen and (min-width: 30rem) {
  .v2-flap-specs-inner {
    display: flex;
    padding: 130px 3rem 3rem;
  }
  
  .v2-flaps-header {
    margin-top: 97px;
  }
  
  .v2-flap-specs-card {
    width: 344px;
    height: 484px;
    margin-left: 28px;
    box-shadow: 0 27px 20px 0 #0A0A0B;
  }
  
  .v2-flap-specs-card__flap:first-of-type {
    padding: 30px;
  }
  
  .v2-flaps-cta-row {
    margin: 44px 0 85px;
  }
}


/*****************************************/
/*  six Photos  */
/*****************************************/

.v2-six-photos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0a0a0b;
  padding-bottom: 100px;
}

.v2-six-photos-container h1 {
  font-size: 60px;
  font-weight: bold;
}

.v2-six-photos {
  width: 100%;
}

.v2-six-photos-cards-container {
  display: flex;
  align-items: center;
  overflow: auto;
  width: 100%;
  padding-bottom: 100px;
}

.v2-six-photos-inner {
  display: flex;
  padding: 0 2rem;
  overflow: scroll;
  margin: auto;
  overflow: auto;
  flex-grow:1; 
}

  .v2-six-photos-card {
    flex-shrink: 0;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
    /* width: 32%; */ 
    width: 584px;
    height: 394px;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
  }

  .v2-six-photos-card:first-of-type {
    margin-left: 0;
  }

    .v2-six-photos-card__flap {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 22px;
      background-color: #f5f5f7;
      color: #1e2022;
    }

    .v2-six-photos-card__flap:first-of-type {
      padding: 0;
      background-color: unset;
    }

      .v2-six-photos-card__image {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
      }

.v2-six-photos-description {
  display: flex;
  margin: 56px 56px 64px 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

  .v2-six-photos-header {
    margin: .5rem 0 .5rem .5rem;
  }
  
@media only screen and (max-width: 30rem) {
  .v2-six-photos-container h1 {
    font-size: 32px !important;
  }
  
  .v2-newsroom-card__image{
  max-height:180px;
  }
  .v2-six-photos-card {
    flex-shrink: 0;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 214px;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
  }
  
}

@media only screen and (min-width: 30rem) {
  .v2-six-photos-card {
    /* width: 292px;*/
    height: 100%;
    margin-left: 28px;
  }
  
  .v2-six-photos-card__flap {
    padding: 50px 30px 0;
  }
  
  .v2-six-photos-card__flap:first-of-type {
    padding: 0;
  }
}


/*****************************************/
/*  sixhome Photos  */
/*****************************************/

.v2-sixhome-photos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #171818;
}

.v2-sixhome-photos-container h1 {
  font-size: 60px;
  font-weight: bold;
}

.v2-sixhome-photos {
  width: 100%;
}

.v2-sixhome-photos-cards-container {
  display: flex;
  align-items: center;
  overflow: auto;
  width: 100%;
  padding-bottom: 70px;
}

.v2-sixhome-photos-inner {
  display: flex;
  padding: 0 2rem;
  overflow: scroll;
  margin: auto;
  overflow: auto;
  flex-grow:1; 
}

  .v2-sixhome-photos-card {
    flex-shrink: 0;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
    /* width: 32%; */ 
    width: 420px;
    height: 480px;
    max-width: 80vw;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
  }

  .v2-sixhome-photos-card:first-of-type {
    margin-left: 0;
  }

    .v2-sixhome-photos-card__flap {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 22px;
      background-color: #f5f5f7;
      color: #1e2022;
      position: relative;
    }

    .v2-sixhome-photos-card__flap:first-of-type {
      padding: 0;
      background-color: unset;
    }

      .v2-sixhome-photos-card__image {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        border-radius: 10px;
      }

    .v2-sixhome-photos-card__flap h4 {
      color: #f5f5f7;
      font-family: HelveticaNeue;
      font-size: 44px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      position: absolute;
      bottom: 30px;
      left: 20px;
    }

.v2-sixhome-photos-description {
  display: flex;
  margin: 76px 56px 40px 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

  .v2-sixhome-photos-header {
    margin: .5rem 0 .5rem .5rem;
  }
  
@media only screen and (max-width: 30rem) {
  .v2-sixhome-photos-container h1 {
    font-size: 32px !important;
  }
  .v2-sixhome-photos-cards-container{
    padding-bottom:45px;
  }
}

@media only screen and (min-width: 30rem) {
  .v2-sixhome-photos-card {
    width: 422px;
    height: 600px;
    margin-left: 28px;
  }
  
  .v2-sixhome-photos-card__flap {
    padding: 50px 30px 0;
  }
  
  .v2-sixhome-photos-card__flap:first-of-type {
    padding: 0;
  }
}
/* new home hero on iphone */
@media only screen and (max-width : 414px) and (min-height :635px) and (orientation :portrait) and (-webkit-device-pixel-ratio :3) {
    .v2-page-hero-image {
        min-width:auto;
        max-width: 150%
    }
}

@media only screen and (width : 375px) and (height :812px) and (orientation :portrait) and (-webkit-device-pixel-ratio :3) {
    .v2-page-hero-image {
        min-width:auto;
        max-width: 173%
    }
}
@media
  only screen and (max-width: 767px),
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 458dpi),
  only screen and (                min-resolution: 3dppx) { 
       .v2-page-hero-image {
/*         min-width:auto; */
        max-width: 173%
    }
}
              
/*****************************************/
/*  Order  */
/*****************************************/

.v2-order {
  display: flex;
  justify-content: center;
  width: 100vw;
  background: linear-gradient(90deg, #f5f5f7 50%, #0a0a0b 50%);
}

.v2-order__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
}

  .v2-order-left {
/*     width: 100%; */
    background-color: #f5f5f7;
    display: flex;
    justify-content: center;
  }

    .v2-order-image-container {
      max-width: 600px;
    }

    .v2-order-image {
      padding: 30px;
      object-fit: cover;
      min-height: 100%;
      min-width: 100%;
    }

  .v2-order-right {
    width: 100%;
    background-color: #0a0a0b;
  }

  .v2-order-right__inner {
    text-align: center;
    padding: 4.5rem 2rem;
  }

     .v2-order-description {
        margin: 1.5rem 0;
      }

    .v2-order-cta {
      justify-content: center;
      align-items: center;
      display: flex;
    }


@media only screen and (min-width: 70rem) {
  .v2-order {
    background: linear-gradient(90deg, #f5f5f7 50%, #0a0a0b 50%);
  }
  
  .v2-order__inner {
    flex-direction: row;
  }
  
  .v2-order-left {
    width: 60%;
    padding: 10rem 0 8rem;
  }
  
  .v2-order-image-container {
    width: 100%;
  }
  
  .v2-order-right {
    width: 40%;
    padding: 12rem 0 8rem;
  }
  
    .v2-order-right__inner {
      margin-left: 20%;
      text-align: left;
      max-width: 576px;
      padding-left: 0;
    }
  
      .v2-order-description {
        width: 100%;
        max-width: 19rem;
      }

      .v2-order-cta {
        display: inherit;
      }
  
  .v2-order-left .v2-order-image-container img.v2-order-image {
    object-fit: contain;
  }
}


/*****************************************/
/*  Spotted in the wild  */
/*****************************************/













.v2-spotted {
  display: flex;
  justify-content: center;
}

.v2-spotted-container {
  height: 100vh;
  max-height: 50rem;
  display: flex;
  justify-content: flex-start;
  background-color: #0a0a0b;
  overflow: hidden;
/*   max-width: 1440px; */
}

.v2-spotted-image-container {
  margin: 0 12px;
  width: 155px;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.v2-spotted-image-container--left {
  display: none;
}


  .v2-spotted-image-column {
    width: 270px;
  }

  .v2-spotted-image-column--top {
    position: absolute;
    top: 0;
  }

  .v2-spotted-image-column--bottom {
    position: absolute;
    bottom: 0;
  }

    .v2-spotted-image {
      height: 224px;
      object-fit: cover;
      margin-bottom: 24px;
      border-radius: 10px;
    }

.v2-spotted-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #f5f5f7;
  z-index: 2;
  text-align: left;
  transform: translateZ(-1px);
  flex-shrink: 0;
  width: 200px;
  margin: 0 10px 0 2rem;
}

  .v2-spotted__header {
    margin-bottom: 2rem;
  }

  .v2-spotted__subheader {
    margin-bottom: 6.5rem;
    color: #7E838A;
  }

@media only screen and (min-width: 30rem) {
  .v2-spotted-header {
    flex: 1;
    min-width: 280px;
    margin: 3rem;
  }
  
  .v2-spotted-image-container {
    width: 270px;
  }
  
  .v2-spotted-image {
    height: 392px;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-spotted-container {
    justify-content: center;
    height: 50rem;
    width: 100%;
  }
  
  .v2-spotted-image-container--left {
    display: unset;
  }
  
  .v2-spotted-header {
    flex: 1;
    min-width: 480px;
    align-items: center;
    text-align: center;
  }
}

/*****************************************/
/*  Case Studies  */
/*****************************************/

.v2-case-studies {
  display: flex;
  width: 100vw;
  background-color: #141414;
  padding: 2rem 2rem 4rem;
  overflow: hidden;
}

.v2-case-studies__inner {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
}

  .v2-case-studies-left {
    width: 100%;
    height: 100%;
  }

  .v2-case-studies-left__inner {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
  }

  .v2-case-studies-left__inner > h4 {
    color: #7E838A;
    padding: 1rem 0 1.5rem;
  }

  .v2-case-studies-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

    .v2-case-studies-image {
      width: 40vw;
      height: 50vw;
      margin: 1rem 0;
    }

    .v2-case-studies-image:first-of-type {
      margin-right: 1rem;
    }

.v2-case-studies-image img {
  border-radius: 10px !important;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  box-shadow: 0 27px 20px 0 #0A0A0B;
}

.v2-case-studies-caption {
    position: absolute;
    top: -2.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* align-items: flex-end;
    text-align: center; */ 
    /* padding: 0 3rem; */
   /*  padding-left: 1rem;
    padding-right: 1rem; */
  }

@media only screen and (min-width: 30rem) {
  .v2-case-studies {
    padding: 2rem 3rem 4rem;
  }
  
  .v2-case-studies-right {
    justify-content: flex-start;
  }
  
  .v2-case-studies-image:first-of-type {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 45rem) {  
  .v2-case-studies-image {
    width: 310px;
    height: 420px;
  }
}

@media only screen and (min-width: 60rem) {
  .v2-case-studies {
    height: 50rem;
    padding: 2rem 2.5rem;
  }
  
  .v2-case-studies__inner {
    flex-direction: row;
  }
  
  .v2-case-studies-left {
    height: 100%;
    width: 720px;
    padding: 1rem 2.5rem 8.5rem;
  }
  
    .v2-case-studies-left__inner {
      height: 100%;
      justify-content: space-evenly;
      padding: 0;
    }
  
    .v2-case-studies-description {
      width: 100%;
      max-width: 19rem;
      margin: 1.5rem 0;
    }
  
  .v2-case-studies-right {
    width: 720px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4rem;
  }
}


/*****************************************/
/*  Trust  */
/*****************************************/

.v2-trust {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 0 8rem;
  width: 100vw;
  max-height: 800px;
  background-color: #141414;
}

.v2-trust-image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

  .v2-trust-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    display:none;
  }

  .v2-trust-image__upper-gradient {
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(23, 24, 24, 0), );
  }

  .v2-trust-image__lower-gradient {
    position: absolute;
    top: 35%;
    height: 65%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(23, 24, 24, 0), );
  }

.v2-trust-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

  .v2-trust-inner__subheader {
    margin: 1rem;
    
  }

  .v2-trust__button-row {
    bottom: 0;
    width: 100%;
    max-width: 1440px;
    margin: 3rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

    .v2-trust__button-row__button {
     /*  text-align: center; */
      text-align: left;
      margin: 1.5rem 2rem 2rem;
    }

    .v2-trust__button-row__button h6 {
      margin-bottom: 2rem;
    }

    .v2-trust__button-row__button img {
      margin-bottom: 1rem;
    }

  .v2-trust a {
    margin-right: 2rem;
  }

@media only screen and (min-width: 30rem) {
  .v2-trust__button-row {
    width: 100%;
    margin: 3rem 0;
    padding: 0 1rem;
  }
  .v2-trust__button-row__button {
    flex: 1;
    margin: .5rem 2rem 2rem;
  }
}

@media only screen and (min-width: 45rem) {
 .v2-trust {
    padding: 4.5rem 0 6rem;
    max-height: 800px;
  }
  
  .v2-trust__button-row {
    width: 100%;
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    color: #f5f5f7;
  }
  
    .v2-trust__button-row__button {
      max-width: 310px;
    }
  
    .v2-trust__button-row__button img {
      margin-bottom: 2rem;
    }
  
  .v2-trust-row__border {
    height: 16rem;
    width: 1px;
    background-color: #f5f5f7;
    align-self: center;
  }
  
  .v2-trust a {
    margin-right: 5rem;
  }
}

/*****************************************/
/*  IndustryText  */
/*****************************************/

.v2-industrytext {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5rem 0 2.5rem;
  background-color: #0a0a0b;
}

.v2-industrytext-image-container {
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}

  .v2-industrytext-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }

  .v2-industrytext-image__upper-gradient {
    position: absolute;
    top: 0;
    height: 35%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(23, 24, 24, 0), );
  }

  .v2-industrytext-image__lower-gradient {
    position: absolute;
    top: 35%;
    height: 65%;
    width: 100%;
    opacity: 0.77;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(23, 24, 24, 0), );
  }

.v2-industrytext-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

  .v2-industrytext-inner__subheader {
    margin: 1rem;
    color: #7E838A;
  }

@media only screen and (min-width: 30rem) {
  .v2-industrytext {
    padding: 116px 3rem 3rem;
  }
  
  .v2-industrytext-inner {
    max-width: 63rem;
  }
  
  .v2-industrytext-row__border {
    height: 16rem;
    width: 1px;
    background-color: #f5f5f7;
    align-self: center;
  }
}

/*****************************************/
/*  Newsroom  */
/*****************************************/

.v2-newsroom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1e2022;
}

.v2-newsroom {
  max-width: 1440px;
  width: 100%;
}

.v2-newsroom-cards-container {
  display: flex;
  align-items: center;
  overflow: auto;
  width: 100%;
  padding-bottom: 100px;
}

.v2-newsroom-inner {
  display: flex;
  padding: 0 1rem;
/*  overflow: scroll;
  margin: auto; */
/*   overflow: auto;
  flex-grow:1; */
}

  .v2-newsroom-card {
    flex-shrink: 0;
    width: 345px;
    height: 380px;
    margin-left: 18px;
    border-radius: 10px;
    overflow: hidden;
  }

  .v2-newsroom-card:first-of-type {
    margin-left: 0;
  }

    .v2-newsroom-card__flap {
      width: 100%;
      height: 54%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 22px;
      background-color: #f5f5f7;
      color: #1e2022;
    }

    .v2-newsroom-card__flaptop {
      width: 100%;
      height: 46%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
     
      color: #1e2022;
    }

    .v2-newsroom-card__flap:first-of-type {
      padding: 0;
      background-color: unset;
    }

      .v2-newsroom-card__image {
        object-fit: cover;
        min-width: 100%;
        height: -webkit-fill-available;
      }

      .v2-newsroom-card__flap h6 {
        color: #7E838A;
      }

.v2-newsroom-description {
  display: flex;
  margin: 76px 56px 40px 40px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 30rem) {
  .v2-newsroom {
    max-height: 800px;
  }
  
  .v2-newsroom-inner {
    padding: 0 3rem;
  }
  
  .v2-newsroom-card {
    width: 422px;
    height: 500px;
    margin-left: 52px;
  }
  
  .v2-newsroom-card__flap {
    padding: 50px 30px 30px;
  }
  
  .v2-newsroom-card__flap:first-of-type {
    padding: 0;
  }
}



/*****************************************/
/*  Industry Styling */
/*****************************************/

.v2-industry {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #0a0a0b;
  height: auto;
  padding-top: 40px;
}

.v2-industry__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

  .v2-industry-left {
    width: 100%;
    background-color: #0a0a0b;
    display: flex;
    justify-content: center;
    background-position: left;
    background-size: cover;
  }

  .v2-industry-right {
    width: 100%;
    height: 100%;
    background-color: #0a0a0b;
  }

  .v2-industry-right h4 {
    color: #7E838A;
  }

  .v2-industry-right__inner {
    text-align: left;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-industry-right__inner > h4 {
    color: #7E838A;
    padding: 0 0 3.5rem;
  }

@media only screen and (min-width: 30rem) {
  .v2-industry {
    height: auto;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-industry-right__inner {
    justify-content: space-evenly;
    padding: 4rem 3rem 4.5rem;
  }
  
  .v2-industry {
    height: auto;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 60rem) {
  
  .v2-industry {
    height: 800px;
  }
  
  .v2-industry__inner {
    flex-direction: row;
  }
  
  .v2-industry-left {
    width: 50%;
    order: 2;
  }
  
  .v2-industry-right {
    width: 50%;
    text-align: left;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }
  
    .v2-industry-right__inner {
      height: 100%;
      justify-content: space-evenly;
      padding: 8rem 2.5rem 8.5rem;
      width: 720px;
      max-width: 100%;
    }
  
    .v2-industry-description {
      width: 100%;
      max-width: 19rem;
      margin: 1.5rem 0;
    }
}

.v2-industry-inspire {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 92px;
  padding-bottom: 0px;
}

.v2-industry-inspire h2 {
  text-align: center;
  max-width: 1024px;
  font-family: HelveticaNeue;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: -0.88px;
}

.v2-industry-inspire h4 {
  color: #7E838A;
  text-align: center;
  max-width: 1024px;
  font-family: HelveticaNeue;
  font-size: 44px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

.v2-centered-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 92px;
}

.v2-centered-text h2 {
  text-align: center;
  max-width: 1024px;
  font-family: HelveticaNeue;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: -0.88px;
}

.v2-centered-text h4 {
  color: #7E838A;
  text-align: center;
  max-width: 1024px;
  font-family: HelveticaNeue;
  font-size: 44px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media only screen and (max-width: 30rem) {
  
  .v2-industry-right {
    height: 60%;
  }
  
  .v2-industry-right h4 {
    padding-top: 7px;
  }
  
  .v2-industry-right .flex-row {
    flex-direction: column !important;
  }
  
  .v2-industry-left {
    height: 40vh;
  }
  
  .v2-industry {
    padding-top: 0px;
    height: 100vh;
  
  }






@media only screen and (max-width: 45rem) {
  .v2-industry-inspire {
    padding: 2em;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: flex-start;
  }
  
  .v2-industry-inspire h2 {
    font-size: 30px;
    line-height: 1.17em;
    padding-bottom: 7px;
    text-align: left;
  }
  
  .v2-industry-inspire h4 {
    font-size: 24px;
    text-align: left;
  }
}

/*****************************************/
/*  Inspire Community */
/*****************************************/

.v2-inspire-community {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #000;
}

.v2-inspire-community__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

  .v2-inspire-community-left {
    max-height: 340px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

    .v2-inspire-community-left img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }

  .v2-inspire-community-right {
    width: 100%;
  }

  .v2-inspire-community-right__inner {
    text-align: left;
    padding: 4rem 2rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-inspire-community-right__inner > h4 {
    color: #7E838A;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

@media only screen and (min-width: 30rem) {
  .v2-inspire-community-right__inner {
    justify-content: space-evenly;
    padding: 4rem 3rem 4.5rem;
  }
  
  .v2-inspire-community-left {
    max-height: unset;
  }
}

@media only screen and (min-width: 60rem) {
  .v2-inspire-community {
    height: 35rem;
  }
  
  .v2-inspire-community__inner {
    flex-direction: row;
  }
  
  .v2-inspire-community-left {
    width: 50%;
    order: 2;
  }
  
  .v2-inspire-community-right {
    width: 50%;
    text-align: left;
    height: 35rem;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }
  
    .v2-inspire-community-right__inner {
      height: 100%;
      justify-content: space-evenly;
      padding: 8rem 3rem 8.5rem;
      max-width: 600px;
    }
  
    .v2-inspire-community-description {
      width: 100%;
      max-width: 19rem;
      margin: 1.5rem 0;
    }
}


/*****************************************/
/*  Order Small  */
/*****************************************/

.v2-order-small {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.v2-order-small__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

  .v2-order-small-left {
    max-height: 340px;
    width: 100%;
    background-color: #f5f5f7;
    display: flex;
    justify-content: center;
  }

    .v2-order-small-image {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
    }

  .v2-order-small-right {
    width: 100%;
    background-color: #1e2022;
  }

  .v2-order-small-right__inner {
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .v2-order-small-right__inner > h4 {
    color: #7E838A;
    padding-bottom: 1.5rem;
  }

@media only screen and (min-width: 60rem) {
  .v2-order-small {
    height: 35rem;
  }
  
  .v2-order-small__inner {
    flex-direction: row;
  }
  
  .v2-order-small-left {
    max-height: unset;
    width: 50%;
  }
  
  .v2-order-small-right {
    width: 50%;
    text-align: center;
    height: 35rem;
  }
  
    .v2-order-small-right__inner {
      height: 100%;
      justify-content: space-evenly;
      padding: 10rem 2.5rem 8.5rem;
      max-width: 720px;
    }
  
    .v2-order-small-description {
      width: 100%;
      max-width: 19rem;
      margin: 1.5rem 0;
    }
}

/*****************************************/
/*  Mini Closeup2  */
/*****************************************/

.v2-bit-closeups2 {
  display: flex;
  background: #1e2022;
  padding: 2em;
  padding-top: 92px;
  padding-bottom: 147px;
  justify-content: center;
}

.v2-bit-closeups__section2 {
  width: 50%;
  max-width: 320px;
  
}

.v2-bit-closeups__section2:first-child {
  margin-right: 300px;
}

.v2-bit-closeups__img2 {
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 47px 36px 0 rgba(10, 10, 11, 0.4);
  margin-bottom: 60px;
}  
  
  
.v2-bit-closeups2 h2 {
  color: #f5f5f7;
  line-height: 1.18;
  margin-bottom: 24px;
}

.v2-bit-closeups2 h4 {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  color: #7E838A;
}

@media only screen and (max-width: 60rem) {
  .v2-bit-closeups__section2:first-child {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 30rem) {
  .v2-bit-closeups2 {
    flex-direction: column;
  }
  .hs_trade_contact_interest{
  margin-bottom:30px;
  }
  .v2-bit-closeups__section2 {
    width: 100%;
    max-width: 100%;
  }
  
  .v2-bit-closeups__section2:first-child {
    margin-right: 0px;
    margin-bottom: 100px;
  }
}