/* line 1, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone {
  width: 200px;
  height: 320px;
  background: #1f2834;
  margin: 0;
  padding: 38px 6px 0 6px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 26px 26px 0 0;
  -moz-border-radius: 26px 26px 0 0;
  -webkit-border-radius: 26px 26px 0 0;
  border-radius: 26px 26px 0 0;
  position: relative;
  z-index: 2;
}

/* line 15, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rebeccapurple;
  position: absolute;
  top: 15px;
  left: 76px;
}

/* line 34, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rebeccapurple;
  position: absolute;
  top: 16px;
  right: 82px;
}

/* line 53, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
  box-shadow: 1px 1px 10px #0000001f;
}

/* line 65, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav {
  height: 14px;
  width: 100%;
  padding: 10px 0 16px 10px;
}

/* line 71, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav .button {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
}

/* line 86, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen img {
  width: 100%;
  height: auto;
}

/* line 94, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-selected {
  position: absolute;
  top: -10px;
  right: 7px;
  color: #334999;
  font-size: 8px;
}

/* line 113, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 162, 191, 0.74);
  color: #fff;
  text-align: center;
  transition: opacity 1s ease;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover i {
  font-size: 30px;
  margin-top: 23%;
}

/* line 132, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen.screen-light {
  background: rgba(255, 255, 255, 0.06);
}

/* line 136, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s ease;
  opacity: 0;
}

/* line 146, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover .btn {
  position: relative;
  top: 40%;
}

/* line 155, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns {
  position: absolute;
  top: 30%;
  width: 100%;
  opacity: 0;
  transition: .2s opacity ease;
}

/* line 162, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns .btn {
  width: 60%;
  margin-bottom: 8px;
}

/* line 168, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover {
  box-shadow: 1px 1px 12px #0000002b;
}

/* line 173, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .screen-link-cover, .screen:hover .screen-cover {
  opacity: 1;
}

/* line 177, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .btns {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .img-responsive {
  opacity: .2;
}

/* line 188, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active {
  box-shadow: 1px 0px 20px #00000014;
}

/* line 192, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .screen-link-cover, .screen:active .screen-cover {
  opacity: 1;
}

/* line 196, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .btns {
  opacity: 1;
}

/* line 200, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .img-responsive {
  opacity: .2;
}

/* line 213, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet {
  width: 274px;
  height: 395px;
  background: #fff;
  margin: 0;
  padding: 50px 8px 0 8px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border-radius: 12px;
  padding: 50px 8px 50px 8px;
  position: relative;
  z-index: 0;
}

/* line 233, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -4px;
}

/* line 247, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 28px;
}

/* line 263, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal {
  width: 350px;
  transform: rotate(90deg);
}

/* line 269, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .camera {
  left: 171px;
}

/* line 273, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .speaker {
  left: 159px;
}

/* line 287, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large {
  width: 100%;
  margin: 0 auto;
  background: #f6f6f8;
  box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.5);
}

/* line 294, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  background: #E6E6E6;
  padding-left: 8px;
  padding-top: 3px;
}

/* line 302, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}

/* line 315, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url {
  width: 400px;
  height: 20px;
  background: #fff;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  text-align: left;
  padding: 1px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}

/* line 328, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url .icon-lock {
  font-size: 16px;
  float: left;
  color: #222;
  padding-right: 5px;
}

/* line 337, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  /* line 344, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
  .url {
    max-width: 310px;
  }
}

/* line 353, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  background: #1f2834;
  position: relative;
  overflow: hidden;
  padding: 0 14px 14px 14px;
  display: block;
  transition: .3s ease all;
  box-shadow: 1px 1px 20px #00000038;
}

/* line 369, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav {
  height: 35px;
  width: 100%;
  padding: 11px 0 14px 2px;
  z-index: 999;
  background: #1f2834;
  position: relative;
}

/* line 377, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #333;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.2);
  background: rebeccapurple;
}

/* line 392, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt img {
  width: 100%;
  height: auto;
}

/* line 398, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 407, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 40, 52, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .3s ease all;
}

/* line 419, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover .screen-cover-btns {
  text-align: center;
  position: relative;
  top: 36%;
}

/* line 426, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile {
  border-radius: 16px 16px 0 0;
  width: 320px;
  padding: 0 0 8px 0;
}

/* line 431, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile .screen-nav {
  padding-left: 10px;
}

/* line 437, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt:hover .screen-cover {
  visibility: visible;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner {
  position: relative;
  background: #f8f9fc;
  padding: 100px 0 140px 0;
}

/* line 6, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .externalbanner-content {
  width: 100%;
  padding: 0 80px;
  max-width: 1230px;
  margin: 0 auto;
}

/* line 13, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .externalbanner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  /* line 24, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner .externalbanner-img {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner h1 {
  color: #0b1d47;
  font-size: 86px;
  margin-top: 0;
  letter-spacing: -3px;
}

@media (max-width: 768px) {
  /* line 37, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner .externalbanner-content {
    padding: 0 30px;
  }
  /* line 41, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner h1 {
    font-size: 60px;
  }
}

/* line 46, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner p.externalbanner-lead {
  font-size: 22px;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 26px;
  color: #0b1d47;
  line-height: 32px;
}

/* line 56, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner p.click-trigger {
  color: #0b1d47;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.1;
}

/* line 65, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner select {
  height: 52px;
  width: 300px;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
  top: 2px;
  -webkit-appearance: initial;
}

/* line 75, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn {
  cursor: pointer;
  border: none;
  display: inline-block;
  background: #5352Ed;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  background: #5352ed;
  padding: 12px 28px;
  border-radius: 10px;
  /* Softer, slightly larger radius */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  /* Subtle inner highlight */
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 97, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn-gray {
  background: rgba(51, 73, 153, 0.1);
  color: #222;
  margin-left: 8px;
}

/* line 102, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner .btn-gray:hover {
  background: rgba(51, 73, 153, 0.2);
  color: #222;
}

/* line 109, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md h1 {
  font-size: 75px;
  line-height: 75px;
  margin-bottom: 15px;
  letter-spacing: -3px;
  font-weight: 400;
}

/* line 117, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md .external-banner-reviews {
  display: block;
  margin-bottom: 16px;
  background: #fff;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 8px;
  color: black;
  /* font-size: 11px; */
  border: 1px solid #efefef;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

