@charset "UTF-8";
@font-face {
  src: url("../fonts/Lato-Bold.ttf");
  font-family: 'Lato';
  font-weight: 700;
}

@font-face {
  src: url("../fonts/Lato-Regular.ttf");
  font-family: 'Lato';
  font-weight: 400;
}

@font-face {
  src: url("../fonts/Lato-Light.ttf");
  font-family: 'Lato';
  font-weight: 300;
}

@font-face {
  src: url("../fonts/SF-Pro-Text-Regular.otf");
  font-family: 'SF-Pro-Text';
}

.zoom-room-v2 {
  /*!
 * 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)
 */
  /*GRID*/
  /*# sourceMappingURL=bootstrap-grid.css.map */
  /* --------   =============   ------------ */
  /* function of the margin and the padding */
  /* --------   =============   ------------ */
  /*
 *  Owl Carousel - Core
 */
  /* No Js */
  /*
 *  Owl Carousel - Animate Plugin
 */
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */
  /*
 * 	Owl Carousel - Video Plugin
 */
  /*
 * 	Default theme - Owl Carousel CSS File
 */
}

.zoom-room-v2 .button-sm {
  padding: 2px 16.98px;
  border-radius: 6px;
  font-size: 13px;
  border: 0;
  cursor: pointer;
}

.zoom-room-v2 .button-sm:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-md {
  padding: 5px 20.29px;
  border-radius: 8px;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}

.zoom-room-v2 .button-md:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-lg {
  padding: 10.5px 19px;
  border-radius: 12px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.zoom-room-v2 .button-lg:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-primary-orange {
  background-color: #F26D21;
  color: #fff;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
}

.zoom-room-v2 .button-primary-orange:hover {
  background-color: #DA621E;
}

.zoom-room-v2 .button-primary-orange:active {
  background-color: #C2571A;
}

.zoom-room-v2 .button-primary-blue {
  background-color: #0E71EB;
  color: #fff;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
}

.zoom-room-v2 .button-primary-blue:hover {
  background-color: #2681F2;
}

.zoom-room-v2 .button-primary-blue:active {
  background-color: #0C63CE;
}

.zoom-room-v2 .button-secondary-blue {
  background-color: #F2F2F7;
  color: #232333;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
}

.zoom-room-v2 .button-secondary-blue:hover {
  background-color: #E7F1FD;
  color: #0E71EB;
}

.zoom-room-v2 .button-secondary-blue:active {
  background-color: #D7E6F8;
  color: #2D61BA;
}

.zoom-room-v2 .button-destructive {
  background-color: #E02828;
  color: #fff;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
}

.zoom-room-v2 .button-destructive:hover {
  background-color: #E44343;
}

.zoom-room-v2 .button-destructive:active {
  background-color: #CC1D1D;
}

.zoom-room-v2 .button-text {
  background-color: #fff;
  color: #0E71EB;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
}

.zoom-room-v2 .button-text:hover {
  background-color: #F2F2F7;
}

.zoom-room-v2 .button-text:active {
  background-color: #D7E6F8;
  color: #2D61BA;
}

.zoom-room-v2 .button-outline {
  background-color: transparent;
  color: #232333;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  border: 1px solid #BABACC;
}

.zoom-room-v2 .button-outline:hover {
  background-color: #E7F1FD;
  color: #0E71EB;
  border: 1px solid #E7F1FD;
}

.zoom-room-v2 .button-outline:active {
  background-color: #D7E6F8;
  color: #2D61BA;
  border: 1px solid #D7E6F8;
}

.zoom-room-v2 .button-outline-orange {
  background-color: transparent;
  color: #232333;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  border: 1px solid #BABACC;
}

.zoom-room-v2 .button-outline-orange:hover {
  background-color: #FFEBDA;
  border: 1px solid #FFEBDA;
}

.zoom-room-v2 .button-outline-orange:active {
  background-color: #FFD3AC;
  border: 1px solid #FFD3AC;
}

.zoom-room-v2 .button-player {
  background-color: #fff;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
  color: #232333;
  padding: 6px 20.29px;
  border-radius: 8px;
  font-size: 12px;
  border: 0;
  cursor: pointer;
}

.zoom-room-v2 .button-player #icon-play-video {
  margin-right: 5px;
}

.zoom-room-v2 .button-player:hover, .zoom-room-v2 .button-player:hover .play-video {
  background-color: #E7F1FD;
  color: #0E71EB;
  fill: #0E71EB;
}

.zoom-room-v2 .button-player:active, .zoom-room-v2 .button-player:active .play-video {
  background-color: #D7E6F9;
  fill: #295EBD;
  color: #295EBD;
}

.zoom-room-v2 .button-player:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-cta-white {
  background-color: transparent;
  border: 1px solid #BABACC;
  color: #232333;
  font-size: 18px;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  padding: 10.5px 30px;
  border-radius: 12px;
  font-size: 18px;
  min-width: 240px;
  cursor: pointer;
}

.zoom-room-v2 .button-cta-white:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-cta-width {
  min-width: 240px;
}

.zoom-room-v2 .button-cta-orange {
  background-color: #F26D21;
  color: #fff;
  font-size: 18px;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 700;
  padding: 11.5px 30px;
  border-radius: 12px;
  font-size: 18px;
  border: 0;
  min-width: 240px;
  cursor: pointer;
}

.zoom-room-v2 .button-cta-orange:hover {
  background-color: #DA621E;
}

.zoom-room-v2 .button-cta-orange:active {
  background-color: #C2571A;
}

.zoom-room-v2 .button-cta-orange:focus {
  outline-color: transparent;
}

.zoom-room-v2 .button-disabled {
  background-color: #F2F2F7;
  color: #BABACC;
  font-weight: 400;
}

.zoom-room-v2 .button-disabled:hover {
  background-color: #F2F2F7;
}

.zoom-room-v2 .button-disabled:active {
  background-color: #F2F2F7;
}

.zoom-room-v2 button:disabled {
  background-color: #F2F2F7;
  color: #BABACC;
  font-weight: 400;
}

.zoom-room-v2 button:disabled:hover {
  background-color: #F2F2F7;
}

.zoom-room-v2 button:disabled:active {
  background-color: #F2F2F7;
}

.zoom-room-v2 html, .zoom-room-v2 body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.zoom-room-v2 main h1, .zoom-room-v2 main h2, .zoom-room-v2 main h3, .zoom-room-v2 main h4, .zoom-room-v2 main h5, .zoom-room-v2 main h6 {
  font-family: "Lato", sans-serif;
  color: #232333;
  padding: 0;
}

.zoom-room-v2 main h1, .zoom-room-v2 main h2, .zoom-room-v2 main h3 {
  font-weight: 400;
}

.zoom-room-v2 main h1 {
  font-size: 48px;
  margin: 0 0 40px 0;
}

.zoom-room-v2 main h2 {
  font-size: 36px;
  margin: 0 0 30px 0;
}

.zoom-room-v2 main h3 {
  font-size: 24px;
  margin: 0;
}

.zoom-room-v2 main p {
  font-size: 16px;
  color: #232333;
}

.zoom-room-v2 main a, .zoom-room-v2 main a:hover, .zoom-room-v2 main a:focus, .zoom-room-v2 main a:active {
  color: #0E71EB;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.zoom-room-v2 main a:hover {
  text-decoration: underline;
}

