<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #020713;
  font-family: 'Graphik web', sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 0.5rem;
  line-height: 24px;
}

a {
  min-width: 200px;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  text-decoration: underline;
}

ul {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.div-block {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 20px 3rem;
}

.list-item---color-block {
  display: inline-block;
  width: 25%;
}

.color-block {
  height: 100px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.color-block.bg-gold {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbd4c), to(#fbbd4c));
  background-image: linear-gradient(180deg, #fbbd4c, #fbbd4c);
}

.color-block.bg-light-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
}

.color-block.bg-dark-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea9a04), to(#ea9a04));
  background-image: linear-gradient(180deg, #ea9a04, #ea9a04);
}

.color-block.bg-dark-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b1120), to(#0b1120));
  background-image: linear-gradient(180deg, #0b1120, #0b1120);
}

.color-block.bg-navy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#161f37), to(#161f37));
  background-image: linear-gradient(180deg, #161f37, #161f37);
}

.color-block.bg-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3971dd), to(#3971dd));
  background-image: linear-gradient(180deg, #3971dd, #3971dd);
}

.color-block.bg-light-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78a5fb), to(#78a5fb));
  background-image: linear-gradient(180deg, #78a5fb, #78a5fb);
}

.color-block.bg-dark-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#4c4c4c));
  background-image: linear-gradient(180deg, #4c4c4c, #4c4c4c);
}

.color-block.bg-silver {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
  background-image: linear-gradient(180deg, #9e9e9e, #9e9e9e);
}

.color-block.bg-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#dedede));
  background-image: linear-gradient(180deg, #dedede, #dedede);
}

.color-block.bg-light-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

.color-block.bg-dark-red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(red));
  background-image: linear-gradient(180deg, red, red);
}

.color-block.bg-red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea6b6b), to(#ea6b6b));
  background-image: linear-gradient(180deg, #ea6b6b, #ea6b6b);
}

.color-block.bg-light-red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f48c8c), to(#f48c8c));
  background-image: linear-gradient(180deg, #f48c8c, #f48c8c);
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.list-item---typography {
  margin-bottom: 2rem;
}

.standard-btn {
  min-width: 14rem;
  padding: 0.5rem 1rem;
  border: 2px solid #ea9a04;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea9a04), to(#ea9a04));
  background-image: linear-gradient(180deg, #ea9a04, #ea9a04);
  color: #181818;
}

.standard-btn:hover {
  border-color: #fba60b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
}

.standard-btn:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.disabled-btn {
  min-width: 14rem;
  padding: 0.5rem 1rem;
  border: 2px solid #9e9e9e;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
  background-image: linear-gradient(180deg, #9e9e9e, #9e9e9e);
  color: #dedede;
}

.disabled-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#9e9e9e));
  background-image: linear-gradient(180deg, #9e9e9e, #9e9e9e);
}

.row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.secondary-btn {
  display: inline-block;
  min-height: 44px;
  min-width: 10rem;
  padding: 0.5rem 1rem;
  border: 1px solid #eea83d;
  border-radius: 0.25rem;
  background-color: transparent;
  background-image: none;
  color: #eea83d;
  text-decoration: none;
}

.secondary-btn:hover {
  border-color: #fba60b;
  background-color: #fba60b;
  background-image: none;
  color: #181818;
}

.secondary-btn:active {
  background-image: none;
}

.text_link {
  color: #eea83d;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.text_link:hover {
  color: #eb8b4c;
}

.text_link.yellow {
  color: #ea9a04;
}

.text_link.yellow:hover {
  color: #fba60b;
}

.text_field {
  height: 42px;
  border-radius: 0.25rem;
  font-size: 16px;
}

.text_field:focus {
  border: 1px solid #3971dd;
}

.text_field::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.text_field:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.text_field::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
}

.text_field::placeholder {
  font-size: 14px;
  font-weight: 300;
}

.heading---blue {
  color: #3971dd;
}

.success-message {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #f4f4f4;
}

.error-message {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.heading---red {
  color: red;
}

.form-block {
  max-width: 30rem;
}

.line {
  display: block;
  height: 3px;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #dedede;
}

.navbar-container {
  width: auto;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.brand {
  min-width: 0px;
  margin-top: 1rem;
  margin-bottom: auto;
}

.navbar-btn {
  min-width: 100px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.navbar-btn:hover {
  color: #fba60b;
}

.navbar-btn.solid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea9a04), to(#ea9a04));
  background-image: linear-gradient(180deg, #ea9a04, #ea9a04);
  text-align: center;
}

.navbar-btn.solid:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
  color: #fff;
}

.navbar-btn.solid:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.center {
  text-align: center;
}

.center.white-text {
  color: #fff;
}

.div-block---photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block---photo {
  width: 25%;
  padding-left: 0px;
}

.grid-link {
  margin-bottom: 0rem;
}

.div-block---new-show {
  position: relative;
  z-index: 900;
  overflow: hidden;
  max-width: 1200px;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block---new-show.margin-top-2rem {
  margin-top: 2rem;
}

.div-block---new-show.margin-top-0 {
  margin-top: 0rem;
}

.div-block---new-show.margin-top-0.vertical {
  display: block;
}

.white-text {
  color: #f7f7f7;
  font-weight: 300;
  text-align: left;
}

.white-text.column-margin-top {
  margin-top: -0.5rem;
  font-size: 32px;
  line-height: 48px;
}

.white-text.center {
  text-align: center;
}

.white-text.center.margin-top-4rem {
  margin-top: 4rem;
}

.column-left {
  padding-right: 1rem;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section {
  padding-bottom: 120px;
}

.div-block---shows-cntnr {
  min-height: 675px;
  padding-top: 64px;
  padding-bottom: 6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020713), to(#020713));
  background-image: linear-gradient(180deg, #020713, #020713);
}

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020713), to(#020713));
  background-image: linear-gradient(180deg, #020713, #020713);
}

.div-block---cs-logo {
  position: static;
  display: inline-block;
  float: left;
}

.p---copyright {
  margin-bottom: 0px;
  float: none;
  font-family: 'Graphik web', sans-serif;
  color: #dedede;
  font-size: 0.85rem;
  font-weight: 300;
}

.column-right-2 {
  display: block;
  padding-right: 0px;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hide {
  display: none;
}

.background-video-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 7, 19, 0.5)), color-stop(21%, rgba(2, 7, 19, 0.3)), color-stop(51%, rgba(2, 7, 19, 0.5)), color-stop(79%, rgba(2, 7, 19, 0.5)), to(#020713));
  background-image: linear-gradient(180deg, rgba(2, 7, 19, 0.5), rgba(2, 7, 19, 0.3) 21%, rgba(2, 7, 19, 0.5) 51%, rgba(2, 7, 19, 0.5) 79%, #020713);
}

.price-rate-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-length {
  margin-bottom: 0rem;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: left;
}

.content-list-item {
  margin-bottom: 0.5rem;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.div-block---blue-container {
  position: relative;
  display: block;
  min-height: 200px;
  min-width: 0px;
  padding: 44px 16px 24px;
  border-radius: 4px;
  background-color: #1d1d1d;
}

.div-block---blue-container.right {
  margin-left: 6px;
}

.mid-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

._4k-text {
  display: inline-block;
  margin-top: 1px;
  font-size: 18px;
  line-height: 27px;
}

.h2-section-heading {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
}

.h2-section-heading.white-text {
  font-weight: 300;
}

.column-right-padding-b {
  padding-right: 0px;
  padding-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._4k-badge {
  display: inline-block;
  margin-right: 4px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #fff;
  color: #fff;
}

.text-span-6 {
  margin-right: 16px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #78a5fb;
}

.currency-rate {
  margin-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.currency-rate.white-text {
  font-weight: 700;
}

.div-block-1603 {
  display: inline-block;
}

.div-block-560 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-content {
  font-size: 18px;
  line-height: 27px;
}

.section-content.white-text.max-width-560 {
  max-width: 560px;
}

.div-block---feature {
  width: 100%;
  padding-left: 0px;
}

.standard-btn-2 {
  position: static;
  display: inline-block;
  min-height: 44px;
  min-width: 14rem;
  padding: 10px 1rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #eea83c;
  color: #020713;
  line-height: 24px;
  font-weight: 400;
}

.standard-btn-2:hover {
  background-image: linear-gradient(153deg, #eea83d, #eb8b4c), linear-gradient(180deg, #fba60b, #fba60b);
}

.standard-btn-2:active {
  background-color: #eb8b4c;
  background-image: none;
}

.standard-btn-2.hero {
  min-width: 400px;
  margin-top: 2rem;
  font-size: 28px;
  line-height: 42px;
}

.standard-btn-2.hero.center {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.column-right-padding {
  padding-right: 0px;
  padding-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  display: inline-block;
}

.extra-note {
  display: block;
  padding-bottom: 60px;
  color: #78a5fb;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.div-block-1600 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.div-block-1600.margin-top-64 {
  margin-top: 64px;
}

.price {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.price.white-text {
  font-weight: 700;
}

.column-left-padding {
  margin-bottom: 6px;
  padding-right: 6px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-mid-padding {
  margin-bottom: 12px;
  padding-right: 6px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img---icons {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.img---icons.winning {
  height: 80px;
}

.icon-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.last-section {
  margin-bottom: 120px;
  padding-top: 80px;
}

.div-block---max-1340 {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.div-block---icons {
  display: block;
  height: 80px;
  margin-bottom: 2rem;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-menu-contain {
  clear: right;
}

.navbar-btn-3 {
  min-width: 100px;
  margin-top: 24px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.navbar-btn-3:hover {
  color: #fba60b;
}

.navbar-btn-3.secondary {
  border: 1px solid #eea83d;
  color: #eea83d;
}

.navbar-btn-3.secondary:hover {
  border-color: #eb8b4c;
  background-image: linear-gradient(164deg, #ecc334, #eb8b4c);
  color: #020713;
}

.navbar-btn-3.secondary:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8b4c), to(#eb8b4c));
  background-image: linear-gradient(180deg, #eb8b4c, #eb8b4c);
}

.navbar-btn-3.secondary.margin-right {
  margin-right: 2rem;
}

.navbar-btn-3.secondary.margin-right:hover {
  border-color: #eb8b4c;
}

.navbar-btn-3.solid {
  min-width: 140px;
  border: 1px solid #eea83d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eea83d), to(#eea83d));
  background-image: linear-gradient(180deg, #eea83d, #eea83d);
  color: #000;
  text-align: center;
}

.navbar-btn-3.solid:hover {
  border-color: #eb8b4c;
  background-image: linear-gradient(148deg, #eec334, #eb8b4c);
}

.navbar-btn-3.solid:active {
  border-color: #eb8b4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8b4c), to(#eb8b4c));
  background-image: linear-gradient(180deg, #eb8b4c, #eb8b4c);
}

.brand-3 {
  min-width: 0px;
  margin-top: 1rem;
  margin-bottom: auto;
}

.cs-header-logo-2 {
  height: 54px;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.navbar-container-3 {
  display: block;
  width: auto;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1602 {
  margin-top: 12px;
}

.strikethrough {
  position: absolute;
  top: 56%;
  display: block;
  width: 85%;
  height: 8px;
  background-color: red;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.div-block---feature-2 {
  position: relative;
  width: 100%;
  padding-left: 0px;
}

.column-left-padding-2 {
  padding-right: 6px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block---blue-container-2 {
  display: block;
  min-height: 454px;
  min-width: 0px;
  margin-bottom: 0rem;
  padding-top: 72px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 5px;
  background-color: #161f37;
}

.div-block---blue-container-2.left {
  margin-right: 6px;
}

.div-block---blue-container-2.right {
  margin-left: 6px;
}

.strikethrough_text {
  text-decoration: line-through;
}

.div-block---copyright-3 {
  display: inline-block;
  margin-top: 0.5rem;
  float: right;
}

.secondary-footer-links-3 {
  min-width: 0px;
  margin-right: 2rem;
  font-family: 'Graphik web', sans-serif;
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
}

.secondary-footer-links-3:hover {
  color: #fff;
}

.div-block---social-2 {
  display: block;
  margin-top: 0.5rem;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-col {
  padding-left: 0px;
}

.col---main-footer-links {
  display: block;
  min-width: 0px;
  margin-top: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  font-family: 'Graphik web', sans-serif;
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.col---main-footer-links:hover {
  color: #fff;
}

.div-block---secondary-links-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block---primary-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block---footer-container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 3rem;
  border: 1px solid #000;
}

.col---footer-links-2 {
  display: none;
  width: 75%;
  padding-top: 0.5rem;
}

.social-link-3 {
  min-width: 0px;
  margin-right: 1.5rem;
  font-family: 'Fa brands 400', sans-serif;
  color: #ccc;
  font-size: 1.25rem;
  text-decoration: none;
}

.social-link-3:hover {
  color: #fff;
}

.social-link-3.last {
  margin-right: 0px;
}

.main-links-col---contain-2 {
  position: static;
  display: inline-block;
  margin-left: 2rem;
  float: left;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px none #dedede;
}

.img-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(2, 7, 19, 0.5), rgba(2, 7, 19, 0.3) 54%);
  -o-object-fit: fill;
  object-fit: fill;
}

.play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10 {
  font-weight: 600;
}

.plan_descriptions {
  margin-bottom: 1rem;
  color: #f7f7f7;
  font-weight: 300;
}

.text-span-11 {
  font-size: 16px;
  line-height: 20px;
}

.price-callout-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: linear-gradient(138deg, #ecc334, #eb8b4c);
}

.price-callout {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0rem;
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-container {
  margin-top: 32px;
}

.primary-button {
  position: static;
  display: inline-block;
  min-height: 44px;
  min-width: 184px;
  padding: 10px 1rem 0.5rem;
  border: 1px solid #eea83d;
  border-radius: 4px;
  background-color: #eea83d;
  color: #020713;
  line-height: 24px;
  font-weight: 400;
}

.primary-button:hover {
  border-color: #eb8b4c;
  background-image: linear-gradient(167deg, #ecc334, #eb8b4c);
}

.primary-button:active {
  border-color: #eb8b4c;
  background-color: #eb8b4c;
  background-image: none;
}

.primary-button.margin-left-8 {
  margin-right: 8px;
}

.font-icon {
  margin-right: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.secondary-button {
  display: inline-block;
  min-height: 44px;
  min-width: 184px;
  padding: 10px 1rem 0.5rem;
  border: 1px solid #eea83d;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  color: #eea83d;
  text-decoration: none;
}

.secondary-button:hover {
  border-color: #eb8b4c;
  background-color: #eb8b4c;
  background-image: linear-gradient(167deg, #ecc334, #eb8b4c);
  color: #181818;
}

.secondary-button:active {
  background-image: none;
}

.secondary-button.hide {
  display: none;
}

.hero_play {
  display: block;
  width: 180px;
  min-width: 0px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.hero_play.hide {
  display: none;
}

.hero_title {
  font-size: 64px;
  line-height: 72px;
  text-align: center;
}

.price-rate-contain-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block---blue-container-3 {
  position: relative;
  display: block;
  min-height: 334px;
  min-width: 0px;
  padding: 44px 16px 8px;
  border-radius: 4px;
  background-color: #1d1d1d;
}

.div-block---blue-container-3.right {
  margin-bottom: 6px;
  margin-left: 6px;
}

.strikethrough-4k {
  position: absolute;
  left: auto;
  top: 37%;
  right: -3%;
  bottom: auto;
  display: block;
  width: 234px;
  height: 8px;
  background-color: red;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.strikethrough-hd {
  position: absolute;
  left: auto;
  top: 37%;
  right: -3%;
  bottom: auto;
  display: block;
  width: 222px;
  height: 8px;
  background-color: red;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.horizontalrule {
  padding-top: 1rem;
  clear: both;
  border-bottom: 1px solid #f7f7f7;
}

.video-container {
  overflow: auto;
  max-height: 100vh;
  padding: 16px 32px 32px;
  background-color: transparent;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.close-modal-button {
  position: relative;
  left: auto;
  top: auto;
  right: -16px;
  bottom: auto;
  z-index: 1;
  width: 36px;
  min-width: 0px;
  float: right;
}

.video {
  width: 80vw;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main-footer-link {
  display: block;
  min-width: 0px;
  margin-top: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  font-family: 'Graphik web', sans-serif;
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.main-footer-link:hover {
  color: #fff;
}

.footer-list-primary-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-copyright {
  display: inline-block;
  margin-top: 0.5rem;
  float: right;
}

.div-block---social-3 {
  display: block;
  margin-top: 0.5rem;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p---copyright-2 {
  margin-bottom: 0px;
  float: none;
  font-family: 'Graphik web', sans-serif;
  color: #dedede;
  font-size: 0.85rem;
  font-weight: 300;
}

.social-link-4 {
  min-width: 0px;
  margin-right: 1.5rem;
  font-family: 'Fa brands 400', sans-serif;
  color: #ccc;
  font-size: 1.25rem;
  text-decoration: none;
}

.social-link-4:hover {
  color: #fff;
}

.social-link-4.last {
  margin-right: 0px;
}

.secondary-footer-link {
  min-width: 0px;
  margin-right: 2rem;
  font-family: 'Graphik web', sans-serif;
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
}

.secondary-footer-link:hover {
  color: #fff;
}

.div-block---footer-container-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 5% 0.5rem;
  border: 1px solid #000;
}

.header-logo {
  width: 102px;
}

.navbar-container-4 {
  display: block;
  width: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-bottom: 0.75rem;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-btn-4 {
  min-width: 120px;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.navbar-btn-4:hover {
  color: #fba60b;
}

.navbar-btn-4.secondary {
  min-width: 84px;
  border: 2px solid #eea83d;
  color: #eea83d;
}

.navbar-btn-4.secondary:hover {
  border-color: #eb8b4c;
  background-image: linear-gradient(164deg, #ecc334, #eb8b4c);
  color: #020713;
}

.navbar-btn-4.secondary:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8b4c), to(#eb8b4c));
  background-image: linear-gradient(180deg, #eb8b4c, #eb8b4c);
}

.navbar-btn-4.secondary.margin-right {
  margin-right: 1rem;
}

.navbar-btn-4.secondary.margin-right:hover {
  border-color: #eb8b4c;
}

.navbar-btn-4.solid {
  min-width: 122px;
  border: 2px solid #eea83d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eea83d), to(#eea83d));
  background-image: linear-gradient(180deg, #eea83d, #eea83d);
  color: #000;
  text-align: center;
}

.navbar-btn-4.solid:hover {
  border-color: #eb8b4c;
  background-image: linear-gradient(148deg, #eec334, #eb8b4c);
}

.navbar-btn-4.solid:active {
  border-color: #eb8b4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8b4c), to(#eb8b4c));
  background-image: linear-gradient(180deg, #eb8b4c, #eb8b4c);
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(30%, rgba(0, 0, 0, 0.65)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) 30%, transparent);
}

.brand-2 {
  min-width: 0px;
  margin-top: 1.25rem;
  margin-bottom: auto;
}

.plan-name {
  margin-bottom: 0rem;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.prices-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.strikethrough-standard {
  position: absolute;
  left: auto;
  top: 37%;
  right: -3%;
  bottom: auto;
  display: block;
  width: 132px;
  height: 3px;
  margin-top: 1px;
  background-color: #ff5c5c;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.plan-name-emphasis {
  font-weight: 500;
}

.plan-duration {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.price-dollar {
  margin-bottom: 5px;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
}

.price-cents {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 8px;
  margin-left: 3px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 14px;
  font-weight: 500;
}

.price-cents.monthly {
  margin-right: 29px;
}

.price-cents.annual {
  margin-right: 15px;
}

.strikethrough-premium {
  position: absolute;
  left: auto;
  top: 37%;
  right: -3%;
  bottom: auto;
  display: block;
  width: 140px;
  height: 3px;
  margin-top: 0px;
  background-color: #ff5c5c;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.price-box {
  position: relative;
  display: block;
  min-width: 0px;
  margin-bottom: 0.5rem;
  padding: 2.75rem 1rem 1rem;
  border-radius: 4px;
  background-color: #1d1d1d;
}

.price-box.right {
  margin-left: 4px;
}

.price-box.left {
  margin-right: 4px;
}

.cs-section {
  padding-top: 88px;
  padding-bottom: 88px;
  background-image: url('../images/Combo_Thumbs_Montage_May2021_trans_opt.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.price-blocks-container {
  width: 100%;
  max-width: 736px;
  padding-left: 0px;
  float: right;
}

.standard-btn-3 {
  position: static;
  display: inline-block;
  min-height: 56px;
  padding: 1rem;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eea83d), to(#eea83d));
  background-image: linear-gradient(180deg, #eea83d, #eea83d);
  color: #020713;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.standard-btn-3:hover {
  background-image: linear-gradient(172deg, #ecc334, #eb8b4c);
}

.standard-btn-3:active {
  background-color: #ecc334;
}

.standard-btn-3.btn-wide {
  min-width: 20rem;
}

.standard-btn-3.btn-wide.margin-top-2rem {
  margin-top: 2rem;
}

.standard-btn-3.btn-wide.center {
  display: block;
  width: 20rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.standard-btn-3.hero {
  width: 180px;
}

.div-1920 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-1920.video-contain {
  margin-top: 78px;
  padding-right: 10%;
  padding-left: 10%;
}

.cs-section-logo {
  height: 54px;
  margin-bottom: 3rem;
}

.price-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-container.regular {
  display: none;
  margin-right: 0.5rem;
}

.price-callout-container-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: linear-gradient(138deg, #ecc334, #eb8b4c);
}

.body-text-15 {
  font-size: 15px;
  font-weight: 400;
}

.body-text-15.no-margin {
  margin-bottom: 0px;
}

.price-callout-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0rem;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #020713;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.col-left {
  padding-right: 6px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-left.cs-col-left {
  padding-right: 22px;
}

.col-left.height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 218px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-right {
  padding-right: 0px;
  padding-left: 6px;
}

.shows-section {
  padding-bottom: 6rem;
}

.hero_titleart {
  display: block;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}

.original {
  display: block;
  width: 18rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.hero_text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  -o-object-fit: none;
  object-fit: none;
}

.about-titleart {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.about-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 254px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bio-section {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section-heading {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.section-heading.faq-heading {
  max-width: 652px;
  margin: 0px auto 2rem;
  text-align: center;
}

.name {
  margin-top: 0rem;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.bios {
  margin-top: 5.5rem;
}

.bio-img {
  display: block;
  margin-right: auto;
  margin-left: 40%;
}

.bio-title {
  font-size: 20px;
  font-weight: 300;
}

.bio-text {
  width: 75%;
  margin-top: 27px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.down-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  min-width: 0px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

.circle-1 {
  position: absolute;
  left: 80%;
  bottom: 55%;
  z-index: -5;
  display: block;
  overflow: hidden;
  width: 438px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-container {
  position: static;
  overflow: hidden;
}

.circle-2 {
  position: absolute;
  left: 2%;
  bottom: 59%;
  z-index: -5;
  display: block;
  overflow: hidden;
  width: 413px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-3 {
  position: absolute;
  left: 28%;
  bottom: 0%;
  z-index: -5;
  display: block;
  overflow: hidden;
  width: 900px;
  float: right;
  opacity: 0.65;
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion-toggle {
  position: relative;
  display: block;
  height: auto;
  padding: 1rem 2.5rem 1rem 1rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1d1d1d;
  color: #f7f7f7;
}

.faq-section {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-color: #020713;
}

.question {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  white-space: break-spaces;
}

.standard-btn-4 {
  position: static;
  display: inline-block;
  min-height: 56px;
  padding: 1rem;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba60b), to(#fba60b));
  background-image: linear-gradient(180deg, #fba60b, #fba60b);
  color: #020713;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.standard-btn-4:hover {
  background-image: linear-gradient(172deg, #ecc334, #eb8b4c);
}

.standard-btn-4:active {
  background-color: #ecc334;
}

.standard-btn-4.btn-wide {
  min-width: 20rem;
}

.accordion_item {
  overflow: hidden;
  width: 100%;
  max-width: 652px;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  color: #f7f7f7;
  cursor: pointer;
}

.heading-l {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.heading-l.faq-heading {
  max-width: 652px;
  margin: 0px auto 2rem;
  text-align: center;
}

.dropdown-list {
  position: static;
  display: block;
}

.question-text {
  position: static;
  display: inline;
  margin-right: 1rem;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  white-space: break-spaces;
}

.answer-container {
  margin-top: 2px;
  padding: 20px;
  background-color: #1d1d1d;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.question_carrot {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 32px;
  margin-top: 14px;
  margin-right: 1rem;
}

.accordion-container {
  max-width: 652px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.bios-container {
  margin-top: 5.5rem;
  margin-right: auto;
  margin-left: auto;
}

.available-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.also-like-section {
  padding-top: 5.5rem;
  padding-bottom: 11rem;
}

.show-text {
  margin-top: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: 300;
}

.col-mid {
  padding-right: 3px;
  padding-left: 3px;
}

.also-like-list {
  margin-top: 3rem;
}

.navbar-contain {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(30%, rgba(0, 0, 0, 0.65)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) 30%, transparent);
}

.trailer_vid {
  margin-bottom: 2rem;
  padding-right: 10%;
  padding-left: 10%;
}

.container {
  max-width: 1920px;
}

@media screen and (max-width: 991px) {
  .div-block---photo {
    width: 33.33%;
  }

  .div-block---new-show {
    position: relative;
  }

  .column-left {
    padding-right: 0.5rem;
  }

  .div-block---shows-cntnr {
    min-height: 350px;
  }

  .column-right-2 {
    padding-right: 0rem;
    padding-left: 0.5rem;
  }

  .h2-section-heading {
    text-align: center;
  }

  .h2-section-heading.white-text {
    font-size: 40px;
    line-height: 48px;
  }

  .column-right-padding-b {
    margin-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-560 {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-content.white-text.max-width-560 {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block---feature {
    width: 100%;
  }

  .standard-btn-2.hero {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-right-padding {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-right-padding.margin-top-0 {
    margin-top: 0px;
  }

  .column-left-padding {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-mid-padding {
    padding-right: 0px;
    padding-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .img---icons {
    height: 64px;
  }

  .icon-text {
    font-size: 20px;
  }

  .div-block---icons {
    width: 100%;
    height: 64px;
    margin-bottom: 1.5rem;
  }

  .navbar-btn-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .navbar-btn-3.secondary.margin-right {
    margin-right: 1rem;
  }

  .brand-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cs-header-logo-2 {
    height: 40px;
  }

  .navbar-2 {
    padding-bottom: 0rem;
  }

  .div-block---feature-2 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .column-left-padding-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block---blue-container-2 {
    min-height: 358px;
  }

  .div-block---blue-container-2.left.sale {
    min-height: 453px;
  }

  .secondary-footer-links-3 {
    margin-right: 1.5rem;
  }

  .col---main-footer-links {
    margin-right: 1.5rem;
  }

  .div-block---secondary-links-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block---primary-links {
    display: none;
  }

  .col---footer-links-2 {
    display: block;
    width: 100%;
  }

  .main-links-col---contain-2 {
    margin-left: 0rem;
    clear: both;
  }

  .div-block---blue-container-3 {
    min-height: 310px;
  }

  .modal-wrapper {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }

  .main-footer-link {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .footer-list-primary-links {
    display: -ms-grid;
    display: grid;
    margin-top: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .secondary-footer-link {
    margin-right: 1.5rem;
  }

  .header-logo {
    height: 40px;
  }

  .navbar-btn-4 {
    margin-top: 0.5rem;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .navbar-btn-4.secondary.margin-right {
    margin-right: 1rem;
  }

  .navbar-3 {
    padding-bottom: 0rem;
  }

  .brand-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .strikethrough-standard {
    width: 118px;
  }

  .price-dollar {
    font-size: 40px;
    line-height: 44px;
  }

  .strikethrough-premium {
    width: 127px;
  }

  .price-blocks-container {
    width: 100%;
    max-width: 652px;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .standard-btn-3.btn-wide.margin-top-2rem {
    display: block;
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
  }

  .div-1920 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-1920.video-contain {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cs-section-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .price-container.regular {
    display: none;
  }

  .col-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .col-left.cs-col-left {
    padding-right: 0px;
  }

  .col-left.height {
    height: 267px;
  }

  .about-titleart {
    width: 90%;
  }

  .about-text {
    font-size: 20px;
    line-height: 30px;
  }

  .bio-section {
    overflow: hidden;
  }

  .section-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .bio-img {
    margin-left: auto;
  }

  .bio-text {
    width: 100%;
  }

  .circle-2 {
    left: 0%;
    bottom: 61%;
  }

  .circle-3 {
    left: 20%;
    bottom: 7%;
  }

  .heading-l {
    font-size: 32px;
    line-height: 40px;
  }

  .col-hide {
    display: none;
  }

  .show-text {
    min-height: 180px;
    margin-bottom: 2rem;
  }

  .col-mid._2 {
    padding-right: 0px;
    padding-left: 6px;
  }

  .col-mid._3 {
    padding-right: 6px;
    padding-left: 0px;
  }

  .navbar-contain {
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
  }

  ul {
    margin-top: 1rem;
  }

  .div-block {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .line {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .navbar-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .brand {
    padding-left: 0px;
  }

  .div-block---photo {
    width: 33.333%;
  }

  .div-block---new-show {
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }

  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    padding-bottom: 80px;
  }

  .p---copyright {
    font-size: 0.75rem;
  }

  .column-right-2 {
    margin-top: 0.5rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-video-contain {
    min-height: 560px;
  }

  .sub-length {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block---blue-container {
    min-height: 0px;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .div-block---blue-container.right {
    padding-bottom: 24px;
  }

  .mid-section {
    margin-bottom: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  ._4k-text {
    font-size: 14px;
    line-height: 22px;
  }

  .h2-section-heading.white-text {
    font-size: 32px;
    line-height: 40px;
  }

  .column-right-padding-b {
    padding-right: 0px;
    padding-left: 0px;
  }

  .currency-rate {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block---feature {
    width: 100%;
  }

  .standard-btn-2.hero {
    width: 280px;
    min-width: 0px;
    font-size: 20px;
  }

  .standard-btn-2.hero.center {
    width: 280px;
    min-width: 0px;
  }

  .column-right-padding {
    margin-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .extra-note {
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 30px;
  }

  .div-block-1600 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .price {
    font-size: 40px;
    line-height: 48px;
  }

  .column-left-padding {
    margin-bottom: 4px;
    padding-right: 2px;
    padding-left: 0px;
  }

  .column-mid-padding {
    margin-bottom: 4px;
    padding-right: 0px;
    padding-left: 2px;
  }

  .last-section {
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .div-block---max-1340 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block---icons {
    width: 100%;
    margin-bottom: 1rem;
  }

  .div-block---icons.margin-top-1rem {
    margin-top: 1rem;
  }

  .navbar-btn-3 {
    margin-top: 10px;
    margin-bottom: 0rem;
  }

  .navbar-btn-3.secondary.margin-right {
    min-width: 80px;
  }

  .navbar-btn-3.solid {
    min-width: 80px;
  }

  .brand-3 {
    max-height: 42px;
    max-width: 178px;
    padding-left: 0px;
  }

  .navbar-container-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .strikethrough {
    top: 56%;
  }

  .div-block---feature-2 {
    width: 100%;
  }

  .column-left-padding-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block---blue-container-2 {
    min-height: 258px;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .div-block---blue-container-2.left.sale {
    min-height: 329px;
  }

  .div-block---copyright-3 {
    display: block;
    float: left;
    clear: left;
  }

  .secondary-footer-links-3 {
    margin-right: 1.5rem;
    font-size: 0.75rem;
  }

  .div-block---social-2 {
    margin-top: 1rem;
  }

  .col---main-footer-links {
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }

  .div-block---footer-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col---footer-links-2 {
    width: 100%;
    padding-top: 0rem;
  }

  .social-link-3 {
    font-size: 1.25rem;
  }

  .main-links-col---contain-2 {
    margin-top: 1rem;
  }

  .plan_descriptions {
    line-height: 20px;
  }

  .div-block---blue-container-3 {
    min-height: 259px;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .div-block---blue-container-3.right {
    padding-bottom: 8px;
  }

  .strikethrough-4k {
    top: 34%;
    width: 204px;
  }

  .strikethrough-hd {
    top: 32%;
    width: 194px;
  }

  .modal-wrapper {
    padding: 1rem 1rem 1.5rem;
  }

  .main-footer-link {
    font-size: 0.85rem;
  }

  .footer-list-primary-links {
    grid-column-gap: 16px;
    -ms-grid-columns: 0.75fr 0.5fr 1fr;
    grid-template-columns: 0.75fr 0.5fr 1fr;
  }

  .div-block-copyright {
    display: block;
  }

  .div-block---social-3 {
    margin-top: 1rem;
  }

  .p---copyright-2 {
    font-size: 0.75rem;
  }

  .social-link-4 {
    font-size: 1.25rem;
  }

  .secondary-footer-link {
    margin-right: 1.5rem;
    font-size: 0.75rem;
  }

  .div-block---footer-container-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-container-4 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-btn-4 {
    margin-top: 10px;
    margin-bottom: 0rem;
    line-height: 16px;
  }

  .navbar-btn-4.secondary.margin-right {
    min-width: 80px;
  }

  .navbar-btn-4.solid {
    min-width: 80px;
  }

  .brand-2 {
    max-height: 42px;
    max-width: 178px;
    padding-left: 0px;
  }

  .plan-name {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
  }

  .prices-area {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price-dollar {
    font-size: 40px;
    line-height: 48px;
  }

  .price-cents {
    font-size: 16px;
    line-height: 16px;
  }

  .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price-box.right {
    margin-left: 0px;
  }

  .price-box.left {
    margin-right: 0px;
  }

  .price-box.most-popular {
    padding-top: 2.75rem;
  }

  .price-blocks-container {
    width: 100%;
  }

  .standard-btn-3.btn-wide {
    width: 22rem;
  }

  .div-1920 {
    margin-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-1920.margin-top-0 {
    margin-top: 0rem;
  }

  .div-1920.margin-top-0.vertical {
    position: relative;
  }

  .div-1920.video-contain {
    margin-top: 72px;
  }

  .plan-names-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .price-container {
    clear: right;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .price-container.regular {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }

  .col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .original {
    width: 15rem;
  }

  .about-section {
    padding-top: 3rem;
  }

  .name {
    margin-bottom: 0rem;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .bio-img {
    margin-bottom: 1.5rem;
  }

  .bio-title {
    font-size: 18px;
    text-align: center;
  }

  .bio-text {
    margin-top: 23px;
    font-size: 15px;
    line-height: 23px;
  }

  .circle-2 {
    left: 5%;
    bottom: 63%;
    width: 514px;
  }

  .circle-3 {
    bottom: 16%;
  }

  .accordion-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .standard-btn-4.btn-wide {
    width: 22rem;
  }

  .question-text {
    font-size: 20px;
    line-height: 30px;
  }

  .available-section {
    padding-top: 3rem;
  }

  .show-text {
    min-height: 0px;
  }

  .col-mid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-mid._2 {
    padding-left: 0px;
  }

  .col-mid._3 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .list-item---color-block {
    width: 50%;
  }

  .brand {
    width: 120px;
  }

  .navbar-btn {
    min-width: 0px;
    margin-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
  }

  .div-block---photo {
    width: 50%;
  }

  .div-block---new-show.margin-top-0 {
    margin-top: 4rem;
  }

  .hero-section {
    padding-bottom: 48px;
  }

  .div-block---cs-logo {
    display: block;
  }

  .background-video-contain {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 17, 32, 0.25)), to(rgba(11, 17, 32, 0.25)));
    background-image: linear-gradient(180deg, rgba(11, 17, 32, 0.25), rgba(11, 17, 32, 0.25));
  }

  .div-block---blue-container.right {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .mid-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h2-section-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block---feature {
    width: 100%;
  }

  .standard-btn-2.hero {
    width: auto;
  }

  .standard-btn-2.hero.center {
    width: auto;
  }

  .div-block-1600 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .column-left-padding {
    margin-bottom: 8px;
  }

  .img---icons {
    max-width: 75%;
  }

  .img---icons.winning {
    width: 68%;
  }

  .icon-text {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block---icons {
    width: 100%;
    margin-bottom: 0rem;
  }

  .navbar-btn-3 {
    min-width: 0px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
  }

  .navbar-btn-3.secondary.margin-right {
    display: none;
  }

  .div-block---feature-2 {
    width: 100%;
  }

  .div-block---blue-container-2.left {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .div-block---blue-container-2.right {
    margin-left: 0px;
  }

  .div-block---copyright-3 {
    float: left;
  }

  .secondary-footer-links-3 {
    margin-top: 0.5rem;
    margin-right: 1rem;
    line-height: 18px;
  }

  .div-block---social-2 {
    margin-top: 2rem;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col---main-footer-links {
    overflow: visible;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .col---footer-links-2 {
    padding-top: 1rem;
  }

  .social-link-3 {
    margin-right: 1.5rem;
  }

  .main-links-col---contain-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .img-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(75%, rgba(0, 0, 0, 0.45)));
    background-image: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.45) 75%);
  }

  .play-circle {
    width: 96px;
  }

  .primary-button.margin-left-8 {
    width: 100%;
  }

  .hero_title {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block---blue-container-3 {
    min-height: 190px;
  }

  .div-block---blue-container-3.right {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .modal-wrapper {
    padding-top: 2rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-footer-link {
    overflow: visible;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .footer-list-primary-links {
    -ms-grid-columns: 1fr 1.75fr;
    grid-template-columns: 1fr 1.75fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block---social-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .p---copyright-2 {
    margin-top: 0.5rem;
  }

  .social-link-4 {
    margin-right: 1rem;
  }

  .secondary-footer-link {
    margin-top: 0.5rem;
    margin-right: 1rem;
    line-height: 18px;
  }

  .now {
    display: none;
  }

  .header-logo {
    height: 36px;
  }

  .navbar-btn-4 {
    min-width: 0px;
    padding: 0.5rem;
    font-size: 14px;
  }

  .navbar-btn-4.secondary.margin-right {
    margin-right: 0.5rem;
  }

  .navbar-btn-4.solid {
    margin-top: 10px;
  }

  .brand-2 {
    max-height: 36px;
  }

  .plan-name {
    font-size: 20px;
  }

  .prices-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .strikethrough-standard {
    width: 100px;
  }

  .plan-duration {
    font-size: 14px;
    line-height: 20px;
  }

  .price-dollar {
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 40px;
  }

  .price-cents {
    margin-top: 6px;
    font-size: 14px;
    line-height: 14px;
  }

  .strikethrough-premium {
    width: 107px;
  }

  .price-box {
    display: block;
  }

  .price-box.right {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .price-blocks-container {
    width: 100%;
  }

  .standard-btn-3.btn-wide {
    width: 100%;
    min-width: 0rem;
  }

  .standard-btn-3.btn-wide.center {
    width: auto;
  }

  .div-1920 {
    margin-top: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .div-1920.video-contain {
    padding-right: 0%;
    padding-left: 0%;
  }

  .price-container.regular {
    margin-right: 0.5rem;
    margin-bottom: 0rem;
  }

  .hero_titleart {
    margin-bottom: 1.5rem;
  }

  .original {
    width: 12rem;
    margin-bottom: 1rem;
  }

  .hero_text {
    font-size: 15px;
    line-height: 23px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .name.center {
    font-size: 20px;
  }

  .circle-1 {
    left: 50%;
  }

  .circle-2 {
    left: 5%;
    bottom: 66%;
    width: 700px;
  }

  .circle-3 {
    bottom: 25%;
  }

  .standard-btn-4.btn-wide {
    width: 100%;
    min-width: 0rem;
  }

  .heading-l {
    font-size: 24px;
    line-height: 36px;
  }

  .question-text {
    font-size: 18px;
    line-height: 27px;
  }

  .question_carrot {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 12px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Bold-Web.woff2') format('woff2'), url('../fonts/Graphik-Bold-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Light-Web.woff2') format('woff2'), url('../fonts/Graphik-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-LightItalic-Web.woff2') format('woff2'), url('../fonts/Graphik-LightItalic-Web.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Semibold-Web.woff2') format('woff2'), url('../fonts/Graphik-Semibold-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}</pre></body></html>