/* line 134, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md p.externalbanner-lead {
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 26px;
  opacity: 1;
}

/* line 144, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-md .btn {
  font-size: 24px;
  font-weight: 600;
  box-shadow: 1px 1px 1px #0000005c;
}

@media (max-width: 768px) {
  /* line 153, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .externalbanner.externalbanner-md h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 160, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-smallh1 {
  background: #f8f9fc;
  padding-top: 60px;
  padding-bottom: 0;
}

/* line 165, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-smallh1 h1 {
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-weight: 500;
}

/* line 173, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-smallh1 p {
  line-height: 26px !important;
}

/* line 177, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-smallh1 hr {
  border-top: 1px solid #29304d1a;
  margin-bottom: 60px;
}

/* line 184, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-dark {
  background: #191d2c;
  padding-bottom: 100px;
}

/* line 188, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .externalbanner.externalbanner-dark h1, .pages .externalbanner.externalbanner-dark p {
  color: white;
}

/* line 197, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.home .externalbanner-md h1 {
  font-weight: 400;
  font-size: 90px;
  margin-bottom: 27px;
  letter-spacing: -2px;
  font-weight: 400;
  font-size: 90px;
  letter-spacing: -3px;
  line-height: 84px;
}

/* line 208, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.home .externalbanner-md p.externalbanner-lead {
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 26px;
  opacity: 1;
}

@media (max-width: 768px) {
  /* line 221, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages.home .externalbanner-md h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

/* line 228, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages,
.themes {
  color: #0b1d47;
}

/* line 233, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .nav.nav-tabs.nav-tabs-3 h3,
.themes .nav.nav-tabs.nav-tabs-3 h3 {
  border-bottom: 1px solid #ccc !important;
  color: #333 !important;
  font-family: Outfit;
  font-weight: 600;
  margin: 0;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.428571429;
}

/* line 244, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .nav.nav-tabs.nav-tabs-3 a,
.themes .nav.nav-tabs.nav-tabs-3 a {
  font-family: Outfit;
  font-weight: 400;
}

/* line 248, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .nav.nav-tabs.nav-tabs-3 li.active a,
.themes .nav.nav-tabs.nav-tabs-3 li.active a {
  border-bottom: 1px solid #ccc !important;
  color: #333 !important;
}

@media (min-width: 1400px) {
  /* line 259, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .container,
.themes .container {
    width: 1320px;
  }
}

/* line 270, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-purple,
.themes .btn.btn-purple {
  background-color: #5352Ed;
  border-radius: 5px;
}

/* line 274, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-purple:hover,
.themes .btn.btn-purple:hover {
  background-color: #3c3beb;
}

/* line 280, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn .far,
.themes .btn .far {
  margin: 0;
  transition: margin-left 0.2s ease;
}

/* line 285, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn:hover,
.themes .btn:hover {
  background-color: #3c3beb;
}

/* line 288, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn:hover .far,
.themes .btn:hover .far {
  margin-left: 12px;
}

/* line 294, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn,
.themes .btn {
  cursor: pointer;
  border: none;
  background: #5352Ed;
  font-size: 15px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 18px;
  font-weight: 600;
}

/* line 312, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .btn.btn-md2,
.themes .btn.btn-md2 {
  font-size: 15px;
  padding: 12px 16px;
}

/* line 320, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.landinginvites .btn.btn-purple, .pages.landingeventwebsites .btn.btn-purple,
.themes.landinginvites .btn.btn-purple,
.themes.landingeventwebsites .btn.btn-purple {
  background-color: #663399;
}

/* line 323, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.landinginvites .btn.btn-purple:hover, .pages.landingeventwebsites .btn.btn-purple:hover,
.themes.landinginvites .btn.btn-purple:hover,
.themes.landingeventwebsites .btn.btn-purple:hover {
  background-color: #2b3d7f;
}

/* line 329, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron-rating,
.themes .jumbotron-rating {
  margin-top: 120px;
}

/* line 332, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron-rating .jumbotron-rating-img,
.themes .jumbotron-rating .jumbotron-rating-img {
  width: 358px;
  display: block;
  margin-top: 12px;
  opacity: 0.7;
  margin-top: 9px;
}

/* line 347, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .navbar-default .navbar-toggle,
.themes .navbar-default .navbar-toggle {
  margin-top: 14px;
}

/* line 351, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .navbar-default .navbar-toggle .icon-bar,
.themes .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

/* line 355, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .form-header,
.themes .form-header {
  margin-bottom: 50px;
}

/* line 359, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new,
.themes .jumbotron.jumbotron-simple-new {
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #f1f1f1;
  color: #fff;
}

/* line 365, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new h1,
.themes .jumbotron.jumbotron-simple-new h1 {
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 0;
}

/* line 375, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new p.lead,
.pages .jumbotron.jumbotron-simple-new p.lead-has-max,
.themes .jumbotron.jumbotron-simple-new p.lead,
.themes .jumbotron.jumbotron-simple-new p.lead-has-max {
  color: #fff;
  opacity: 0.5;
}

/* line 381, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new .jumbotron-cover-2,
.themes .jumbotron.jumbotron-simple-new .jumbotron-cover-2 {
  opacity: 0.6;
}

/* line 385, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new p.help-block,
.themes .jumbotron.jumbotron-simple-new p.help-block {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
}

/* line 395, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark {
  padding-top: 68px;
  padding-bottom: 70px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* line 403, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark h1 {
  color: #000;
}

/* line 408, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-dark p {
  color: #111;
}

/* line 421, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple .jumbotron-cover-2,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple .jumbotron-cover-2 {
  opacity: 0.7;
}

/* line 425, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple h1 {
  color: #fff;
  font-size: 50px;
}

/* line 430, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-simple p {
  color: #fff;
  font-size: 18px;
  opacity: 0.6;
  font-weight: 500;
  margin-top: 0;
  line-height: 27px;
}

/* line 440, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white {
  padding-top: 68px;
  padding-bottom: 30px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

/* line 446, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white h1,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white h1 {
  color: #000;
}

/* line 451, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white p,
.themes .jumbotron.jumbotron-simple-new.jumbotron-simple-new-white p {
  color: #999;
}

/* line 457, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron,
.themes .jumbotron {
  padding-top: 26px;
  padding-bottom: 102px;
  margin: 0;
  color: #fff;
  padding-top: 76px;
  padding-bottom: 140px;
  background-position: 0% 17%;
}

/* line 466, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-cover,
.themes .jumbotron .jumbotron-cover {
  background-color: #242d39;
  opacity: 0.3;
}

/* line 471, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h1,
.themes .jumbotron h1 {
  font-size: 73px;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-family: outfit, sans-serif;
  letter-spacing: -0.5px;
}

/* line 480, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h1,
.pages .jumbotron p.lead,
.themes .jumbotron h1,
.themes .jumbotron p.lead {
  color: #fff;
}

/* line 485, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron p.lead,
.themes .jumbotron p.lead {
  font-size: 22px;
  font-weight: 500;
  margin-top: 16px;
}

/* line 492, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron p.lead-has-max,
.themes .jumbotron p.lead-has-max {
  max-width: 600px !important;
  margin: 0 auto 30px auto;
}

/* line 497, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-sm,
.themes .jumbotron.jumbotron-sm {
  padding-bottom: 30px;
}

/* line 501, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h4 a,
.themes .jumbotron h4 a {
  color: #fff;
  font-weight: 800;
}

/* line 505, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron h4 a:hover,
.themes .jumbotron h4 a:hover {
  color: #fff;
}

/* line 510, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-form,
.themes .jumbotron .jumbotron-form {
  background: #f8f9fc;
  padding: 40px;
  text-align: left;
  margin-top: 0px;
  position: relative;
  top: 40px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 522, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron .jumbotron-form .btn-block,
.themes .jumbotron .jumbotron-form .btn-block {
  width: 100%;
}

/* line 527, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature,
.themes .jumbotron.jumbotron-feature {
  padding: 70px 0 110px;
}

/* line 530, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature p.lead,
.themes .jumbotron.jumbotron-feature p.lead {
  font-size: 18px;
  max-width: 600px;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 26px;
}

/* line 543, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature h1,
.themes .jumbotron.jumbotron-feature h1 {
  font-size: 60px;
  margin-top: 0;
}

/* line 548, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature .jumbotron-breadcrumb,
.themes .jumbotron.jumbotron-feature .jumbotron-breadcrumb {
  margin-bottom: 4px;
}

/* line 551, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature .jumbotron-breadcrumb a,
.themes .jumbotron.jumbotron-feature .jumbotron-breadcrumb a {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* line 560, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-feature.text-center p,
.themes .jumbotron.jumbotron-feature.text-center p {
  margin: 0 auto;
}

/* line 566, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated,
.themes .jumbotron.jumbotron-illustrated {
  padding: 70px 0 110px;
  background-color: #242d39;
  background-color: #242d39f7;
  background-color: #2d3846;
}

/* line 572, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated p.lead,
.themes .jumbotron.jumbotron-illustrated p.lead {
  font-size: 18px;
  max-width: 600px;
  opacity: 0.6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 26px;
}

/* line 585, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated h1,
.themes .jumbotron.jumbotron-illustrated h1 {
  font-size: 52px;
  margin-top: 0;
}

/* line 590, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover,
.themes .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-position: 277px 21%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 601, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover.jumbotron-illustrated-cover-texture,
.themes .jumbotron.jumbotron-illustrated .jumbotron-illustrated-cover.jumbotron-illustrated-cover-texture {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/f_auto,q_auto/v1716581624/texture2_r91vma.jpg);
  opacity: 0.1;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 609, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .click-trigger,
.themes .jumbotron.jumbotron-illustrated .click-trigger {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
}

/* line 619, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb,
.themes .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb {
  margin-bottom: 4px;
}

/* line 622, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb a,
.themes .jumbotron.jumbotron-illustrated .jumbotron-breadcrumb a {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* line 631, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.text-center p,
.themes .jumbotron.jumbotron-illustrated.text-center p {
  margin: 0 auto;
}

/* line 637, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm h1,
.themes .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm h1 {
  font-size: 44px;
}

/* line 641, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm p,
.themes .jumbotron.jumbotron-illustrated.jumbotron-illustrated-sm p {
  margin-bottom: 0;
}

/* line 648, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1,
.themes h1 {
  color: black;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 0;
  font-family: outfit, sans-serif;
}

/* line 655, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.note,
.themes h1 span.note {
  font-size: 12px;
}

/* line 659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.underline,
.themes h1 span.underline {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 4px;
}

/* line 665, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h1 span.underline:before,
.themes h1 span.underline:before {
  content: "";
  width: 130%;
  left: -28%;
  bottom: -10px;
  height: 14px;
  position: absolute;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1718659421/Vector_45_f7rkyw.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.86;
  border-radius: 1px;
}

/* line 681, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h2,
.pages .h2,
.themes h2,
.themes .h2 {
  font-size: 44px;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  font-family: outfit, sans-serif;
}

/* line 690, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages p.lead,
.themes p.lead {
  font-size: 20px;
  line-height: 27px;
}

/* line 696, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages h3,
.themes h3 {
  font-family: outfit, sans-serif;
}

/* line 701, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p,
.home p {
  font-size: 16px;
  line-height: 25px;
  color: #555;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.74);
  font-size: 15px;
  color: #373e42;
  line-height: 26px;
  font-size: 16px;
  color: #373e42d1;
  line-height: 24px;
}

/* line 724, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p.small,
.home p.small {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 22px;
}

/* line 730, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landing p.small .badge,
.home p.small .badge {
  background: #334999;
}

/* line 737, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .container ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin: 0 0 10px;
  padding-left: 18px;
  list-style: disc;
}

/* line 746, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .container ul li {
  list-style: disc;
}

/* line 752, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.npo .jumbotron {
  background-image: url(/home/npo_bg.jpg);
}

/* line 755, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.npo .jumbotron .jumbotron-cover {
  opacity: 0.52;
}

/* line 760, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search {
  position: relative;
  margin-top: 40px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 59px;
  background: #f8f9fc;
  padding: 32px 32px 28px 32px;
}

/* line 779, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group.jumbotron-search-group-btn {
  margin-top: 10px;
  text-align: center;
}

/* line 785, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group.jumbotron-search-group-btn .help-block {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 7px;
  color: #777;
}

/* line 794, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .btn {
  height: 58px;
  border: 1px solid #334999;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 28px;
}

/* line 805, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .select-enhanced select {
  height: 58px;
  margin: 0;
}

/* line 812, app/assets/stylesheets/enterprise/../styles/pages.scss */
.jumbotron-search-group .select-enhanced:after {
  top: 4px;
}

/* line 818, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.conferences .jumbotron,
.pages.demo .jumbotron {
  background-image: url(/home/conference_bg.jpg);
  padding-top: 70px;
  background-position: 0 80%;
}

/* line 824, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.conferences .jumbotron .jumbotron-cover,
.pages.demo .jumbotron .jumbotron-cover {
  opacity: 0.42;
}

/* line 830, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .jumbotron {
  background-image: url(/home/festival_bg.jpg);
  background-position: 0 80%;
}

/* line 835, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .icon-block {
  margin-bottom: 0;
}

/* line 839, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 30px;
}

/* line 844, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block .h2 {
  font-size: 52px;
  margin-top: 0;
}

/* line 849, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.selltickets .calc-block p {
  opacity: 0.6;
}

/* line 855, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form {
  background: #000;
  color: #fff;
  padding: 32px 0;
  font-size: 18px;
}

/* line 864, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form h4 {
  display: inline-block;
  margin-right: 18px;
  line-height: 17px;
  opacity: 0.7;
}

/* line 871, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-toggle {
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 2px solid #334999;
  width: 50%;
  max-width: 520px;
  margin-left: 6px;
  transition: 0.4s all ease;
}

/* line 880, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-toggle:hover, .home-type-form .dropdown-toggle:active, .home-type-form .dropdown-toggle:focus {
  text-decoration: none;
  border-bottom: 2px solid rgba(51, 73, 153, 0.8);
  color: #334999;
}

/* line 889, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu {
  background: #000;
  width: 100%;
}

/* line 893, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu li > a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  transition: 0.1s all linear;
}

/* line 900, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .dropdown-menu li > a:hover {
  background-color: #334999;
  color: #fff;
}

/* line 907, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-type-form .open .dropdown-menu {
  top: 146%;
}

/* line 912, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos {
  padding: 60px 0 100px;
  background-color: #efefef;
}

/* line 916, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos h4 {
  font-weight: bold;
  margin-bottom: 24px;
}

/* line 921, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-logos img {
  opacity: 0.9;
  /* border: 1px solid #ccc; */
}

/* line 929, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home #footer {
  margin-top: 0;
}

/* line 933, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted {
  background: #000;
  color: #fff;
  padding: 100px 0 0;
  position: relative;
}

/* line 939, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted h2 {
  color: #fff;
}

/* line 943, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted p {
  color: #999;
}

/* line 947, app/assets/stylesheets/enterprise/../styles/pages.scss */
#trusted #clientlogos {
  opacity: 0.3;
  margin: 50px auto 90px auto;
  max-width: 680px;
  width: 100%;
}

