@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto+Condensed:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Settings */
/* (max site width) */
/* (base font size) */
/* (default font) */
/* (default font wieght) */
/* (spacing variable) */
/* (minimum page magin - left and right gap on mobile) */
/* (same as above, but with unit) */
/* (where the site goes mobile) */
/* calculate page margin */
/* responsive version of $sv (spacing variable) set above */
@font-face {
  font-family: 'icons';
  src: url("../typography/icons/fonts/icons.eot?1z8yhe");
  src: url("../typography/icons/fonts/icons.eot?1z8yhe#iefix") format("embedded-opentype"), url("../typography/icons/fonts/icons.ttf?1z8yhe") format("truetype"), url("../typography/icons/fonts/icons.woff?1z8yhe") format("woff"), url("../typography/icons/fonts/icons.svg?1z8yhe#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-house:before {
  content: "";
}

body {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

.layout-content {
  min-height: 500px;
}

h1, h2, h3, h4, p, div, .ct-paragraph, .ct-label, .ct-link {
  font-family: 'Instrument Sans', sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

/* reset input areas to default styles */
/* accessible version of display: none; */
/* TEXT SHADOW */
/* BOX SHADOW */
/* TRANSFORM  */
/* TRANSFORM ORIGIN */
/* TRANSITION */
/* calculate ems */
/* calculate rems */
/* spacing variable mixin - used for padding and margins, the second variable is a multiplier */
/* calculate the view width based on a fixed value
$prop : the property to set (if its hieght or width, max- will be set too
$w : the width the calculate
$mw : the max with, ie the value to calculate the variable related to, defaults to the $site-width
*/
/* set a property to the value page margin - useful for blocks that arent rows but should sit inside it */
#user-login-form, #block-tabs, .contextual-region.profile {
  border: 0px;
  max-width: 1160px !important;
  margin: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 766px) {
  #user-login-form, #block-tabs, .contextual-region.profile {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 1400px) and (min-width: 767px) {
  #user-login-form, #block-tabs, .contextual-region.profile {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.clear-float {
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

nav.tabs ul {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

nav.tabs li {
  margin-right: -4px;
}

nav.tabs a {
  border-color: #efefef #efefef currentcolor;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transition: none;
  transition: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: black;
  padding: 10px 25px;
}

nav.tabs a.is-active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: white;
}

#toolbar-administration nav.toolbar-lining a {
  color: black;
}

#toolbar-administration a {
  color: inherit;
}

a:link {
  color: white;
}

a:visited {
  color: none;
  background-color: none;
  outline: none;
}

a:hover {
  background-color: transparent !important;
  outline: none !important;
}

a:focus {
  background-color: none !important;
  outline: none !important;
}

a:visited {
  background-color: none !important;
  outline: none !important;
}

@media screen and (max-width: 766px) {
  .ct-header .ct-mobile-navigation-trigger {
    font-size: 0px;
  }
}

@media screen and (max-width: 766px) {
  .ct-header .ct-mobile-navigation-trigger .ct-icon {
    font-size: 2rem;
  }
}

.ct-header__middle .ct-header__content-middle2 .ct-header__logo .ct-logo__image {
  height: 20px;
}

@media screen and (max-width: 325px) {
  .ct-header__middle .ct-header__content-middle2 .ct-header__logo .ct-logo__image {
    height: 20px;
    width: 100px;
  }
}

.ct-header__middle .ct-header__content-middle3 {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

@supports (-webkit-overflow-scrolling: touch) {
  .ct-header__middle .ct-header__content-middle3 {
    height: auto;
  }
}

.ct-header__middle .ct-header__content-middle3 .ct-navigation.ct-primary-navigation.ct-justify-content-end {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ct-header__middle .ct-header__content-middle3 .ct-navigation.ct-primary-navigation.ct-justify-content-end .ct-menu__item .ct-link {
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #000;
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 {
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 766px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: -70px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 {
    margin-left: -3.5140562249vw;
  }
}

@media screen and (max-width: 766px) and (max-width: 325px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 {
    margin-left: -100px;
  }
}

@media screen and (max-width: 766px) and (max-width: 325px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 {
    margin-left: -5.0200803213vw;
  }
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:first-of-type {
  background: url("../images/LinkedIn.svg");
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:first-of-type {
    margin-right: 1.0040160643vw;
  }
}

@media screen and (max-width: 325px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:first-of-type {
    margin-right: 10px;
  }
}

@media screen and (max-width: 325px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:first-of-type {
    margin-right: 0.5020080321vw;
  }
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(2) {
  background: url("../images/YouTube.svg");
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(2) {
    margin-right: 1.0040160643vw;
  }
}

@media screen and (max-width: 325px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(2) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 325px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(2) {
    margin-right: 0.5020080321vw;
  }
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(3) {
  background: url("../images/Instagram.svg");
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(3) {
    margin-right: 1.0040160643vw;
  }
}

@media screen and (max-width: 325px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(3) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 325px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(3) {
    margin-right: 0.5020080321vw;
  }
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item:nth-of-type(4) {
  background: url("../images/Spotify.svg");
  width: 20px;
  height: 20px;
}

.ct-header__middle .ct-header__content-middle3 #block-bcast-socialnavigation .ct-menu.ct-menu--level-0 .ct-menu__item a {
  font-size: 0px;
  display: block;
  width: 100%;
}

.ct-list {
  padding-bottom: 80px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list {
    padding-bottom: 4.016064257vw;
  }
}

.ct-list .ct-list__container .container .ct-paragraph .ct-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6px;
}

.ct-list .ct-list__container .container .ct-paragraph .ct-heading a {
  text-decoration: none;
  color: white;
}

.ct-list .ct-list__container .container .ct-paragraph .ct-heading a:visited {
  border: none;
}

.ct-list .ct-list__container .ct-list__header {
  margin-bottom: 52px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list .ct-list__container .ct-list__header {
    margin-bottom: 2.6104417671vw;
  }
}

.ct-list .ct-list__container .ct-list__header .ct-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6px;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li:first-of-type .ct-theme-dark.ct-promo-card--with-image {
  background: url("../images/conversation-tile-1.png");
  background-size: cover;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li:nth-of-type(2) .ct-theme-dark.ct-promo-card--with-image {
  background: url("../images/conversation-tile-2.png");
  background-size: cover;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li:nth-of-type(3) .ct-theme-dark.ct-promo-card--with-image {
  background: url("../images/conversation-tile-3.png");
  background-size: cover;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__image {
  padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__image {
    padding: 1.0040160643vw 1.0040160643vw 1.0040160643vw 1.0040160643vw;
  }
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__image img {
  border-radius: 10px;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__summary {
  font-size: 0;
  padding-left: 20px;
  margin-top: -20px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__summary {
    padding-left: 1.0040160643vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__summary {
    margin-top: -1.0040160643vw;
  }
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__summary li {
  font-size: 1rem;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-promo-card__subtitle span {
  color: white;
}

.ct-list .ct-list__container .ct-list__rows .container .row ul.ct-item-grid__items li .ct-promo-card .ct-promo-card__content .ct-heading {
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.9rem;
}

.path-frontpage .ct-page {
  background-color: black;
}

.ct-layout {
  margin-bottom: 0px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-layout {
    margin-bottom: 0vw;
  }
}

#block-bcast-banner .ct-banner__inner {
  height: 900px;
  position: relative;
}

@media screen and (max-width: 766px) {
  #block-bcast-banner .ct-banner__inner {
    height: 600px;
  }
}

#block-bcast-banner .ct-banner__inner .container {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 114px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  #block-bcast-banner .ct-banner__inner .container {
    margin-bottom: 5.7228915663vw;
  }
}

#block-bcast-banner .ct-banner__inner .container .video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  #block-bcast-banner .ct-banner__inner .container .video-wrapper video {
    width: 100vw;
  }
}

@media screen and (max-width: 766px) {
  #block-bcast-banner .ct-banner__inner .container .video-wrapper video {
    width: 100vw;
  }
}

#block-bcast-banner .ct-banner__inner .container .video-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("../images/Banner-background.png");
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#block-bcast-banner .ct-banner__inner .container .row {
  z-index: 2;
}

#block-bcast-banner .ct-banner__inner .container .row:first-of-type {
  z-index: 3;
}

#block-bcast-banner .ct-banner__inner .container .row .ct-heading {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}

@media screen and (max-width: 766px) {
  #block-bcast-banner .ct-banner__inner .container .row .ct-heading {
    font-size: 1.5rem;
  }
}

#block-bcast-banner .ct-banner__inner .container .row p {
  position: relative;
  font-size: 1.25rem;
  text-align: left;
}

#block-bcast-banner .ct-banner__inner .container .row input[type="button"] {
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  border: none;
  margin-top: 64px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  #block-bcast-banner .ct-banner__inner .container .row input[type="button"] {
    padding-top: 0.8032128514vw;
    padding-bottom: 0.8032128514vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  #block-bcast-banner .ct-banner__inner .container .row input[type="button"] {
    padding-left: 2.4096385542vw;
    padding-right: 2.4096385542vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  #block-bcast-banner .ct-banner__inner .container .row input[type="button"] {
    margin-top: 3.2128514056vw;
  }
}

.path-webform .ct-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.path-webform .ct-page > .ct-layout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.path-webform .ct-page > .ct-layout .webform-confirmation {
  padding-top: 120px;
}

.path-webform .ct-page > .ct-layout .webform-confirmation p {
  font-size: 20px;
}

.path-webform #block-bcast-banner .ct-banner__inner {
  height: auto;
}

