/* Theme base styles !!!*/

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* /* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.button-wrapper {
  display: inline-block;
}

.button {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 18px 24px 18px 28px;

  color: #FFFFFF;
  background: #225FBF;

  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;

  border-radius: 8px;
}

.arabic-language .button  {
  direction: ltr;
}

.button svg {
  margin-left: 9px;
  fill: #FFFFFF;
}
.arabic-language .button svg  {
  transform: scale(-1, 1);
}

.button--dark {
  color: #181B21;
  background: #FFFFFF;
}

.button--dark svg {
  fill: #181B21;
}

.button[disabled] {
  pointer-events: none;
  color: #99A5B8;
  background: #DAE1EC;
}
.button[disabled] svg {
  fill: #99A5B8;
}

.button--dark[disabled] {
  pointer-events: none;
  background: #4f5256;
  color: #87898c;
}

.button--dark[disabled] svg {
  fill: #87898c;
}

.button--dark[disabled]::before {
  background: rgba(255, 255, 255, 0.24);
}

.button--l_size {
  padding: 19px 28px 17px;
  font-size: 16px;
  line-height: 20px;
}
.button--l_size svg {
  width: 20px;
  height: 20px;
}

.button--l_size path {
  width: 16.25px;
  height: 12.5px;
}

.button--m_size {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 16px;
}

.button--m_size svg {
  width: 16px;
  height: 16px;
}

.button--m_size path {
  width: 14px;
  height: 10px;
}


.button--s_size {
  padding: 13px 20px;
  font-size: 12px;
  line-height: 14px;
}

.button--s_size svg {
  width: 16px;
  height: 16px;
}

.button--s_size path {
  width: 14px;
  height: 10px;
}


/* hover */
.button:hover {
  background: #2D6BCC;
}
.button:active {
  background: #1852AD;
}

/* dark hover */
.button--dark:hover {
  color: #225FBF;
  background: #fff;
}
.button--dark:active {
  color: #0F4599;
  background: #F1F4F9;
}


.button--dark:hover svg {
  fill: #225FBF;
}

.button--dark:active svg {
  fill: #0F4599;
}


.button--arrow-down svg {
  transform: rotate(90deg);
}

/* Button without bg */

.button--without-bg {
  padding: 16px 0;

  color: #225FBF;
  background: none;

  /* font-size: 16px; */
  /* line-height: 20px; */
  z-index: 10;
}

.button--without-bg svg {
  fill: #225FBF;
}


.button--without-bg:hover {
  background: none;
  color: #3A7BE0;
}
.button--without-bg:hover svg {
  fill: #3A7BE0;
}

.button--without-bg:active {
  background: none;
  color: #1852AD;
}
.button--without-bg:active svg {
  fill: #1852AD;
}

.button--without-bg[disabled] {
  background: none;
  color: #BDC7D6;
}
.button--without-bg[disabled] svg{
  fill: #BDC7D6;
}

/* dark without bg */

.button--dark.button--without-bg {
  color: #fff;
}

.button--dark.button--without-bg svg {
  fill: #fff;
}

.button--dark.button--without-bg:hover {
  background: none;
  color: rgba(255, 255, 255, 0.72);
}
.button--dark.button--without-bg:hover svg {
  fill: rgba(255, 255, 255, 0.72);
}

.button--dark.button--without-bg:active {
  background: none;
  color: rgba(255, 255, 255, 0.56)
}
.button--dark.button--without-bg:active svg {
  fill: rgba(255, 255, 255, 0.56)
}

.button--dark.button--without-bg[disabled] {
  background: none;
  color: rgba(255, 255, 255, 0.24)
}
.button--dark.button--without-bg[disabled] svg{
  fill: rgba(255, 255, 255, 0.24)
}

.button--arrow-down svg {
  transform: rotate(90deg);
}