/* line 958, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes {
  background: #101010;
  color: #fff;
  padding: 80px 0 100px;
  position: relative;
}

/* line 964, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes p {
  color: #999;
}

/* line 968, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes .screen {
  margin-top: 40px;
}

/* line 974, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .showcase-carousel-item {
  float: left;
  width: 33.333333%;
}

/* line 979, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px 0 10px;
}

/* line 983, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen .screen-nav .button {
  width: 6px;
  height: 6px;
  background: #333;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 997, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-carousel .screen-container {
  padding: 0 22px;
}

/* line 1002, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* line 1008, app/assets/stylesheets/enterprise/../styles/pages.scss */
.features section {
  margin-bottom: 40px;
}

/* line 1013, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* line 1017, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside h2 {
  margin: 0 0 30px;
}

/* line 1021, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside section {
  display: block;
  margin-bottom: 40px;
}

/* line 1032, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside hr {
  margin: 50px 0 60px;
}

/* line 1036, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-has-aside #clientlogos {
  margin-top: 30px;
  opacity: 0.5;
  max-width: 500px;
  margin: 30px auto 0 auto;
  width: 100%;
}

/* line 1045, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #fff;
  z-index: 999999999999;
  padding: 30px 0 60px;
}

/* line 1057, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container .screen {
  width: 100%;
  max-width: 100%;
}

/* line 1062, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home .iframe-takeover-container iframe {
  width: 100%;
  min-height: 500px;
}

/* line 1068, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase-bg-image {
  display: block;
  width: 100%;
  height: 160px;
  background-size: cover;
}

/* line 1075, app/assets/stylesheets/enterprise/../styles/pages.scss */
.showcase .page-has-aside section {
  margin-bottom: 30px;
  background: #f8f9fc;
  padding: 20px;
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 1084, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themes .page-has-aside section {
  margin: 70px 0 100px;
}

/* line 1094, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-submenu-border {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

/* line 1102, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .col-pricing {
  float: left;
  width: 31.5%;
}

/* line 1108, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well hr {
  border-color: #555;
}

/* line 1111, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well i {
  position: relative;
}

@media (max-width: 768px) {
  /* line 1119, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .has-mobile-margin {
    margin-bottom: 30px;
  }
  /* line 1123, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pricing .col-pricing {
    width: 100%;
  }
}

/* line 1128, app/assets/stylesheets/enterprise/../styles/pages.scss */
.dropdown-menu .fa-fw {
  font-size: 22px;
  float: left;
  margin-right: 10px;
}

/* line 1134, app/assets/stylesheets/enterprise/../styles/pages.scss */
#make-it-your-own {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* line 1138, app/assets/stylesheets/enterprise/../styles/pages.scss */
#make-it-your-own h2 {
  font-family: "Viva Beautiful W01";
  font-weight: 400;
  font-size: 68px;
  line-height: 30px;
}

/* line 1147, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home2-secondary .screen {
  margin-top: 20px;
  margin-bottom: -12px;
  margin-top: 30px;
  padding: 0 8px 0 8px;
  border: 1px solid #d8d8d8;
  max-width: 885px;
  background: #f8f9fc;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

/* line 1161, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 1165, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1170, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events h5 {
  margin-top: 0;
  font-size: 15px;
}

/* line 1175, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-example-events i {
  font-size: 50px;
}

/* line 1180, app/assets/stylesheets/enterprise/../styles/pages.scss */
.icon-block {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 1184, app/assets/stylesheets/enterprise/../styles/pages.scss */
.icon-block i {
  display: inline-block;
  background: #334999;
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
  line-height: 34px;
  padding: 17px;
}

/* line 1196, app/assets/stylesheets/enterprise/../styles/pages.scss */
.founders img {
  max-width: 140px;
  border-radius: 50%;
  margin: 0 auto;
}

/* line 1202, app/assets/stylesheets/enterprise/../styles/pages.scss */
#features {
  background: #f7f9fb;
  padding-top: 80px;
  position: relative;
  margin-top: -70px;
  padding-bottom: 80px;
}

/* line 1210, app/assets/stylesheets/enterprise/../styles/pages.scss */
#internal {
  background: #f7f9fb;
  background: #f1f3f5;
  margin-top: 100px;
  padding: 10px 0 100px;
}

/* line 1218, app/assets/stylesheets/enterprise/../styles/pages.scss */
.testimonial-stars {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 4px;
  color: #334999;
}

/* line 1225, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-2 {
  background: #efefef;
  padding: 40px 0;
  margin: 80px 0 100px;
  height: 500px;
}

/* line 1231, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-2 .quote-container {
  padding: 20px;
  background: #fff;
  margin-top: 50px;
}

/* line 1239, app/assets/stylesheets/enterprise/../styles/pages.scss */
#examples .col-md-4 {
  height: 400px;
}

/* line 1244, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-cs {
  background-size: contain;
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-color: #2f3440;
  color: #fff;
}

/* line 1253, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-theme-container {
  background: #1f2834;
  padding: 60px 0 100px;
}

/* line 1258, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase {
  padding-top: 0;
  overflow: hidden;
}

/* line 1262, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .col-md-3 {
  padding: 0;
}

/* line 1266, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3 {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 10px;
  padding: 26px 12px 26px 62px;
  border: 1px solid #eaeaea;
  background: #f8f9fc;
  position: relative;
  cursor: pointer;
}

/* line 1280, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3 i {
  font-size: 46px;
  margin-right: 10px;
  color: #21a2bf;
  float: left;
}

/* line 1287, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.active, #home-showcase .h3:hover {
  border-bottom: 3px solid #334999;
}

/* line 1293, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:after, #home-showcase .h3.middle:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

/* line 1306, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f8f9fc;
  border-width: 52px;
  margin-top: -52px;
  border-width: 52px 0 52px 40px;
  border-color: transparent transparent transparent #f8f9fc;
  left: 99%;
  z-index: 10;
}

/* line 1316, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .h3.middle:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #eaeaea;
  border-width: 52px;
  margin-top: -52px;
  border-width: 52px 0 52px 40px;
  border-color: transparent transparent transparent #eaeaea;
  z-index: 9;
}

/* line 1328, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .home-showcase-nav {
  margin: 20px 0 30px 0;
}

/* line 1332, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase .screen {
  margin-top: 50px;
  position: relative;
  top: 10px;
}

/* line 1338, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase p {
  max-width: 756px;
  margin: 0 auto;
}

/* line 1344, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-showcase #home-showcase-desc {
  margin-top: 32px;
}

/* line 1349, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch {
  background: #f7f9fb;
  background: #f1f3f5;
  margin-top: 100px;
  padding: 10px 0 100px;
}

/* line 1356, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch h3 {
  font-weight: 600;
  font-size: 18px;
}

/* line 1361, app/assets/stylesheets/enterprise/../styles/pages.scss */
#why-switch p {
  color: #888;
}

/* line 1366, app/assets/stylesheets/enterprise/../styles/pages.scss */
#home-how-it-works .row {
  margin-bottom: 100px;
  margin-top: 50px;
}

/* line 1371, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-details {
  padding-top: 160px;
}

/* line 1374, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-details p {
  font-size: 12px;
  color: #999;
}

/* line 1380, app/assets/stylesheets/enterprise/../styles/pages.scss */
#websites {
  position: relative;
  z-index: 9999;
}

/* line 1386, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -20px;
}

/* line 1391, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form label {
  color: #fff;
}

/* line 1395, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .input-primary {
  color: #000;
}

/* line 1399, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .btn {
  width: 100%;
}

/* line 1403, app/assets/stylesheets/enterprise/../styles/pages.scss */
#intro-offer form .input-group p {
  font-size: 11px;
}

/* line 1409, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home2-intro-container {
  padding-top: 50px;
  padding: 120px 0 160px;
  overflow: hidden;
  background: #f8f9fc;
  background: #efefef;
}

/* line 1420, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container {
  padding-top: 50px;
  padding: 60px 0 160px;
  overflow: hidden;
}

/* line 1427, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .col-offset-container {
  width: 50%;
  float: left;
  margin-left: -20%;
  position: relative;
}

/* line 1434, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .col-offset-container-right {
  width: 60%;
  margin-left: 7%;
  float: left;
}

/* line 1446, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home3-intro-container .icon {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

/* line 1453, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home4-container {
  margin-bottom: 120px;
}

/* line 1461, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home4-container .h2 {
  margin-top: 100px;
}

/* line 1466, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-desc {
  display: none;
}

/* line 1469, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-desc.active {
  display: block;
}

/* line 1474, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector {
  margin: 30px 0 24px;
}

/* line 1477, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .icon {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

/* line 1483, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2 {
  cursor: pointer;
  opacity: 0.6;
}

/* line 1487, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2.active {
  opacity: 1;
}

/* line 1490, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2.active:after {
  content: "\f107";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}

/* line 1504, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-selector .col-md-2:hover {
  opacity: 1;
}

/* line 1510, app/assets/stylesheets/enterprise/../styles/pages.scss */
#offer-benefits {
  padding-top: 40px;
  padding-bottom: 100px;
}

/* line 1515, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools {
  padding-top: 50px;
  padding-bottom: 100px;
}

/* line 1520, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools .section {
  margin-top: 60px;
}

/* line 1524, app/assets/stylesheets/enterprise/../styles/pages.scss */
#tools .h4 {
  margin: 40px 0 0 0;
}

/* line 1529, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta {
  padding: 80px 0 140px;
  color: #222;
  background: #fff;
  top: -1px;
  position: relative;
  overflow: hidden;
}

/* line 1538, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-logos {
  margin-top: 60px;
}

/* line 1542, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote {
  font-size: 18px;
  max-width: 600px;
  margin: 30px auto 10px auto;
  position: relative;
  width: 90%;
  font-weight: 400;
}

/* line 1550, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote:before {
  content: "\201C";
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  font-family: Arial;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.3;
}

/* line 1561, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-cta .cta-quote:after {
  content: "\201D";
  display: block;
  position: absolute;
  bottom: 2px;
  right: -20px;
  font-family: Arial;
  font-size: 48px;
  line-height: 48px;
  opacity: 0.3;
}

/* line 1575, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 1579, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos .h4 {
  color: #c7c7c7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 1586, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial-logos img {
  opacity: 0.2;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

/* line 1594, app/assets/stylesheets/enterprise/../styles/pages.scss */
.floating-btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}

/* line 1608, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1612, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #user-img {
  padding: 0;
}

/* line 1615, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #user-img img {
  border-radius: 50%;
}

/* line 1620, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .testimonial-blocks #testimonial-logos {
  margin: 40px 0 100px;
  opacity: 0.2;
}

/* line 1626, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble-img {
  border-radius: 50%;
  margin-top: 36px;
}

/* line 1631, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble {
  background: #334999;
  color: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

/* line 1639, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

/* line 1646, app/assets/stylesheets/enterprise/../styles/pages.scss */
#testimonial .bubble:after {
  left: 100%;
  bottom: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #334999;
  border-width: 20px;
  margin-top: -20px;
}