.zoom-room-v2 main .text-body-lg {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 main .text-body-md {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 main .text-body-sm {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 main .text-body-xs {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 main .labels {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #232333;
  font-weight: 700;
}

.zoom-room-v2 main .text-bold {
  font-weight: 700;
}

.zoom-room-v2 main .color-typography {
  color: #4F4F4F;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .sticky-space {
    padding-top: 104px;
  }
}

.zoom-room-v2 .mb-25 {
  margin-bottom: 25px;
}

.zoom-room-v2 .mr-5 {
  margin-right: 5px;
}

.zoom-room-v2 .mr-7 {
  margin-right: 7px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .mr-7 {
    margin-right: 10px;
  }
}

.zoom-room-v2 .ml-30 {
  margin-left: 30px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 .mb-sm-0 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .mb-md-0 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 .mb-lg-0 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .zoom-room-v2 .is-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .zoom-room-v2 .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
  }
}

.zoom-room-v2 .display-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 .display-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .display-md-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 .display-lg-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 .display-xl-none {
    display: none;
  }
}

.zoom-room-v2 .display-block {
  display: block;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 .display-sm-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .display-md-block {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 .display-lg-block {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 .display-xl-block {
    display: block;
  }
}

.zoom-room-v2 .zoom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 .zoom-container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 .zoom-container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 .zoom-container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 .zoom-container {
    max-width: 1250px;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .zoom-room-v2 .zoom-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .zoom-room-v2 .zoom-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .zoom-room-v2 .zoom-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.zoom-room-v2 .border-radius-12 {
  border-radius: 12px;
}

.zoom-room-v2 .zoom-enterprise-header .btn-primary {
  background-color: #2D8CFF;
  border-color: #2D8CFF;
  /* text-shadow: 1px 1px #0E71EB; */
  font-weight: 500;
}

.zoom-room-v2 .zoom-enterprise-header .btn-primary:hover {
  background-color: #2DA5FF;
  border-color: #2DA5FF;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .zoom-enterprise-header .zoom-nav-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zoom-room-v2 .zoom-enterprise-header .zoom-nav-mobile li {
    width: 100% !important;
  }
  .zoom-room-v2 .zoom-enterprise-header .zoom-nav-mobile li ul {
    width: 100% !important;
  }
  .zoom-room-v2 .zoom-enterprise-header .zoom-nav-mobile li ul li {
    width: 100% !important;
  }
  .zoom-room-v2 .zoom-enterprise-header .zoom-nav-mobile .mobile-phone {
    background-image: url(https://zoom.us/docs/image/new/home/phone_376912c.png);
  }
}

@media screen and (max-width: 859px) and (min-width: 768px) {
  .zoom-room-v2 .zoom-enterprise-header .navbar-nav > li > a.top-contactsales {
    display: none;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .zoom-room-v2 .zoom-enterprise-header .navbar-nav > li > a.top-pricing {
    display: none;
  }
}

.zoom-room-v2 .zoom-enterprise-header .top-space {
  background-color: transparent;
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.zoom-room-v2 .zoom-enterprise-header .top-space:before, .zoom-room-v2 .zoom-enterprise-header .top-space:after {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: transparent;
}

.zoom-room-v2 .zoom-enterprise-header .list-inline > li.dropdown .dropdown-menu.top-space:before {
  position: absolute;
  top: -7px;
  right: calc(50% - 6px);
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.zoom-room-v2 .zoom-enterprise-header .list-inline > li.dropdown .dropdown-menu.top-space:after {
  position: absolute;
  top: -6px;
  right: calc(50% - 5px);
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}

.zoom-room-v2 #header_outer .signupfree {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: -2px;
  line-height: 16px;
  min-width: 112px;
  margin-right: 40px;
  background-color: #2D8CFF;
  border-color: #2D8CFF;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .zoom-room-v2 #header_outer .signupfree {
    margin-right: 10px;
    margin-left: 15px;
  }
}

.zoom-room-v2 #header_outer .signupfree:hover {
  background-color: #2DA5FF;
  border-color: #2DA5FF;
  text-decoration: none;
}

.zoom-room-v2 .zoom-enterprise-footer {
  padding-bottom: 50px;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons {
  height: 36px;
  width: 221px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span {
  width: 36px;
  height: 36px;
  background-color: #474757;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span.wordpress:hover {
  background-color: #21759B;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span.linkedin:hover {
  background-color: #007BB5;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span.twitter:hover {
  background-color: #1DA1F2;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span.youtube-play:hover {
  background-color: #FF0000;
}

.zoom-room-v2 .zoom-enterprise-footer #footer-new .info-icons a > span.facebook:hover {
  background-color: #2D8CFF;
}

.zoom-room-v2 html {
  scroll-behavior: smooth;
}

.zoom-room-v2 .custom-ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
  display: inline-block;
}

.zoom-room-v2 .custom-ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 .custom-ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-image: url(../img/svg/circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}

.zoom-room-v2 .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.zoom-room-v2 .column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.zoom-room-v2 .column-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.zoom-room-v2 .column-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.zoom-room-v2 .column-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.zoom-room-v2 .column-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.zoom-room-v2 .column-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.zoom-room-v2 .column-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.zoom-room-v2 .column-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.zoom-room-v2 .column-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.zoom-room-v2 .column-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.zoom-room-v2 .column-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.zoom-room-v2 .column-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.zoom-room-v2 .column-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.zoom-room-v2 .column-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.zoom-room-v2 .order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.zoom-room-v2 .order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.zoom-room-v2 .order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.zoom-room-v2 .order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.zoom-room-v2 .order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.zoom-room-v2 .order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.zoom-room-v2 .order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.zoom-room-v2 .order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.zoom-room-v2 .order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.zoom-room-v2 .order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.zoom-room-v2 .order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.zoom-room-v2 .order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.zoom-room-v2 .order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.zoom-room-v2 .order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.zoom-room-v2 .order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom-room-v2 .d-none {
  display: none !important;
}

.zoom-room-v2 .d-inline {
  display: inline !important;
}

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

.zoom-room-v2 .d-block {
  display: block !important;
}

.zoom-room-v2 .d-table {
  display: table !important;
}

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

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

.zoom-room-v2 .d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.zoom-room-v2 .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

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

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

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

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

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

.zoom-room-v2 .flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.zoom-room-v2 .flex-columnumn {
  -ms-flex-direction: columnumn !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: columnumn !important;
}

.zoom-room-v2 .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.zoom-room-v2 .flex-columnumn-reverse {
  -ms-flex-direction: columnumn-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: columnumn-reverse !important;
}

.zoom-room-v2 .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

.zoom-room-v2 .flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.zoom-room-v2 .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.zoom-room-v2 .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

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

.zoom-room-v2 .justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.zoom-room-v2 .justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.zoom-room-v2 .justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.zoom-room-v2 .justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

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

.zoom-room-v2 .align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.zoom-room-v2 .align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.zoom-room-v2 .align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.zoom-room-v2 .align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.zoom-room-v2 .align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

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

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

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

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

.zoom-room-v2 .align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.zoom-room-v2 .align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

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

.zoom-room-v2 .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

.zoom-room-v2 .m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom-room-v2 .p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoom-room-v2 .m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

.zoom-room-v2 .frame-icons {
  position: fixed;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
  top: 204px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons {
    position: static;
    -webkit-transform: none;
            transform: none;
    background-color: #fff;
  }
}

.zoom-room-v2 .frame-icons ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul {
    height: 90px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.zoom-room-v2 .frame-icons ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li {
    display: inline-block;
    width: 20%;
  }
}

.zoom-room-v2 .frame-icons ul li a {
  display: block;
}

.zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
    width: 75px;
    height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
    width: 100%;
  }
}

.zoom-room-v2 .frame-icons ul li .zoom-name-page {
  background-color: #fff;
  width: 137px;
  max-width: 137px;
  height: 60px;
  padding: 10px;
  color: #4F4F4F;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li .zoom-name-page {
    display: block !important;
    font-size: 8px;
    width: 75px;
    height: 35px;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .zoom-room-v2 .frame-icons ul li .zoom-name-page {
    width: 100%;
  }
}

.zoom-room-v2 .zoom-sticky-item-hover .zoom-sticky-icon,
.zoom-room-v2 .zoom-sticky-item-hover .zoom-name-page {
  background-color: #F2F2F7 !important;
}

.zoom-room-v2 .zoom-sticky-item:hover::before {
  content: '';
  position: absolute;
  border-left: 4px solid #2D8CFF;
  width: 4px;
  height: 60px;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .zoom-sticky-item:hover::before {
    border-bottom: 4px solid #2D8CFF;
    width: 75px;
    height: 4px;
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .zoom-room-v2 .zoom-sticky-item:hover::before {
    width: 100%;
  }
}

.zoom-room-v2 .zoom-sticky-item-active::before {
  content: '';
  position: absolute;
  border-left: 4px solid #2D8CFF;
  width: 4px;
  height: 60px;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .zoom-sticky-item-active::before {
    border-bottom: 4px solid #2D8CFF;
    width: 75px;
    height: 4px;
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .zoom-room-v2 .zoom-sticky-item-active::before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .sticky-frame-icons {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 50px;
  }
  .zoom-room-v2 .sticky-frame-icons > ul > li > .zoom-name-page {
    display: none !important;
  }
  .zoom-room-v2 .sticky-frame-icons > ul {
    height: 55px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .zoom-room-v2 .sticky-frame-icons + #section-info {
    padding-top: 150px;
  }
}

.zoom-room-v2 .nav-no-sticky {
  position: absolute;
  bottom: 0;
  top: inherit;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .nav-no-sticky-top {
    position: absolute;
    left: 0;
    top: 612px;
    bottom: inherit;
  }
}

.zoom-room-v2 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.zoom-room-v2 .embed-responsive::before {
  display: block;
  content: "";
}

.zoom-room-v2 .embed-responsive .embed-responsive-item,
.zoom-room-v2 .embed-responsive iframe,
.zoom-room-v2 .embed-responsive embed,
.zoom-room-v2 .embed-responsive object,
.zoom-room-v2 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zoom-room-v2 .embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.zoom-room-v2 .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.zoom-room-v2 .embed-responsive-4by3::before {
  padding-top: 75%;
}

.zoom-room-v2 .embed-responsive-1by1::before {
  padding-top: 100%;
}

.zoom-room-v2 .zoom-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.zoom-room-v2 .zoom-modal .zoom-video-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-modal .zoom-video-container {
    max-width: 800px;
  }
}

.zoom-room-v2 .zoom-modal .zoom-video-container .btn-close-zoom-modal {
  width: 15px;
  height: 15px;
  background-image: url(/assets/img/modal-close.png);
  background-size: 15px auto;
  position: absolute;
  z-index: 1005;
  right: 0;
  top: -30px;
  right: 15px;
  cursor: pointer;
}

.zoom-room-v2 #page-digital-signage,
.zoom-room-v2 #page-scheduling-display {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #page-digital-signage #section-info .container-img-info,
  .zoom-room-v2 #page-scheduling-display #section-info .container-img-info {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage,
.zoom-room-v2 #page-scheduling-display #features-digital-signage {
  padding: 100px 0 100px 0;
  background-image: url(../img/svg/background-digital.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0px;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage {
    padding: 130px 0 150px 0;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage {
    padding: 130px 0 200px 0;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage {
    padding: 130px 0 300px 0;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage h2,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage h2 {
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage h2,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage h2 {
    margin-top: 60px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage p,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage p {
  margin-bottom: 20px;
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage .container-img-easy,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage .container-img-easy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage .container-img-easy,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage .container-img-easy {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage .container-img-easy,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage .container-img-easy {
    margin-top: 0;
    max-width: 100%;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .easy-manage .container-img-easy img,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .easy-manage .container-img-easy img {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage {
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage p,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage p {
    max-width: 500px;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage {
    margin-top: 150px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .container-img-leverage,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .container-img-leverage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .container-img-leverage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .container-img-leverage {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .container-img-leverage,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .container-img-leverage {
    max-width: 100%;
    margin-top: 0;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .container-img-leverage img,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .container-img-leverage img {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .content,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .content {
    margin-left: 30px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .content h2,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .content h2 {
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .leverage-digital-signage .content h2,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .leverage-digital-signage .content h2 {
    margin-top: 40px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display {
  margin-top: 80px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display {
    margin-top: 150px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display h2,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display h2 {
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display h2,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display h2 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display h2,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display h2 {
    margin-top: 85px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display p,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display p {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display p,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display p {
    max-width: 510px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display a,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display a {
  font-weight: 700;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
    max-width: 410px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
    position: absolute;
    max-width: 350px;
    margin-top: 0;
    right: -10px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
    max-width: 405px;
    right: 20px;
  }
}

@media screen and (min-width: 1300px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
    max-width: 445px;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works,
  .zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works {
    max-width: 550px;
    right: -10px;
  }
}

.zoom-room-v2 #page-digital-signage #features-digital-signage .works-display .container-img-works img,
.zoom-room-v2 #page-scheduling-display #features-digital-signage .works-display .container-img-works img {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.zoom-room-v2 #page-digital-signage #really-easy,
.zoom-room-v2 #page-scheduling-display #really-easy {
  padding: 150px 0 145px 0;
}

.zoom-room-v2 #page-digital-signage #really-easy h2,
.zoom-room-v2 #page-scheduling-display #really-easy h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.zoom-room-v2 #page-digital-signage #really-easy .container-cards,
.zoom-room-v2 #page-scheduling-display #really-easy .container-cards {
  margin-right: auto;
  margin-left: auto;
}

.zoom-room-v2 #page-digital-signage #really-easy .container-cards .card,
.zoom-room-v2 #page-scheduling-display #really-easy .container-cards .card {
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  padding: 60px 30px 100px;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zoom-room-v2 #page-digital-signage #really-easy .container-cards .card h3,
.zoom-room-v2 #page-scheduling-display #really-easy .container-cards .card h3 {
  margin-bottom: 20px;
}

.zoom-room-v2 #page-digital-signage #really-easy .container-cards .card p,
.zoom-room-v2 #page-scheduling-display #really-easy .container-cards .card p {
  margin-bottom: 50px;
}

.zoom-room-v2 #page-digital-signage #really-easy .container-cards .card a,
.zoom-room-v2 #page-scheduling-display #really-easy .container-cards .card a {
  margin-top: auto;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 #broadcast-webinar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
  padding: 80px 0;
  position: relative;
  color: #fff;
}

.zoom-room-v2 #broadcast-webinar .overlay-broadcast {
  background-color: rgba(50, 50, 68, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #broadcast-webinar .overlay-broadcast {
    width: 50%;
  }
}

.zoom-room-v2 #broadcast-webinar .text-broadcast {
  z-index: 5;
  width: 100%;
  float: right;
  position: relative;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #broadcast-webinar .text-broadcast {
    width: 50%;
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #broadcast-webinar .text-broadcast {
    padding-left: 70px;
  }
}

.zoom-room-v2 #broadcast-webinar .text-broadcast h2, .zoom-room-v2 #broadcast-webinar .text-broadcast p {
  color: #fff;
}

.zoom-room-v2 #start-free {
  padding: 115px 0 100px;
  background-color: #F6F7F9;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .zoom-room-v2 #start-free {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.zoom-room-v2 #start-free h2 {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #start-free .button-outline-orange {
    margin-bottom: 20px;
  }
}

.zoom-room-v2 #start-free p {
  margin-top: 40px;
}

.zoom-room-v2 #zoom-landing-page {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-landing-page {
    margin-top: 104px;
  }
}

.zoom-room-v2 #zoom-landing-page #meeting-spaces {
  padding: 50px 0;
  text-align: center;
}

.zoom-room-v2 #zoom-landing-page #meeting-spaces h2 {
  font-weight: 400;
  color: #232333;
}

.zoom-room-v2 #zoom-landing-page #meeting-spaces .blue-logo {
  margin-bottom: 45px;
}

.zoom-room-v2 #zoom-landing-page #meeting-spaces h4 {
  margin: 50px 0;
  font-size: 24px;
}

.zoom-room-v2 #zoom-landing-page #meeting-spaces button {
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .zoom-room-v2 #zoom-landing-page #meeting-spaces button {
    margin-bottom: 25px;
  }
}

.zoom-room-v2 #zoom-landing-page #interactive-image .zoom-interactive-image {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-landing-page #interactive-image .zoom-interactive-image {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-landing-page #interactive-image .zoom-interactive-image {
    height: 700px;
  }
}

.zoom-room-v2 #included-solutions {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #included-solutions {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #included-solutions {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.zoom-room-v2 #included-solutions h2 {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #included-solutions .main-title {
    margin-top: 50px;
    text-align: start;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #included-solutions .main-title {
    max-width: 330px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #included-solutions .zoom-border-left {
    border-left: 1px solid #747487;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #included-solutions .card-content-custom-mb {
    margin-bottom: 70px;
  }
}

.zoom-room-v2 #included-solutions .card-content {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #included-solutions .card-content {
    height: 100%;
    text-align: start;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #included-solutions .card-content {
    max-width: 320px;
    float: right;
    border-top: 0;
    margin-bottom: 0;
  }
}

.zoom-room-v2 #included-solutions .card-content .image {
  max-height: 100px;
  margin-bottom: 25px;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.zoom-room-v2 #included-solutions .card-content .image img {
  -webkit-box-shadow: -1px 12px 20px 2px rgba(0, 0, 0, 0.12);
          box-shadow: -1px 12px 20px 2px rgba(0, 0, 0, 0.12);
  margin-left: 0;
}

