



@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,regular,500,600,700,800,900');

body {
  font-family: Poppins;
  font-size: 15px;
  color: #373737;
  background-color: #fff;
  -webkit-font-smoothing: auto;
}

.mediaobject img {
  border-radius: 12px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
}

h2 {
  font-weight: normal;
  font-size: 2.13em;
}

h3 {
  font-weight: normal;
  font-size: 1.6em;
}

div.section-toc-title {
  font-weight: 700;
  font-size: 0.83em;
  color: #373737;
}

a {
  color: #0995D4;
}

.pager li>a, .pager li>span {
  color: #0995D4;
  padding: 0;
  font-size: 0.87em;
}

.portal-single-publication h3 {
  margin: 0.5em 0 0;
}

header.portal-header h1 {
  font-size: 30px;
}

header.portal-header h4 {
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.5em;
}

.portal-header {
  height: 350px;
}

@media (min-width: 768px) {
  .portal-single-publication {
    width: 20%;
  }
  header.portal-header h1 {
    font-size: 48px;
  }
  header.portal-header h4 {
    font-size: 40px;
  }

  .portal-header {
    height: 472px;
  }
}

.cat-image-svg {
  max-width: 70%;
}


.site-sidebar-header {
  display: none; /* logo */
}

.nav-site-sidebar ul a {
  color: #373737;
  font-size: 13px !important;
}

.nav-site-sidebar li a {
  color: #373737;
  padding: 8px 15px;
}

.nav-site-sidebar .topic-link {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-site-sidebar ul a {
  padding-left: 36px !important;
}

.nav-site-sidebar ul ul a {
  padding-left: 62px !important;
}

.nav-site-sidebar .active>a {
  color: #ffffff !important;
  background-color: #0995D4 !important;
  border-radius: 4px;
}

.nav-site-sidebar li a:hover {
  background-color: none;
  color: #0995D4;
}

.nav-site-sidebar li a:focus {
  background-color: inherit;
  color: inherit;
}

input[type=text] {
  border: 1px solid #E5E4E5;
  border-radius: 4px;
  height: 40px;
}
.search-field {
  background-color: #ffffff;
  color: #828282;
  /* border-radius: 4px; */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #828282 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #828282 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #828282 !important;
}

.toc .glyphicon {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  left: 0;
}

@media (min-width: 768px) {
  .toolbar {
    display: none;
  }
}
.site-footer {
  display: none;
}

.site-sidebar {
  top: 72px;
  bottom: 70px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 13px;

  background-color: #F9F9FA;
  z-index: 998;
}

.nav-site-sidebar ul .active > a {
  font-weight: normal;
}

.bg-primary, .btn-primary, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .portal-single-publication .publication-icon {
  background-color: #0995D4;
}

/*
.featured-content-label, .portal-contents featured-content, .portal-contents .inner {
  display:none;
}
*/

@media (min-width: 768px) {
  .publication-contents {
    width: 20%; /* 5 columns */
  }
}

.publication-contents a {
  color: #0995D4;
}

.portal-single-publication {
  display: block !important;
}
.show-all-categories {
  display: none;
}

.site-body {
  padding-top: 72px;
}

.theme1 .procedure > li::before {
  background-color: #0995D4;
}

/**
 header & footer
*/
#frequency-header {
  height: 72px;
  background-color: #252525;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 1001; */
  z-index: 999;
  line-height: 20px;
}

#frequency-footer {
  /* min-height: 70px;
  background-color: #252525; */
  /* z-index: 1001; */
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.index #frequency-footer {
  position: relative;
}

#frequency-footer .container.footer {
  min-height: 0 !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.site-content {
  width: auto;
}

@media (min-width: 768px) {
  .site-sidebar {
    width: 25%;
  }

  .site-content {
    margin-left: 25%;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .site-sidebar {
    width: 350px;
  }
  .site-content {
    margin-left: 350px;
    width: calc(100% - 350px);
  }
}

.site-sidebar {
  /* width: 25%; */
  /* top: 0; */
  bottom: 0;
}

@media (min-width: 768px) {
  .site-body-row {
    display: flex;
  }
  /* .site-content {
    display: flex; 
  }*/
  .site-sidebar {
    position: relative;
    top: 0;
    flex: 1;
  }
  .site-content {
    float: none;
    margin-left: auto;
  }
}

#frequency-footer {
  position: relative;
  z-index: inherit;
}

.pager li>a:hover, .pager li>span:hover {
  background-color: inherit;
  color: inherit;
}

pre.programlisting, code.code {
  display: inline-block;
  border: 1px solid #eee !important;
  background-color: #f9f2f4 !important;
}
pre.programlisting code.code {
  border: none !important;
  background-color: transparent !important;
}

/* PORTAL HOME */
.copyright {
  display: none !important;
}
.portal-single-publication h3 {
  font-size: 14px;
}
.portal-header::before {
  display: none;
}
.portal-header::after {
  filter: none;
  opacity: 1;
}
.portal-content {
  padding-top: 72px;
  /* padding-bottom: 70px; */
}
.portal-header .portal-search button, .publication-contents h4 span {
  background-color: #0995D4;
}

.portal-header .logo-link {
  display: none;
}

.portal-header .search-field {
  background-color: #fff;
}

.portal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.portal-header h1 {
  margin-top: 0;
  font-weight: 700;
  /* font-size: 3.2em; */
}