/* line 1663, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans {
  position: relative;
}

/* line 1666, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan {
  text-align: center;
  background: #f7f9fb;
  padding: 30px 20px;
  margin-top: 30px;
}

/* line 1673, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan h2 {
  color: #334999;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #21afbf;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 1685, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan p.price {
  font-size: 30px;
  margin: 0;
}

/* line 1690, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan p.price-qualifier {
  margin: 0 0 60px;
  font-size: 11px;
  font-weight: 600;
}

/* line 1696, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.features {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  font-size: 22px;
  font-weight: 500;
  display: none;
}

/* line 1704, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.features li {
  margin: 10px 0;
}

/* line 1709, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features {
  margin: 30px 0 40px;
  font-weight: 500;
}

/* line 1713, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features li {
  margin: 16px 0;
}

/* line 1716, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan ul.secondary-features li.disabled {
  text-decoration: line-through;
  opacity: 0.3;
  display: none;
}

/* line 1724, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans .external-plan .btn {
  text-align: center;
}

/* line 1729, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-plans:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1737, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container, .enterprise .pricing-annual-container {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #888;
}

/* line 1743, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container a, .enterprise .pricing-annual-container a {
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
}

/* line 1750, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .pricing-annual-container a.active, .enterprise .pricing-annual-container a.active {
  border-bottom: 2px solid #888;
  color: #888;
}

/* line 1757, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well, .enterprise .well {
  position: relative;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.04);
  background: #1f2834;
  color: #fff;
}

/* line 1763, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .banner, .enterprise .well .banner {
  position: absolute;
  width: 100%;
  background: #334999;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

/* line 1774, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .icon, .enterprise .well .icon {
  font-size: 80px;
  display: none;
}

/* line 1779, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well i.icon-feature, .enterprise .well i.icon-feature {
  font-size: 60px;
}

/* line 1783, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well h3, .enterprise .well h3 {
  margin: 20px 0 12px;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

/* line 1792, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price, .enterprise .well .price {
  font-size: 28px;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  font-size: 80px;
}

/* line 1800, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price strike, .enterprise .well .price strike {
  opacity: 0.5;
}

/* line 1805, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price-unit, .enterprise .well .price-unit {
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: lowercase;
  margin-top: 7px;
  opacity: 0.5;
}

/* line 1813, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well p.price-overview, .enterprise .well p.price-overview {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #b7b7b7;
  min-height: 100px;
}

/* line 1821, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well ul.plan-limits, .enterprise .well ul.plan-limits {
  min-height: 0;
  padding-bottom: 14px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 56px;
}

/* line 1833, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li, .enterprise .well li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

/* line 1838, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li.unavailable, .enterprise .well li.unavailable {
  text-decoration: line-through;
  opacity: 0.5;
}

/* line 1843, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well li .fa-question-circle, .enterprise .well li .fa-question-circle {
  color: #ccc;
}

/* line 1848, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .price-billed, .enterprise .well .price-billed {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 11px;
  /* top: 2px; */
  line-height: 26px;
  font-weight: 600;
  opacity: 0.4;
}

/* line 1859, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well .well-banner-new, .enterprise .well .well-banner-new {
  position: absolute;
  width: 100%;
  background: rebeccapurple;
  padding: 6px 0;
  color: #fff;
  top: -6px;
  left: 0;
}

/* line 1870, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.green .price, .enterprise .well.green .price {
  color: #2ea595;
}

/* line 1874, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.green .banner, .enterprise .well.green .banner {
  background: #2ea595;
}

/* line 1880, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2, .enterprise .well.well-v2 {
  position: relative;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.04);
  background: #fff;
  color: #000;
  transition: 0.3s all ease;
}

/* line 1881, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .btn-block + .btn-block, .enterprise .well.well-v2 .btn-block + .btn-block {
  margin-top: 0;
}

/* line 1891, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2:hover, .enterprise .well.well-v2:hover {
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.14);
  transform: scale(1.02);
}

/* line 1896, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .pricing-demo-link, .enterprise .well.well-v2 .pricing-demo-link {
  line-height: 30px;
}

/* line 1901, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-blue .price, .enterprise .well.well-v2.well-v2-blue .price {
  color: #111;
  color: #334999;
}

/* line 1905, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-blue .badge, .enterprise .well.well-v2.well-v2-blue .badge {
  background-color: #334999;
}

/* line 1910, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-green .price, .enterprise .well.well-v2.well-v2-green .price {
  color: #2ea595;
}

/* line 1913, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.well-v2-green .badge, .enterprise .well.well-v2.well-v2-green .badge {
  background-color: #2ea595;
}

/* line 1918, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price-description, .enterprise .well.well-v2 .price-description {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  color: black;
  min-height: 72px;
}

/* line 1927, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .pricing-badge, .enterprise .well.well-v2 .pricing-badge {
  position: absolute;
  top: -16px;
  right: 10px;
}

/* line 1933, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .banner, .enterprise .well.well-v2 .banner {
  position: absolute;
  width: 100%;
  background: #334999;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

/* line 1944, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .icon, .enterprise .well.well-v2 .icon {
  font-size: 80px;
  display: none;
}

/* line 1949, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 i.icon-feature, .enterprise .well.well-v2 i.icon-feature {
  font-size: 46px;
  color: black;
  display: block;
}

/* line 1955, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 h3, .enterprise .well.well-v2 h3 {
  margin: 20px 0 12px;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

/* line 1967, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price, .enterprise .well.well-v2 .price {
  font-size: 28px;
  font-weight: 400;
  color: rebeccapurple;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
}

/* line 1974, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price strike, .enterprise .well.well-v2 .price strike {
  opacity: 1;
  font-size: 18px;
}

/* line 1980, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .price-unit, .enterprise .well.well-v2 .price-unit {
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: lowercase;
  margin-top: 7px;
  opacity: 0.5;
}

/* line 1988, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 p.price-overview, .enterprise .well.well-v2 p.price-overview {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #b7b7b7;
  min-height: 100px;
}

/* line 1996, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 ul.plan-limits, .enterprise .well.well-v2 ul.plan-limits {
  min-height: 0;
  padding-bottom: 14px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 56px;
}

/* line 2004, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 ul, .enterprise .well.well-v2 ul {
  margin-bottom: 60px;
  margin-top: 40px;
  list-style: none;
}

/* line 2011, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li, .enterprise .well.well-v2 li {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 18px;
  list-style: none;
}

/* line 2017, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li.unavailable, .enterprise .well.well-v2 li.unavailable {
  text-decoration: line-through;
  opacity: 0.5;
}

/* line 2022, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 li .fa-question-circle, .enterprise .well.well-v2 li .fa-question-circle {
  color: rebeccapurple;
  font-size: 12px;
  cursor: pointer;
}

/* line 2029, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2 .well-banner-new, .enterprise .well.well-v2 .well-banner-new {
  position: absolute;
  width: 100%;
  background: rebeccapurple;
  padding: 6px 0;
  color: #fff;
  top: -6px;
  left: 0;
}

/* line 2040, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.green .price, .enterprise .well.well-v2.green .price {
  color: #2ea595;
}

/* line 2044, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .well.well-v2.green .banner, .enterprise .well.well-v2.green .banner {
  background: #2ea595;
}

/* line 2051, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets .row, .enterprise .price-included-bullets .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2056, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets p, .enterprise .price-included-bullets p {
  font-size: 16px;
  line-height: 26px;
  color: #848484d1;
}

/* line 2062, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets h5, .enterprise .price-included-bullets h5 {
  margin-top: 0;
  font-size: 15px;
}

/* line 2067, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pricing .price-included-bullets i.fal, .enterprise .price-included-bullets i.fal {
  font-size: 50px;
  margin-bottom: 20px;
}

/* line 2074, app/assets/stylesheets/enterprise/../styles/pages.scss */
.how-it-works-section {
  margin-bottom: 28px;
}

/* line 2077, app/assets/stylesheets/enterprise/../styles/pages.scss */
.how-it-works-section i {
  font-size: 60px;
  color: #334999;
  background: #334999;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  padding: 20px;
}

/* line 2089, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples {
  margin-top: 260px;
  display: none;
}

/* line 2093, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .samples-body {
  max-width: 756px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 2099, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img {
  float: left;
  width: 33.333333333%;
  height: 300px;
  position: relative;
}

/* line 2105, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* line 2115, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-content {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

/* line 2116, app/assets/stylesheets/enterprise/../styles/pages.scss */
#samples .sample-img .sample-img-content span.quotemark {
  font-size: 60px;
  display: block;
  line-height: 60px;
  font-family: Arial;
}

/* line 2131, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe {
  border-top: 3px solid #1a1a1a;
}

/* line 2134, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .homepage-notification {
  display: none;
}

/* line 2138, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .navbar {
  border: none;
}

/* line 2141, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .navbar .navbar-nav {
  display: none;
}

/* line 2149, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left {
  width: 68%;
  padding: 30px 80px 50px 80px;
  float: left;
}

@media (max-width: 768px) {
  /* line 2149, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-left {
    padding: 30px;
  }
}

/* line 2158, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content {
  width: 100%;
  max-width: 700px;
  float: right;
}

/* line 2163, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content p.lead:after {
  content: "";
  width: 30px;
  height: 6px;
  display: block;
  background: #334999;
  margin-top: 20px;
}

/* line 2172, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header {
  margin-bottom: 30px;
  margin-top: 20px;
}

/* line 2176, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header #creditcards {
  max-width: 160px;
}

/* line 2180, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content .form-header h3 {
  margin: 0;
}

/* line 2185, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-left-content form {
  min-height: 276px;
}

/* line 2190, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .clearfix {
  min-height: 440px;
}

/* line 2194, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-header-text {
  margin-bottom: 80px;
}

/* line 2198, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-left .checkout-tos {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 140px;
}

/* line 2205, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right {
  width: 32%;
  padding: 50px 62px;
  float: right;
  z-index: 99999;
  position: relative;
}

/* line 2212, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-cover {
  background: #f8f9fc;
  position: fixed;
  top: 3px;
  right: 0;
  height: 100%;
  width: 32%;
  border-left: 1px solid #e6e6e6;
}

/* line 2222, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content {
  position: relative;
  width: 100%;
  max-width: 290px;
  float: left;
}

/* line 2228, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content .well {
  margin-bottom: 40px;
}

/* line 2232, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section {
  margin-bottom: 70px;
}

/* line 2235, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .upgrade-benefits p {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
  color: #888;
}

/* line 2242, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .quote {
  font-size: 14px;
  line-height: 22px;
  color: #888;
}

/* line 2250, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .img-responsive {
  margin: 20px 0 40px;
  opacity: 0.5;
}

/* line 2255, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .fa-star {
  color: #2ea595;
  display: none;
}

/* line 2260, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container {
  margin-bottom: 40px;
}

/* line 2263, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container .sample {
  margin-top: 16px;
}

/* line 2265, app/assets/stylesheets/enterprise/../styles/pages.scss */
.subscribe .checkout-container .checkout-right .checkout-right-content section .sample-container .sample img {
  width: 30px;
  border-radius: 50%;
}