.zoom-room-v2 #included-solutions .card-content h2 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #included-solutions .card-content h2 {
    margin-bottom: 25px;
  }
}

.zoom-room-v2 #included-solutions .card-content p {
  margin-bottom: 25px;
}

.zoom-room-v2 #included-solutions .card-content a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0E71EB;
  text-decoration: none;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #included-solutions .pb-90 {
    margin-bottom: 0;
  }
}

.zoom-room-v2 #included-solutions .bl-0 {
  border-left: 0;
  border-top: 0;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body {
  padding: 30px 0;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .footer-copyright .info {
  font-size: 11px;
  color: #a4a4a4;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .footer-copyright .info a {
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 6px;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .footer-copyright .info a:nth-child(1) {
  border-left: 0;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-landing-page-footer .footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons {
    margin-top: 0;
  }
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons a span .icon {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 20px;
  background-color: #474757;
  padding: 8px;
  border-radius: 50%;
  position: relative;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons a span .icon.linkedin:hover {
  background-color: #007BB5;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons a span .icon.twitter:hover {
  background-color: #1DA1F2;
}

.zoom-room-v2 .zoom-landing-page-footer .footer-body .info-icons a span .icon.facebook:hover {
  background-color: #2D8CFF;
}

.zoom-room-v2 body {
  overflow-x: hidden;
}

.zoom-room-v2 .is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zoom-room-v2 .is-flex > [class*='column-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zoom-room-v2 .content-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zoom-room-v2 .bottom-auto {
  margin-top: auto;
}

.zoom-room-v2 .cover-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.zoom-room-v2 #hero-section {
  padding: 100px 0 360px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #hero-section {
    padding: 100px 0 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #hero-section {
    padding: 100px 0 100px 0;
  }
}

.zoom-room-v2 #hero-section h1 {
  margin-bottom: 22px;
}

.zoom-room-v2 #hero-section img.img-hero-scheduling {
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.35);
          box-shadow: 0 40px 60px rgba(0, 0, 0, 0.35);
  border-radius: 13px;
  max-width: 400px;
}

.zoom-room-v2 #hero-section .content h2 {
  margin-bottom: 25px;
}

.zoom-room-v2 #hero-section .content-btn {
  padding-top: 15px;
  padding-bottom: 50px;
}

.zoom-room-v2 #hero-section .content-btn a, .zoom-room-v2 #hero-section .content-btn a:hover {
  text-decoration: none;
}

.zoom-room-v2 #hero-section .content-btn a {
  display: inline-block;
}

.zoom-room-v2 #section-info {
  width: 100%;
  position: relative;
  margin-top: -225px;
  z-index: 4;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-info {
    margin-top: 0;
    -webkit-box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 4;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #section-info {
    padding: 30px 0;
  }
}

.zoom-room-v2 #section-info .content {
  -webkit-box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
  background: white;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-info .content {
    margin-top: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}

.zoom-room-v2 #section-info .content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.zoom-room-v2 #section-info .content-center .icon {
  height: 90px;
  width: 90px;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 0 30px;
}

@media screen and (max-width: 1080px) {
  .zoom-room-v2 #section-info .content-center .icon {
    margin: 0px 20px 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-info .content-center .icon {
    margin: 0px 10px 0 10px;
  }
}

@media screen and (max-width: 850px) {
  .zoom-room-v2 #section-info .content-center .icon {
    margin: 0px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #section-info .content-center .icon {
    margin: 0px 20px 0 20px;
  }
}

.zoom-room-v2 #section-columns {
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-columns {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.zoom-room-v2 #section-columns:before {
  content: "";
  background-image: url(../img/zoom-background-cover.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  top: 53%;
  left: 50%;
  right: 0;
  position: absolute;
  z-index: 0;
}

.zoom-room-v2 #section-columns img {
  border-radius: 12px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-columns img {
    max-width: 450px;
  }
}

.zoom-room-v2 #section-columns .column-image {
  text-align: initial;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-columns .column-image {
    text-align: center;
  }
}

.zoom-room-v2 #section-columns .column-content {
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #section-columns .column-content {
    padding: 20px 0;
  }
  .zoom-room-v2 #section-columns .column-content img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 424px) {
  .zoom-room-v2 #section-columns .column-content {
    padding: 30px 0;
  }
}

.zoom-room-v2 .column-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 .column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.zoom-room-v2 .column-reverse .columns-offset-auto:first-child {
  margin-left: 0%;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 .column-reverse .columns-offset-auto:first-child {
    margin-left: 8.333333%;
  }
}

.zoom-room-v2 .column-reverse .columns-offset-auto:last-child {
  margin-left: 8.333333%;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 .column-reverse .columns-offset-auto:last-child {
    margin-left: 0;
  }
}

.zoom-room-v2 .bg-light-green {
  background: #b0d688;
}

.zoom-room-v2 .bg-dark-green {
  background: #63c277;
}

.zoom-room-v2 .bg-blue {
  background: #69b7f4;
}

.zoom-room-v2 .column-text {
  padding: 60px 0 130px 70px;
}