/* Generated on: Mon May 23 2022 19:30:57 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{height:auto}input[type='search']{-webkit-appearance:none}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
   @font-face{font-family:'webflow-icons';src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');font-weight:normal;font-style:normal}[class^="w-icon-"],[class*=" w-icon-"]{font-family:'webflow-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-icon-slider-right:before{content:"\e600"}.w-icon-slider-left:before{content:"\e601"}.w-icon-nav-menu:before{content:"\e602"}.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:"\e603"}.w-icon-file-upload-remove:before{content:"\e900"}.w-icon-file-upload-icon:before{content:"\e903"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#333}img{max-width:100%;vertical-align:middle;display:inline-block}html.w-mod-touch *{background-attachment:scroll !important}.w-block{display:block}.w-inline-block{max-width:100%;display:inline-block}.w-clearfix:before,.w-clearfix:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-clearfix:after{clear:both}.w-hidden{display:none}.w-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent !important}.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 none transparent;border-radius:0;background:none;background-image:none;background-position:0 0;background-size:auto auto;background-repeat:repeat;background-origin:padding-box;background-clip:border-box;background-attachment:scroll;background-color:transparent;box-shadow:none;opacity:1;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed !important;display:inline-block !important;visibility:visible !important;z-index:2147483647 !important;top:auto !important;right:12px !important;bottom:12px !important;left:auto !important;color:#AAADB0 !important;background-color:#fff !important;border-radius:3px !important;padding:6px 8px 6px 6px !important;font-size:12px !important;opacity:1 !important;line-height:14px !important;text-decoration:none !important;transform:none !important;margin:0 !important;width:auto !important;height:auto !important;overflow:visible !important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.1);cursor:pointer}.w-webflow-badge>img{display:inline-block !important;visibility:visible !important;opacity:1 !important;vertical-align:middle !important}h1,h2,h3,h4,h5,h6{margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #E2E2E2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ul,ol{margin-top:0;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video iframe,.w-video object,.w-video embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}fieldset{padding:0;margin:0;border:0}button,html input[type='button'],input[type='reset']{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#dddddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:bold}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333333;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898EC;outline:0}.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eeeeee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:before,.w-radio:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;margin-top:1px \9;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{display:inline-block;color:#333333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:normal;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:before,.w-container:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:before,.w-row:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none !important}@media screen and (max-width:991px){.w-container{max-width:728px}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:none !important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width:767px){.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:none !important}.w-row,.w-container .w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width:479px){.w-container{max-width:none}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:inherit !important}.w-hidden-tiny{display:none !important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none !important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:white;border:#758696 solid 1px;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after{top:50%;left:0;border:solid transparent;content:' ';height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:white;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after{top:100%;left:50%;border:solid transparent;content:' ';height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:white;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-background-video{position:relative;overflow:hidden;height:500px;color:white}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.w-background-video--control{position:absolute;bottom:1em;right:1em;background-color:transparent;padding:0}.w-background-video--control>[hidden]{display:none !important}.w-slider{position:relative;height:300px;text-align:center;background:#dddddd;clear:both;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,0.4)}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:rgba(34,34,34,0.4)}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,0.4);cursor:pointer;margin:0 3px .5em;transition:background-color 100ms,color 100ms}.w-slider-dot.w-active{background-color:#fff}.w-slider-dot:focus{outline:none;box-shadow:0 0 0 2px #fff}.w-slider-dot:focus.w-active{box-shadow:none}.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:white;font-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class^='w-icon-'],.w-slider-arrow-right [class^='w-icon-'],.w-slider-arrow-left [class*=' w-icon-'],.w-slider-arrow-right [class*=' w-icon-']{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-slider-force-show{display:block !important}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link{position:relative;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-right:20px;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#dddddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width:767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{color:#000;cursor:auto;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;list-style:disc;text-align:start;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,0.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0, 0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,0.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")}.w-lightbox-close{right:0;height:2.6em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0, 0, 0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,0.4);border-radius:50%;-webkit-animation:spin .8s infinite linear;animation:spin .8s infinite linear}.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.w-lightbox-hide{display:none}.w-lightbox-noscroll{overflow:hidden}@media (min-width:768px){.w-lightbox-content{height:96vh;margin-top:2vh}.w-lightbox-view,.w-lightbox-view:before{height:96vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}.w-lightbox-image{max-width:96vw;max-height:96vh}.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:before,.w-richtext:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable="true"]:before,.w-richtext[contenteditable="true"]:after{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after{outline:2px solid #2895f7}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div{outline:2px solid #2895f7}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type="video"]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default !important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}.w-richtext figure div{font-size:0;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type="image"]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type="image"]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type="image"]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type="video"]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type="video"] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type="video"]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#dddddd;z-index:1000}.w-nav:before,.w-nav:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block !important;position:absolute;top:100%;left:0;right:0;background:#C8C8C8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation="over-left"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-left"] .w-nav-overlay,.w-nav[data-animation="over-left"] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation="over-right"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-right"] .w-nav-overlay,.w-nav[data-animation="over-right"] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#C8C8C8;color:white}.w-nav[data-collapse="all"] .w-nav-menu{display:none}.w-nav[data-collapse="all"] .w-nav-button{display:block}.w--nav-dropdown-open{display:block}.w--nav-dropdown-toggle-open{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width:991px){.w-nav[data-collapse="medium"] .w-nav-menu{display:none}.w-nav[data-collapse="medium"] .w-nav-button{display:block}}@media screen and (max-width:767px){.w-nav[data-collapse="small"] .w-nav-menu{display:none}.w-nav[data-collapse="small"] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}@media screen and (max-width:479px){.w-nav[data-collapse="tiny"] .w-nav-menu{display:none}.w-nav[data-collapse="tiny"] .w-nav-button{display:block}}.w-tabs{position:relative}.w-tabs:before,.w-tabs:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222222;background-color:#dddddd}.w-tab-link.w--current{background-color:#C8C8C8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width:479px){.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#dddddd}.w-dyn-hide{display:none !important}.w-dyn-bind-empty{display:none !important}.w-condition-invisible{display:none !important}.wf-layout-layout{display:grid !important}.wf-layout-cell{display:flex !important}

   /* ==========================================================================
      Start of custom Webflow CSS
      ========================================================================== */

    h1, h2, h3, h4, h5, h6 {
      font-family: Poppins;
      font-weight: 500;
      font-weight: normal;
      line-height: 1.1;
    }

    h5, .h5, h6, .h6 {
      font-size: inherit;
      font-weight: 700;
    }
   .w-layout-grid {
     display: -ms-grid;
     display: grid;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
     grid-row-gap: 16px;
     grid-column-gap: 16px;
   }
   
   body {
     font-family: Poppins, sans-serif;
     color: #333;
     font-size: 14px;
     font-weight: 400;
   }

   /* ==========================================================================
      Start of Chris fix 9-7-22
      ========================================================================== */

   section {
      margin-top: 60px;
   }

   .topic-content {
      margin-top: -60px;
   }

   p {
      margin-top: 20px;
   }

   /* ==========================================================================
      End of Chris fix 9-7-22
      ========================================================================== */
   
   p {
     font-size: 16px;
     line-height: 24px;
   }
   
   a {
     color: #0995d4;
     text-decoration: none;
   }
   
   .container {
     max-width: 100%;
     -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;
   }
   
   .container.footer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 1000px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .container.footercontent {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   
   .container.fast {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .container.spend {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 60px;
     padding-top: 60px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .navbar {
     position: fixed;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     height: 72px;
     background-color: rgba(37, 37, 37, 0.75);
   }
   
   .nav-link {
     height: 72px;
     margin-right: 25px;
     padding-top: 26px;
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .nav-link:hover {
     color: #0995d4;
   }
   
   .nav-link:active {
     color: #018aad;
   }
   
   .nav-link:focus {
     color: #0995d4;
   }
   
   .nav-link.w--current {
     color: #4ac6ee;
   }
   
   .nav-link.contactlinkdesktop {
     display: none;
   }
   
   .image {
     margin-top: 20px;
   }
   
   .distribution {
     display: block;
     height: auto;
     padding-bottom: 170px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     border-radius: 12px;
     background-color: #fff;
   }
   
   .pricing {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 100%;
     padding-top: 45px;
     padding-bottom: 45px;
   }
   
   .copyright-text {
     margin-top: 0px;
     font-family: Poppins, sans-serif;
     color: #ddd;
     font-size: 12px;
     font-weight: 300;
     text-align: center;
     letter-spacing: 0.5px;
   }
   
   .link {
     color: #4ac6ee;
   }
   
   .link-2 {
     color: #4ac6ee;
   }
   
   .contact-us-button {
     height: 44px;
     margin-top: 14px;
     margin-right: 0px;
     margin-left: 18px;
     padding: 13px 25px 0px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .contact-us-button:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#0995d4), to(#4ec9f0));
     background-image: linear-gradient(180deg, #0995d4, #4ec9f0);
     color: #fff;
   }
   
   .contact-us-button:active {
     background-color: #018aad;
     background-image: none;
     color: #fff;
   }
   
   .contact-us-button:focus {
     color: #fff;
     text-decoration: none;
   }
   
   .contact-us-button:visited {
     background-color: rgba(1, 138, 173, 0.25);
     background-image: none;
   }
   
   .footercolumn {
     max-width: 260px;
     margin-top: 30px;
   }
   
   .footerheadtxt {
     margin-top: 0px;
     margin-left: 0px;
     font-family: Poppins, sans-serif;
     color: #ddd;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 3px;
   }
   
   .footertext {
     margin-left: 15px;
     font-family: Poppins, sans-serif;
     color: #ddd;
     font-size: 12px;
     line-height: 27px;
     font-weight: 400;
     letter-spacing: 0.5px;
     white-space: normal;
   }
   
   .footersociallogos {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 14px;
     margin-left: 15px;
   }
   
   .image-3 {
     margin-right: 7px;
   }
   
   .requestdemobttn {
     width: 195px;
     height: 45px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-weight: 300;
     text-decoration: none;
   }
   
   .buttontext {
     padding-top: 0px;
     font-weight: 300;
     text-align: center;
     letter-spacing: 1px;
   }
   
   .image-4 {
     padding-top: 4px;
   }
   
   .distrocard {
     position: relative;
     width: 100%;
     height: 360px;
     margin-right: auto;
     margin-left: auto;
     border-radius: 12px;
     background-color: #fff;
     box-shadow: 0 4px 13px 3px rgba(24, 24, 24, 0.06);
   }
   
   .channel-logo {
     height: 200px;
     border-radius: 12px;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61ef38bb7cc78d4e6a1cd3d1_hisense_new.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.pluto {
     width: auto;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b5d33770f7a6b4b1143a_pluto.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.xumo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c1434135706fbba5015a_xumo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.galxy {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e5511d9e4b5acae95e_galxy.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .channel-logo.stirr {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e8511d9e33eacae973_stir.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.philo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e764bdeb563436eedf_philo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.onehub {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e64158c8c700be4225_onehub.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.freecast {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e5f0aaedb6ba0145f5_freecast.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .channel-logo.zeasn {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e9b11d6d4151fda5a5_zeasr.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.peacock {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c1c2aee8200d1b012277_peacock.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.sling {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c157a93c05161031b9fd_sling.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.twitch {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c149bfc28c646c65e836_twitch.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.plex {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c21cac3af46b50727f12_plex.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.tubi {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61f02f27376cd4fe7ae977f0_tubi.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.localnow {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c66ced4c914d61138bb1_localnow.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.klowdtv {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c656d74f887504e356d8_klowdtv.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .channel-logo.rokuchannel {
     width: 100%;
     height: 200px;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c9c5a861df64bcfb2fae_TheRokuChannel.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.distro {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092ca52ea254b7919e2cab1_distrotv.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.tivo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092ca594135707edca54680_tivo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.vizio {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/628295defdd00a4b5d5520db_watchfreeplus.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.samsung {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092cdd2cc0afc80509e9791_samsung.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.eir {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60997d5a85d4a54212f6d254_eir.png");
   }
   
   .channel-logo.rad {
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9af6cbdb1bb8ae746198e_rad.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.rakuten {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9afdf2923de5f837b3c3c_rakuten.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.glewed {
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9b04b82dffe347c8e5b3e_glewed.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .channel-logo.firetv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/617c5cda5364c46f6360d72a_FireTV.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .channel-logo.tcl {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6282914108eb9431519955ef_tcl.png");
     background-size: contain;
   }
   
   .channel-logo.todazon {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/617c5f91e868012a4d0123db_todazon.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .channel-logo.xiaomi {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61ef3a7ff835f308f23fb957_xiaomi_new.png");
   }
   
   .channel-logo.stremium {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61a660d98e2c4d13276eb29d_stremium.png");
   }
   
   .channel-logo.haystack {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/62829141e1b0c616ae8a3e25_HaystackNews.png");
   }
   
   .channel-logo.newson {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/62829141f0cc9f60a7982466_NewsOn.png");
   }
   
   .channel-logo.hisense {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/628291b6b032940121fb462d_vidaatv.png");
   }
   
   .channel-logo.fios {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b5ff5a19061277ef29bcc_fiostv_new.png");
   }
   
   .channel-logo.fubotv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6078605bc8c1e7215f58_fubo_tv_new.png");
   }
   
   .channel-logo.vix {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b60b19abb618031a77113_vix_new.png");
   }
   
   .channel-logo.izzi {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/62829141f0cc9fccac982465_izzi.png");
   }
   
   .channel-logo.vewd {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b67e67a3df1371e02b0ef_vewd.png");
   }
   
   .channel-logo.vmedia {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6c681bfe1175ce6883c6_vmedia.png");
   }
   
   .channel-logo.freebietv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6c81605bc8895621b6c1_freebietv.png");
   }
   
   .channel-logo.rodeotv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6e29f8b0ef6152230620_rodeotv.png");
   }
   
   .channelname {
     font-family: Poppins, sans-serif;
     font-size: 18px;
     line-height: 23px;
     font-weight: 600;
   }
   
   .channelname.news {
     margin-top: 10px;
     margin-bottom: 10px;
     color: #333;
   }
   
   .channelowner {
     margin-top: 3px;
     font-family: Poppins, sans-serif;
     color: #828282;
     line-height: 18px;
     font-weight: 400;
   }
   
   .worldicon {
     width: 21px;
     height: 21px;
     min-width: 21px;
     margin-right: 0px;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9a5a3d32e8d141dd52c0d_icon_globe.svg");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .location {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 30px;
     margin-top: 20px;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     font-family: Poppins, sans-serif;
     font-size: 13px;
     line-height: 15px;
   }
   
   .mau {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 30px;
     margin-top: 10px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .mau-icon {
     width: 21px;
     height: 16px;
     margin-right: 3px;
     margin-left: 0px;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9a5a3b636985fb600f5ba_icon_tv.svg");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .mautext {
     margin-left: 10px;
     font-family: Poppins, sans-serif;
     font-size: 11px;
     line-height: 14px;
     font-weight: 600;
   }
   
   .distrogrid {
     grid-column-gap: 46px;
     grid-row-gap: 65px;
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto auto auto auto auto auto;
     grid-template-rows: auto auto auto auto auto auto;
   }
   
   .channelinfo {
     padding-right: 20px;
     padding-left: 20px;
   }
   
   .distcontainer {
     max-width: 1200px;
   }
   
   .navcontainer {
     position: relative;
     width: 100%;
     height: 72px;
     max-width: 100%;
     margin-right: auto;
     margin-left: auto;
   }
   
   .frequencylogo {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 72px;
     padding-right: 0px;
     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: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .pageheader {
     position: fixed;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     background-color: #252525;
   }
   
   .contactustext {
     font-family: Poppins, sans-serif;
     color: #fff;
     font-weight: 300;
     text-decoration: none;
   }
   
   .form {
     padding-top: 20px;
     padding-bottom: 20px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .pagefooter {
     height: auto;
     background-color: #252525;
     font-size: 13px;
   }
   
   .feature-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-right: auto;
     margin-left: auto;
     padding-bottom: 12vw;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .feature-wrap.inverse {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .feature-wrap.inverse.graphics {
     padding-bottom: 4vw;
   }
   
   .feature-wrap.graphics {
     padding-bottom: 8vw;
   }
   
   .feature-content {
     width: 40%;
     padding-right: 4vw;
     padding-left: 4vw;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     color: #fff;
   }
   
   .prodtitle {
     margin-top: 0px;
     margin-bottom: 20px;
     font-size: 30px;
   }
   
   .paragraph {
     margin-top: 12px;
     margin-bottom: 25px;
     color: #e7e7e7;
     line-height: 26px;
     font-style: normal;
     font-weight: 300;
   }
   
   .paragraph.graphics {
     margin-top: 0px;
   }
   
   .feature-image {
     display: block;
     width: 60%;
     -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;
   }
   
   .workflowline {
     width: 100px;
     height: 2px;
     background-color: #0995d4;
   }
   
   .moreinfolink {
     color: #0995d4;
     font-size: 16px;
     line-height: 24px;
     text-decoration: none;
   }
   
   .moreinfolink:hover {
     color: #0995d4;
   }
   
   .moreinfolink.moreinfolinkdark {
     color: #373737;
   }
   
   .image-21 {
     margin-left: 5px;
   }
   
   .moreinfo {
     font-family: Poppins, sans-serif;
     color: #e7e7e7;
     font-weight: 600;
     letter-spacing: 0.5px;
   }
   
   .linkblock {
     margin-top: 20px;
   }
   
   .linkblock.white {
     padding-top: 20px;
   }
   
   .linkblock.careerlink {
     position: absolute;
     left: 16px;
     bottom: 16px;
     margin-top: 20px;
     margin-bottom: -15px;
   }
   
   .paragraphdark {
     margin-top: 20px;
     font-family: Poppins, sans-serif;
   }
   
   .fastdistrogrid {
     padding-top: 90px;
     padding-bottom: 90px;
   }
   
   .distrogridhome {
     grid-column-gap: 25px;
     grid-row-gap: 25px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto auto auto;
     grid-template-rows: auto auto auto;
   }
   
   .logobackground {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 152px;
     height: 152px;
     max-height: 152px;
     max-width: 152px;
     -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;
     border-radius: 12px;
     background-color: #fff;
     box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
   }
   
   .contentwrapper {
     position: relative;
     overflow: visible;
     width: 100%;
     max-width: 1200px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .contentwrapper.horizontalpadding {
     display: block;
     height: 100%;
     max-width: none;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .contentwrapper.horizontalpadding.verticalpadding {
     max-width: 1200px;
     min-height: 70px;
   }
   
   .contentwrapper.horizontalpadding.verticalpadding.bluecontent {
     line-height: 59px;
   }
   
   .contentwrapper.horizontalpadding.verticalpadding.footer2 {
     padding: 20px;
   }
   
   .contentwrapper.horizontalpadding.blogpost {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 200px;
     -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;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     background-color: transparent;
   }
   
   .contentwrapper.horizontalpadding.blogheader {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .contentwrapper.horizontalpadding.newsheader {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .contentwrapper.verticalpadding.horizontalpadding.lightcontainer {
     padding-top: 50px;
     border: 1px none #000;
     background-color: transparent;
   }
   
   .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.contentcolumn {
     display: block;
   }
   
   .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.press-release {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 40px;
     padding-bottom: 40px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.collection {
     padding-top: 0px;
     padding-bottom: 60px;
   }
   
   .contentwrapper.navigation {
     position: -webkit-sticky;
     position: sticky;
   }
   
   .contentwrapper.movedfromnavigation.horizontalpadding.verticalpadding {
     display: block;
   }
   
   .horizontalpadding {
     padding-right: 25px;
     padding-left: 25px;
   }
   
   .verticalpadding {
     padding-top: 25px;
     padding-bottom: 25px;
   }
   
   .utility-page-wrap {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-height: 100%;
     max-width: 100%;
     padding-top: 50px;
     padding-bottom: 50px;
     -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;
   }
   
   .utility-page-form {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
   
   .footer-link {
     margin-right: 15px;
     margin-left: 15px;
     font-family: Poppins, sans-serif;
     color: #e8e8e8;
     font-size: 13px;
     line-height: 20px;
     text-decoration: none;
     white-space: nowrap;
   }
   
   .footer-link:hover {
     color: #0995d4;
     text-decoration: none;
   }
   
   .footer-link:active {
     color: #018aad;
   }
   
   .footer-link:focus {
     color: #018aad;
   }
   
   .darkcontainer {
     display: block;
     background-color: #252525;
   }
   
   .darkcontainer.helpheaderbg.movedfromnavigation.topsection350 {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c38cb7e330afc044aed299_help_bg.png");
     background-position: 50% 100%;
     background-size: cover;
   }
   
   .darkcontainer.helpheaderbg.movedfromnavigation.topsection350.newsbanner {
     min-height: 300px;
     background-color: #252525;
     background-image: none;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .darkcontainer.careers.movedfromnavigation.topsection350 {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60e842fc71f402b9831013de_careers_bg.png");
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .darkcontainer.careers.movedfromnavigation.topsection350.qgmanagebg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c74acb71311b46db2b5d75_guide_manage_bg.png");
   }
   
   .darkcontainer.movedfromnavigation.topsectionshort {
     min-height: 320px;
   }
   
   .darkcontainer.movedfromnavigation.topsectionshort.press-page {
     background-color: #fff;
     color: #fff;
   }
   
   .darkcontainer.movedfromnavigation.topsectionshort.blogbanner {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     background-color: #fff;
   }
   
   .darkcontainer.movedfromnavigation.topsectionshort.blogpostbanner {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 300px;
     padding-top: 0px;
     padding-bottom: 0px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .darkcontainer.movedfromnavigation.topsectionshort.nab {
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://assets.website-files.com/609075c594ae583b7b6489b8/625ae544ed54c19f0ef62d71_Vegas_Strip_nobug.jpg");
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://assets.website-files.com/609075c594ae583b7b6489b8/625ae544ed54c19f0ef62d71_Vegas_Strip_nobug.jpg");
     background-position: 0px 0px, 50% 50%;
     background-size: auto, cover;
     background-repeat: repeat, no-repeat;
   }
   
   .text-block-5 {
     min-width: 168px;
     margin-right: 20px;
     -webkit-align-self: auto;
     -ms-flex-item-align: auto;
     -ms-grid-row-align: auto;
     align-self: auto;
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 38px;
     line-height: 57px;
     font-weight: 700;
   }
   
   .topsection {
     position: static;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     z-index: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     padding-top: 25px;
     padding-bottom: 25px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     border: 1px none transparent;
   }
   
   .topsectionshort {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     min-height: 278px;
     padding-top: 25px;
     padding-bottom: 25px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
   }
   
   .defaultheadingcenter {
     position: relative;
     display: block;
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #fff;
     font-size: 48px;
     line-height: 60px;
     font-weight: 700;
     text-align: center;
     text-shadow: 1px 1px 20px #333;
   }
   
   .defaultheadingcenter.blog {
     display: block;
     color: #000;
     text-shadow: none;
   }
   
   .defaultheadingcenter.press-page {
     display: block;
     color: #333;
     text-shadow: none;
   }
   
   .topsectionparagraph {
     color: #0995d4;
     font-weight: 600;
     text-align: center;
   }
   
   .featureimageimg {
     width: 100%;
   }
   
   .lightcontainer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-right: 60px;
     padding-left: 60px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     background-color: #fff;
     line-height: 49px;
   }
   
   .lightcontainer._404 {
     padding-top: 72px;
   }
   
   .graycontainer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     background-color: #e0e0e0;
   }
   
   .div-block-2 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 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;
   }
   
   .calltoaction {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 146px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #018aad;
   }
   
   .defaulth2center {
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 20px 25px;
     color: #fff;
     font-size: 38px;
     line-height: 42px;
     font-weight: 700;
     text-align: center;
   }
   
   .toolsgrid {
     padding-top: 60px;
     padding-bottom: 100px;
     grid-column-gap: 40px;
     grid-row-gap: 130px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .toolcell {
     text-align: center;
   }
   
   .toolimageimg {
     max-height: 170px;
   }
   
   .toolcelltext {
     color: #e8e8e8;
     font-size: 16px;
     line-height: 28px;
   }
   
   .bluecontainer {
     background-color: #018aad;
   }
   
   .darksectionparagraph {
     color: #fff;
     font-size: 16px;
     line-height: 28px;
     text-align: center;
   }
   
   .darksectionparagraph.grayparagraph {
     margin-top: 10px;
     color: #e8e8e8;
   }
   
   .toolcellh3 {
     margin-top: 40px;
     margin-bottom: 20px;
     color: #fff;
     font-size: 22px;
     line-height: 27px;
     font-weight: 700;
     text-align: center;
   }
   
   .quote {
     display: block;
     max-width: 1000px;
     margin-right: auto;
     margin-left: auto;
     padding-top: 45px;
     padding-bottom: 45px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     color: #fff;
     font-size: 24px;
     line-height: 40px;
     text-align: center;
   }
   
   .quoteparagraph {
     margin-bottom: 60px;
     color: #fff;
     font-size: 24px;
     line-height: 40px;
     font-weight: 300;
     text-align: center;
   }
   
   .quoteauthor {
     margin-bottom: 0px;
     font-size: 16px;
     font-weight: 600;
   }
   
   .div-block-3 {
     display: block;
     margin-right: auto;
     margin-left: auto;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .bluebutton {
     position: static;
     display: inline-block;
     margin-top: 0px;
     margin-right: auto;
     margin-left: auto;
     padding: 0px 25px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     line-height: 44px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .bluebutton:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#0995d4), to(#4ec9f0));
     background-image: linear-gradient(180deg, #0995d4, #4ec9f0);
     color: #fff;
   }
   
   .bluebutton:active {
     background-color: #018aad;
     background-image: none;
     color: #fff;
   }
   
   .bluebutton:focus {
     color: #fff;
     text-decoration: none;
   }
   
   .bluebutton:visited {
     background-color: rgba(1, 138, 173, 0.25);
     background-image: none;
   }
   
   .div-block-4 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 20px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .div-block-5 {
     display: block;
     padding-right: 100px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .paragraphdark2 {
     margin-top: 20px;
     font-family: Poppins, sans-serif;
     font-size: 16px;
     line-height: 28px;
   }
   
   .defaulth2 {
     margin-top: 0px;
     margin-bottom: 0px;
     font-size: 38px;
     line-height: 48px;
   }
   
   .div-block-6 {
     width: 35%;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .pricingimage {
     max-width: 50%;
   }
   
   .pricingcopy {
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .div-block-7 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 50%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .image-22 {
     display: block;
     width: 100%;
   }
   
   .body {
     background-color: #252525;
   }
   
   .section-3 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .pressreleaseheadline {
     display: block;
     border: 1px none #000;
     background-color: #fff;
   }
   
   .pressreleaseheadline.lightcontainerwithborderandbottompadding {
     padding-bottom: 100px;
   }
   
   .defaulth2centerdark {
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 10px;
     padding-bottom: 10px;
     font-size: 32px;
     line-height: 36px;
     font-weight: 700;
     text-align: center;
   }
   
   .section-5 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .textpagecontainer {
     max-width: 800px;
     margin: 80px auto;
   }
   
   .textpageparagraph {
     margin-bottom: 20px;
   }
   
   .textpageh5 {
     font-size: 18px;
     line-height: 26px;
   }
   
   .textpagelist {
     font-size: 16px;
     line-height: 24px;
   }
   
   .moreinfodark {
     font-family: Poppins, sans-serif;
     color: #373737;
     font-weight: 600;
     letter-spacing: 0.5px;
   }
   
   .helpsectioncontent {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .helpsectionwider {
     width: 60%;
   }
   
   .helpsectionnarrow {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -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;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .defaulth2darknotoppadding {
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-bottom: 20px;
     font-size: 32px;
     line-height: 43px;
     font-weight: 700;
   }
   
   .paragraphcenter {
     color: #0995d4;
     text-align: center;
   }
   
   .paragraphcenter.press-release {
     margin-top: 20px;
     margin-bottom: 0px;
     color: #333;
   }
   
   .paragraphcenter.blog-post {
     max-width: 1000px;
     margin-bottom: 20px;
   }
   
   .quickguidebreadcrumb {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .breadcrumbseparator {
     padding-right: 7px;
     padding-left: 7px;
   }
   
   .breadcrumblink {
     color: #0995d4;
     font-weight: 700;
   }
   
   .grid-2 {
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .grid-2.help {
     margin-top: 40px;
   }
   
   .careerheader {
     margin-top: 0px;
     padding-top: 5px;
     padding-bottom: 5px;
     font-size: 28px;
     line-height: 42px;
   }
   
   .contentwrappernarrow800 {
     width: 100%;
     max-width: 960px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .contentwrappernarrow800.gettingstarted {
     padding-bottom: 45px;
   }
   
   .qgfeature {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 97px;
     padding-bottom: 97px;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .qgfeature.inverse {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
   }
   
   .qgfeature.mobileinverse.lastfeature {
     padding-bottom: 45px;
   }
   
   .qgfeaturecrop {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-width: 30%;
     -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;
   }
   
   .qafeaturecontent {
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .qafeaturecontent.withleftpadding {
     padding-left: 40px;
   }
   
   .qgseparator {
     height: 1px;
     background-color: #c9c9c9;
   }
   
   .qgfeaturenotoppadding {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-bottom: 97px;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .qastep {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .qgsteps {
     display: block;
     padding-top: 60px;
     padding-bottom: 97px;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .qastepimage {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 30px;
     padding-bottom: 30px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .withrightpadding {
     padding-right: 40px;
   }
   
   .image-23 {
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .helpheaderbg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c38cb7e330afc044aed299_help_bg.png");
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .qgmanagebg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c74acb71311b46db2b5d75_guide_manage_bg.png");
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .qgprogrambg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c7811f26e66da361b6a179_guide_program.png");
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .qgschedulebg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c762bdf6d1e1565bc55275_guide_schedule.png");
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .qganalyzebg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c789e391327e96a0c30f50_guide_analyze.png");
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .image-24 {
     width: 100%;
   }
   
   .movedfromnavigation {
     margin-top: 72px;
   }
   
   .quickguideheaderh2 {
     margin-top: 0px;
     margin-bottom: 0px;
     color: #fff;
     font-size: 40px;
     line-height: 48px;
     font-weight: 300;
     text-align: center;
   }
   
   .quickguideheaderh1 {
     margin-top: 0px;
     margin-bottom: 0px;
     color: #fff;
     font-size: 72px;
     line-height: 76px;
     text-align: center;
   }
   
   .copyrightcontainer {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     font-size: 13px;
     line-height: 20px;
   }
   
   .footerlinkscontainer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     grid-auto-flow: row;
     grid-auto-columns: 1fr;
     grid-column-gap: 16px;
     grid-row-gap: 16px;
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .copyrighttext {
     margin-top: 5px;
     font-family: Poppins, sans-serif;
     color: #e8e8e8;
     font-weight: 400;
     letter-spacing: 0.5px;
     white-space: normal;
   }
   
   .lastupdated {
     padding-top: 25px;
     padding-bottom: 50px;
     color: #868686;
     text-align: right;
   }
   
   .lastupdated.collection {
     padding-bottom: 25px;
   }
   
   .companyphotosgrid {
     width: 100%;
     margin: 50px auto 90px;
     justify-items: center;
     grid-auto-flow: row;
     grid-column-gap: 0px;
     grid-row-gap: 0px;
     -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto auto auto auto;
     grid-template-rows: auto auto auto auto;
   }
   
   .companyphoto {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     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;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .contact-us-button-copy {
     display: none;
     height: 44px;
     margin-top: 0px;
     margin-right: 0px;
     margin-left: 18px;
     padding: 13px 25px 0px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .contact-us-button-copy:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#0995d4), to(#4ec9f0));
     background-image: linear-gradient(180deg, #0995d4, #4ec9f0);
     color: #fff;
   }
   
   .contact-us-button-copy:active {
     background-color: #018aad;
     background-image: none;
     color: #fff;
   }
   
   .contact-us-button-copy:focus {
     color: #fff;
     text-decoration: none;
   }
   
   .contact-us-button-copy:visited {
     background-color: rgba(1, 138, 173, 0.25);
     background-image: none;
   }
   
   .ctabutton {
     padding: 0px 25px;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
     background-image: linear-gradient(180deg, #fff, #bcbcbc);
     box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
     color: #018aad;
     line-height: 44px;
     text-align: center;
     text-decoration: none;
   }
   
   .ctabutton:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
     background-image: linear-gradient(180deg, #bcbcbc, #fff);
   }
   
   .calltoactioncontact {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 146px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #018aad;
   }
   
   .qgcontainerpadded {
     padding-bottom: 20px;
   }
   
   .textpagedefaulth3_28 {
     margin-top: 0px;
     padding-top: 20px;
     padding-bottom: 20px;
     font-size: 28px;
     line-height: 42px;
   }
   
   .list-item {
     line-height: 24px;
   }
   
   .helpsectionpadding {
     padding-top: 20px;
     padding-bottom: 20px;
   }
   
   .topsection350 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 350px;
     -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;
   }
   
   .section-6 {
     margin-top: 50px;
   }
   
   .defaulth3_30 {
     font-size: 30px;
     line-height: 37px;
   }
   
   .broadcastsection {
     padding-bottom: 40px;
     padding-left: 25px;
     color: #fff;
   }
   
   .broadcastparagraph {
     line-height: 28px;
   }
   
   .link-3 {
     color: #0995d4;
   }
   
   .personphoto {
     overflow: hidden;
     width: 100%;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .personphotooverlay {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     background-color: rgba(74, 198, 238, 0.5);
   }
   
   .persontext {
     position: absolute;
     left: 18px;
     right: 18px;
     bottom: 18px;
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     font-weight: 700;
   }
   
   .defaulth3centered_30 {
     font-size: 30px;
     line-height: 37px;
     text-align: center;
   }
   
   .creativity {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 651px;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .whitespot {
     max-width: 700px;
     padding: 30px 60px 40px;
     background-color: hsla(0, 0%, 100%, 0.95);
   }
   
   .creativityh1 {
     margin-bottom: 30px;
     line-height: 52px;
   }
   
   .div-block-8 {
     max-width: 500px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .defaulth1center {
     font-size: 48px;
     line-height: 72px;
     text-align: center;
   }
   
   .div-block-9 {
     margin-top: 30px;
     margin-bottom: 60px;
     text-align: center;
   }
   
   .paragraph-3 {
     margin-top: 40px;
   }
   
   .defaultheadingdark {
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #373737;
     font-size: 48px;
     line-height: 63px;
     font-weight: 700;
   }
   
   .defaultheadingdark.endeavor {
     margin-right: auto;
     margin-left: auto;
     padding-top: 35px;
     padding-bottom: 35px;
     font-size: 35px;
     font-weight: 500;
     text-align: center;
   }
   
   .ratiodiv {
     position: relative;
     z-index: 2;
     overflow: hidden;
     min-height: 420px;
     padding-top: 42%;
   }
   
   .herocontentcontainer {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     z-index: 100;
   }
   
   .herocontentinner {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
   }
   
   .bold-text {
     font-weight: 400;
   }
   
   .link-4 {
     color: #0995d4;
   }
   
   .creativitybg {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60cc7f04390ab3f564960425_creativity.jpg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .broadcasticon {
     margin-bottom: 5px;
   }
   
   .slider-2 {
     min-height: 275px;
     background-color: transparent;
   }
   
   .slide-nav-2 {
     display: none;
   }
   
   .section-7 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 90%;
     height: 100%;
     margin-right: auto;
     margin-left: auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .quickguideheaderh1main {
     margin-top: 0px;
     margin-bottom: 0px;
     color: #fff;
     font-size: 48px;
     line-height: 54px;
     text-align: center;
   }
   
   .div-block-14 {
     padding-bottom: 97px;
   }
   
   .image-27 {
     width: 50%;
     margin-right: auto;
     margin-left: auto;
   }
   
   .paragraph-5 {
     color: #018aad;
   }
   
   .herovideoembed {
     position: absolute;
     left: -2px;
     top: -2px;
     right: -2px;
     bottom: -2px;
     z-index: 1;
     max-height: 510px;
     background-color: #f2f2f2;
   }
   
   .lightgrayhomecontainer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     background-color: #f2f2f2;
   }
   
   .lightgrayhomecontainer.movedfromnavigation {
     display: block;
   }
   
   .lightgrayhomecontainer.movedfromnavigation.endeavor {
     background-color: transparent;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6260700f34bd2c0a9f8b0fab_hero_v01.jpg");
     background-position: 50% 50%;
     background-size: auto;
   }
   
   .herostillimage {
     display: none;
   }
   
   .toolcellh3left {
     margin-top: 40px;
     margin-bottom: 20px;
     color: #fff;
     font-size: 22px;
     line-height: 27px;
     font-weight: 700;
     text-align: left;
   }
   
   .toolcellleft {
     text-align: left;
   }
   
   .defaulth1center38 {
     font-size: 38px;
     line-height: 46px;
     text-align: center;
   }
   
   .careercard {
     position: relative;
     height: 125px;
     margin-top: 20px;
     padding: 16px;
     border-radius: 8px;
     background-color: #fff;
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
   }
   
   .careertitle {
     margin-top: 0px;
     margin-bottom: 5px;
     font-size: 16px;
     line-height: 20px;
     font-weight: 600;
   }
   
   .careerlocation {
     margin-bottom: 19px;
     color: #868686;
     font-size: 12px;
     line-height: 15px;
   }
   
   .careersgrid {
     max-width: 820px;
     margin-top: 50px;
     margin-bottom: 130px;
     grid-column-gap: 160px;
     grid-row-gap: 90px;
   }
   
   .contentwrappernarrow820 {
     width: 100%;
     max-width: 820px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .blueoverlay {
     position: fixed;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     z-index: 1000;
     display: none;
     background-color: rgba(1, 138, 173, 0.75);
   }
   
   .careerdescriptionmodal {
     position: relative;
     overflow: hidden;
     max-height: 940px;
     background-color: #fff;
   }
   
   .careerdescriptionmodal.career1 {
     display: block;
     overflow: hidden;
   }
   
   .careermodalcontent {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: auto;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .careermodalcontent.horizontalpadding {
     display: block;
     overflow: auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
   }
   
   .careermodalfooter {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 25px;
     padding-bottom: 25px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     border-top: 1px solid #e0e0e0;
   }
   
   .careercontent {
     display: block;
     max-width: 900px;
     margin-right: auto;
     margin-left: auto;
     padding-top: 25px;
   }
   
   .careercontent._1 {
     display: none;
   }
   
   .careercontent._2 {
     display: none;
   }
   
   .careercontent._3 {
     display: none;
   }
   
   .careercontent._4 {
     display: none;
   }
   
   .careercontent._5 {
     display: none;
   }
   
   .careercontent._6 {
     display: none;
   }
   
   .careercontent._7 {
     display: none;
   }
   
   .heading {
     padding-top: 20px;
     padding-bottom: 20px;
   }
   
   .heading-2 {
     margin-top: 20px;
     font-size: 16px;
   }
   
   .careerlist {
     padding-left: 20px;
     font-size: 16px;
     line-height: 24px;
   }
   
   .careermodalouter {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 100%;
     -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;
   }
   
   .applybutton {
     margin-top: 0px;
     margin-right: 0px;
     margin-left: 0px;
     padding: 0px 25px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     line-height: 44px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .applybutton:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#0995d4), to(#4ec9f0));
     background-image: linear-gradient(180deg, #0995d4, #4ec9f0);
     color: #fff;
   }
   
   .applybutton:active {
     background-color: #018aad;
     background-image: none;
     color: #fff;
   }
   
   .applybutton:focus {
     color: #fff;
     text-decoration: none;
   }
   
   .applybutton:visited {
     background-color: rgba(1, 138, 173, 0.25);
     background-image: none;
   }
   
   .careermodalfootercontent {
     width: 100%;
     max-width: 950px;
     margin-right: auto;
     margin-left: auto;
     text-align: right;
   }
   
   .modalclosebuttonimage {
     position: absolute;
     left: auto;
     top: 0%;
     right: 0%;
     bottom: auto;
     padding: 20px;
   }
   
   .careerdetailslink {
     color: #0995d4;
     font-size: 16px;
     line-height: 24px;
     text-decoration: none;
   }
   
   .careerdetailslink:hover {
     color: #0995d4;
   }
   
   .eoe_paragraph {
     font-size: 12px;
     line-height: 20px;
   }
   
   .call2actioncareer {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height: 146px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #018aad;
   }
   
   .careergrid {
     max-width: 1016px;
     margin-right: auto;
     margin-left: auto;
     padding-top: 60px;
     padding-bottom: 100px;
     grid-column-gap: 73px;
     grid-row-gap: 130px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .contentwrapper900 {
     width: 100%;
     max-width: 900px;
     margin: 25px auto;
   }
   
   .deeplink-grid {
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .pr_paragraph {
     margin-top: 25px;
   }
   
   .pr_heading {
     margin-top: 30px;
   }
   
   .pr_leadparagraph {
     margin-top: 25px;
   }
   
   .pr_headline {
     font-size: 38px;
     line-height: 49px;
   }
   
   .pr_subheadline {
     margin-top: 20px;
     margin-bottom: 20px;
   }
   
   .lightcontainer_pr {
     margin-top: 75px;
   }
   
   .pr_contentwrapper {
     padding: 25px;
   }
   
   .imagecontainer {
     max-width: 1200px;
   }
   
   .pr_headerimage {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .text-block-7 {
     margin-right: 19px;
     color: #fff;
     font-size: 38px;
     font-weight: 700;
   }
   
   .feature-video {
     width: 60%;
     -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;
   }
   
   .ratiodiv16x9 {
     position: relative;
     z-index: 2;
     overflow: hidden;
     width: 100%;
     padding-bottom: 56.25%;
   }
   
   .html-embed {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     margin-bottom: 0px;
     border-style: none;
     border-width: 1px;
     border-color: #535353;
     border-radius: 0px;
   }
   
   .news-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
   }
   
   .news-wrapper.main {
     max-width: 100%;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .news-collection {
     display: -ms-grid;
     display: grid;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     grid-auto-columns: 1fr;
     grid-column-gap: 35px;
     grid-row-gap: 40px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .news-collection.main {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   
   .news-collection.main.landscape {
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .news-nav {
     height: auto;
   }
   
   .news-item {
     position: relative;
     width: auto;
     max-width: 310px;
   }
   
   .news-item.main {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: none;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .news-item.main.landscape {
     position: relative;
     width: 100%;
     max-height: none;
     max-width: 1000px;
   }
   
   .news-tile {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 400px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     border-radius: 12px;
     background-color: #fff;
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
   }
   
   .news-tile:hover {
     position: static;
     bottom: 10px;
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
   }
   
   .news-tile.main {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .news-tile.main.landscape {
     position: static;
     z-index: 2;
     height: 300px;
     max-width: 1000px;
     min-height: 300px;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
   }
   
   .news-tile-image {
     position: relative;
     overflow: hidden;
     height: 150px;
     max-height: 100%;
     max-width: 100%;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .news-tile-image.main {
     overflow: visible;
     width: 70%;
     height: 100%;
     min-height: 300px;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .news-tile-image.main.landscape {
     position: relative;
     z-index: 0;
     max-width: 100%;
     min-height: 300px;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .news-tile-image.tile {
     max-height: none;
     min-height: 150px;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .news-tile-info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: auto;
     min-height: auto;
     padding-right: 20px;
     padding-left: 20px;
     -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;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
   }
   
   .news-tile-info.main {
     position: static;
     padding-right: 30px;
     padding-left: 30px;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     border-top-right-radius: 12px;
     border-bottom-left-radius: 0px;
     background-color: #fff;
   }
   
   .news-tile-date {
     position: static;
     padding-top: 10px;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     color: #0995d4;
     font-size: 14px;
     line-height: 28px;
     font-weight: 600;
     text-align: center;
     text-decoration: none;
     -o-object-fit: none;
     object-fit: none;
   }
   
   .news-tile-heading {
     margin-top: 20px;
     margin-bottom: 5px;
     color: #333;
     font-size: 20px;
     line-height: 25px;
     text-decoration: none;
   }
   
   .news-tile-heading.main {
     margin-top: 0px;
   }
   
   .tile-paragraph {
     padding-right: 0px;
     color: #333;
     font-size: 13px;
     line-height: 18px;
     font-weight: 400;
     letter-spacing: normal;
     text-decoration: none;
   }
   
   .news-spacer {
     height: 60px;
   }
   
   .news-spacer.bottom {
     height: 60px;
   }
   
   .div-block-19 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .div-block-19.ipad {
     display: block;
   }
   
   .news-tile-spacer {
     position: relative;
     margin-top: 0px;
     padding-top: 0px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .news-link {
     position: relative;
     z-index: 2;
     display: block;
     text-decoration: none;
   }
   
   .tile-button-text {
     margin-bottom: 20px;
     background-color: transparent;
     color: #0995d4;
     font-size: 16px;
     line-height: 18px;
     font-weight: 400;
     text-align: center;
     text-decoration: none;
   }
   
   .tile-button-text.main {
     position: absolute;
     left: auto;
     top: auto;
     right: 0%;
     bottom: 0%;
     margin-right: 30px;
     margin-bottom: 30px;
     border-radius: 12px;
     color: #fff;
     line-height: 18px;
   }
   
   .tile-button-text.news {
     margin-bottom: 20px;
   }
   
   .tile-button-text.blog {
     margin-bottom: 0px;
   }
   
   .press-release-container {
     padding-bottom: 0px;
   }
   
   .press-release-date {
     color: #0995d4;
     font-size: 12px;
     line-height: 18px;
     font-weight: 600;
     text-align: center;
   }
   
   .press-release-body {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -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;
   }
   
   .bluehighlight {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     z-index: 0;
     overflow: visible;
     width: 100%;
     height: 100%;
     border-radius: 12px;
     background-color: #0995d4;
   }
   
   .blog-contents {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-right: 60px;
     padding-left: 60px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .div-block-22 {
     height: 40px;
   }
   
   .blog-date {
     margin-top: 20px;
     margin-bottom: 20px;
     color: #0995d4;
     font-weight: 600;
     text-align: left;
   }
   
   .empty-state-2 {
     background-color: transparent;
   }
   
   .blog-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
   }
   
   .blog-wrapper.tiles {
     display: none;
     width: auto;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   
   .blog-wrapper.tiles.v2 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .blog-wrapper.main {
     display: none;
   }
   
   .blog-collection {
     display: -ms-grid;
     display: grid;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     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;
   }
   
   .blog-collection.main {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .blog-collection.tiles {
     grid-column-gap: 35px;
     grid-row-gap: 40px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
   }
   
   .blog-item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-height: 360px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   
   .blog-item.main {
     overflow: visible;
     max-height: 400px;
     max-width: 1000px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .blog-item.tiles {
     display: block;
     max-height: none;
     max-width: 310px;
   }
   
   .blog-link {
     text-decoration: none;
   }
   
   .blog-link.main {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     border-radius: 12px;
   }
   
   .blog-link.tiles {
     display: block;
   }
   
   .blog-main-tile {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 1000px;
     min-height: 300px;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     border-radius: 12px;
     background-color: #fff;
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
   }
   
   .blog-main-tile-image {
     overflow: visible;
     width: 70%;
     max-width: none;
     min-height: 300px;
     border-top-left-radius: 12px;
     border-bottom-left-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .blog-main-tile-info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-right: 20px;
     padding-left: 20px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .div-block-24 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .blog-tile {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 400px;
     -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;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     border-radius: 12px;
     background-color: #fff;
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
   }
   
   .blog-tile-image {
     position: relative;
     height: 340px;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .blog-tile-image.main {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: auto;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     border: 1px none #000;
     border-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .blog-author-text {
     position: static;
     display: none;
     padding-bottom: 0px;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     color: #0995d4;
     font-size: 12px;
     line-height: 14px;
     font-weight: 600;
     text-decoration: none;
     -o-object-fit: none;
     object-fit: none;
   }
   
   .blog-author-text.main {
     color: #4dc8ef;
   }
   
   .blog-byline {
     margin-top: 20px;
     margin-bottom: 20px;
     color: #0995d4;
     font-weight: 600;
     text-align: center;
   }
   
   .div-block-25 {
     position: static;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: visible;
     -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-align-self: auto;
     -ms-flex-item-align: auto;
     align-self: auto;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .nab-paragraph {
     max-width: 500px;
     margin-top: 10px;
   }
   
   .div-block-26 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -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;
   }
   
   .div-block-27 {
     width: 100%;
     height: auto;
     max-width: 100%;
     margin-right: auto;
     margin-left: auto;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6260731b1de4017f7a34f671_frequency_endeavor_logos.png");
     background-position: 50% 50%;
     background-size: auto;
     background-repeat: no-repeat;
   }
   
   .div-block-28 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .image-28 {
     max-width: 90%;
     margin-right: auto;
     margin-left: auto;
   }
   
   .div-block-29 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-right: auto;
     margin-left: auto;
   }
   
   .div-block-30 {
     display: block;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .bluebutton-2 {
     margin-top: 0px;
     margin-right: 0px;
     margin-left: 0px;
     padding: 0px 25px;
     border-radius: 5px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ec9f0), to(#0995d4));
     background-image: linear-gradient(180deg, #4ec9f0, #0995d4);
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 14px;
     line-height: 44px;
     font-weight: 300;
     letter-spacing: 1px;
     text-decoration: none;
   }
   
   .bluebutton-2:hover {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#0995d4), to(#4ec9f0));
     background-image: linear-gradient(180deg, #0995d4, #4ec9f0);
     color: #fff;
   }
   
   .bluebutton-2:active {
     background-color: #018aad;
     background-image: none;
     color: #fff;
   }
   
   .bluebutton-2:focus {
     color: #fff;
     text-decoration: none;
   }
   
   .bluebutton-2:visited {
     background-color: rgba(1, 138, 173, 0.25);
     background-image: none;
   }
   
   .div-block-31 {
     margin-top: 20px;
   }
   
   .topsection-2 {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     padding-top: 25px;
     padding-bottom: 25px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     border: 1px none transparent;
   }
   
   .div-block-32 {
     width: 90%;
     height: 1px;
     margin-right: auto;
     margin-left: auto;
     color: #ddd;
   }
   
   .div-block-33 {
     width: 90%;
     height: 1px;
     margin-right: auto;
     margin-left: auto;
     background-color: grey;
   }
   
   .blog-info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     line-height: 28px;
   }
   
   .blog-info-divider {
     margin-top: 20px;
     margin-bottom: 20px;
     padding-right: 10px;
     padding-left: 10px;
     color: #0995d4;
     font-weight: 600;
     text-align: left;
   }
   
   .blog-heading {
     max-width: 1000px;
     margin-top: 0px;
     margin-bottom: 20px;
     font-size: 36px;
     line-height: 42px;
     text-align: center;
   }
   
   .blog-text-container {
     padding-top: 40px;
   }
   
   .empty-state-3 {
     background-color: transparent;
   }
   
   .empty-state-4 {
     padding: 0px;
     background-color: transparent;
   }
   
   .empty-state-5 {
     background-color: transparent;
   }
   
   .empty-state-6 {
     background-color: transparent;
   }
   
   .paragraph-6 {
     max-width: 1000px;
   }
   
   .press-release-date-box {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   
   .press-release-id {
     padding-right: 0px;
     color: #0995d4;
     font-size: 12px;
     line-height: 18px;
     font-weight: 600;
     text-align: center;
   }
   
   .press-release-id-divider {
     padding-right: 10px;
     padding-left: 10px;
     color: #0995d4;
     font-size: 12px;
     line-height: 18px;
     font-weight: 600;
     text-align: center;
   }
   
   .previous-next-buttons {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 60px;
     -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;
   }
   
   .next-button {
     margin-right: 10px;
     margin-left: 10px;
   }
   
   .back-to-index-button {
     margin-right: 0px;
     margin-left: 0px;
     background-color: transparent;
     color: #0995d4;
     font-weight: 600;
   }
   
   .previous-button {
     margin-right: 10px;
     margin-left: 10px;
   }
   
   .lottie-animation {
     height: 50px;
   }
   
   .lottie-animation.previous-button {
     height: 20px;
     margin-right: 0px;
     margin-left: 0px;
   }
   
   .lottie-animation.next-button {
     height: 20px;
     margin-right: 0px;
     margin-left: 0px;
   }
   
   .div-block-34 {
     position: relative;
     z-index: 2;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     max-width: 70%;
     -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-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
     background-image: linear-gradient(180deg, #000, #fff);
   }
   
   .blue-gradient {
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 149, 212, 0.75)), to(rgba(9, 149, 212, 0)));
     background-image: linear-gradient(0deg, rgba(9, 149, 212, 0.75), rgba(9, 149, 212, 0));
     mix-blend-mode: screen;
   }
   
   .blue-gradient.main {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     border-radius: 12px 0px 0px 12px;
     background-image: -webkit-gradient(linear, right top, left top, from(rgba(9, 149, 212, 0.5)), color-stop(60%, rgba(9, 149, 212, 0)));
     background-image: linear-gradient(270deg, rgba(9, 149, 212, 0.5), rgba(9, 149, 212, 0) 60%);
     mix-blend-mode: normal;
   }
   
   .blue-gradient.news {
     background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 149, 212, 0.5)), color-stop(60%, rgba(9, 149, 212, 0)));
     background-image: linear-gradient(0deg, rgba(9, 149, 212, 0.5), rgba(9, 149, 212, 0) 60%);
     mix-blend-mode: normal;
   }
   
   .blue-gradient-2 {
     width: 100%;
     height: 100%;
     background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 149, 212, 0.5)), color-stop(60%, rgba(9, 149, 212, 0)));
     background-image: linear-gradient(0deg, rgba(9, 149, 212, 0.5), rgba(9, 149, 212, 0) 60%);
   }
   
   .newsdate {
     margin-top: 0px;
     font-family: Poppins, sans-serif;
     color: #fff;
     font-size: 11px;
     line-height: 14px;
     font-weight: 600;
   }
   
   .newsdate.main {
     margin-top: 0px;
     color: #4dc8ef;
   }
   
   .newsdate.news {
     margin-top: 20px;
     margin-bottom: 10px;
   }
   
   .tileheadline {
     font-family: Poppins, sans-serif;
     font-size: 18px;
     line-height: 23px;
     font-weight: 600;
   }
   
   .tileheadline.news {
     margin-top: 0px;
     margin-bottom: 10px;
     color: #333;
   }
   
   .tileheadline.blog {
     margin-bottom: 5px;
     color: #333;
   }
   
   .tileheadline.blog.v2 {
     margin-top: 2px;
     margin-bottom: 0px;
     color: #fff;
     font-size: 18px;
     line-height: 24px;
   }
   
   .tileheadline.blog.v2.main {
     margin-bottom: 5px;
     font-size: 24px;
     line-height: 32px;
   }
   
   .blueline {
     height: 4px;
     background-color: #0995d4;
   }
   
   .blueline.vertical {
     width: 4px;
     height: auto;
   }
   
   .tilesubheader {
     margin-top: 10px;
     margin-bottom: 0px;
     color: #fff;
     font-size: 14px;
     line-height: 18px;
   }
   
   .tilesubheader.main {
     margin-top: 10px;
     margin-bottom: 0px;
     color: #fff;
   }
   
   .blog-tile-image-2 {
     overflow: hidden;
     max-height: 100%;
     max-width: 100%;
     min-height: 150px;
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .blog-tile-image-2.main {
     width: 70%;
     max-height: none;
     min-height: 100%;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 12px;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 0%;
     background-size: cover;
     background-repeat: no-repeat;
     -o-object-fit: fill;
     object-fit: fill;
   }
   
   .blog-tile-image-2.main.landscape {
     position: relative;
     z-index: 0;
     max-width: 100%;
     min-height: 300px;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .blog-tile-image-2.tile {
     max-height: none;
     min-height: 150px;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .blogbannerimage {
     height: 100%;
     max-width: 1000px;
     min-height: 300px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     mix-blend-mode: lighten;
   }
   
   .div-block-35 {
     position: static;
     height: 100%;
     max-width: 1200px;
     min-height: 300px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 20%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .blogbannergradient {
     height: 100%;
     min-height: 300px;
     background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #252525), color-stop(15%, rgba(51, 51, 51, 0)), color-stop(85%, rgba(51, 51, 51, 0)), color-stop(98%, #252525));
     background-image: linear-gradient(90deg, #252525 2%, rgba(51, 51, 51, 0) 15%, rgba(51, 51, 51, 0) 85%, #252525 98%);
     mix-blend-mode: multiply;
   }
   
   .backbuttontext {
     background-color: transparent;
     color: #0995d4;
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     text-align: center;
     text-decoration: none;
   }
   
   .distribution-list {
     display: -ms-grid;
     display: grid;
     grid-auto-columns: 1fr;
     grid-column-gap: 46px;
     grid-row-gap: 46px;
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .distchannel-logo {
     height: 200px;
     border-radius: 12px;
     background-color: #fff;
   }
   
   .distchannel-logo.pluto {
     width: auto;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b5d33770f7a6b4b1143a_pluto.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.xumo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c1434135706fbba5015a_xumo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.galxy {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e5511d9e4b5acae95e_galxy.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .distchannel-logo.stirr {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e8511d9e33eacae973_stir.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.philo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e764bdeb563436eedf_philo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.onehub {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e64158c8c700be4225_onehub.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.freecast {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e5f0aaedb6ba0145f5_freecast.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .distchannel-logo.zeasn {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092b4e9b11d6d4151fda5a5_zeasr.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.peacock {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c1c2aee8200d1b012277_peacock.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.sling {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c157a93c05161031b9fd_sling.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.twitch {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c149bfc28c646c65e836_twitch.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.plex {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c21cac3af46b50727f12_plex.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.tubi {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61f02f27376cd4fe7ae977f0_tubi.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.localnow {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c66ced4c914d61138bb1_localnow.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.klowdtv {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c656d74f887504e356d8_klowdtv.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .distchannel-logo.rokuchannel {
     width: 100%;
     height: 200px;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092c9c5a861df64bcfb2fae_TheRokuChannel.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.distro {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092ca52ea254b7919e2cab1_distrotv.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.tivo {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092ca594135707edca54680_tivo.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.vizio {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61f03168946387aa5b0fa275_vizio.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.samsung {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/6092cdd2cc0afc80509e9791_samsung.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.eir {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60997d5a85d4a54212f6d254_eir.png");
   }
   
   .distchannel-logo.rad {
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9af6cbdb1bb8ae746198e_rad.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.rakuten {
     width: 100%;
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9afdf2923de5f837b3c3c_rakuten.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.glewed {
     background-color: #fff;
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/60c9b04b82dffe347c8e5b3e_glewed.png");
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
   }
   
   .distchannel-logo.firetv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/618044304da92b98c1846983_FireTV_new.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .distchannel-logo.tcl {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61803ee905338e02b0bce647_tcl_new.png");
     background-size: contain;
   }
   
   .distchannel-logo.todazon {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/617c5f91e868012a4d0123db_todazon.png");
     background-position: 50% 50%;
     background-size: contain;
   }
   
   .distchannel-logo.xiaomi {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61ef3a7ff835f308f23fb957_xiaomi_new.png");
   }
   
   .distchannel-logo.stremium {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61a660d98e2c4d13276eb29d_stremium.png");
   }
   
   .distchannel-logo.haystack {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61c36af0dbfc6c1ccf6e193e_HaystackNews_New.png");
   }
   
   .distchannel-logo.newson {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61c36bff9174645f7ad966e0_NewsOn_New.png");
   }
   
   .distchannel-logo.hisense {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/61f03495319fbc645ae48f1e_vidaatv.png");
   }
   
   .distchannel-logo.fios {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b5ff5a19061277ef29bcc_fiostv_new.png");
   }
   
   .distchannel-logo.fubotv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6078605bc8c1e7215f58_fubo_tv_new.png");
   }
   
   .distchannel-logo.vix {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b60b19abb618031a77113_vix_new.png");
   }
   
   .distchannel-logo.izzi {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6239b52c791af363d641_izzi_new.png");
   }
   
   .distchannel-logo.vewd {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b67e67a3df1371e02b0ef_vewd.png");
   }
   
   .distchannel-logo.vmedia {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6c681bfe1175ce6883c6_vmedia.png");
   }
   
   .distchannel-logo.freebietv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6c81605bc8895621b6c1_freebietv.png");
   }
   
   .distchannel-logo.rodeotv {
     background-image: url("https://assets.website-files.com/609075c594ae583b7b6489b8/626b6e29f8b0ef6152230620_rodeotv.png");
   }
   
   .distchannel-logo {
     z-index: 0;
     display: block;
     height: auto;
     border-radius: 0px;
   }
   
   .distchannel-logo-box {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 200px;
     padding: 30px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -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;
   }
   
   .distchannel-name {
     font-family: Poppins, sans-serif;
     font-size: 18px;
     line-height: 23px;
     font-weight: 600;
   }
   
   .distchannel-name.news {
     margin-top: 10px;
     margin-bottom: 10px;
     color: #333;
   }
   
   .distchannel-owner {
     margin-top: 3px;
     font-family: Poppins, sans-serif;
     color: #828282;
     line-height: 18px;
     font-weight: 400;
   }
   
   .channel-region {
     margin-left: 10px;
     font-family: Poppins, sans-serif;
     font-size: 11px;
     line-height: 14px;
     font-weight: 600;
   }
   
   .channel-type {
     margin-left: 10px;
     font-family: Poppins, sans-serif;
     font-size: 11px;
     line-height: 14px;
     font-weight: 600;
   }
   
   .new-icon {
     position: absolute;
     left: 10px;
     top: 10px;
     z-index: 2;
     padding: 2px 12px;
     border-radius: 6px;
     background-color: #0995d4;
     font-family: Poppins, sans-serif;
     color: #fff;
     line-height: 18px;
     font-weight: 600;
   }
   
   .prevbuttontext {
     background-color: transparent;
     color: #0995d4;
     font-size: 24px;
     line-height: 24px;
     font-weight: 400;
     text-align: center;
     text-decoration: none;
   }
   
   .nextbuttontext {
     background-color: transparent;
     color: #0995d4;
     font-size: 24px;
     line-height: 24px;
     font-weight: 400;
     text-align: center;
     text-decoration: none;
   }
   
   .featured-text-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     padding: 30px 180px 30px 30px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -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;
     border-radius: 12px;
     background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(69%, transparent));
     background-image: linear-gradient(0deg, #000, transparent 69%);
   }
   
   .div-block-36 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .tile-headline-text-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     padding: 20px 20px 10px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -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;
     background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(69%, transparent));
     background-image: linear-gradient(0deg, #000, transparent 69%);
   }
   
   .blog-tile-byline {
     display: none;
     padding-top: 15px;
     padding-bottom: 25px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .byline-divider {
     margin-right: 10px;
     margin-left: 10px;
     line-height: 14px;
   }
   
   .div-block-37 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .newssource {
     margin-bottom: 5px;
     color: #828282;
     line-height: 18px;
     text-decoration: none;
   }
   
   .newsbannerimage {
     height: 300px;
     max-width: 1000px;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
   }
   
   .newsbannergradient {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 100%;
     min-height: 300px;
     background-image: none;
   }
   
   .pillbutton {
     margin-top: 20px;
     padding: 15px 30px;
     border-radius: 40px;
     line-height: 18px;
   }
   
   .newspage-contentwrapper {
     width: 100%;
     max-width: 960px;
     margin-right: auto;
     margin-left: auto;
   }
   
   .newspage-contentwrapper.gettingstarted {
     padding-bottom: 45px;
   }
   
   .news-video {
     margin-top: 60px;
     margin-bottom: 0px;
   }
   
   .text-block-8 {
     margin-bottom: -20px;
     color: #828282;
     text-align: center;
   }
   
   .email-sig {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 80px;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .email-sig-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .email-sig-logo {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 80px;
     padding: 22px 20px 22px 10px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
   }
   
   .email-sig-divider {
     display: none;
     width: 2px;
     -webkit-align-self: stretch;
     -ms-flex-item-align: stretch;
     -ms-grid-row-align: stretch;
     align-self: stretch;
     border-radius: 20px;
     background-color: #0995d4;
   }
   
   .email-sig-text {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 6px;
     padding-bottom: 6px;
     padding-left: 20px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     border-left: 2px solid #0995d4;
   }
   
   .email-sig-name {
     font-size: 12px;
     line-height: 12px;
     font-weight: 600;
   }
   
   .email-sig-title {
     font-size: 12px;
     line-height: 12px;
     font-weight: 400;
   }
   
   .email-sig-contact-method {
     color: #0995d4;
     font-size: 12px;
     line-height: 14px;
     font-weight: 600;
   }
   
   .email-sig-contact {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 2px;
     margin-bottom: 2px;
   }
   
   .email-sig-contact-detail {
     padding-top: 2px;
     color: #0995d4;
     font-size: 12px;
     line-height: 14px;
     font-weight: 400;
   }
   
   .email-sig-contact-detail.website {
     padding-top: 0px;
   }
   
   .email-sig-contact-info {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 6px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
   }
   
   .linkedin-icon {
     width: 15px;
     height: auto;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
   }
   
   .linkedin-icon:hover {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
   }
   
   .footerlinkscontainer-grid {
     display: -ms-grid;
     display: grid;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     grid-auto-flow: column;
     grid-auto-columns: 1fr;
     grid-column-gap: 60px;
     grid-row-gap: 10px;
     -ms-grid-columns: -webkit-min-content -webkit-min-content -webkit-min-content auto;
     -ms-grid-columns: min-content min-content min-content auto;
     grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content auto;
     grid-template-columns: min-content min-content min-content auto;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .footer-link-grid {
     font-family: Poppins, sans-serif;
     color: #e8e8e8;
     font-size: 13px;
     line-height: 20px;
     text-decoration: none;
     white-space: nowrap;
   }
   
   .footer-link-grid:hover {
     color: #0995d4;
     text-decoration: none;
   }
   
   .footer-link-grid:active {
     color: #018aad;
   }
   
   .footer-link-grid:focus {
     color: #018aad;
   }
   
   .footer-link-grid.w--current {
     margin-right: 0px;
     margin-left: 0px;
   }
   
   .image-29 {
     position: static;
     height: 40px;
   }
   
   .link-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 20px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .faq-question {
     height: 40px;
     font-size: 20px;
     line-height: 20px;
     font-weight: 600;
   }
   
   .faq-answer {
     font-size: 16px;
   }
   
   .faq-container {
     max-width: 800px;
     margin: 80px auto;
   }
   
   .faq-list-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     max-width: 1200px;
     min-height: 70px;
     margin-right: auto;
     margin-left: auto;
     padding: 60px 25px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     align-self: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .faq-toggle {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 80px;
     padding-top: 30px;
     padding-right: 20px;
     padding-bottom: 10px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
   
   .faq-toggle.w--open {
     width: 100%;
   }
   
   .dropdown {
     width: 100%;
     max-width: 800px;
   }
   
   .faq-list {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     max-width: 800px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .faq-dropdown {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     width: 100%;
     -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;
   }
   
   .faq-item {
     width: 100%;
   }
   
   .text-block-9 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     font-size: 24px;
     font-weight: 600;
   }
   
   .icon-2 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
   }
   
   .x-icon {
     width: 20px;
     max-width: none;
     -webkit-align-self: flex-start;
     -ms-flex-item-align: start;
     align-self: flex-start;
   }
   
   .faq-accordion {
     position: static;
     display: block;
     padding-right: 20px;
     padding-left: 20px;
     background-color: transparent;
   }
   
   .rich-text-block {
     padding: 10px 20px;
   }
   
   .contactlinkedin-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
   
   .text-block-10 {
     color: #fff;
   }
   
   .link-divider {
     display: none;
     margin-right: 10px;
     margin-left: 10px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
   }
   
   .small-page-spacer {
     position: static;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-color: #fff;
   }
   
   .blog-body {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     background-color: #252525;
   }
   
   .div-block-38 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     background-color: #fff;
   }
   
   .faq-body {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     background-color: #252525;
   }
   
   .news-body {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     background-color: #252525;
   }
   
   .headerlockup-image {
     display: none;
     height: 50px;
     margin-bottom: 10px;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .image-30 {
     height: 36px;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .news-heading-box {
     margin-bottom: 30px;
   }
   
   .email-sig-sender {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-align-content: flex-start;
     -ms-flex-line-pack: start;
     align-content: flex-start;
   }
   
   .email-sig-name-copy {
     font-size: 12px;
     line-height: 12px;
     font-weight: 600;
   }
   
   .email-sig-sender-divider {
     padding-right: 5px;
     padding-left: 5px;
     font-size: 12px;
     line-height: 12px;
     font-weight: 400;
   }
   
   .email-sig-contact-row {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-align-content: flex-start;
     -ms-flex-line-pack: start;
     align-content: flex-start;
   }
   
   .email-sig-contact-divider {
     padding-right: 5px;
     padding-left: 5px;
     color: #0995d4;
     font-size: 12px;
     line-height: 14px;
     font-weight: 400;
   }
   
   .linkedin-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 20px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   @media screen and (max-width: 991px) {
     .container.footer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       text-align: center;
       white-space: normal;
     }
   
     .container.fast {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
   
     .container.spend {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
   
     .nav-link {
       display: block;
       height: auto;
       padding-top: 15px;
       padding-bottom: 15px;
       font-size: 24px;
       line-height: 31px;
       font-weight: 700;
       text-align: center;
     }
   
     .nav-link:active {
       color: #ccc;
       text-decoration: none;
     }
   
     .nav-link:focus {
       text-decoration: none;
     }
   
     .nav-link.w--current {
       color: #333;
     }
   
     .nav-link.contactlinkdesktop {
       display: block;
     }
   
     .pricing {
       padding: 0px 25px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
   
     .contact-us-button {
       display: none;
       width: 200px;
       margin-bottom: 40px;
       margin-left: 0px;
     }
   
     .channel-logo.pluto {
       width: auto;
     }
   
     .mautext {
       font-size: 12px;
     }
   
     .distrogrid {
       grid-column-gap: 14px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto auto auto;
       grid-template-rows: auto auto auto;
     }
   
     .distcontainer {
       max-width: 738px;
     }
   
     .contactustext {
       font-size: 16px;
     }
   
     .image-15 {
       width: 160px;
     }
   
     .menu-button {
       position: absolute;
       right: 0px;
       width: 72px;
       height: 72px;
     }
   
     .menu-button.w--open {
       background-color: #018aad;
     }
   
     .icon {
       padding-top: 6px;
       padding-left: 6px;
       border: 1px solid transparent;
       color: #fff;
     }
   
     .navigtion {
       background-color: #018aad;
     }
   
     .fastdistrogrid {
       padding-top: 50px;
       padding-bottom: 50px;
     }
   
     .contentwrapper {
       max-width: 768px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.press-release {
       padding-right: 60px;
       padding-left: 60px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.collection {
       padding-right: 0px;
       padding-left: 0px;
     }
   
     .horizontalpadding.horizontalpaddingmobile {
       padding-right: 0px;
     }
   
     .darkcontainer.helpheaderbg.movedfromnavigation.topsection350.newsbanner {
       min-height: 200px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.press-page {
       min-height: 240px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.blogbanner {
       min-height: 240px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.blogpostbanner {
       min-height: 200px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.collection {
       min-height: 250px;
     }
   
     .text-block-5 {
       margin-right: 0px;
       margin-bottom: 20px;
       font-size: 28px;
     }
   
     .topsection {
       min-height: 0px;
       padding-top: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       text-align: center;
     }
   
     .topsectionshort {
       height: auto;
       text-align: center;
     }
   
     .defaultheadingcenter {
       font-size: 32px;
       line-height: 42px;
     }
   
     .lightcontainer {
       padding-right: 40px;
       padding-left: 40px;
       background-color: #fff;
     }
   
     .div-block-2 {
       display: block;
       text-align: center;
     }
   
     .calltoaction {
       min-height: 0px;
     }
   
     .defaulth2center {
       font-size: 32px;
       line-height: 42px;
     }
   
     .toolsgrid {
       grid-row-gap: 60px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .quoteparagraph {
       font-size: 19px;
     }
   
     .quoteauthor {
       font-size: 14px;
     }
   
     .bluebutton {
       margin-bottom: 40px;
     }
   
     .div-block-4 {
       margin-top: 2px;
     }
   
     .div-block-5 {
       padding-right: 0px;
       text-align: center;
     }
   
     .div-block-6 {
       width: 100%;
       margin-right: 0px;
       margin-left: 0px;
       padding-left: 0px;
       text-align: center;
     }
   
     .pricingimage {
       max-width: 100%;
     }
   
     .div-block-7 {
       width: 100%;
     }
   
     .pressreleaseheadline {
       background-color: #fff;
     }
   
     .defaulth2centerdark {
       font-size: 32px;
       line-height: 42px;
     }
   
     .defaulth2centerdark.press-release {
       font-size: 28px;
       line-height: 36px;
     }
   
     .textpagecontainer {
       margin-top: 40px;
       margin-bottom: 40px;
     }
   
     .defaulth2darknotoppadding {
       font-size: 32px;
       line-height: 42px;
     }
   
     .paragraphcenter.press-release {
       color: #333;
     }
   
     .grid-2 {
       -ms-grid-columns: 1fr 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
   
     .copyrightcontainer {
       padding-bottom: 20px;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .copyrighttext {
       margin-left: 0px;
       text-align: left;
     }
   
     .companyphotosgrid {
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
     }
   
     .contact-us-button-copy {
       display: none;
       width: 200px;
       margin-bottom: 40px;
     }
   
     .calltoactioncontact {
       min-height: 0px;
     }
   
     .broadcastsection {
       margin-top: 20px;
       padding-right: 25px;
       padding-left: 25px;
     }
   
     .creativity {
       min-height: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .creativityh1 {
       font-size: 32px;
       line-height: 40px;
     }
   
     .defaulth1center {
       font-size: 36px;
       line-height: 45px;
     }
   
     .defaultheadingdark {
       font-size: 32px;
       line-height: 42px;
     }
   
     .defaultheadingdark.endeavor {
       padding-top: 20px;
       padding-bottom: 20px;
       font-size: 32px;
     }
   
     .ratiodiv {
       min-height: 0px;
       padding-top: 0%;
     }
   
     .herocontentcontainer {
       position: static;
     }
   
     .herocontentinner.horizontalpadding {
       position: static;
     }
   
     .right-arrow {
       width: 50px;
     }
   
     .left-arrow {
       width: 50px;
     }
   
     .herovideoembed {
       display: none;
     }
   
     .lightgrayhomecontainer {
       background-color: #eee;
     }
   
     .herostillimage {
       display: block;
       max-width: 80%;
       margin-top: 25px;
       margin-right: auto;
       margin-left: auto;
     }
   
     .defaulth1center38 {
       font-size: 36px;
       line-height: 45px;
     }
   
     .careergrid {
       grid-row-gap: 60px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .ratiodiv16x9 {
       min-height: 0px;
       padding-top: 0%;
     }
   
     .news-wrapper {
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
   
     .news-wrapper.main {
       margin-right: 40px;
       margin-left: 40px;
     }
   
     .news-wrapper.main.landscape.mobile {
       margin-right: 0px;
       margin-left: 0px;
     }
   
     .news-collection {
       grid-column-gap: 30px;
       grid-row-gap: 30px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .news-nav {
       height: auto;
     }
   
     .news-tile-image.main {
       width: 50%;
     }
   
     .news-tile-info.main {
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
     }
   
     .news-spacer {
       height: 40px;
     }
   
     .news-spacer.bottom {
       height: 40px;
     }
   
     .div-block-19.ipad {
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .press-release-body {
       padding-right: 60px;
       padding-left: 60px;
     }
   
     .blog-date {
       margin-top: 10px;
     }
   
     .blog-collection.tiles {
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .blog-main-tile {
       min-height: 300px;
     }
   
     .blog-byline {
       margin-top: 10px;
     }
   
     .div-block-29 {
       margin-top: 65px;
     }
   
     .bluebutton-2 {
       margin-bottom: 40px;
     }
   
     .topsection-2 {
       min-height: 0px;
       padding-top: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       text-align: center;
     }
   
     .blog-info {
       padding-top: 0px;
     }
   
     .blog-info-divider {
       margin-top: 10px;
     }
   
     .blog-heading {
       margin-bottom: 20px;
     }
   
     .blog-text-container {
       margin-top: 0px;
     }
   
     .blue-gradient {
       display: none;
     }
   
     .blue-gradient.main {
       display: none;
     }
   
     .newsdate {
       font-size: 12px;
     }
   
     .blogbannergradient {
       opacity: 0;
     }
   
     .distribution-list {
       grid-column-gap: 24px;
       grid-row-gap: 24px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
     }
   
     .distchannel-logo.pluto {
       width: auto;
     }
   
     .channel-region {
       font-size: 12px;
     }
   
     .channel-type {
       font-size: 12px;
     }
   
     .newsbannerimage {
       height: 200px;
     }
   
     .newsbannergradient {
       opacity: 0;
     }
   
     .pillbutton {
       margin-bottom: 0px;
     }
   
     .faq-question {
       line-height: 24px;
     }
   
     .faq-container {
       margin-top: 40px;
       margin-bottom: 40px;
     }
   }
   
   @media screen and (max-width: 767px) {
     .container.footer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .nav-link {
       margin-right: auto;
       margin-left: auto;
     }
   
     .contact-us-button {
       margin-bottom: 40px;
     }
   
     .footerheadtxt {
       margin-right: 6px;
       margin-left: 0px;
     }
   
     .footersociallogos {
       margin-left: 20px;
     }
   
     .distrogrid {
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto auto auto;
       grid-template-rows: auto auto auto auto;
     }
   
     .distcontainer {
       max-width: 538px;
     }
   
     .contactustext {
       font-size: 16px;
     }
   
     .pagefooter {
       height: auto;
     }
   
     .feature-wrap {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .feature-wrap.inverse {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .feature-content {
       width: 100%;
       padding-bottom: 10vw;
     }
   
     .paragraph {
       max-width: 100%;
     }
   
     .feature-image {
       width: 100%;
     }
   
     .contentwrapper {
       max-width: 568px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.press-release {
       padding-top: 25px;
       padding-right: 40px;
       padding-left: 40px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.collection {
       padding-top: 0px;
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .darkcontainer.helpheaderbg.movedfromnavigation.topsection350.newsbanner {
       min-height: 150px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.blogpostbanner {
       min-height: 150px;
     }
   
     .lightcontainer {
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .defaulth2centerdark.press-release {
       font-size: 24px;
       line-height: 32px;
     }
   
     .grid-2 {
       grid-auto-flow: row;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
   
     .quickguideheaderh2 {
       font-size: 25px;
       line-height: 30px;
     }
   
     .quickguideheaderh1 {
       font-size: 50px;
       line-height: 50px;
     }
   
     .copyrighttext {
       margin-left: 0px;
     }
   
     .lastupdated.collection {
       padding-bottom: 25px;
     }
   
     .contact-us-button-copy {
       margin-bottom: 40px;
     }
   
     .persontext {
       left: 12px;
       right: 12px;
       bottom: 12px;
       font-size: 18px;
       line-height: 24px;
     }
   
     .whitespot {
       padding: 10px 30px 20px;
     }
   
     .quickguideheaderh1main {
       font-size: 50px;
       line-height: 50px;
     }
   
     .careersgrid {
       margin-bottom: 90px;
       grid-row-gap: 50px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .deeplink-grid {
       grid-auto-flow: column;
       grid-row-gap: 49px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
   
     .feature-video {
       width: 100%;
     }
   
     .news-wrapper {
       margin-right: 0px;
     }
   
     .news-wrapper.main.landscape {
       margin-right: 30px;
       margin-left: 30px;
     }
   
     .news-wrapper.main.landscape.mobile {
       margin-right: 0px;
       margin-left: 0px;
     }
   
     .news-collection {
       grid-column-gap: 20px;
       grid-row-gap: 20px;
     }
   
     .news-item.main.landscape {
       max-height: 300px;
     }
   
     .news-tile-image.main {
       min-height: 300px;
     }
   
     .news-tile-image.main.landscape {
       max-width: 50%;
     }
   
     .div-block-19.ipad {
       display: none;
     }
   
     .press-release-container {
       padding-bottom: 40px;
     }
   
     .press-release-body {
       padding-right: 40px;
       padding-left: 40px;
     }
   
     .blog-contents {
       padding-right: 40px;
       padding-left: 40px;
     }
   
     .blog-main-tile-image {
       max-width: 50%;
     }
   
     .blog-tile-image.main {
       width: 100%;
       max-height: 100%;
     }
   
     .press-release-text {
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .blog-tile-image-2.main.landscape {
       max-width: 50%;
     }
   
     .distribution-list {
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .featured-text-block {
       padding-right: 150px;
     }
   
     .tile-headline-text-block {
       padding-right: 20px;
     }
   
     .pillbutton {
       margin-bottom: 0px;
     }
   
     .faq-question {
       max-width: 90%;
       font-size: 18px;
       line-height: 24px;
       white-space: normal;
       -o-object-fit: fill;
       object-fit: fill;
     }
   
     .faq-toggle {
       padding-right: 20px;
     }
   
     .x-icon {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
   }
   
   @media screen and (max-width: 479px) {
     .container.spend {
       padding-top: 0px;
     }
   
     .nav-link {
       margin-right: 0px;
     }
   
     .nav-link.w--current {
       color: #ccc;
     }
   
     .distribution {
       padding-bottom: 100px;
     }
   
     .contact-us-button {
       margin-bottom: 45px;
     }
   
     .footertext {
       font-size: 10px;
     }
   
     .footersociallogos {
       margin-left: 0px;
     }
   
     .distrogrid {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .distcontainer {
       max-width: 250px;
     }
   
     .frequencylogo {
       width: 60%;
     }
   
     .menu-button {
       padding-right: 19px;
     }
   
     .navigtion {
       padding-top: 35px;
       padding-bottom: 35px;
     }
   
     .pagefooter {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       background-clip: border-box;
       -webkit-text-fill-color: inherit;
     }
   
     .feature-wrap {
       width: 100%;
       margin-right: 0px;
       margin-left: 0px;
       padding-top: 7vw;
       padding-bottom: 80px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .feature-wrap.inverse {
       width: 100%;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .feature-wrap.inverse.graphics {
       padding-top: 0vw;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .feature-content {
       width: 100%;
       padding-right: 0vw;
       padding-bottom: 4vw;
       padding-left: 0vw;
     }
   
     .feature-content.graphics {
       padding-bottom: 0vw;
     }
   
     .prodtitle {
       font-size: 24px;
     }
   
     .paragraph {
       width: 100%;
     }
   
     .paragraph.graphics {
       margin-top: 15px;
       margin-bottom: 0px;
       padding-bottom: 0px;
     }
   
     .feature-image {
       width: 100%;
     }
   
     .distrogridhome {
       grid-column-gap: 10px;
       grid-row-gap: 10px;
     }
   
     .logobackground {
       width: 90px;
       height: 90px;
       max-height: 90px;
       max-width: 90px;
     }
   
     .contentwrapper {
       max-width: 375px;
     }
   
     .contentwrapper.horizontalpadding.verticalpadding {
       padding-top: 50px;
       padding-bottom: 50px;
     }
   
     .contentwrapper.horizontalpadding.verticalpadding.footer2 {
       padding-top: 30px;
       padding-bottom: 30px;
     }
   
     .contentwrapper.verticalpadding {
       padding-bottom: 0px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer {
       padding-top: 30px;
       padding-bottom: 30px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.press-release {
       padding-top: 20px;
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .contentwrapper.verticalpadding.horizontalpadding.lightcontainer.collection {
       padding-right: 0px;
       padding-left: 0px;
     }
   
     .footer-link {
       padding-top: 5px;
       padding-bottom: 5px;
       font-size: 10px;
     }
   
     .darkcontainer {
       padding-bottom: 0px;
     }
   
     .darkcontainer.helpheaderbg.movedfromnavigation.topsection350.newsbanner {
       min-height: 100px;
       padding-right: 0px;
       padding-left: 0px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.press-page {
       min-height: 200px;
     }
   
     .darkcontainer.movedfromnavigation.topsectionshort.blogbanner {
       min-height: 200px;
     }
   
     .darkcontainer.movedfromnavigation.topsection350 {
       min-height: 315px;
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .text-block-5 {
       font-size: 20px;
       line-height: 30px;
     }
   
     .defaultheadingcenter {
       font-size: 26px;
     }
   
     .defaultheadingcenter.blog {
       padding-top: 10px;
       padding-bottom: 10px;
     }
   
     .defaultheadingcenter.press-page {
       padding-top: 10px;
       padding-bottom: 10px;
     }
   
     .topsectionparagraph {
       font-size: 14px;
       line-height: 24px;
     }
   
     .featureimageimg {
       width: 100%;
       margin-bottom: 15px;
     }
   
     .defaulth2center {
       font-size: 26px;
       line-height: 34px;
     }
   
     .defaulth2 {
       font-size: 26px;
       line-height: 39px;
     }
   
     .div-block-6 {
       padding-top: 10px;
     }
   
     .defaulth2centerdark {
       font-size: 26px;
       line-height: 34px;
     }
   
     .defaulth2centerdark.press-release {
       font-size: 18px;
       line-height: 24px;
     }
   
     .textpagecontainer {
       margin-top: 0px;
       margin-bottom: 0px;
     }
   
     .helpsectioncontent {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
       text-align: center;
     }
   
     .helpsectionwider {
       width: 100%;
       padding-bottom: 30px;
     }
   
     .helpsectionnarrow {
       margin-bottom: 20px;
     }
   
     .defaulth2darknotoppadding {
       font-size: 26px;
       line-height: 34px;
     }
   
     .qgfeature {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-top: 50px;
       padding-bottom: 50px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .qgfeature.inverse {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .qgfeature.mobileinverse {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -webkit-flex-direction: column-reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
     }
   
     .qafeaturecontent {
       padding-top: 30px;
     }
   
     .qafeaturecontent.withleftpadding {
       padding-top: 0px;
       padding-bottom: 30px;
       padding-left: 0px;
     }
   
     .qafeaturecontent.withrightpadding {
       padding-top: 0px;
       padding-right: 0px;
       padding-bottom: 30px;
     }
   
     .qgfeaturenotoppadding {
       padding-bottom: 50px;
     }
   
     .qgsteps {
       padding-top: 0px;
       padding-bottom: 50px;
     }
   
     .copyrightcontainer {
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .footerlinkscontainer {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-align-content: stretch;
       -ms-flex-line-pack: stretch;
       align-content: stretch;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
   
     .copyrighttext {
       font-size: 10px;
       text-align: center;
     }
   
     .companyphotosgrid {
       margin-top: 30px;
       margin-bottom: 30px;
       -webkit-box-align: start;
       -webkit-align-items: start;
       -ms-flex-align: start;
       align-items: start;
       -webkit-align-content: stretch;
       -ms-flex-line-pack: stretch;
       align-content: stretch;
       grid-auto-flow: row;
       grid-auto-columns: auto;
       -o-object-fit: fill;
       object-fit: fill;
     }
   
     .contact-us-button-copy {
       margin-bottom: 45px;
     }
   
     .section-6.graphics {
       margin-top: -1px;
     }
   
     .broadcastsection {
       padding-bottom: 20px;
     }
   
     .link-3 {
       color: #333;
     }
   
     .persontext {
       left: 10px;
       right: 10px;
       bottom: 10px;
       font-size: 12px;
       line-height: 16px;
     }
   
     .defaulth3centered_30 {
       margin-top: 10px;
       font-size: 26px;
     }
   
     .defaultheadingdark.endeavor {
       font-size: 26px;
       line-height: 33px;
     }
   
     .slider-2 {
       min-height: 480px;
     }
   
     .right-arrow {
       width: 40px;
     }
   
     .left-arrow {
       width: 40px;
     }
   
     .div-block-14 {
       padding-bottom: 50px;
     }
   
     .careermodalfootercontent.horizontalpadding {
       text-align: center;
     }
   
     .deeplink-grid {
       grid-column-gap: 7px;
       grid-row-gap: 45px;
     }
   
     .pr_headline {
       line-height: 45px;
     }
   
     .bold-text-2 {
       font-size: 30px;
       line-height: 34px;
     }
   
     .feature-video {
       width: 100%;
     }
   
     .news-wrapper.main.landscape.mobile {
       margin-right: 0px;
       margin-left: 0px;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
     }
   
     .news-collection {
       grid-column-gap: 20px;
       grid-row-gap: 20px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .news-collection.main.landscape {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
     }
   
     .news-nav {
       height: 30px;
     }
   
     .news-item.main.landscape {
       max-height: none;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .news-tile.main.landscape {
       height: auto;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .news-tile-image.main {
       width: 100%;
       height: 150px;
       min-height: 150px;
       border-top-right-radius: 12px;
       border-bottom-left-radius: 0px;
       background-size: cover;
     }
   
     .news-tile-image.main.landscape {
       max-width: 100%;
       min-height: 150px;
       border-top-right-radius: 12px;
       border-bottom-left-radius: 0px;
     }
   
     .news-tile-info.main {
       border-top-right-radius: 0px;
       border-bottom-left-radius: 12px;
     }
   
     .news-spacer {
       height: 40px;
     }
   
     .news-spacer.bottom {
       height: 30px;
     }
   
     .tile-button-text.main {
       left: 0%;
       top: auto;
       right: 0%;
       bottom: 0%;
       margin-right: 0px;
       margin-bottom: 20px;
     }
   
     .press-release-body {
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .blog-contents {
       padding-right: 20px;
       padding-left: 20px;
     }
   
     .blog-collection.tiles {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .blog-item.main {
       max-height: none;
     }
   
     .blog-main-tile {
       -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;
     }
   
     .blog-main-tile-image {
       max-width: 100%;
       min-height: 150px;
       border-top-right-radius: 12px;
       border-bottom-left-radius: 0px;
     }
   
     .blog-tile-image.main {
       width: 100%;
       height: 100%;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       border-radius: 12px;
     }
   
     .blog-rich-text {
       line-height: 0;
     }
   
     .image-28 {
       max-width: 100%;
     }
   
     .blog-heading {
       margin-bottom: 0px;
       font-size: 26px;
       line-height: 32px;
     }
   
     .blue-gradient.main {
       background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 149, 212, 0.5)), color-stop(60%, rgba(9, 149, 212, 0)));
       background-image: linear-gradient(0deg, rgba(9, 149, 212, 0.5), rgba(9, 149, 212, 0) 60%);
     }
   
     .blueline.vertical {
       width: auto;
       height: 4px;
     }
   
     .blog-tile-image-2.main.landscape {
       max-width: 100%;
       min-height: 150px;
       border-top-right-radius: 12px;
       border-bottom-left-radius: 0px;
     }
   
     .distribution-list {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .featured-text-block {
       height: 400px;
       padding-right: 20px;
       padding-bottom: 60px;
       padding-left: 20px;
     }
   
     .newsbannerimage {
       height: 150px;
       background-position: 50% 50%;
       background-size: cover;
     }
   
     .pillbutton {
       margin-bottom: 0px;
     }
   
     .news-video {
       margin-top: 40px;
     }
   
     .footerlinkscontainer-grid {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-align-content: stretch;
       -ms-flex-line-pack: stretch;
       align-content: stretch;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
       grid-auto-flow: row;
       -ms-grid-columns: -webkit-min-content;
       -ms-grid-columns: min-content;
       grid-template-columns: -webkit-min-content;
       grid-template-columns: min-content;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
   
     .footer-link-grid {
       padding-top: 0px;
       padding-bottom: 0px;
       font-size: 10px;
     }
   
     .footer-link-grid.w--current {
       padding-top: 0px;
       padding-bottom: 0px;
     }
   
     .image-29 {
       height: 30px;
     }
   
     .link-block {
       margin-top: 5px;
       padding-top: 5px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   
     .faq-question {
       font-size: 16px;
       line-height: 20px;
     }
   
     .faq-container {
       margin-top: 0px;
       margin-bottom: 0px;
     }
   
     .faq-list-wrapper {
       padding-top: 40px;
       padding-right: 0px;
       padding-left: 0px;
     }
   
     .faq-toggle {
       padding-right: 10px;
       padding-left: 10px;
     }
   
     .x-icon {
       width: 15px;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
   
     .faq-accordion {
       position: relative;
       padding-right: 10px;
       padding-left: 10px;
     }
   
     .contactlinkedin-block {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
   
     .link-divider {
       display: none;
     }
   
     .news-heading-box {
       margin-bottom: 0px;
     }
   
     .linkedin-block {
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
   }
   
   #w-node-_76e3d5fb-8466-22e6-b36e-6fd78e559acc-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_76e3d5fb-8466-22e6-b36e-6fd78e559aca-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-cafcf00b-1b9f-b38c-98df-21119ce9de60-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_76e3d5fb-8466-22e6-b36e-6fd78e559ace-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-cd6f4ea5-c49c-2f35-41c9-b5997441a14e-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_0125a075-7de4-10f6-c414-91dc8f6ccdba-8e559ac1 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_1ba81b2f-400c-b418-2b86-6896ab92b5a3-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-b15a0f55-01a3-be04-0488-2756f1172e49-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_7c6b7f72-ab05-5a25-e189-b4b91c8f5f70-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_3a4eb7d8-8763-de21-2b11-3c0a71e2380b-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_6b437d88-641d-ceaa-5ca9-1c4152b90fc3-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_6b437d88-641d-ceaa-5ca9-1c4152b90fc5-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_6b437d88-641d-ceaa-5ca9-1c4152b90fc7-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_6b437d88-641d-ceaa-5ca9-1c4152b90fc9-e8b30b6a {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_1ba81b2f-400c-b418-2b86-6896ab92b5a3-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-b15a0f55-01a3-be04-0488-2756f1172e49-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_7c6b7f72-ab05-5a25-e189-b4b91c8f5f70-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_3a4eb7d8-8763-de21-2b11-3c0a71e2380b-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_57473dae-6b57-6628-bb34-84d4a04b45a2-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-a4390d8f-257c-4150-ffe9-a277585a39f3-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_4f2b9e60-bb0a-0eae-861f-fd02dc4be576-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   #w-node-_44955221-7441-c241-c7e8-c772af23203e-5bb30b6b {
     -ms-grid-column-align: center;
     justify-self: center;
   }
   
   @media screen and (max-width: 767px) {
     #w-node-_6b437d88-641d-ceaa-5ca9-1c4152b90fc3-e8b30b6a {
       -ms-grid-column-align: center;
       justify-self: center;
     }
   
     #w-node-_57473dae-6b57-6628-bb34-84d4a04b45a2-5bb30b6b {
       -ms-grid-column-align: center;
       justify-self: center;
     }
   }