.path-webform #block-bcast-banner .ct-banner__inner .container {
  margin-bottom: 0;
}

.ct-list#ct-manual-list-21 .ct-list__container {
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: url("../images/product-background.png");
  background-size: cover;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list#ct-manual-list-21 .ct-list__container {
    padding-bottom: 4.016064257vw;
  }
}

.ct-list#ct-manual-list-21 .ct-list__container:before {
  content: '';
  width: 100%;
  height: 10px;
  background: url("../images/product-top-border.png");
  display: block;
  background-size: 100% 100%;
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__content__wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list#ct-manual-list-21 .ct-list__container .ct-list__content__wrapper {
    padding-top: 4.016064257vw;
  }
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__header {
  margin-bottom: 32px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list#ct-manual-list-21 .ct-list__container .ct-list__header {
    margin-bottom: 1.6064257028vw;
  }
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card {
  background: transparent;
  border-radius: 4px;
  background: -webkit-linear-gradient(49deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(41deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F15826, rgba(255, 255, 255, 0.5));
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card .ct-navigation-card__title {
  max-width: 208px;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.4px;
  min-height: 62px;
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card .ct-navigation-card__summary h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card .ct-navigation-card__summary h3 {
    margin-bottom: 0vw;
  }
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card .ct-navigation-card__summary p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item .ct-navigation-card .ct-navigation-card__summary p {
    margin-top: 0vw;
  }
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item:nth-of-type(2) .ct-navigation-card {
  border-image-source: linear-gradient(90deg, #FBBD18, rgba(255, 255, 255, 0.5));
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item:nth-of-type(3) .ct-navigation-card {
  border-image-source: linear-gradient(90deg, #54C6D6, rgba(255, 255, 255, 0.5));
}

.ct-list#ct-manual-list-21 .ct-list__container .ct-list__rows ul.ct-item-grid__items li.ct-item-grid__item:nth-of-type(4) .ct-navigation-card {
  border-image-source: linear-gradient(90deg, #9D8CC2, rgba(255, 255, 255, 0.5));
}

.path-frontpage .ct-basic-content .container h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: white !important;
}

.path-frontpage .ct-basic-content .container p {
  text-align: center;
}

.path-frontpage .ct-basic-content .container p iframe {
  max-width: 800px;
  margin: 0 auto;
  max-height: 232px;
}

.ct-webform {
  background: url("../images/Banner-background.png");
  background-size: cover;
  padding-bottom: 173px;
  padding-top: 80px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform {
    padding-bottom: 8.6847389558vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform {
    padding-top: 4.016064257vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform {
    padding-bottom: 210px !important;
  }
}

.ct-webform .container {
  max-width: 1248px;
  margin: 0 auto;
}

.ct-webform .container .row {
  border-radius: 4px;
  background: -webkit-radial-gradient(-2.64% -2.39%, 114.29% 150.61%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(114.29% 150.61% at -2.64% -2.39%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.ct-webform .container .row form {
  max-width: 762px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form {
    padding-top: 4.016064257vw;
    padding-bottom: 4.016064257vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form {
    padding-left: 2.0080321285vw;
    padding-right: 2.0080321285vw;
  }
}

@media screen and (max-width: 766px) {
  .ct-webform .container .row form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form {
    padding-left: 2.0080321285vw;
    padding-right: 2.0080321285vw;
  }
}

.ct-webform .container .row form .ct-textarea {
  min-width: 100%;
  border-radius: 4px;
}

.ct-webform .container .row form .ct-form-element--webform_markup {
  height: 0;
  margin-bottom: 0;
}

.ct-webform .container .row form .ct-form-element--webform_markup a {
  font-size: 0;
}

.ct-webform .container .row form .contextual ul {
  color: white;
}

.ct-webform .container .row form .contextual ul li a {
  color: white;
}

.ct-webform .container .row form .js-form-wrapper .ct-label--regular {
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: white;
}

.ct-webform .container .row form .js-form-wrapper .ct-label--regular.js-form-required:after {
  content: '*';
  color: #ce3836;
  font-size: 14px;
}

.ct-webform .container .row form .js-form-wrapper .ct-textfield, .ct-webform .container .row form .js-form-wrapper .ct-textarea {
  font-family: 'Instrument Sans', sans-serif;
  border-radius: 4px;
}

.ct-webform .container .row form .js-form-wrapper .ct-textfield.ct-textfield.ct-theme-light:invalid, .ct-webform .container .row form .js-form-wrapper .ct-textarea.ct-textfield.ct-theme-light:invalid {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ct-webform .container .row form .js-form-wrapper .edit-upload-your-brief-optional .ct-input--file .js-form-file {
  background: none;
  border: none;
  padding-left: 0px;
  cursor: pointer;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form .js-form-wrapper .edit-upload-your-brief-optional .ct-input--file .js-form-file {
    padding-left: 0vw;
  }
}

.ct-webform .container .row form .js-form-wrapper .ct-field-description {
  display: none;
}

.ct-webform .container .row form .js-form-wrapper .ct-form-element--submit .ct-button--submit {
  background-color: white;
  color: black;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: 'Instrument Sans', sans-serif;
  border: none;
  margin-top: 24px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .ct-webform .container .row form .js-form-wrapper .ct-form-element--submit .ct-button--submit {
    margin-top: 1.2048192771vw;
  }
}

.ct-webform .container .row form .js-form-wrapper .ct-form-element--submit input[name="upload_your_brief_optional_remove_button"] {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.path-frontpage .ct-footer.ct-theme-dark {
  margin-top: -146px;
  background-color: transparent;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark {
    margin-top: -7.3293172691vw;
  }
}

@media screen and (max-width: 1700px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark {
    margin-top: -127px;
  }
}

.path-frontpage .ct-footer.ct-theme-dark .row {
  padding-top: 0px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-top: 0vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-bottom: 4.5180722892vw;
  }
}

@media screen and (max-width: 766px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 766px) and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1992px) and (min-width: 767px) and (max-width: 1992px) and (min-width: 767px) {
  .path-frontpage .ct-footer.ct-theme-dark .row {
    padding-bottom: 4.5180722892vw;
  }
}

body.user-logged-in.path-frontpage .ct-footer.ct-theme-dark {
  margin-top: -173px;
}

@media screen and (max-width: 1992px) and (min-width: 767px) {
  body.user-logged-in.path-frontpage .ct-footer.ct-theme-dark {
    margin-top: -8.6847389558vw;
  }
}

/*# sourceMappingURL=main.css.map */