@media screen and (max-width: 1400px) {
  .zoom-room-v2 .column-text {
    padding: 70px 0 70px 70px;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 .column-text {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .column-text {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 424px) {
  .zoom-room-v2 .column-text {
    padding: 0 15px 20px 15px;
  }
}

.zoom-room-v2 .mt-130 {
  margin-top: 275px;
}

@media screen and (min-width: 375px) {
  .zoom-room-v2 .mt-130 {
    margin-top: 130px;
  }
}

.zoom-room-v2 .w-100 {
  width: 100%;
}

.zoom-room-v2 .checked {
  position: relative;
  margin-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.zoom-room-v2 .checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -25px;
  width: 20px;
  height: 20px;
  background: url(../img/Circle.png);
  background-size: cover;
  background-position: center;
}

.zoom-room-v2 .img-shadow {
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.zoom-room-v2 .m-0 {
  margin: 0px !important;
}

.zoom-room-v2 .p-0 {
  padding: 0px !important;
}

.zoom-room-v2 .mt-0 {
  margin-top: 0px !important;
}

.zoom-room-v2 .pt-0 {
  padding-top: 0px !important;
}

.zoom-room-v2 .mr-0 {
  margin-right: 0px !important;
}

.zoom-room-v2 .pr-0 {
  padding-right: 0px !important;
}

.zoom-room-v2 .mb-0 {
  margin-bottom: 0px !important;
}

.zoom-room-v2 .pb-0 {
  padding-bottom: 0px !important;
}

.zoom-room-v2 .ml-0 {
  margin-left: 0px !important;
}

.zoom-room-v2 .pl-0 {
  padding-left: 0px !important;
}

.zoom-room-v2 .m-5 {
  margin: 5px !important;
}

.zoom-room-v2 .p-5 {
  padding: 5px !important;
}

.zoom-room-v2 .mt-5 {
  margin-top: 5px !important;
}

.zoom-room-v2 .pt-5 {
  padding-top: 5px !important;
}

.zoom-room-v2 .mr-5 {
  margin-right: 5px !important;
}

.zoom-room-v2 .pr-5 {
  padding-right: 5px !important;
}

.zoom-room-v2 .mb-5 {
  margin-bottom: 5px !important;
}

.zoom-room-v2 .pb-5 {
  padding-bottom: 5px !important;
}

.zoom-room-v2 .ml-5 {
  margin-left: 5px !important;
}

.zoom-room-v2 .pl-5 {
  padding-left: 5px !important;
}

.zoom-room-v2 .m-10 {
  margin: 10px !important;
}

.zoom-room-v2 .p-10 {
  padding: 10px !important;
}

.zoom-room-v2 .mt-10 {
  margin-top: 10px !important;
}

.zoom-room-v2 .pt-10 {
  padding-top: 10px !important;
}

.zoom-room-v2 .mr-10 {
  margin-right: 10px !important;
}

.zoom-room-v2 .pr-10 {
  padding-right: 10px !important;
}

.zoom-room-v2 .mb-10 {
  margin-bottom: 10px !important;
}

.zoom-room-v2 .pb-10 {
  padding-bottom: 10px !important;
}

.zoom-room-v2 .ml-10 {
  margin-left: 10px !important;
}

.zoom-room-v2 .pl-10 {
  padding-left: 10px !important;
}

.zoom-room-v2 .m-15 {
  margin: 15px !important;
}

.zoom-room-v2 .p-15 {
  padding: 15px !important;
}

.zoom-room-v2 .mt-15 {
  margin-top: 15px !important;
}

.zoom-room-v2 .pt-15 {
  padding-top: 15px !important;
}

.zoom-room-v2 .mr-15 {
  margin-right: 15px !important;
}

.zoom-room-v2 .pr-15 {
  padding-right: 15px !important;
}

.zoom-room-v2 .mb-15 {
  margin-bottom: 15px !important;
}

.zoom-room-v2 .pb-15 {
  padding-bottom: 15px !important;
}

.zoom-room-v2 .ml-15 {
  margin-left: 15px !important;
}

.zoom-room-v2 .pl-15 {
  padding-left: 15px !important;
}

.zoom-room-v2 .m-20 {
  margin: 20px !important;
}

.zoom-room-v2 .p-20 {
  padding: 20px !important;
}

.zoom-room-v2 .mt-20 {
  margin-top: 20px !important;
}

.zoom-room-v2 .pt-20 {
  padding-top: 20px !important;
}

.zoom-room-v2 .mr-20 {
  margin-right: 20px !important;
}

.zoom-room-v2 .pr-20 {
  padding-right: 20px !important;
}

.zoom-room-v2 .mb-20 {
  margin-bottom: 20px !important;
}

.zoom-room-v2 .pb-20 {
  padding-bottom: 20px !important;
}

.zoom-room-v2 .ml-20 {
  margin-left: 20px !important;
}

.zoom-room-v2 .pl-20 {
  padding-left: 20px !important;
}

.zoom-room-v2 .m-25 {
  margin: 25px !important;
}

.zoom-room-v2 .p-25 {
  padding: 25px !important;
}

.zoom-room-v2 .mt-25 {
  margin-top: 25px !important;
}

.zoom-room-v2 .pt-25 {
  padding-top: 25px !important;
}

.zoom-room-v2 .mr-25 {
  margin-right: 25px !important;
}

.zoom-room-v2 .pr-25 {
  padding-right: 25px !important;
}

.zoom-room-v2 .mb-25 {
  margin-bottom: 25px !important;
}

.zoom-room-v2 .pb-25 {
  padding-bottom: 25px !important;
}

.zoom-room-v2 .ml-25 {
  margin-left: 25px !important;
}

.zoom-room-v2 .pl-25 {
  padding-left: 25px !important;
}

.zoom-room-v2 .m-30 {
  margin: 30px !important;
}

.zoom-room-v2 .p-30 {
  padding: 30px !important;
}

.zoom-room-v2 .mt-30 {
  margin-top: 30px !important;
}

.zoom-room-v2 .pt-30 {
  padding-top: 30px !important;
}

.zoom-room-v2 .mr-30 {
  margin-right: 30px !important;
}

.zoom-room-v2 .pr-30 {
  padding-right: 30px !important;
}

.zoom-room-v2 .mb-30 {
  margin-bottom: 30px !important;
}

.zoom-room-v2 .pb-30 {
  padding-bottom: 30px !important;
}

.zoom-room-v2 .ml-30 {
  margin-left: 30px !important;
}

.zoom-room-v2 .pl-30 {
  padding-left: 30px !important;
}

.zoom-room-v2 .m-35 {
  margin: 35px !important;
}

.zoom-room-v2 .p-35 {
  padding: 35px !important;
}

.zoom-room-v2 .mt-35 {
  margin-top: 35px !important;
}

.zoom-room-v2 .pt-35 {
  padding-top: 35px !important;
}

.zoom-room-v2 .mr-35 {
  margin-right: 35px !important;
}

.zoom-room-v2 .pr-35 {
  padding-right: 35px !important;
}

.zoom-room-v2 .mb-35 {
  margin-bottom: 35px !important;
}

.zoom-room-v2 .pb-35 {
  padding-bottom: 35px !important;
}

.zoom-room-v2 .ml-35 {
  margin-left: 35px !important;
}

.zoom-room-v2 .pl-35 {
  padding-left: 35px !important;
}

.zoom-room-v2 .m-40 {
  margin: 40px !important;
}

.zoom-room-v2 .p-40 {
  padding: 40px !important;
}

.zoom-room-v2 .mt-40 {
  margin-top: 40px !important;
}

.zoom-room-v2 .pt-40 {
  padding-top: 40px !important;
}

.zoom-room-v2 .mr-40 {
  margin-right: 40px !important;
}

.zoom-room-v2 .pr-40 {
  padding-right: 40px !important;
}

.zoom-room-v2 .mb-40 {
  margin-bottom: 40px !important;
}

.zoom-room-v2 .pb-40 {
  padding-bottom: 40px !important;
}

.zoom-room-v2 .ml-40 {
  margin-left: 40px !important;
}

.zoom-room-v2 .pl-40 {
  padding-left: 40px !important;
}

.zoom-room-v2 .m-45 {
  margin: 45px !important;
}

.zoom-room-v2 .p-45 {
  padding: 45px !important;
}

.zoom-room-v2 .mt-45 {
  margin-top: 45px !important;
}

.zoom-room-v2 .pt-45 {
  padding-top: 45px !important;
}

.zoom-room-v2 .mr-45 {
  margin-right: 45px !important;
}

.zoom-room-v2 .pr-45 {
  padding-right: 45px !important;
}

.zoom-room-v2 .mb-45 {
  margin-bottom: 45px !important;
}

.zoom-room-v2 .pb-45 {
  padding-bottom: 45px !important;
}

.zoom-room-v2 .ml-45 {
  margin-left: 45px !important;
}

.zoom-room-v2 .pl-45 {
  padding-left: 45px !important;
}

.zoom-room-v2 .m-50 {
  margin: 50px !important;
}

.zoom-room-v2 .p-50 {
  padding: 50px !important;
}

.zoom-room-v2 .mt-50 {
  margin-top: 50px !important;
}

.zoom-room-v2 .pt-50 {
  padding-top: 50px !important;
}

.zoom-room-v2 .mr-50 {
  margin-right: 50px !important;
}

.zoom-room-v2 .pr-50 {
  padding-right: 50px !important;
}

.zoom-room-v2 .mb-50 {
  margin-bottom: 50px !important;
}

.zoom-room-v2 .pb-50 {
  padding-bottom: 50px !important;
}

.zoom-room-v2 .ml-50 {
  margin-left: 50px !important;
}

.zoom-room-v2 .pl-50 {
  padding-left: 50px !important;
}

.zoom-room-v2 .m-55 {
  margin: 55px !important;
}

.zoom-room-v2 .p-55 {
  padding: 55px !important;
}

.zoom-room-v2 .mt-55 {
  margin-top: 55px !important;
}

.zoom-room-v2 .pt-55 {
  padding-top: 55px !important;
}

.zoom-room-v2 .mr-55 {
  margin-right: 55px !important;
}

.zoom-room-v2 .pr-55 {
  padding-right: 55px !important;
}

.zoom-room-v2 .mb-55 {
  margin-bottom: 55px !important;
}

.zoom-room-v2 .pb-55 {
  padding-bottom: 55px !important;
}

.zoom-room-v2 .ml-55 {
  margin-left: 55px !important;
}

.zoom-room-v2 .pl-55 {
  padding-left: 55px !important;
}

.zoom-room-v2 .m-60 {
  margin: 60px !important;
}

.zoom-room-v2 .p-60 {
  padding: 60px !important;
}

.zoom-room-v2 .mt-60 {
  margin-top: 60px !important;
}

.zoom-room-v2 .pt-60 {
  padding-top: 60px !important;
}

.zoom-room-v2 .mr-60 {
  margin-right: 60px !important;
}

.zoom-room-v2 .pr-60 {
  padding-right: 60px !important;
}

.zoom-room-v2 .mb-60 {
  margin-bottom: 60px !important;
}

.zoom-room-v2 .pb-60 {
  padding-bottom: 60px !important;
}

.zoom-room-v2 .ml-60 {
  margin-left: 60px !important;
}

.zoom-room-v2 .pl-60 {
  padding-left: 60px !important;
}

.zoom-room-v2 .m-65 {
  margin: 65px !important;
}

.zoom-room-v2 .p-65 {
  padding: 65px !important;
}

.zoom-room-v2 .mt-65 {
  margin-top: 65px !important;
}

.zoom-room-v2 .pt-65 {
  padding-top: 65px !important;
}

.zoom-room-v2 .mr-65 {
  margin-right: 65px !important;
}

.zoom-room-v2 .pr-65 {
  padding-right: 65px !important;
}

.zoom-room-v2 .mb-65 {
  margin-bottom: 65px !important;
}

.zoom-room-v2 .pb-65 {
  padding-bottom: 65px !important;
}

.zoom-room-v2 .ml-65 {
  margin-left: 65px !important;
}

.zoom-room-v2 .pl-65 {
  padding-left: 65px !important;
}

.zoom-room-v2 .m-70 {
  margin: 70px !important;
}

.zoom-room-v2 .p-70 {
  padding: 70px !important;
}

.zoom-room-v2 .mt-70 {
  margin-top: 70px !important;
}

.zoom-room-v2 .pt-70 {
  padding-top: 70px !important;
}

.zoom-room-v2 .mr-70 {
  margin-right: 70px !important;
}

.zoom-room-v2 .pr-70 {
  padding-right: 70px !important;
}

.zoom-room-v2 .mb-70 {
  margin-bottom: 70px !important;
}

.zoom-room-v2 .pb-70 {
  padding-bottom: 70px !important;
}

.zoom-room-v2 .ml-70 {
  margin-left: 70px !important;
}

.zoom-room-v2 .pl-70 {
  padding-left: 70px !important;
}

.zoom-room-v2 .m-75 {
  margin: 75px !important;
}

.zoom-room-v2 .p-75 {
  padding: 75px !important;
}

.zoom-room-v2 .mt-75 {
  margin-top: 75px !important;
}

.zoom-room-v2 .pt-75 {
  padding-top: 75px !important;
}

.zoom-room-v2 .mr-75 {
  margin-right: 75px !important;
}

.zoom-room-v2 .pr-75 {
  padding-right: 75px !important;
}

.zoom-room-v2 .mb-75 {
  margin-bottom: 75px !important;
}

.zoom-room-v2 .pb-75 {
  padding-bottom: 75px !important;
}

.zoom-room-v2 .ml-75 {
  margin-left: 75px !important;
}

.zoom-room-v2 .pl-75 {
  padding-left: 75px !important;
}

.zoom-room-v2 .m-80 {
  margin: 80px !important;
}

.zoom-room-v2 .p-80 {
  padding: 80px !important;
}

.zoom-room-v2 .mt-80 {
  margin-top: 80px !important;
}

.zoom-room-v2 .pt-80 {
  padding-top: 80px !important;
}

.zoom-room-v2 .mr-80 {
  margin-right: 80px !important;
}

.zoom-room-v2 .pr-80 {
  padding-right: 80px !important;
}

.zoom-room-v2 .mb-80 {
  margin-bottom: 80px !important;
}

.zoom-room-v2 .pb-80 {
  padding-bottom: 80px !important;
}

.zoom-room-v2 .ml-80 {
  margin-left: 80px !important;
}

.zoom-room-v2 .pl-80 {
  padding-left: 80px !important;
}

.zoom-room-v2 .m-85 {
  margin: 85px !important;
}

.zoom-room-v2 .p-85 {
  padding: 85px !important;
}

.zoom-room-v2 .mt-85 {
  margin-top: 85px !important;
}

.zoom-room-v2 .pt-85 {
  padding-top: 85px !important;
}

.zoom-room-v2 .mr-85 {
  margin-right: 85px !important;
}

.zoom-room-v2 .pr-85 {
  padding-right: 85px !important;
}

.zoom-room-v2 .mb-85 {
  margin-bottom: 85px !important;
}

.zoom-room-v2 .pb-85 {
  padding-bottom: 85px !important;
}

.zoom-room-v2 .ml-85 {
  margin-left: 85px !important;
}

.zoom-room-v2 .pl-85 {
  padding-left: 85px !important;
}

.zoom-room-v2 .m-90 {
  margin: 90px !important;
}

.zoom-room-v2 .p-90 {
  padding: 90px !important;
}

.zoom-room-v2 .mt-90 {
  margin-top: 90px !important;
}

.zoom-room-v2 .pt-90 {
  padding-top: 90px !important;
}

.zoom-room-v2 .mr-90 {
  margin-right: 90px !important;
}

.zoom-room-v2 .pr-90 {
  padding-right: 90px !important;
}

.zoom-room-v2 .mb-90 {
  margin-bottom: 90px !important;
}

.zoom-room-v2 .pb-90 {
  padding-bottom: 90px !important;
}

.zoom-room-v2 .ml-90 {
  margin-left: 90px !important;
}

.zoom-room-v2 .pl-90 {
  padding-left: 90px !important;
}

.zoom-room-v2 .m-95 {
  margin: 95px !important;
}

.zoom-room-v2 .p-95 {
  padding: 95px !important;
}

.zoom-room-v2 .mt-95 {
  margin-top: 95px !important;
}

.zoom-room-v2 .pt-95 {
  padding-top: 95px !important;
}

.zoom-room-v2 .mr-95 {
  margin-right: 95px !important;
}

.zoom-room-v2 .pr-95 {
  padding-right: 95px !important;
}

.zoom-room-v2 .mb-95 {
  margin-bottom: 95px !important;
}

.zoom-room-v2 .pb-95 {
  padding-bottom: 95px !important;
}

.zoom-room-v2 .ml-95 {
  margin-left: 95px !important;
}

.zoom-room-v2 .pl-95 {
  padding-left: 95px !important;
}

.zoom-room-v2 .m-100 {
  margin: 100px !important;
}

.zoom-room-v2 .p-100 {
  padding: 100px !important;
}

.zoom-room-v2 .mt-100 {
  margin-top: 100px !important;
}

.zoom-room-v2 .pt-100 {
  padding-top: 100px !important;
}

.zoom-room-v2 .mr-100 {
  margin-right: 100px !important;
}

.zoom-room-v2 .pr-100 {
  padding-right: 100px !important;
}

.zoom-room-v2 .mb-100 {
  margin-bottom: 100px !important;
}

.zoom-room-v2 .pb-100 {
  padding-bottom: 100px !important;
}

.zoom-room-v2 .ml-100 {
  margin-left: 100px !important;
}

.zoom-room-v2 .pl-100 {
  padding-left: 100px !important;
}

.zoom-room-v2 #zoom-rooms-overview {
  background-color: #fff;
}

.zoom-room-v2 #zoom-rooms-overview h1, .zoom-room-v2 #zoom-rooms-overview h2, .zoom-room-v2 #zoom-rooms-overview h3, .zoom-room-v2 #zoom-rooms-overview h4, .zoom-room-v2 #zoom-rooms-overview h5, .zoom-room-v2 #zoom-rooms-overview h6, .zoom-room-v2 #zoom-rooms-overview p {
  color: #232333;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 #zoom-rooms-overview img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.zoom-room-v2 #zoom-rooms-overview h1 {
  font-size: 48px;
  margin: 0 0 40px 0;
}

.zoom-room-v2 #zoom-rooms-overview h2 {
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 30px 0;
}

.zoom-room-v2 #zoom-rooms-overview h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

.zoom-room-v2 #zoom-rooms-overview p {
  font-size: 16px;
  color: #232333;
}