/* line 2277, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 999999999999;
}

/* line 2288, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

/* line 2298, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content {
  position: relative;
  background: #fff;
  padding: 50px 50px 36px 50px;
  top: 40px;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  width: 96%;
  background: #f8f9fc;
}

/* line 2312, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content .form-group {
  margin-bottom: 12px;
}

/* line 2316, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content i {
  font-size: 70px;
  line-height: 30px;
  display: inline-block;
  display: none;
}

/* line 2323, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content h1 {
  font-size: 54px;
  margin-top: 6px;
}

/* line 2328, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-content p {
  font-size: 20px;
}

/* line 2342, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

/* line 2352, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-close:hover {
  opacity: 1;
}

/* line 2356, app/assets/stylesheets/enterprise/../styles/pages.scss */
.t-modal-container.t-modal-container-visible {
  visibility: visible;
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes popin {
  /* line 2385, app/assets/stylesheets/enterprise/../styles/pages.scss */
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  /* line 2391, app/assets/stylesheets/enterprise/../styles/pages.scss */
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  /* line 2397, app/assets/stylesheets/enterprise/../styles/pages.scss */
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  /* line 2427, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-section .img-responsive {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  /* line 2433, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home2-intro-container {
    padding: 40px 0 60px;
  }
  /* line 2436, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home2-intro-container img {
    width: 100%;
    margin-top: 40px;
  }
  /* line 2442, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages .jumbotron,
.landing .jumbotron,
.home .jumbotron {
    padding-bottom: 128px;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 2451, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home .jumbotron {
    background-position: 80% 50%;
  }
  /* line 2455, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col-offset-container {
    display: none;
  }
  /* line 2459, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home3-intro-container .col-offset-container-right {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  /* line 2474, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home4-container img {
    position: relative;
    left: 0;
  }
  /* line 2480, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages h1 {
    font-size: 60px;
    line-height: 1.04;
  }
  /* line 2485, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home .jumbotron h1,
#jumbotron-2 h1,
.pages #jumbotron-4.jumbotron h1 {
    margin-top: 0;
    font-size: 42px !important;
    line-height: 1;
  }
  /* line 2493, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages #banner-v12.jumbotron {
    background-position: 85% 0% !important;
  }
  /* line 2497, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages #banner-v12.jumbotron h1 {
    font-size: 62px !important;
    line-height: 1;
  }
  /* line 2503, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box .form-group {
    display: block !important;
  }
  /* line 2507, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box select.form-control,
.banner-search-box .btn {
    width: 100% !important;
    left: 0 !important;
  }
  /* line 2514, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box-test {
    padding: 16px !important;
  }
  /* line 2518, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .pages h2 {
    font-size: 32px;
  }
  /* line 2522, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-has-aside {
    padding-top: 20px;
  }
  /* line 2526, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-left {
    width: 100%;
  }
  /* line 2530, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .subscribe .checkout-container .checkout-right {
    display: none;
  }
}

/* line 2535, app/assets/stylesheets/enterprise/../styles/pages.scss */
.grecaptcha-badge {
  z-index: 999999 !important;
}

/* line 2539, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner {
  background-image: url(https://images.unsplash.com/photo-1530461215976-31923a646c83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2229&q=80);
  background-size: cover;
  height: 550px;
}

/* line 2544, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner .home-main-banner-img-container {
  margin: 0 auto;
  position: relative;
  top: -50px;
  text-align: center;
}

/* line 2550, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-main-banner .home-main-banner-img-container img {
  height: 600px;
  width: auto;
  display: inline-block;
}

@media (max-width: 1200px) {
  /* line 2559, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 400px;
  }
  /* line 2563, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 450px;
  }
}

@media (max-width: 992px) {
  /* line 2571, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col-has-padding {
    padding-left: 15px !important;
  }
}

@media (max-width: 1000px) {
  /* line 2577, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 300px;
  }
  /* line 2581, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 350px;
  }
  /* line 2587, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .themerow .col-md-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  /* line 2593, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 200px;
  }
  /* line 2597, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 250px;
  }
}

@media (max-width: 500px) {
  /* line 2605, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner {
    height: 130px;
  }
  /* line 2609, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .home-main-banner .home-main-banner-img-container img {
    height: 180px;
  }
}

/* line 2616, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section {
  padding: 80px 0 90px;
  overflow: hidden;
}

/* line 2620, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section .col-padding-right {
  padding-right: 50px;
}

/* line 2624, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section .col-padding-left {
  padding-left: 50px;
}

/* line 2632, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

/* line 2639, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p.list i {
  color: #334999;
}

/* line 2644, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section p.lead {
  opacity: 0.5;
  margin-bottom: 14px;
}

/* line 2654, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section section {
  margin-bottom: 24px;
}

/* line 2663, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-builder-new img {
  width: 200%;
  max-width: 122%;
  position: relative;
  top: -4px;
}

/* line 2672, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-reg-new img {
  width: 118%;
  max-width: 118%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 2682, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-invite-new {
  padding-top: 90px;
}

/* line 2684, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-invite-new img {
  width: 200%;
  max-width: 108%;
  position: relative;
  top: -10px;
}

/* line 2692, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme {
  background: #191d25;
  padding: 80px 0 90px;
  color: #fff;
}

/* line 2697, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme .col-padding-right {
  padding-right: 90px;
}

/* line 2701, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme img {
  max-width: 124%;
}

/* line 2705, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme p {
  color: #ffffff9c;
}

/* line 2709, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme p.lead {
  color: #fff;
}

/* line 2714, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-logos {
  padding: 40px 0;
}

/* line 2718, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-fee-offer {
  padding: 40px 0;
}

/* line 2722, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share {
  background: #f1f1f1;
  padding: 80px 0 90px;
}

/* line 2726, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share img {
  max-width: 116%;
}

/* line 2730, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-share hr {
  border-top: 1px solid #ccc;
}

/* line 2735, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-showcase {
  background: #f1f1f1;
  padding: 80px 0 90px;
}

/* line 2739, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-showcase .badge {
  margin-top: 40px;
}

/* line 2744, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-features {
  padding-top: 0px;
  padding-bottom: 50px;
}

/* line 2749, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-faq {
  padding: 80px 0 100px;
  background: #1f2834;
  color: #fff;
}

/* line 2754, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-enterprise-faq h2 {
  margin-bottom: 30px;
}

/* line 2759, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example {
  background: #f1f1f1;
  padding: 30px 0 0;
}

/* line 2763, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example img {
  margin: 0 auto;
}

/* line 2768, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example h2 {
  font-size: 44px;
}

/* line 2772, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-example p {
  font-size: 15px;
  line-height: 23px;
  color: #313131d1;
}

/* line 2779, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary {
  padding-top: 70px;
  color: #fff;
}

/* line 2783, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary h1 {
  color: #fff;
}

/* line 2787, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary .page-intro-cta {
  margin-top: 44px;
  margin-bottom: 30px;
}

/* line 2792, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .jumbotron.jumbotron-secondary .h4 a {
  color: #fff;
  font-weight: 600;
}

/* line 2798, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro {
  padding-top: 40px;
}

/* line 2801, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .page-intro-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* line 2806, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .page-intro-cta {
  margin-top: 44px;
  margin-bottom: 30px;
}

/* line 2811, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-intro .h4 a {
  color: black;
  font-weight: 600;
}

/* line 2817, app/assets/stylesheets/enterprise/../styles/pages.scss */
.badge {
  background-color: rebeccapurple;
}

/* line 2821, app/assets/stylesheets/enterprise/../styles/pages.scss */
a.badge {
  background-color: rebeccapurple;
  color: #fff;
}

/* line 2825, app/assets/stylesheets/enterprise/../styles/pages.scss */
a.badge:hover {
  background-color: #4e2a71;
}

/* line 2830, app/assets/stylesheets/enterprise/../styles/pages.scss */
.external-top-bar {
  background: #1f28340f;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 500;
  height: 4px;
}

/* line 2839, app/assets/stylesheets/enterprise/../styles/pages.scss */
.brand-color {
  color: #334999;
}

/* line 2843, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature {
  text-align: center;
  border: 1px solid #f5f5f5;
}

/* line 2847, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature i {
  font-size: 80px;
}

/* line 2851, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-white {
  background: #fff;
  border: none;
  box-shadow: none;
}

/* line 2857, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-dark {
  background: #ffffff0d;
  border: none;
  color: #fff;
  box-shadow: none;
}

/* line 2863, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature.well-dark p {
  color: #fff;
}

/* line 2868, app/assets/stylesheets/enterprise/../styles/pages.scss */
.well-feature h2 {
  font-size: 32px;
}

/* line 2874, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise .jumbotron {
  background-image: url(/assets/home/enterprise_bg.jpg);
  background-position: 100%;
  padding-bottom: 0;
  background-position: 50%;
}

/* line 2880, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise .jumbotron p.lead {
  margin-bottom: 40px;
}

/* line 2886, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-features {
  padding: 80px 0 100px;
  background: #1f2834;
  color: #fff;
}

/* line 2891, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-features p {
  color: #ccc;
}

/* line 2897, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-ticketingfeatures .feature-block {
  background: none;
  box-shadow: none;
}

/* line 2903, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-fees {
  background: #f8f9fc;
}

/* line 2915, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-selltickets-faq h2 {
  margin-bottom: 40px;
}

/* line 2920, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-integrations-logos {
  background-color: #f8f9fc;
  padding-bottom: 120px;
}

/* line 2925, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventwebsites .jumbotron-secondary {
  background-image: url(https://images.unsplash.com/photo-1511988617509-a57c8a288659?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80);
}

/* line 2928, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventwebsites .jumbotron-secondary .jumbotron-cover {
  background-color: #000;
  opacity: 0.7;
}

/* line 2934, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* line 2938, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen {
  position: relative;
  text-align: center;
}

/* line 2942, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen .screen-cover {
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.8;
  opacity: 0;
  transition: 0.3s opacity ease;
}

/* line 2954, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -24px;
  opacity: 0;
  transition: 0.3s all ease;
  transform: scale(0.9);
}

/* line 2967, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen:hover .btn {
  opacity: 1;
  transform: scale(1);
}

/* line 2972, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-homepage-themes .screen:hover .screen-cover {
  opacity: 0.6;
}

/* line 2983, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow {
  position: relative;
}

/* line 2986, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow .themerow-arrow {
  position: absolute;
  top: 88px;
  right: -35px;
  font-size: 44px;
  color: #1f2834;
}

/* line 2993, app/assets/stylesheets/enterprise/../styles/pages.scss */
.themerow .themerow-arrow:hover {
  color: rebeccapurple;
}

/* line 2999, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 3003, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen {
  overflow: visible;
  position: relative;
}

/* line 3007, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen .btn {
  position: absolute;
  top: 0;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 3021, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover img {
  opacity: 0.5;
}

/* line 3025, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 3030, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .screen:hover .paper img {
  top: 10px;
  opacity: 1;
}

/* line 3036, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .themerow {
  margin-bottom: 64px;
}

/* line 3040, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta {
  margin-top: 20px;
}

/* line 3043, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .badge {
  text-transform: capitalize;
  background-color: #efefef;
  color: #555;
}

/* line 3049, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-icon-action {
  color: #999;
  text-decoration: none;
}

/* line 3053, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-icon-action:hover {
  color: rebeccapurple;
}

/* line 3059, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-types .badge {
  background-color: #c3c3c3;
}

/* line 3063, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta .theme-meta-types:hover .badge {
  background-color: rebeccapurple;
}

/* line 3068, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes .theme-meta p {
  font-size: 14px;
  line-height: 24px;
}

/* line 3074, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-popular-themes.page-section-popular-themes-professional {
  background-color: #efefef;
  margin-top: 80px;
  padding-top: 40px;
}

/* line 3081, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale {
  background: #f4f6fa;
  background: #f8f9fc;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 3088, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well {
  background-color: #fff;
  margin: 15px;
  text-align: center;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 10px #00000008;
  height: 100%;
}

/* line 3096, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well i {
  font-size: 60px;
  color: #334999;
}

/* line 3101, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well h3,
.page-section-feauturesthatscale .well .h3 {
  font-weight: 700;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

/* line 3108, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .well p {
  margin-bottom: 0;
}

/* line 3113, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container {
  font-size: 30px;
  text-align: right;
  margin-right: 10px;
  margin-top: 6px;
}

/* line 3119, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container .slick-arrows {
  display: inline-block;
  color: #999;
  margin-left: 22px;
}

/* line 3124, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-feauturesthatscale .slick-arrow-container .slick-arrows:hover {
  color: #334999;
}

/* line 3131, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-track {
  display: flex !important;
}

/* line 3135, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-slide {
  height: inherit !important;
}

/* line 3139, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-support {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1684440651/eventplanners_mubwmt.jpg);
  background-size: cover;
  background-position: -306px 20%;
  background-position: -26px 0%;
  background-size: 60%;
}

/* line 3150, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope {
  position: absolute;
  bottom: -12px;
  right: 20px;
  margin: 50px auto 0;
  width: 98px;
  height: 66px;
  background: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 3162, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:before,
.envelope:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 33px 49px;
}

/* line 3171, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:before {
  border-bottom-color: #fff;
  top: -100%;
  left: 0px;
}

/* line 3176, app/assets/stylesheets/enterprise/../styles/pages.scss */
.envelope:after {
  border-right-color: #f9f9f9;
  border-left-color: #fff;
  border-bottom-color: #fff;
  top: 0;
  transform: rotate(360deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3186, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper {
  width: 87px;
  height: 66px;
  margin: 0 auto;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: -33px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3197, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper img {
  position: relative;
  top: 22px;
  transition: 0.3s top ease;
}

/* line 3203, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:before,
.paper:after {
  position: absolute;
  left: 12px;
  background: #e3f1fc;
  height: 4px;
}

/* line 3212, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:before {
  top: 14px;
  width: 31px;
}

/* line 3216, app/assets/stylesheets/enterprise/../styles/pages.scss */
.paper:after {
  right: 12px;
  top: 28px;
  box-shadow: 0 8px 0 #e3f1fc, 0 16px 0 #e3f1fc, 0 24px 0 #e3f1fc, 0 40px 0 #e3f1fc;
}

/* line 3223, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens {
  position: relative;
}

/* line 3226, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .phone {
  position: absolute;
  bottom: 0;
  right: -30px;
  overflow: hidden;
  border-bottom: none;
}

/* line 3234, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope {
  position: absolute;
  bottom: -12px;
  margin: 0;
  z-index: 9999;
  width: 98px;
  height: 66px;
  right: 100px;
  width: 150px;
  height: 100px;
  background: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 3249, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:before,
.screens .envelope:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 50px 75px;
}

/* line 3258, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:before {
  border-bottom-color: #fff;
  top: -100%;
  left: 0px;
}

/* line 3263, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .envelope:after {
  border-right-color: #efefef;
  border-left-color: #fff;
  border-bottom-color: #fff;
  top: 0;
  transform: rotate(360deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3273, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper {
  width: 140px;
  height: 100px;
  margin: 0 auto;
  border-radius: 5px;
  position: absolute;
  left: 6px;
  top: -50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 3284, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper img {
  position: relative;
  top: 28px;
  transition: 0.3s top ease;
}

/* line 3290, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:before,
.screens .paper:after {
  position: absolute;
  left: 12px;
  background: #e3f1fc;
  height: 4px;
}

/* line 3299, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:before {
  top: 14px;
  width: 31px;
}

/* line 3303, app/assets/stylesheets/enterprise/../styles/pages.scss */
.screens .paper:after {
  right: 12px;
  top: 28px;
  box-shadow: 0 8px 0 #e3f1fc, 0 16px 0 #e3f1fc, 0 24px 0 #e3f1fc, 0 40px 0 #e3f1fc;
}

/* line 3312, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-design img {
  position: relative;
  left: -50px;
}

/* line 3318, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-features {
  background-color: #1f2834;
  color: #fff;
  padding: 70px 0 70px;
}

/* line 3323, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-features i {
  font-size: 56px;
  color: #334999;
}

/* line 3329, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-content {
  padding: 40px 0 0px;
}

/* line 3332, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-content i {
  display: none;
}

/* line 3337, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-integrations {
  padding-top: 40px;
}

/* line 3341, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-theme-cta {
  background-color: #f1f1f1;
  padding: 40px 0 50px;
}

/* line 3346, app/assets/stylesheets/enterprise/../styles/pages.scss */
.taglist {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

/* line 3351, app/assets/stylesheets/enterprise/../styles/pages.scss */
.taglist .badge {
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

/* line 3359, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test {
  position: relative;
  background-color: #242d39;
  padding: 24px 30px 26px 30px;
  margin-top: 58px;
  margin-bottom: 0;
}

/* line 3367, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test .form-group {
  margin-bottom: 0;
}

/* line 3371, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-test .banner-search-box-test-arrow {
  position: absolute;
  top: -48px;
  left: -125px;
  width: 157px;
  transform: rotate(-8deg);
}

/* line 3380, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-new {
  position: relative;
}

/* line 3383, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box-new .banner-search-box-arrow {
  position: absolute;
  top: -48px;
  left: -125px;
  width: 157px;
  transform: rotate(-8deg);
}

/* line 3392, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box {
  position: relative;
}

/* line 3395, app/assets/stylesheets/enterprise/../styles/pages.scss */
.banner-search-box .banner-search-box-arrow {
  position: absolute;
  top: -48px;
  left: -140px;
  width: 142px;
  transform: rotate(-10deg);
}

@media (max-width: 992px) {
  /* line 3406, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .banner-search-box-test .form-group {
    width: 100% !important;
  }
}

/* line 3412, app/assets/stylesheets/enterprise/../styles/pages.scss */
.number {
  position: absolute;
  left: -24px;
  font-size: 65px;
  opacity: 0.1;
  font-weight: 700;
  top: -5px;
}

/* line 3421, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 3425, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional .h2 {
  font-size: 36px;
  letter-spacing: 0;
}

/* line 3430, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional p {
  color: #3a3a3ad1;
}

/* line 3434, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-personal-vs-professional p.lead {
  opacity: 0.6;
}

/* line 3439, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-quotes {
  background: #f1f1f1;
  padding: 80px 0 64px;
}

/* line 3443, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-professional-quotes .img-left {
  width: 60px;
  float: left;
  margin: 0 16px 10px 0;
  border-radius: 50%;
}

/* line 3451, app/assets/stylesheets/enterprise/../styles/pages.scss */
.templates {
  margin-right: -10px;
}

/* line 3456, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template {
  position: relative;
  float: left;
  width: 33.33333%;
}

/* line 3466, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template .template-content {
  margin: 10px;
}

/* line 3471, app/assets/stylesheets/enterprise/../styles/pages.scss */
.col50 {
  width: 33.33333%;
}

/* line 3476, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu h4 {
  padding: 0 2px;
}

/* line 3479, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a {
  display: block;
  color: black;
  padding: 1px 3px;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.2s ease all;
  font-size: 17px;
  margin-bottom: 6px;
}

/* line 3494, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a:hover {
  color: #334999;
}

/* line 3498, app/assets/stylesheets/enterprise/../styles/pages.scss */
.template-menu a sup {
  background-color: rebeccapurple;
  color: #fff;
  padding: 1px;
}

@media (max-width: 992px) {
  /* line 3507, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .templates {
    margin-left: -10px;
  }
  /* line 3511, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .col50,
.template {
    width: 100%;
  }
  /* line 3516, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .page-section-support {
    background-image: none;
  }
  /* line 3520, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-content {
    margin-left: 0;
  }
  /* line 3524, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-content {
    margin-left: 0 !important;
  }
  /* line 3528, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .feature-quote-mark {
    display: none;
  }
}

/* line 3533, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease all;
}

/* line 3542, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec {
  margin-bottom: 20px;
  background-color: #1f2834;
  position: relative;
  top: 0;
  transition: 0.2s ease all;
}

/* line 3549, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
  color: #fff;
  padding: 26px 10px;
}

/* line 3556, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a.view-active {
  opacity: 0.5;
}

/* line 3560, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .navbar.navbar-default.navbar-ec .navbar-nav > li > a.link-has-icon:hover {
  color: #334999;
}

/* line 3566, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external.active {
  visibility: visible;
  opacity: 1;
}

/* line 3570, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external.active .navbar.navbar-default.navbar-ec {
  top: 0;
}

/* line 3575, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav {
  padding: 14px;
  margin-bottom: 20px;
  background-color: #1f2834;
}

/* line 3580, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a {
  color: #fff;
  display: inline-block;
}

/* line 3585, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-is-highlighted {
  background-color: rebeccapurple;
}

/* line 3592, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-has-icon {
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

/* line 3597, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-external .website-preview-nav a.link-has-icon:hover {
  background-color: #334999;
}

/* line 3604, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-cover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fc;
  transition: 0.3s ease all;
}

/* line 3615, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-preview-cover.active {
  visibility: visible;
  opacity: 1;
}

/* line 3621, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-bodycopy {
  padding-top: 0;
  margin-top: 40px;
}

/* line 3625, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-bodycopy p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}

/* line 3633, app/assets/stylesheets/enterprise/../styles/pages.scss */
.page-section-related-themes.page-section-popular-themes {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #191d25;
  color: #fff;
}

/* line 3640, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block {
  background: #f8f9fc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 3645, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-icon {
  display: block;
  float: left;
  background: #1f2834;
  padding: 23px;
  width: 100px;
  margin-right: 18px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: #fff;
}

/* line 3657, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-icon i {
  position: relative;
  top: 30%;
}

/* line 3663, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-block .feature-block-content {
  margin-left: 100px;
  padding: 20px;
}

/* line 3671, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landingselltickets .feature-block,
.selltickets .feature-block {
  background: none;
  box-shadow: none;
}

/* line 3678, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-type h5 a {
  color: inherit;
  text-decoration: none;
}

/* line 3682, app/assets/stylesheets/enterprise/../styles/pages.scss */
.website-type h5 a:hover {
  color: #334999;
}

/* line 3689, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .top {
  margin-top: 100px !important;
}

/* line 3693, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 16px;
  color: black;
  border-bottom: 1px solid #e8e8e8;
  z-index: 9;
  font-weight: 600;
}

/* line 3706, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs span {
  display: inline-block;
  margin: 0 6px;
  color: #777;
}

/* line 3712, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .create-new-breadcrumbs strong {
  color: #334999;
}

/* line 3717, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .radio {
  margin-bottom: 0 !important;
}

/* line 3721, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .form-header-inline {
  margin-top: 36px;
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

/* line 3729, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list .panel-body {
  padding: 0 15px;
}

/* line 3731, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list .panel-body a {
  font-size: 14px;
}

/* line 3736, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: black;
  margin-right: 30px;
  padding: 6px 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}

/* line 3747, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a:hover {
  color: #334999;
}

/* line 3751, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.theme-filter:hover {
  color: #334999;
  background-color: #efefef;
}

/* line 3756, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.active {
  color: #334999;
  background-color: #efefef;
}

/* line 3760, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme-list a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #efefef;
  border-width: 8px;
  margin-top: -8px;
}

/* line 3779, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .theme h3 {
  margin-top: 10px;
}

/* line 3785, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link .btn {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 3799, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link:hover img {
  opacity: 0.5;
}

/* line 3803, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .screen-link:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 3810, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading {
  opacity: 0;
  transition: 0.2s ease all;
  color: #fff;
}

/* line 3815, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.active {
  opacity: 0.8;
}

/* line 3819, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.complete {
  opacity: 1;
}

/* line 3822, app/assets/stylesheets/enterprise/../styles/pages.scss */
.create-new .intersticial-loading.complete i {
  color: rebeccapurple;
}

/* line 3829, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

/* line 3840, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader h2 {
  margin-top: 140px;
}

/* line 3844, app/assets/stylesheets/enterprise/../styles/pages.scss */
#theme-loader.active {
  opacity: 1;
  visibility: visible;
}

/* line 3851, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults h2 {
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0;
}

/* line 3856, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults h2 a {
  color: #334999;
  font-weight: 600;
}

/* line 3862, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogresults .h5 {
  font-size: 16px;
}

/* line 3870, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent {
  margin-top: 30px;
  margin-bottom: 100px;
}

/* line 3874, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent h1 {
  font-weight: 500;
  font-size: 60px;
}

/* line 3880, app/assets/stylesheets/enterprise/../styles/pages.scss */
#blogcontent h2 {
  font-weight: 600;
  font-size: 28px;
}

/* line 3891, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad {
  background: #f8f9fc;
  padding: 30px;
}

/* line 3896, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad h5 {
  font-size: 22px;
  font-family: outfit;
}

/* line 3901, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad p {
  margin-bottom: 20px;
}

/* line 3905, app/assets/stylesheets/enterprise/../styles/pages.scss */
.internalad .btn {
  margin-bottom: 30px;
}

/* line 3910, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples {
  margin-top: 40px;
  margin-bottom: 70px;
}

/* line 3914, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples h2 {
  font-weight: 700;
  font-style: normal;
}

/* line 3919, app/assets/stylesheets/enterprise/../styles/pages.scss */
#typesthemesamples p {
  margin-top: 30px;
}

/* line 3924, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail {
  padding: 0;
  position: relative;
  border: none;
}

/* line 3929, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail .thumbnail-badge {
  position: absolute;
  top: -16px;
  right: 10px;
}

/* line 3935, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .thumbnail .thumbnail-desc {
  color: #888;
}

/* line 3940, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-progress-meter {
  width: 600px;
  height: 6px;
  background: #999;
  position: relative;
  margin: 0 auto 30px auto;
}

/* line 3947, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages-progress-meter .pages-progress-meter-progress {
  position: absolute;
  width: 33.33333%;
  height: 6px;
  top: 0;
  left: 0;
  background: rebeccapurple;
}

/* line 3958, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock hr.hr {
  border-top: 1px solid #999;
}

/* line 3962, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-quote {
  font-size: 28px;
  line-height: 40px;
  position: relative;
  font-weight: 600;
}

/* line 3969, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-mark {
  position: absolute;
  left: -50px;
  color: #333;
}

/* line 3974, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quoteblock .quoteblock-mark2 {
  position: absolute;
  right: -16px;
  bottom: 4px;
  color: #333;
}

/* line 3982, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .ui-state-default,
.pages .ui-widget-content .ui-state-default,
.pages .ui-widget-header .ui-state-default,
.pages .ui-button,
html .pages .ui-button.ui-state-disabled:hover,
html .pages .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: rebeccapurple;
  border-radius: 50%;
  cursor: pointer;
}

/* line 3994, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages .ui-widget-content {
  background: #f8f9fc;
}

/* line 3998, app/assets/stylesheets/enterprise/../styles/pages.scss */
.home-reviews {
  padding: 40px 0 50px;
}

/* line 4003, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .img-responsive {
  height: 25px;
  margin-bottom: 14px;
}

/* line 4009, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .review-block-stars {
  font-size: 25px;
}

/* line 4012, app/assets/stylesheets/enterprise/../styles/pages.scss */
.review-block .review-block-details {
  font-size: 20px;
}

/* line 4017, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quote-block-new {
  font-size: 20px;
}

/* line 4020, app/assets/stylesheets/enterprise/../styles/pages.scss */
.quote-block-new .pull-left {
  padding: 0 20px 40px 0;
  font-size: 40px;
}

@media (max-width: 992px) {
  /* line 4027, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .review-block {
    margin-bottom: 30px;
  }
}

/* line 4032, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest {
  background-color: #dbe0da;
  padding: 62px 0 140px 0;
  position: relative;
}

/* line 4037, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .col-md-6 {
  padding-right: 40px;
}

/* line 4041, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .newheadertest-content {
  width: 46%;
}

/* line 4045, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest h1 {
  font-family: "Outfit", sans-serif;
  font-size: 62px;
}

/* line 4050, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .btn {
  background-color: #334999;
}

/* line 4054, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newheadertest .newheadertest-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: 50% 40%;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1662522069/planner_i2xsng.jpg);
}

/* line 4066, app/assets/stylesheets/enterprise/../styles/pages.scss */
.newthemeheader h3 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  border-bottom: 6px solid #334999;
  padding-bottom: 12px;
  display: inline-block;
}

/* line 4075, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote {
  background-color: #334999;
  padding-top: 58px;
  padding-bottom: 78px;
  color: #fff;
}

/* line 4081, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-planner {
  border-radius: 50%;
  border: 6px solid #242d39;
  max-width: 132px;
  position: relative;
  top: -10px;
}

/* line 4089, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-content {
  margin-left: 50px;
}

/* line 4093, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-quote {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 28px;
  position: relative;
}

/* line 4100, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-attribution {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  position: relative;
}

/* line 4107, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-mark {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4114, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-mark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  opacity: 0.1;
}

/* line 4122, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-logo {
  margin-top: 50px;
}

/* line 4125, app/assets/stylesheets/enterprise/../styles/pages.scss */
.feature-quote .feature-quote-logo img {
  width: 180px;
}

@media (max-width: 992px) {
  /* line 4132, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest {
    padding: 30px 0 0 0;
  }
  /* line 4135, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest .newheadertest-bg {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: 50%;
    background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1662522069/planner_i2xsng.jpg);
    background-position: 45% 33%;
  }
  /* line 4144, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .newheadertest .newheadertest-content {
    width: 100%;
    margin-bottom: 60px;
  }
}

/* line 4152, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item {
  margin-bottom: 50px;
}

/* line 4155, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 {
  font-size: 22px;
  font-weight: 800;
  font-family: outfit, sans-serif;
  margin-bottom: 0;
}

/* line 4161, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 a {
  color: #334999;
  text-decoration: none;
}

/* line 4165, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item .h3 a:hover {
  text-decoration: none;
  color: #263773;
}

/* line 4174, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item.faq-new-item-visible .plusminus:before {
  transform: rotate(90deg);
}

/* line 4177, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new .faq-new-item.faq-new-item-visible .plusminus:after {
  transform: rotate(180deg);
}

/* line 4185, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new-content {
  padding-left: 45px;
}

/* line 4188, app/assets/stylesheets/enterprise/../styles/pages.scss */
.faq-new-content p {
  margin: 0;
  margin-top: 20px;
}

/* line 4194, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form {
  background: #f8f9fc;
}

/* line 4197, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form ul,
.enterprise-form li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 4204, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form li {
  margin-bottom: 20px !important;
}

/* line 4208, app/assets/stylesheets/enterprise/../styles/pages.scss */
.enterprise-form .enterprise-form-container {
  background: white;
  padding: 30px 50px;
  position: relative;
  top: -61px;
  box-shadow: 2px 2px 10px #00000017;
}

/* line 4217, app/assets/stylesheets/enterprise/../styles/pages.scss */
.side-quote {
  position: relative;
  padding-left: 20px;
}

/* line 4221, app/assets/stylesheets/enterprise/../styles/pages.scss */
.side-quote:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 10px;
  height: 30px;
  background-color: #334999;
}

/* line 4232, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll {
  padding-top: 20px;
  padding-bottom: 70px;
}

/* line 4233, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .slick-slide {
  opacity: 0.5;
}

/* line 4235, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .slick-slide.slick-active {
  opacity: 1;
}

/* line 4243, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .themesample {
  padding: 10px;
}

/* line 4247, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll h3 {
  font-weight: 800;
  font-size: 26px;
  font-family: outfit;
}

/* line 4253, app/assets/stylesheets/enterprise/../styles/pages.scss */
#themes-scroll .screen {
  background: #f8f9fc;
  border: 1px solid #ececec;
}

/* line 4260, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio {
  color: #000;
}

/* line 4263, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio h3 {
  font-size: 30px;
  font-family: outfit;
  margin-top: 4px;
  color: #334999;
}

/* line 4270, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio .btn {
  display: none;
}

/* line 4274, app/assets/stylesheets/enterprise/../styles/pages.scss */
.landinginvites .well-radio p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}

/* line 4283, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventtypeselector .form-control {
  width: 380px;
  margin-bottom: 6px;
}

/* line 4288, app/assets/stylesheets/enterprise/../styles/pages.scss */
.eventtypeselector .btn {
  width: 380px;
}

@media (max-width: 768px) {
  /* line 4295, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .eventtypeselector .form-control {
    width: 100%;
  }
  /* line 4299, app/assets/stylesheets/enterprise/../styles/pages.scss */
  .eventtypeselector .btn {
    width: 100%;
  }
}

/* line 4307, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .h2-sm {
  font-size: 30px;
}

/* line 4311, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 4315, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left img {
  width: 100%;
  max-width: 100%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 4325, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left-basic {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 4329, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-left-basic img {
  width: 100%;
  float: right;
  margin-right: 28px;
  position: relative;
  top: -20px;
}

/* line 4339, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-right {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 4343, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-img-right img {
  width: 118%;
  max-width: 118%;
  float: left;
  margin-right: 28px;
  position: relative;
  top: 0px;
}

/* line 4353, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-quote {
  background: #f8f9fc;
  width: 715px;
  margin: 0 auto;
  padding: 45px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

/* line 4361, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-quote .h5 {
  font-family: Outfit;
  font-size: 16px;
  line-height: 26px;
}

/* line 4368, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
}

/* line 4373, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-texture {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/f_auto,q_auto/v1716581624/texture2_r91vma.jpg);
  opacity: 0.05;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4385, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-intro {
  margin-bottom: 20px;
}

/* line 4388, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-intro h2 {
  margin: 0;
  margin-bottom: 20px;
}

/* line 4394, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box {
  background-color: #fff;
  margin: 10px;
  text-align: center;
  border: 1px solid #efefef;
  height: 94%;
  padding: 20px;
}

/* line 4402, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box i {
  font-size: 60px;
  color: #334999;
}

/* line 4407, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box img {
  max-width: 200px;
  margin: 0 auto;
}

/* line 4412, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box h3,
.pagecontent .pagecontent-carousel .pagecontent-carousel-box .h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 4px;
}

/* line 4419, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-box p {
  margin-bottom: 0;
}

/* line 4424, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows {
  font-size: 30px;
  text-align: right;
  margin-top: 6px;
  position: relative;
}

/* line 4431, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows .pagecontent-carousel-arrow {
  display: inline-block;
  color: #999;
  margin-left: 22px;
}

/* line 4436, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-carousel .pagecontent-carousel-arrows .pagecontent-carousel-arrow:hover {
  color: #334999;
}

/* line 4443, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-two-column,
.pagecontent .pagecontent-feature-left,
.pagecontent .pagecontent-feature-right {
  margin-top: 100px;
  margin-bottom: 140px;
}

/* line 4450, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* line 4454, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list .pagecontent-feature-list-intro {
  margin-bottom: 30px;
}

/* line 4458, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list h2 {
  margin-bottom: 22px;
}

/* line 4462, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-feature-list h3 {
  margin-top: 0;
}

/* line 4467, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-faq {
  margin-top: 80px;
  margin-bottom: 120px;
}

/* line 4472, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 4476, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .fa-xmark {
  color: #bf3121;
}

/* line 4484, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .navbar-logo {
  margin-top: 4px;
}

/* line 4487, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pagecontent .pagecontent-comparison .navbar-logo .a {
  fill: black;
}

/* line 4494, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-track {
  display: flex !important;
}

/* line 4498, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slick-slide {
  height: inherit !important;
}

/* line 4506, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 {
  color: #241c19;
  background: #fef9ef;
  font-family: "Quattrocento Sans", serif;
}

/* line 4511, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h1 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 4520, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h1 span {
  font-style: italic;
  color: #c07858;
}

/* line 4528, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h2 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
}

/* line 4538, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 h2 span {
  font-style: italic;
  color: #c07858;
}

/* line 4546, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .happenly-fixed {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 20px;
  background: #2423200f;
}

/* line 4556, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .happenly-fixed a {
  color: #241c19;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
}

/* line 4565, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar.navbar-happenly-links {
  width: 320px;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  left: 50%;
  margin-left: -160px;
}

/* line 4574, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar.navbar-happenly-links .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

/* line 4586, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly {
  background: none;
  border: none;
  width: 100%;
  position: absolute;
}

/* line 4592, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly li a {
  font-size: 16px;
  color: #131212;
  line-height: 50px;
}

/* line 4598, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .btn {
  font-size: 15px;
  color: white;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 16px;
}

/* line 4606, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly.navbar-happenly-top {
  border-bottom: 1px solid #efefef;
  background: #fef9ef;
  padding-top: 20px;
  padding-bottom: 10px;
  top: 0;
  position: fixed;
}

/* line 4614, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly.navbar-happenly-top .navbar-happenly-select {
  opacity: 1;
}

/* line 4620, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .navbar-happenly-select {
  padding-top: 6px;
  font-size: 15px;
  padding-right: 16px;
  opacity: 0;
}

/* line 4626, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-happenly .navbar-happenly-select select {
  background: none;
  border: none;
  border-bottom: 1px solid #111;
}

/* line 4650, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .btn {
  background: #1a1a1a;
}

/* line 4655, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron {
  padding-top: 156px;
}

/* line 4659, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron h1 {
  color: #000;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 4668, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron h1 span {
  font-style: italic;
  color: #c07858;
}

/* line 4675, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron p {
  margin: 0 auto 30px auto;
  max-width: 600px;
}

/* line 4681, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .jumbotron .jumbotron-update {
  border: 1px solid black;
  opacity: .5;
  color: black;
  margin-bottom: 10px;
}

/* line 4690, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .navbar-ec {
  display: none;
}

/* line 4694, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Quattrocento Sans", serif;
  margin-bottom: 0;
  margin-top: 35px;
  border-top: 1px solid #c07858;
  padding-top: 20px;
}

/* line 4703, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:before, .site2 .faq-new .faq-new-item .h3 .plusminus:after {
  background-color: #c07858;
}

/* line 4707, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:before {
  width: 2px;
  margin-left: -1px;
}

/* line 4713, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 .plusminus:after {
  height: 2px;
  margin-top: -1px;
}

/* line 4720, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .faq-new .faq-new-item .h3 a {
  color: #c07858;
}

/* line 4726, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features {
  margin-top: 160px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* line 4733, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images {
  position: relative;
}

/* line 4737, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images .img1 {
  width: 150%;
  max-width: 150%;
  position: relative;
  left: 280px;
}

/* line 4744, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-features .feature-images .img2 {
  position: absolute;
  bottom: -60px;
  left: 59px;
  width: 96%;
}

/* line 4754, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-wordwall {
  margin-bottom: 100px;
}

/* line 4758, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes {
  padding-top: 120px;
  padding-bottom: 320px;
  background-color: #222;
  overflow: hidden;
}

/* line 4764, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .theme-overflow {
  position: absolute;
  width: 90%;
  left: 38%;
  margin-top: 24px;
}

/* line 4771, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .envelope {
  display: block;
}

/* line 4776, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes h2, .site2 .site2-themes p {
  color: #fff;
}

/* line 4780, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes p {
  opacity: .9;
  max-width: 300px;
}

/* line 4786, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen {
  background: #222;
}

/* line 4791, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen .img-responsive {
  opacity: .9;
}

/* line 4795, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen .btn {
  position: absolute;
  top: 40%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
}

/* line 4806, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen:hover .img-responsive {
  opacity: .2;
}

/* line 4810, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-themes .screen:hover .btn {
  opacity: 1;
}

/* line 4822, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing {
  margin-top: 80px;
  margin-bottom: 200px;
}

/* line 4826, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-enterprisewell {
  margin-top: 110px;
  background: transparent;
  border: 1px solid #d8d8d8;
  background: #f1ece3;
  padding: 31px 43px;
}

/* line 4833, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-enterprisewell h5 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
}

/* line 4842, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards h3 {
  font-size: 30px;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  font-style: italic;
}

/* line 4854, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards h5 {
  color: #c07858;
}

/* line 4858, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-pricing .pricing-cards p {
  margin-bottom: 30px;
}

/* line 4867, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-benefits {
  background: #2423200f;
  padding: 20px 0;
}

/* line 4871, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-benefits h5 {
  display: inline-block;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -1px;
  font-style: italic;
}

/* line 4883, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #1a1a1a;
  color: #fff;
}

/* line 4889, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer .footer-tier1 {
  margin-bottom: 140px;
}

/* line 4895, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-footer .footer-tier3 a, .site2 .site2-footer .footer-tier2 a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

/* line 4907, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-images img {
  float: left;
}

/* line 4911, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .site2-images:after {
  content: "Foo";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

/* line 4923, app/assets/stylesheets/enterprise/../styles/pages.scss */
.site2 .testimonial-stars {
  color: #c07858;
}

/* line 4934, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

/* line 4940, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}

/* line 4950, app/assets/stylesheets/enterprise/../styles/pages.scss */
.slabtextdone .slabtext {
  display: block;
}

/* line 4956, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise {
  color: #111;
}

/* line 4959, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #primarylinks, .pages.enterprise #primaryfooter, .pages.enterprise #notitifcation2, .pages.enterprise #footersocial {
  display: none;
}

/* line 4963, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #enterprisesalesbtn {
  display: inline-block  !important;
}

/* line 4966, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #enterprisesalesbtn .navbar-btn {
  display: block;
}

/* line 4971, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #footer .footer-secondary {
  margin-top: 40px;
}

/* line 4974, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #secondarypromolinks, .pages.enterprise #notitifcation1 {
  display: block;
}

/* line 4978, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #switcher-old {
  display: none;
}

/* line 4982, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise .pricing-well {
  background: #fff;
  color: #111;
  margin: 50px 10px 0 10px;
  padding: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

/* line 4989, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise .pricing-well:after, .pages.enterprise .pricing-well .pricing-well-plan-desc {
  display: none;
}

/* line 4993, app/assets/stylesheets/enterprise/../styles/pages.scss */
.pages.enterprise #plan_enterprise {
  display: none;
}

/* line 4998, app/assets/stylesheets/enterprise/../styles/pages.scss */
.osano-cm-widget {
  display: none !important;
}

/* line 5002, app/assets/stylesheets/enterprise/../styles/pages.scss */
p.subtle {
  font-size: 14px;
  line-height: 20px;
  color: #888;
}

/* line 5008, app/assets/stylesheets/enterprise/../styles/pages.scss */
.gradient-text {
  /* The Gradient */
  background: linear-gradient(135deg, #5352Ed 0%, #2e02d1 100%);
  /* Masking the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Making the actual text color transparent so the background shows through */
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Optional: Ensuring legibility */
  font-weight: 500;
  display: inline-block;
}