.button.button-secondary {
  border-radius: 8px;
  background-color: #E6ECF4;
  color: #0F4599;
  border: unset;

  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.button.button-secondary:hover {
  background-color: #DAE1EC;
  color: #0F4599;
}
.button.button-secondary:active {
  background-color: #CED7E4;
  color: #06398A;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

.hs-form-required {
    display: none;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;

  padding: 12px 16px;

  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  margin: 4px 0 0 16px;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  display: block;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p > a {
  color: #225FBF;
  border-bottom-color: rgba(73, 140, 245, 0.24);
}
.legal-consent-container .hs-form-booleancheckbox-display > span p > a:hover {
  color: #1852AD;

  border-bottom-color: #2D6BCC;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p > a:active {
  color: #3A7BE0;

  border-bottom-color: #3A7BE0;
}

/* Validation */

.hs_error_rollup .no-list.hs-error-msgs.inputs-list .hs-main-font-element,
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
} */

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/




.pre-header__language,.pre-header__nav .menu__link{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase}header{background:red}.header-wrapper{z-index:99999}.header{background-color:#181b21}@keyframes showHeader{0%{opacity:0;transform:translateY(-100%)}25%{opacity:.5}100%{opacity:1;transform:translateY(0)}}.with-animation .pre-header{background:#272b33;opacity:0;transform:translateY(-100%)}.animation-go .with-header-animation .pre-header{animation:.6s .1s forwards showHeader}.pre-header .container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 16px}.pre-header__left,.pre-header__logo,.pre-header__nav .menu__wrapper{flex-wrap:wrap;display:flex}.pre-header__logo{justify-content:center;align-items:center;margin-right:32px}.pre-header__nav .menu__item{padding:0}.pre-header__nav .menu__link{display:block;padding:14px 16px;color:#bdc7d6}.pre-header__nav .menu__link.active,.pre-header__nav .menu__link:hover{color:#ffb500;background:rgba(255,181,0,.12);box-shadow:inset 0 -2px 0 #ffb500}.pre-header__language{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;color:#fff}.pre-header__logo img{position:relative;left:-10.5px}@media (max-width:767.5px){.pre-header .container{padding:0 16px}.pre-header__logo{display:none}.pre-header__nav-link{padding:12px 8px;font-size:12px;line-height:14px}.pre-header__language{font-size:12px}}
.footer-bottom__copyright{margin-right:56px}.footer-bottom__social{margin-left:auto}.footer-bottom__images,.footer-icons.footer-icons--bottom{display:none}.copyright__text{font-family:"Open Sans",sans-serif;font-size:12px;line-height:16px;color:#bdc7d6}.footer-bottom-section{padding:58px 0 26px;background:#181b21}.footer-bottom-section .footer-bottom__bottom{display:flex;align-items:center;flex-wrap:wrap}.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__copyright{order:0;margin-right:312px}.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__privacy-policy{order:2;margin-left:auto}.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__social{order:1;margin-left:0}@media (max-width:1199.5px){.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__copyright{margin-right:178px}.footer-bottom__copyright{margin-right:8px}}@media (max-width:1023.5px){.footer-bottom-section .footer-bottom__bottom{flex-direction:column-reverse;align-content:center;gap:8px}.footer-bottom__copyright .copyright__text{margin-top:8px;max-width:100%}.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__copyright{margin-right:95px}.footer-bottom__copyright{margin-right:0}.footer-bottom__social{margin-left:0}}@media (max-width:767.5px){.footer-bottom-section{padding-bottom:40px}.footer-bottom__copyright .copyright__text{margin-top:0}.footer-bottom-section .footer-bottom__bottom{gap:0}.footer-bottom-section--hr .footer-bottom__bottom .footer-bottom__copyright{margin-right:0;order:3}.footer-bottom__social{order:1;margin-bottom:8px}.footer-bottom__privacy-policy{order:2;margin-bottom:12px}.footer-bottom__copyright{top:inherit;order:3;margin-right:0}.footer-bottom__copyright,.footer-bottom__privacy-policy,.footer-bottom__social{display:flex;justify-content:center;flex-wrap:wrap;width:100%}}.footer-bottom-section--main-page{background:#272b33;padding:18px!important}.footer-bottom-section--main-page .copyright__text{padding-left:10px}.footer-bottom-section--main-page .footer-bottom__copyright{margin-right:222px}.footer-bottom-section--main-page .social-links__link:not(:last-child){margin-right:12px}@media (max-width:1199.5px){.footer-bottom-section--main-page .copyright__text{padding-left:0}.footer-bottom-section--main-page .footer-bottom__copyright{margin-right:105px}}@media (max-width:1023.5px){.footer-bottom-section--main-page .footer-bottom__copyright .copyright__text{max-width:unset}.footer-bottom-section--main-page .footer-bottom__copyright{order:1;margin-right:37px}.footer-bottom-section--main-page .footer-bottom__privacy-policy{order:2;margin-left:initial}.footer-bottom-section--main-page .footer-bottom__social{order:3;margin-left:auto}}@media (max-width:767.5px){.footer-icons.footer-icons--bottom{display:block}.footer-bottom-section--main-page{padding-top:32px!important}.footer-bottom-section--main-page .footer-bottom__images{display:none}.footer-bottom-section--main-page .footer-bottom__social{order:1;margin-left:initial;margin-bottom:26px}.footer-bottom-section--main-page .footer-bottom__copyright{order:2;margin-right:0;margin-bottom:8px}.footer-bottom-section--main-page .footer-bottom__privacy-policy{order:3}}
#popup,.hidden-popup{transition:.4s ease-in-out}#popup{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background:rgba(24,27,33,.56);z-index:999}.popup{position:absolute;top:152px;right:50%;transform:translate(50%,0)}.hidden-popup{visibility:hidden;opacity:0;z-index:0}@media (max-width:1199.5px){.popup{top:104px}}@media (max-width:1023.5px){.popup{top:40px}}@media (max-width:767.5px){.popup{top:0;right:0;transform:translate(0,0)}}
.tag,.title{font-weight:700;text-transform:uppercase}html{scroll-behavior:smooth}.body-wrapper{display:flex;flex-direction:column}.body-container-wrapper{flex-grow:1}.container{max-width:1152px;margin:0 auto;padding:0 16px}.wrapper{margin:0 auto;font-size:14px;font-family:'Roboto Condensed',sans-serif;line-height:1.4;background:#fff}.wrapper a{text-decoration:none}.editor-only{display:none}.hs-inline-edit .editor-only{position:relative;display:block}.hs-inline-edit .editor-only:before{content:"";position:absolute;width:100%;height:100%;top:0;right:0;background-color:rgba(255,0,0,.1);z-index:3}img{display:block;max-width:100%;height:auto}.dnd-section .dnd-column{padding:0}@media (max-width:1199.5px) and (min-width:1023.5px){.container{max-width:896px}}.tag{position:relative;left:-12px;margin:0;padding:8px 12px;font-size:36px;line-height:40px;color:#fff;border-radius:8px}.title{margin-bottom:8px;font-size:44px;line-height:48px;color:#181b21}@media (max-width:1023.5px) and (min-width:767.5px){.container{max-width:704px}.tag{font-size:28px;line-height:32px}.title{font-size:36px;line-height:40px}}@media (max-width:767.5px){.tag,.title{font-size:24px;line-height:28px}.tag{left:0}.title{text-align:center}}.row-fluid [class*=span]{min-height:0!important}
.hs-menu-wrapper ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding-left:0}.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical ul{flex-direction:column}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:inline-flex}.hs-menu-wrapper.flyouts .hs-item-has-children{position:relative}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:-9999px;opacity:0;position:absolute}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{display:block;white-space:nowrap}.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;top:100%}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:100%;opacity:1;top:0}@media (max-width:767px){.hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction:column}.hs-menu-wrapper.hs-menu-flow-vertical ul{display:flex}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;position:relative;top:auto}}.hs_cos_wrapper_type_cta img,.hs_cos_wrapper_type_logo img,.hs_cos_wrapper_type_rich_text img{height:auto;max-width:100%}
.card-video__channel-name,.card-video__video-name{font-weight:600;color:#181b21;font-family:'Open Sans',sans-serif}.card-video__channel-name,.card-video__channel-subscribers,.card-video__video-name,.video-subtitle{font-family:'Open Sans',sans-serif}.card-video{position:relative;margin-right:72px;padding:24px;background:#fff;border:1px solid #f1f4f9;box-sizing:border-box;box-shadow:0 8px 20px rgba(39,43,51,.04);border-radius:24px;z-index:1}.youtube-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;border-radius:16px;background-color:#fff}.youtube-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.card-video__video-name{margin:12px 0;font-size:16px;line-height:24px}.divider{width:100%;height:1px;background:#dae1ec}.card-video__video-info{margin-top:13px;display:flex;justify-content:space-between;align-items:center}.card-video__channel-info{display:inline-flex;align-items:center}.card-video__channel-info img{margin-right:12px}.card-video__channel-name{margin:0;font-size:12px;line-height:16px}.card-video__channel-subscribers{margin:0;font-size:10px;line-height:14px;color:#505966}.video-title{margin-bottom:42px;font-weight:700;font-size:44px;line-height:44px;letter-spacing:-.02em;text-transform:uppercase;color:#181b21}.video-subtitle{margin:0;font-size:16px;line-height:24px;color:#181b21}.card-video__like-button{display:inline-flex}.card-video__like-button>*{margin-right:6px}.card-video__like-button:first-child{margin-right:24px}.card-video__like-button:last-child{margin-right:18px}@media (max-width:1199.5px){.card-video{padding:15px}.youtube-video{width:311px;height:150px}.card-video__video-name{margin:6px 0;font-size:12px;line-height:16px}.video-title{font-size:36px;line-height:36px}.video-subtitle{font-size:16px;line-height:24px}.card-video__like-button{align-items:center;font-size:8px;line-height:12px;font-family:Open Sans;font-weight:600}.card-video__like-button:first-child{margin-right:12px}.card-video__like-button>*{height:10px;width:10px}.card-video__channel-info img{height:20px;width:20px;margin-right:7px}.card-video__channel-name{font-size:8px;line-height:8px;margin-bottom:2px}.card-video__channel-subscribers{font-size:6px;line-height:6px}}@media (max-width:1023.5px){.card-video{margin:64px 0 0;padding:24px}.youtube-video{width:100%;height:auto}.card-video-wrapper:before{top:27px;left:-64px}.card-video-wrapper:after{bottom:-25px;right:-64px}.video-title{text-align:center}.card-video__video-name{margin:12px 0;font-family:'Open Sans',sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#181b21}.card-video__like-button{font-size:12px;line-height:16px}.card-video__like-button>*{height:16px;width:16px}.card-video__channel-info img{width:32px;height:32px;margin-right:12px}.card-video__channel-name{font-size:13px;line-height:13px;letter-spacing:-.02em}.card-video__channel-subscribers{font-size:10px;line-height:10px;letter-spacing:-.02em}.card-video__like-button:first-child{margin-right:18px}}@media (max-width:767.5px){.card-video{margin-top:22px;padding:12px}.card-video__video-name{margin-top:10px;margin-bottom:7px;font-size:10px;line-height:10px}.card-video__like-button{line-height:9px;font-size:7px}.card-video__like-button:last-child{margin-right:12px}.card-video__like-button:first-child{margin-right:8px}.card-video__like-button>*{height:9px;width:9px;margin-right:3px}.card-video__video-info{margin-top:6px}.card-video__channel-info img{height:17px;width:17px;margin-right:7px}.card-video__channel-name{font-size:8px;line-height:8px;margin-bottom:2px}.card-video__channel-subscribers{font-size:6px;line-height:6px}}

    





body {
    font-family: 'Roboto Condensed', sans-serif;
}
/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* /* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
} */

/*.lazybg {*/
/*    background-image: none!important;*/
/*}*/