.zoom-room-v2 #zoom-rooms-overview a, .zoom-room-v2 #zoom-rooms-overview a:hover, .zoom-room-v2 #zoom-rooms-overview a:focus, .zoom-room-v2 #zoom-rooms-overview a:active {
  color: #0E71EB;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 #zoom-rooms-overview a:hover {
  text-decoration: underline;
}

.zoom-room-v2 #zoom-rooms-overview .text-body-lg {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 #zoom-rooms-overview .text-body-md {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #232333;
  font-weight: 400;
}

.zoom-room-v2 #zoom-rooms-overview .content-feature {
  margin-bottom: 30px;
}

.zoom-room-v2 #zoom-rooms-overview .content-feature h3 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.zoom-room-v2 #zoom-rooms-overview .container-video-features, .zoom-room-v2 #zoom-rooms-overview .container-enterprise-features {
  margin-top: 20px;
}

.zoom-room-v2 #zoom-rooms-overview .container-video-features .icon-video-conference, .zoom-room-v2 #zoom-rooms-overview .container-video-features .icon-enterprise-grade, .zoom-room-v2 #zoom-rooms-overview .container-enterprise-features .icon-video-conference, .zoom-room-v2 #zoom-rooms-overview .container-enterprise-features .icon-enterprise-grade {
  height: 25px;
  margin-bottom: 0;
  display: block;
}

.zoom-room-v2 #zoom-rooms-overview .feature-list-check {
  margin-top: 30px;
}

.zoom-room-v2 #zoom-rooms-overview .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .d-none {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .d-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .d-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview .d-lg-block {
    display: block !important;
  }
}

.zoom-room-v2 #zoom-rooms-overview .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.zoom-room-v2 #zoom-rooms-overview .z-index-1 {
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.zoom-room-v2 #zoom-rooms-overview .mb-40 {
  margin-bottom: 40px !important;
}

.zoom-room-v2 #zoom-rooms-overview .bg-white {
  background-color: #fff;
}

.zoom-room-v2 #zoom-rooms-overview .text-white {
  color: #fff;
}

.zoom-room-v2 #zoom-rooms-overview .vertical-line {
  height: 25px;
  width: 1px;
  background-color: #747487;
  margin-left: 14px;
  margin-right: 14px;
}

.zoom-room-v2 #zoom-rooms-overview .mr-auto {
  margin-right: auto !important;
}

.zoom-room-v2 #zoom-rooms-overview .uppercase-first-letter::first-letter {
  text-transform: uppercase;
}

.zoom-room-v2 #zoom-rooms-overview .button-bg-white {
  background-color: #fff;
  border: 1px solid #fff;
}

.zoom-room-v2 #zoom-rooms-overview .button-bg-white:hover {
  background-color: #FFEBDA;
  border: 1px solid #FFEBDA;
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview {
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
}

@supports (-ms-ime-align: auto) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview video {
    display: none;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero {
  background-color: rgba(35, 35, 51, 0.68);
  position: relative;
  height: 100%;
  width: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero {
    padding: 140px 0 320px 0;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero {
    max-width: 540px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero {
    max-width: 550px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .uppercase-first-letter {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .uppercase-first-letter {
    padding-right: 40px;
    margin-bottom: 15px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero p {
    padding-right: 20px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero h2 {
  margin-bottom: 30px;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero h2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero h2 {
    padding-right: 40px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero h3 {
  font-weight: 400;
  margin-top: 30px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero h3 {
    margin-top: 20px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .content-btn {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .content-btn {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .button-player {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 25px;
}

.zoom-room-v2 #zoom-rooms-overview #hero-section.section-background-overview .info-overview-hero .content-hero .button-player:hover .play-video {
  background-color: transparent;
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview {
  padding: 60px 0;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview {
    margin-top: -315px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content {
    max-width: 100%;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview {
    padding: 50px 25px 50px 65px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero {
    max-width: 490px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links a {
    margin-bottom: 0;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links .vertical-line {
  display: none;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .column-text-overview .content-box-hero .info-hero-links .vertical-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info {
    padding: 50px 50px 50px 0;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container {
  max-width: 200px;
  margin-bottom: auto;
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container svg {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container svg {
    max-width: 100px;
    max-height: 100px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container h3 {
  font-size: 14px;
  margin-bottom: 15px;
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container p {
  font-size: 14px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .individual-container p {
    padding-right: 25px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .icon-plus {
  margin-right: 5%;
  position: absolute;
  top: 10%;
  left: 37.5%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .icon-plus {
    left: 42.5%;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .icon-plus {
    margin-right: auto;
    position: static;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .icon-plus svg {
  max-width: 40px;
  max-height: 40px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #section-info.info-overview .content .container-img-info .icon-plus svg {
    max-width: 60px;
    max-height: 60px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
  background-image: url(../img/overview/video-conference.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
    margin-top: -265px;
    background-size: cover;
  }
}

@media screen and (min-width: 1080px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
    margin-top: -260px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
    margin-top: -240px;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
    margin-top: -195px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms {
    display: inline-block;
  }
}

.zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference {
  padding-top: 105px;
  padding-bottom: 105px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference p {
  max-width: 520px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference {
    max-width: 600px;
    padding-top: 270px;
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference .container-video-features {
    max-width: 80%;
  }
}

.zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference .container-video-features .content-feature {
  max-width: 220px;
}

.zoom-room-v2 #zoom-rooms-overview #video-conference-rooms .info-video-conference .container-video-features .content-feature p {
  font-size: 14px;
}

.zoom-room-v2 #zoom-rooms-overview #enterprise-grade {
  background-color: #fff;
}

.zoom-room-v2 #zoom-rooms-overview #enterprise-grade .background-enterprise-grade {
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #enterprise-grade .background-enterprise-grade {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #enterprise-grade .background-enterprise-grade {
    max-width: 100%;
    padding: 30px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #enterprise-grade .background-enterprise-grade img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.zoom-room-v2 #zoom-rooms-overview #enterprise-grade .content-enterprise-grade {
  max-width: 560px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #enterprise-grade .content-enterprise-grade {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #enterprise-grade .content-enterprise-grade {
    max-width: 610px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #enterprise-grade .content-enterprise-grade p {
    max-width: 520px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .background-interactive-whiteboarding {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .background-interactive-whiteboarding {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .background-interactive-whiteboarding {
    max-width: 100%;
    margin-left: 30px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding {
  margin-top: 40px;
  max-width: 560px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding {
    max-width: 610px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding p {
  max-width: 520px;
}

.zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding button {
  margin-top: 30px;
  border: 1px solid #EDEDF4;
}

.zoom-room-v2 #zoom-rooms-overview #interactive-whiteboarding .content-interactive-whiteboarding button:hover #icon-play-video path {
  fill: #0E71EB;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
  background-color: #fff;
  background-image: url(../img/overview/svg/mask-md-optimized.svg);
  background-position: 90% 80%;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .wrapper {
  padding-top: 50px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-position: 90% bottom;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-position: right 90%;
    background-image: url(../img/overview/svg/mask-optimized.svg);
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-position: 63% 135%;
    background-image: url(../img/overview/svg/mask-optimized.svg);
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-position: 77% 173%;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-size: cover;
    background-position: 70% 135px;
  }
}

@media screen and (min-width: 1500px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size {
    background-size: cover;
    background-position: bottom;
  }
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .background-optimized-room {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .background-optimized-room {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .background-optimized-room {
    max-width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .background-optimized-room {
    margin-left: -21px;
  }
}

@media screen and (min-width: 1500px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .background-optimized-room {
    margin-top: -20px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room {
  max-width: 560px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room {
    max-width: 610px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room .container-optimized-features {
  margin-top: 30px;
  max-width: 500px;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room .container-optimized-features .content-feature {
  margin: 10px 0;
  max-width: 100px;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room .container-optimized-features .content-feature h3 {
  font-weight: 400;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room P {
  max-width: 555px;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .content-optimized-room a {
  margin-top: 50px;
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
}

.zoom-room-v2 #zoom-rooms-overview #optimized-room-size .bg-gray {
  width: 100%;
  height: 200px;
  background-color: #F2F1F7;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .bg-gray {
    height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .bg-gray {
    height: 2%;
  }
}

@media screen and (min-width: 1900px) {
  .zoom-room-v2 #zoom-rooms-overview #optimized-room-size .bg-gray {
    height: 100px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #simply-room-deployment {
  background-color: #F2F1F7;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #simply-room-deployment {
    padding-top: 0;
  }
}

.zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .background-room-deployment {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .background-room-deployment {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .background-room-deployment {
    max-width: 100%;
  }
}

.zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .content-room-deployment {
  margin-top: 60px;
  max-width: 560px;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .content-room-deployment {
    margin-top: 0;
  }
}

.zoom-room-v2 #zoom-rooms-overview #simply-room-deployment .content-room-deployment p {
  max-width: 510px;
}

.zoom-room-v2 #zoom-rooms-overview #included-solutions .main-title {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #included-solutions .main-title {
    margin-top: 50px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #included-solutions .card-content .image img {
  margin: initial;
}

.zoom-room-v2 #zoom-rooms-overview #powering-business {
  background-color: #3C3A48;
  background-image: url(../img/overview/powering-mask-xs.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business {
    padding-bottom: 70px;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business {
    background-image: url(../img/overview/svg/powering-mask-md.svg);
    background-size: auto;
    background-position: 43% bottom;
    padding-top: 100px;
    padding-bottom: 155px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business {
    background-position: 74% bottom;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business {
    background-position: 88% bottom;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1600px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business {
    background-size: cover;
    background-position: right bottom;
  }
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
  max-width: 85%;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    max-width: 520px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    max-width: 530px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 900px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    max-width: 450px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    max-width: 400px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business {
    max-width: 450px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business h2, .zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business p {
  color: #fff;
  font-weight: 400;
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .info-powering-business a {
  color: #67a7ff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .position-relative {
  position: relative;
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo {
  margin-top: 15%;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo {
    margin-left: 60px;
    margin-top: 0;
    position: absolute;
    bottom: -30%;
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo {
    margin-top: 0;
    bottom: -10%;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #powering-business .container-business-logo .column-powering-logo {
    width: 50%;
  }
}

.zoom-room-v2 #zoom-rooms-overview #powering-business .bg-gray {
  width: 100%;
  height: 1%;
  background-color: #F2F1F7;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

.zoom-room-v2 #zoom-rooms-overview #logos-business {
  background-color: #F2F2F7;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #logos-business {
    margin-top: -100px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #logos-business {
    display: none;
  }
}

.zoom-room-v2 #zoom-rooms-overview #logos-business .section-business-logo .column-powering-logo img {
  z-index: 10;
}

@media (max-width: 575px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zoom-room-v2 #zoom-rooms-overview #logos-business .section-business-logo .column-powering-logo img {
    max-height: 50px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33%;
  float: left;
  height: 100px;
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-nasdaq {
  height: 21.5px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-nasdaq {
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-nasdaq {
    height: 42px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-uber {
  height: 16.38px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-uber {
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-uber {
    height: 32px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-medallia {
  height: 16.89px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-medallia {
    height: 31px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-medallia {
    height: 33px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-century {
  height: 26.62px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-century {
    height: 41px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-century {
    height: 52px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-abinbev {
  height: 41.98px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-abinbev {
    height: 57px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-abinbev {
    height: 82px;
  }
}

.zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-dropbox {
  height: 27.64px;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-dropbox {
    height: 42px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview .column-powering-logo .logo-md-dropbox {
    height: 54px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #start-free {
  padding: 80px 0;
  background-color: #F2F2F7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #start-free {
    padding-top: 130px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #start-free {
    padding-top: 70px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #start-free h2 {
  font-weight: 400;
}

.zoom-room-v2 #zoom-rooms-overview #start-free p {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #zoom-rooms-overview #start-free p {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #start-free p {
    margin-top: 30px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources {
  padding: 90px 0;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards {
  margin-right: auto;
  margin-left: auto;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .card {
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  padding: 60px 30px 120px;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .card h3 {
  margin-bottom: 20px;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .card p {
  margin-bottom: 50px;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .card a {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 16px;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .card a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .deploying-card {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .deploying-card h3 {
    margin-bottom: 40px;
  }
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .deploying-card p {
  margin-bottom: 10px;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .deploying-card ol {
  padding: 0 15px;
  margin-bottom: 50px;
  color: #232333;
}

.zoom-room-v2 #zoom-rooms-overview #rooms-resources .container-cards .deploying-card .deploying-links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zoom-room-v2 .zoom-modal-bg-dark {
  background-color: rgba(0, 0, 0, 0.65);
}

.zoom-room-v2 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.zoom-room-v2 .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.zoom-room-v2 .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.zoom-room-v2 .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.zoom-room-v2 .owl-carousel .owl-wrapper,
.zoom-room-v2 .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.zoom-room-v2 .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.zoom-room-v2 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.zoom-room-v2 .owl-carousel .owl-nav.disabled,
.zoom-room-v2 .owl-carousel .owl-dots.disabled {
  display: none;
}

.zoom-room-v2 .owl-carousel .owl-nav .owl-prev,
.zoom-room-v2 .owl-carousel .owl-nav .owl-next,
.zoom-room-v2 .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zoom-room-v2 .owl-carousel .owl-nav button.owl-prev,
.zoom-room-v2 .owl-carousel .owl-nav button.owl-next,
.zoom-room-v2 .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.zoom-room-v2 .owl-carousel.owl-loaded {
  display: block;
}

.zoom-room-v2 .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.zoom-room-v2 .owl-carousel.owl-hidden {
  opacity: 0;
}

.zoom-room-v2 .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.zoom-room-v2 .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zoom-room-v2 .owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.zoom-room-v2 .owl-carousel.owl-rtl {
  direction: rtl;
}

.zoom-room-v2 .owl-carousel.owl-rtl .owl-item {
  float: right;
}

.zoom-room-v2 .no-js .owl-carousel {
  display: block;
}

.zoom-room-v2 .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoom-room-v2 .owl-carousel .owl-animated-in {
  z-index: 0;
}

.zoom-room-v2 .owl-carousel .owl-animated-out {
  z-index: 1;
}

.zoom-room-v2 .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

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

.zoom-room-v2 .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.zoom-room-v2 .owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.zoom-room-v2 .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.zoom-room-v2 .owl-carousel .owl-item .owl-lazy[src^=""], .zoom-room-v2 .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.zoom-room-v2 .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.zoom-room-v2 .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.zoom-room-v2 .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.zoom-room-v2 .owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.zoom-room-v2 .owl-carousel .owl-video-playing .owl-video-tn,
.zoom-room-v2 .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.zoom-room-v2 .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.zoom-room-v2 .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.zoom-room-v2 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.zoom-room-v2 .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.zoom-room-v2 .owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.zoom-room-v2 .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.zoom-room-v2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.zoom-room-v2 .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.zoom-room-v2 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.zoom-room-v2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.zoom-room-v2 .owl-theme .owl-dots .owl-dot.active span, .zoom-room-v2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.zoom-room-v2 .btn-zoom-hardware {
  border: 1px solid #BABACC;
  background: transparent;
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #232333;
  outline: none;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.zoom-room-v2 .btn-zoom-hardware:hover {
  background-color: #FFEBDA;
  border: 1px solid #FFEBDA;
}

.zoom-room-v2 .btn-zoom-hardware:active {
  background-color: #FFD3AC;
  border: 1px solid #FFD3AC;
}

.zoom-room-v2 .active a.btn-zoom-hardware, .zoom-room-v2 .active a.btn-zoom-hardware:hover, .zoom-room-v2 .active a.btn-zoom-hardware:active {
  font-size: 14px;
}

.zoom-room-v2 .disable-btn {
  color: #BABACC;
  background-color: #F2F2F7;
  border: 1px solid #F2F2F7;
}

.zoom-room-v2 .btn-link-buy {
  border: 0px;
  background-color: #F26D21;
  padding: 6px 30px;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  outline: none;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.zoom-room-v2 .font-weight-bold {
  font-weight: bold;
}

.zoom-room-v2 .hide-button {
  display: none;
}

.zoom-room-v2 .show-button {
  display: block;
}

.zoom-room-v2 .font-weight-normal {
  font-weight: normal;
}

.zoom-room-v2 .mb-30 {
  margin-bottom: 30px;
}

.zoom-room-v2 .display-inline-block {
  display: inline-block;
}

.zoom-room-v2 .zoom-hardware-page {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.zoom-room-v2 section#zoom-hero-hardware {
  background-image: url(../img/hardware/zoom-background-hero.png);
  background-size: cover;
  background-position: center bottom;
}

.zoom-room-v2 section#zoom-hero-hardware .content-hero {
  max-width: 500px;
}

.zoom-room-v2 section#zoom-hero-hardware .content-hero .block-1 {
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-hero .block-1 {
    padding-top: 75px;
  }
}

@media (min-width: 1440px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-hero .block-1 {
    padding-top: 125px;
  }
}

.zoom-room-v2 section#zoom-hero-hardware .content-hero .block-2 {
  padding-top: 180px;
  padding-bottom: 147px;
}

@media screen and (max-width: 1199px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-hero .block-2 {
    padding-top: 100px;
  }
}

@media (min-width: 1440px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-hero .block-2 {
    padding-top: 250px;
    padding-bottom: 330px;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-hero .block-2 {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}

.zoom-room-v2 section#zoom-hero-hardware .content-image {
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 section#zoom-hero-hardware .content-image {
    margin-top: 30px;
    display: block;
  }
}

.zoom-room-v2 section#zoom-hero-hardware .content-image img {
  width: inherit;
  max-width: 124%;
  height: inherit;
  position: absolute;
  margin-left: -50px;
}

.zoom-room-v2 section#zoom-brands {
  margin-top: -200px;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands {
    margin-top: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 section#zoom-brands {
    margin-top: -200px !important;
  }
}

.zoom-room-v2 section#zoom-brands .content {
  background-color: #fff;
  -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content {
    margin-top: 0px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
  }
}

.zoom-room-v2 section#zoom-brands .content .tabs-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content .tabs-brands {
    position: static;
    padding: 20px 20px 0px 20px;
  }
}

.zoom-room-v2 section#zoom-brands .content .tabs-brands li a {
  display: block;
  padding: 20px;
}

.zoom-room-v2 section#zoom-brands .content .tabs-brands li a img {
  opacity: 0.4;
  height: 32px;
  width: auto;
}

.zoom-room-v2 section#zoom-brands .content .tabs-brands li.active a img {
  opacity: 1;
}

.zoom-room-v2 section#zoom-brands .content .tab-content .content-brand {
  padding-top: 130px;
  padding-left: 90px;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content .tab-content .content-brand {
    padding-left: 0px;
    padding: 40px;
    padding-top: 0px;
  }
}

.zoom-room-v2 section#zoom-brands .content .tab-content .content-brand .link-tab {
  margin-top: 30px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content .tab-content .content-brand .link-tab {
    padding-bottom: 0px;
  }
}

.zoom-room-v2 section#zoom-brands .content .tab-content .content-brand .link-tab a {
  display: block;
  color: #0065F2;
  text-decoration: none;
  font-weight: bold;
}

.zoom-room-v2 section#zoom-brands .content .tab-content .images-brand {
  padding-right: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content .tab-content .images-brand {
    padding-right: 0px;
  }
}

.zoom-room-v2 section#zoom-brands .content .tab-content .images-brand img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 section#zoom-brands .content .tab-content .images-brand img {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-brands .content .tab-content .images-brand img {
    width: 350px;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware {
  font-family: "Lato", sans-serif;
  padding-bottom: 65px;
  font-size: 16px;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select span {
  text-transform: initial !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
  margin-right: 10px;
  font-weight: normal !important;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter {
  position: relative;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter .active-filter-text {
  min-width: 200px;
  height: 25px;
  border: 1px solid darkgray;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: #232333;
  padding: 0px 6px;
  font-family: "Lato", sans-serif;
  position: relative;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter .active-filter-text:after {
  content: "▼";
  font-size: 10px;
  float: right;
  line-height: 25px;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter .list-options-filter {
  position: absolute;
  top: 25px;
  z-index: 1000;
  background-color: #fff;
  list-style: none;
  border: 1px solid darkgray;
  min-width: 200px;
  padding: 0px;
  text-align: left;
  display: none;
  margin-top: -1px;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter .list-options-filter li a {
  font-family: "Lato", sans-serif;
  height: 25px;
  display: block;
  padding: 0px 6px;
  text-decoration: none;
  font-size: 16px;
  color: #232333;
}

.zoom-room-v2 section#zoom-carousel-hardware .filter-carousel-select .options-select-filter .list-options-filter li a:hover {
  background-color: #1e90ff;
  color: #fff;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0px 110px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button {
    padding: 100px 0px 70px;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li {
  margin: 0px 15px;
}

@media screen and (max-width: 575px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li {
    width: 100%;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .btn {
  border: 0px;
  border-radius: 0px;
  position: relative;
  text-align: left;
  font-size: 16px;
  width: 200px;
  color: #BDBDBD;
  padding: 5px 0px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .btn {
    width: 100%;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .btn .line {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background-color: #BABACC;
  border-radius: 3px 3px 0px 0px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .btn .space {
  display: block;
  width: 100%;
  height: 10px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li:hover .btn {
  color: #0E71EB;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li:hover .btn:after {
  background-color: #0E71EB;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options {
  list-style: none;
  padding: 0px;
  width: 100%;
  position: absolute;
  z-index: 9;
  display: none;
  border-radius: 8px;
  border: 1px solid rgba(35, 35, 51, 0.2);
  background-color: #fff;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options li {
  text-align: left;
  margin: 0px;
  padding: 8px 0px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options li:not(:last-child) {
  border-bottom: 1px solid rgba(35, 35, 51, 0.2);
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options li a {
  text-transform: initial;
  padding: 0px;
  display: block;
  padding: 8px 15px;
  font-size: 13px;
  color: #232333;
  text-decoration: none;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options li a:hover {
  background-color: #F3F3F3;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li .list-options .active a {
  background: #F3F3F3;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button li:hover .list-options {
    display: block;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button .active a {
  color: #0E71EB;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-button .active a .line {
  background-color: #0E71EB;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .content-option {
  padding: 0px 160px 40px;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .content-option {
    padding: 0px 0px 40px;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .content-option a {
  display: block;
  color: #0E71EB;
  text-decoration: none;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content span {
  font-weight: 700;
  color: #232333;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item {
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  color: #232333;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 45px;
  height: 100%;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .container-image {
  width: 100%;
  min-height: 190px;
  max-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .container-image {
    min-height: 190px;
    max-height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .container-image {
    min-height: 190px;
    max-height: 220px;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .container-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .container-image img {
    width: 65%;
    margin: 0 auto;
  }
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .content-text div {
  width: 100%;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .content-text h4 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .content-text p {
  margin-bottom: 30px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-stage .owl-item .item .content-text .link-item {
  display: block;
  margin-top: 30px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-dots {
  margin-top: 30px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-dots .owl-dot {
  outline: none;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-dots .owl-dot span {
  background: #C4C4C4;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .owl-carousel-hardware .owl-dots .active span {
  background: #232333;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .gallery-carousel .owl-stage .owl-item .gallery-item {
  height: 300px;
  padding: 0px;
  border: 0px;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .gallery-carousel .owl-stage .owl-item .gallery-item .container-image-gallery {
  cursor: pointer;
  height: 100%;
}

.zoom-room-v2 section#zoom-carousel-hardware .container-tabs-content .gallery-carousel .owl-stage .owl-item .gallery-item .container-image-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.zoom-room-v2 section#zoom-professional-services {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url(../img/hardware/professional-services.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/hardware/professional-services.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 177px 0px 40px;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1199px) {
  .zoom-room-v2 section#zoom-professional-services {
    background-position: left bottom;
  }
}

.zoom-room-v2 section#zoom-professional-services p {
  margin-bottom: 0px;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 section#zoom-professional-services .services .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.zoom-room-v2 section#zoom-professional-services .services .flex-row .number {
  margin-right: 10px;
}

.zoom-room-v2 section#zoom-professional-services .services .title-service {
  font-weight: bold;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}

.zoom-room-v2 section#zoom-professional-services .services .number {
  background-color: #232333;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

.zoom-room-v2 section#zoom-professional-services .btn-zoom-hardware {
  margin-top: 40px;
  padding: 10.5px 30px;
  font-size: 18px;
}

.zoom-room-v2 section#zoom-looking-integrator {
  padding: 85px 0px;
  text-align: center;
}

.zoom-room-v2 section#zoom-looking-integrator img {
  margin-bottom: 30px;
}

.zoom-room-v2 section#zoom-looking-integrator h2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 section#zoom-looking-integrator h2 {
    padding: 0px 250px;
  }
}

.zoom-room-v2 section#zoom-looking-integrator .btn-zoom-hardware {
  margin-top: 30px;
  padding: 10.5px 40px;
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 section#zoom-looking-integrator .btn-zoom-hardware {
    padding: 10.5px 60px;
  }
}

.zoom-room-v2 #broadcast-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 500px;
  padding: 100px 0px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #broadcast-webinar {
    text-align: left;
    display: block;
  }
}

.zoom-room-v2 #broadcast-webinar .text-broadcast {
  position: relative;
}

.zoom-room-v2 #broadcast-webinar .text-broadcast .btn-zoom-hardware {
  margin-top: 40px;
  margin-top: 40px;
  color: #fff;
  padding: 10.5px 50px;
  font-size: 18px;
}

.zoom-room-v2 #broadcast-webinar .text-broadcast .btn-zoom-hardware:hover {
  color: #232333;
}

.zoom-room-v2 section#start-free h2 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.zoom-room-v2 .container-modal-zoom-hardware {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  font-family: "Lato", sans-serif;
}

.zoom-room-v2 .container-modal-zoom-hardware .container-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zoom-room-v2 .container-modal-zoom-hardware .transparent-part {
  width: calc(100% - 935px);
  height: 100vh;
  background-color: transparent;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal {
  width: 100%;
  max-width: 935px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(52, 52, 70, 0.9);
  padding: 15px;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware {
  width: 100%;
  max-width: 750px;
  z-index: 100;
  position: relative;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .close-modal {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 100;
  cursor: pointer;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white {
  width: 100%;
  min-height: 300px;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  border-radius: 12px;
  overflow-y: auto;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal {
  padding: 50px 15px;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row {
    text-align: left;
  }
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .container-image-modal img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .container-image-modal img {
    width: 50%;
  }
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row h2 {
    margin-top: 10px;
  }
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row p {
  font-size: 14px;
  margin-bottom: 20px;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .short-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row a {
  text-decoration: none;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .btn-zoom-hardware {
  margin-right: 10px;
  display: inline-block;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .button-flex {
  display: inline-block;
}

.zoom-room-v2 .container-modal-zoom-hardware .center-modal .modal-zoom-hardware .container-white .content-modal .container-row .button-flex a {
  margin-right: 10px;
}

.zoom-room-v2 .container-modal-zoom-hardware-video, .zoom-room-v2 .container-modal-zoom-hardware-gallery {
  background-color: rgba(52, 52, 70, 0.9);
  z-index: 1002;
  display: none;
}

.zoom-room-v2 .container-modal-zoom-hardware-video .close-modal-video, .zoom-room-v2 .container-modal-zoom-hardware-gallery .close-modal-video {
  position: absolute;
  top: -45px;
  right: 15px;
  cursor: pointer;
}

.zoom-room-v2 .dropdown-opened .list-options {
  display: block !important;
}

.zoom-room-v2 .owl-carousel {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.zoom-room-v2 .owl-carousel .owl-item {
  width: 360px;
  margin-right: 16px;
}

@media (min-width: 1400px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 390px;
  }
}

@media (max-width: 1250px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 330px;
  }
}

@media (max-width: 1199px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 300px;
  }
}

@media (max-width: 1080px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 265px;
  }
}

@media (max-width: 991px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 340px;
  }
}

@media (max-width: 850px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 515px;
  }
}

@media (max-width: 576px) {
  .zoom-room-v2 .owl-carousel .owl-item {
    width: 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .zoom-room-v2 .owl-carousel .owl-stage {
    width: calc(100%) !important;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #section-info {
    padding-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .zoom-room-v2 .content-btn {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-digital-signage .column-text {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-digital-signage .content-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.zoom-room-v2 #page-digital-signage .content-box p {
  margin-bottom: 20px;
}

.zoom-room-v2 #page-digital-signage .container-img-info img {
  -webkit-box-shadow: -50px -2px 61px -30px rgba(0, 0, 0, 0.1);
          box-shadow: -50px -2px 61px -30px rgba(0, 0, 0, 0.1);
}

.zoom-room-v2 #page-digital-signage .content-thumbnail {
  position: relative;
  /* padding: 10px; */
  /* height: 100%; */
  padding-bottom: 82%;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -100px;
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #page-digital-signage .content-thumbnail {
    height: 250px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 #page-digital-signage .content-thumbnail {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .zoom-room-v2 #page-digital-signage .content-thumbnail {
    height: auto;
    padding-bottom: 56%;
  }
}

.zoom-room-v2 #page-digital-signage .content-thumbnail img {
  position: absolute;
  top: 12%;
  left: 7%;
  width: 85%;
  -webkit-animation-name: cf4FadeInOut;
          animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 0;
}

.zoom-room-v2 .container-cta-buttons {
  margin-right: auto;
  margin-left: auto;
}

.zoom-room-v2 .container-cta-buttons a {
  display: inline-block;
}

.zoom-room-v2 .container-cta-buttons a button {
  margin: 0 4px;
}

@-webkit-keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.zoom-room-v2 .content-thumbnail img:nth-of-type(1) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.zoom-room-v2 .content-thumbnail img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.zoom-room-v2 .content-thumbnail img:nth-of-type(3) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.zoom-room-v2 .content-thumbnail img:nth-of-type(4) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@media screen and (min-width: 768px) {
  .zoom-room-v2 #page-scheduling-display #section-info p {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .zoom-room-v2 #page-scheduling-display #really-easy {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1200px) {
  .zoom-room-v2 #page-scheduling-display .content-hero p {
    max-width: 500px;
  }
}

.zoom-room-v2 .hardware-featured-image {
  position: absolute;
  right: -82px;
  max-width: 58%;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zoom-room-v2 .frame-icons {
  position: fixed;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
  top: 204px;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons {
    position: static;
    transform: none;
    background-color: #fff;
  }
}
.zoom-room-v2 .frame-icons ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul {
    height: 90px;
    width: auto;
    display: flex;
    justify-content: space-around;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.zoom-room-v2 .frame-icons ul li {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li {
    display: inline-block;
    width: 20%;
  }
}
.zoom-room-v2 .frame-icons ul li a {
  display: block;
}
.zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
    width: 75px;
    height: 55px;
  }
}
@media screen and (max-width: 480px) {
  .zoom-room-v2 .frame-icons ul li a .zoom-sticky-icon {
    width: 100%;
  }
}
.zoom-room-v2 .frame-icons ul li .zoom-name-page {
  background-color: #fff;
  width: 137px;
  max-width: 137px;
  height: 60px;
  padding: 10px;
  color: #4F4F4F;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .frame-icons ul li .zoom-name-page {
    display: block !important;
    font-size: 8px;
    width: 75px;
    height: 35px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .zoom-room-v2 .frame-icons ul li .zoom-name-page {
    width: 100%;
  }
}
.zoom-room-v2 .zoom-sticky-item-hover .zoom-sticky-icon,
.zoom-room-v2 .zoom-sticky-item-hover .zoom-name-page {
  background-color: #F2F2F7 !important;
}
.zoom-room-v2 .zoom-sticky-item:hover::before {
  content: "";
  position: absolute;
  border-left: 4px solid #2D8CFF;
  width: 4px;
  height: 60px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .zoom-sticky-item:hover::before {
    border-bottom: 4px solid #2D8CFF;
    width: 75px;
    height: 4px;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .zoom-room-v2 .zoom-sticky-item:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-sticky-item-active {
    background-color: #2D8CFF;
    width: 100%;
    height: 100%;
  }
}
.zoom-room-v2 .zoom-sticky-item-active::before {
  content: "";
  position: absolute;
  border-left: 4px solid #2D8CFF;
  width: 4px;
  height: 60px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .zoom-room-v2 .zoom-sticky-item-active::before {
    border-bottom: 4px solid #2D8CFF;
    width: 75px;
    height: 4px;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .zoom-room-v2 .zoom-sticky-item-active::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .zoom-room-v2 .zoom-sticky-item-active .zoom-sticky-icon {
    background-color: transparent !important;
  }
  .zoom-room-v2 .zoom-sticky-item-active .zoom-sticky-icon .frame-icon-svg path {
    fill: #fff;
    stroke: none;
  }
  .zoom-room-v2 .zoom-sticky-item-active .zoom-sticky-icon svg path {
    stroke: #fff;

  }
   .zoom-room-v2 .zoom-sticky-item-active .zoom-sticky-icon.hardware-icon svg path {
    stroke: #fff;
    fill:#fff;
  }
}

@media screen and (max-width: 767px) {
  .zoom-room-v2 .sticky-frame-icons {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 50px;
  }
  .zoom-room-v2 .sticky-frame-icons > ul > li > .zoom-name-page {
    display: none !important;
  }
  .zoom-room-v2 .sticky-frame-icons > ul {
    height: 55px;
    transition: all 300ms ease-in-out;
  }
  .zoom-room-v2 .sticky-frame-icons + #section-info {
    padding-top: calc(90px + 30px);
  }
  .zoom-room-v2 .sticky-frame-icons + #feature-section {
    padding-top: calc(90px + 30px);
  }
}
.zoom-room-v2 .nav-no-sticky {
  position: absolute;
  bottom: 0;
  top: inherit;
  transform: none;
}
@media screen and (min-width: 768px) {
  .zoom-room-v2 .nav-no-sticky-top {
    position: absolute;
    left: 0;
    top: 612px;
    bottom: inherit;
  }
}
.underline-img {
    border-bottom: #0066f2 2px solid;
}
.nav-no-sticky-top .zoom-name-page {
    display: flex !important;
}
#zoom-frame-icons {
  box-shadow: rgba(0, 0, 0, 0.33) 5px 5px 10px;
  
}
}
/*# sourceMappingURL=styles.css.map */