*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 20px;
}

body .banner-section .row-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

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

.dnd-section > .row-fluid,
.footer__container,
.header__container{
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

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


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

@media (max-width: 719px){
  .dnd-section > .row-fluid,
  .footer__container,
  .header__container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

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

/* Paragraphs */

p {
  margin: 0 0 28px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;

}

/* Image */
img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;

}

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

h1{
  line-height: 1.25;
}

h2{
  line-height: 1.25;
}

h3{
  line-height: 1.25;
}

h4{
  line-height: 1.25;
}

h5{
  line-height: 1.25;
}

h6{
  line-height: 1.25;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}



/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #005EB8;
  border-color: #005EB8;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}
.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: ;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  border: 1px solid #1d252c;
}
.hs-button:active {
  background-color: ;
  border-color: ;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  max-width: ;
  margin-bottom: 20px;
  width:100%;
  display: block;
  border-radius: 4px;
  margin: 20px 0; 

}

form {
  max-width: ;
  font-family: ;
}

.hs-form label {
  font-size: .83rem;
  color: #33475B;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #76777a;


}
.hs-form .hs-error-msgs label, .hs-error-msgs label {
  margin-top: .5rem;
  color:#f2545b !important;
}
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  color:#33475b;
  display: inline-block;
  width: 100%;
  background-image: none;
  max-width: 100%;
  /*   margin-bottom:18px; */
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #33475b;
  padding: 0 15px;

}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}
.hs-form-field .hs-input, .field .hs-input {
  margin: 0;
}
input[type="password"]{
  height: auto !important;
  min-height: 44px;
  font-size: 14px;
  color: ;
  /*   margin-bottom: 20px !important; */
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
  min-height: auto;
  width: auto!important;
}

::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 300
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;

}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0 !Important;
}
.field, .hs-form-field {
  margin-bottom: 18px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: red;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
.grecaptcha-badge {
  margin: 0 auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
@media (max-width: 767px){
  .hs-input,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100%!important;
    max-width:100%!important;
  }

  form{
    max-width: 100%;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
input+input,input+a{
  display:block;
  margin-top:20px!important;

}

@media(min-width:768px){
  form{
    max-width:767px

  }
}

@media (max-width: 400px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
    overflow-x: auto;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header_wrapper {
  min-height: 60px;
  position: relative;
}

header.header {
  line-height: 1.15;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
}
header {
  line-height: 1.15;
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%;
  display: flex !important;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header_logo a {
  display: block;
  margin-right: 20px;
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  width: auto;
  padding-left: 20px;
  cursor: pointer;
}

.header_logo a img {
  max-width: 75px !important;
  height: 29px !important;
}

.menu_wrapper {
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.custom-menu-primary {
  display: flex;
  height: 100%;
  align-items: center;
}


.button_section {
  display: block;
  height: 60%;
  text-align: center;
  margin: 0 auto;
  height: 35%;
}

.button_section>.hs_cos_wrapper {
  margin-left: auto;
  position: relative;
  background: #005EB8;
  color: #fff;
  outline: 0;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
  background: #ffd200;
  color: #0f426b;
  width: 90px;
  height: 100%;
  transform: skew( -20deg );
  margin-right: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}


.button_section .hs-button {
  background: transparent;
  border: none;
  padding: 0 !important;
  transform: skew( 20deg );
  font-weight: 500 !important;
  line-height: 1.1;
  font-size: 13px !important;
  font-family: 'Montserrat';
}

.button_section>.hs_cos_wrapper:last-child {
  margin: 0;
}


.button_section #hs_cos_wrapper_button_1 a {
  color: #0f426b;
  font-family: 'Montserrat';
}

.button_section #hs_cos_wrapper_button_2 {
  background: #005EB8;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_1 a,
.button_section #hs_cos_wrapper_button_2 a,
.button_section #hs_cos_wrapper_button_3 a{
  color: inherit;
}

.button_section #hs_cos_wrapper_button_3 {
  background: #747678;
}

.button_section #hs_cos_wrapper_button_1 a:hover,
.button_section #hs_cos_wrapper_button_2 a:hover,
.button_section #hs_cos_wrapper_button_3 a:hover {
  background: inherit !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none;
  color: inherit !important;
}

.button_section #hs_cos_wrapper_button_1:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_1:hover a{
  background: transparent !important;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_2:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_2:hover a{
  background: transparent !important;
  color: #fff;
}


.button_section #hs_cos_wrapper_button_3:hover {
  background: #2676ed;
  color: #fff;
}

.button_section #hs_cos_wrapper_button_3:hover a{
  background: transparent !important;
  color: #fff;
}

.menu-item--search {
  display: block;
  height: 100%;
  margin: 0 8px;
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.menu-item--search {
  margin-left: auto;
}

a.js-modal-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  height: 100%;
  padding: 0 10px;
  outline: 0;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
}

.menu-item--search:after {
  display: block;
  content: attr(data-title);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 10px;
}

a.js-modal-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0;
  border-radius: 50%;
}

.o-icon {
  display: inline-block;
  vertical-align: middle;
}

a.js-modal-link svg {
  display: block;
  width: 22px;
}

span.u-d-block-l {
  display: none;
}

a.js-modal-link:hover {
  background: #f2f2f2;
  color: #005EB8;
}

section.o-section {
  display: none;
}

@media (min-width: 719px) {
  .button_section {
    display: flex;
    height: 65%;
    margin: 0 auto;
    padding-right: 1%;
    position: relative;
    left: -35px;
  }

  .button_section>.hs_cos_wrapper {
    width: 100px;
    margin-right: 20px;
    width: 120px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
  }

  .button_section .hs-button {
    font-size: 13px !important;
  }
}

@media (min-width: 1280px) {
  .button_section {
    height: 80%;
  }

  .button_section .hs-button {
    font-size: 14px !important;
  }
  .menu_button{
    display: none !important;
  }
  .menu_logo {
    display: none !important;
  }
  .mobile_menu_wrapper{
    display: none !important;
  }
}

@media (min-width: 1279px) {
  .button_section {
    position: relative;
    left: 0 !important;
  }
}

/* ///////////////// Max-width //////////////// */



@media (max-width: 1279px){
  .menu_wrapper {
    display: none ;
  }
  button.menu_button {
    background: transparent;
    padding: 12px;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    display: flex;
    position: absolute;
    align-self: auto;
    top: 10px;
    right: 0;
    margin-left: 12px;
    margin-right: 16px;
    cursor: pointer;
  }

  span.menu_close {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }


  .hamb-lines span {
    display: block;
    width: 24px;
    height: 4px;
    background: #000;
    margin-bottom: 6px;
  }

  .hamb-lines span:last-child {
    margin-bottom: 0;
  }

  span.menu_close svg {
    display: block;
  }
  button.menu_button:hover, button.menu_button:focus {
    background: transparent !important;
    border: none;
  }
  .mobile_open .menu_close {
    display: block;
  }
  .mobile_open .hamb-lines {
    display: none;
  }
  .mobile_open header.header {
    background: #0f426b;
    border-bottom: 1px solid #fff;
  }
  .mobile_open .button_section {
    display: none;
  }
  .menu_logo {
    display: none;
  }
  .mobile_open .menu_logo {
    display: block;
  }
  .mobile_open .header_logo {
    display: none;
  }
  .menu_logo {
    width: 100%;
    margin-right: 33px;
  }
  .menu_logo a {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: block;
  }
  .menu_logo .hs_cos_wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile_menu_wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #0f426b;
    z-index: 999;
  }

  .mobile_menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 32px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile_open .mobile_menu_wrapper{
    display: block;
  }
  span.u-d-block-l {
    display: block;
  }

  .mobile_menu_wrapper a.js-modal-link {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .mobile_menu_wrapper .o-icon.o-icon--search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
  }

  .mobile_menu_wrapper .menu-item--search {
    margin-top: 10px;
  }
  .mobile_menu_wrapper a.js-modal-link:hover {
    background: #f2f2f2;
    color: #005EB8;
  }
}

@media (max-width: 1024px){

  .mobile_menu_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 823px){
  span.u-d-block-l {
    font-size: 18px;
  }

  .mobile_menu_wrapper {
    height: calc(100% - 60px) !important;
  }
}

@media (max-width: 719px){
  .header_wrapper.header_lp {
    height: 69px;
  }
  .header__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile_menu_inner{
    padding-right: 16px;
    padding-left: 16px;
  }
}


@media (max-width: 718px){
  .header_lp header.header {
    height: 69px;
  }
  .header_logo {
    width: 100%;
  }

  .header_logo a {
    padding-left: 0;
    margin-right:0;
  }

  .button_section {
    height: 35%;
    /* display: flex; */
    width: 100%;
  }

  .button_section>.hs_cos_wrapper {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  header.header {
    height: 140px;
  }

  button.menu_button {
    height: 100%;
    flex-direction: column;
  }
  .header_wrapper {
    height: 140px;
  }
  .header__container {
    display: block !important;
  }
  .mobile_open header.header, mobile_open .header_wrapper {
    height: auto;
  }

  .mobile_open .menu_logo a{
    padding-bottom: 10px;
  }
  span.menu_close {
    display: none;
  }

  .mobile_open span.menu_close {
    display: block;
  }718
}


@media (max-width: 353px) {
  .button_section>.hs_cos_wrapper {
    margin: 0;
  }
}


@media(max-width:321px){
  .button_section>.hs_cos_wrapper {
    margin-right: 5px;
  }
}
footer.footer {
  padding-top: 48px;
  padding-bottom: 96px;
  background: #0f426b;
}

.footer__container {
  padding-left: 24px;
  padding-right: 24px;
}

.footer_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
footer.footer {
  line-height: 1.15;
}
.footer_bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer_logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_logo {
  margin-right: 24px;
}

.f_logo a {
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease;
}


.f_logo a img {
  height: 24px !important;
  width: auto !important;
}

.footer_logo .hs_cos_wrapper_type_text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.social_icon {
  margin-left: auto;
  margin-right: 0;
}



.footer_menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: auto;
  min-width: 552px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_menu .hs-menu-wrapper>ul {
  display: flex;
}

.footer_menu .hs-menu-wrapper>ul ul {
  display: block;
}

.footer_menu .hs-menu-wrapper>ul li {
  display: block;
}

.footer_menu .hs-menu-wrapper>ul>li {
  width: 33.33%;
}

.footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1 {
  margin-bottom: 24px;
}

.footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
}

.footer_menu .hs-menu-wrapper>ul ul a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}


.footer_button {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 386px;
  text-align: right;
}

.footer_button .cta_button  {
  height: 46px;
  background: #fff;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
  width: 265px;
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Montserrat';
  color: #005EB8;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 261px;
  position:relative;
}

.footer_button .arrow-forward {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_button .arrow-forward svg {
  display: block;
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease;
}

.footer_button .arrow-forward svg path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease;
}

.footer_button .cta_button:hover .arrow-forward svg {
  -webkit-transform: translate(6px);
  transform: translate(6px);
}

.footer_button .cta_button:hover {
  background: #f2f2f2;
  color: #005EB8;
  border-color: #f2f2f2;
}
.footer_button .cta_button:active {
  background: #ffd200;
  color: #0f426b;
}

footer.footer.footer_lp {
  padding-bottom: 48px;
}
footer.footer.footer_lp .footer_top {
  margin-bottom: 0;
}

@media (min-width: 1024px){
  .footer_mobile {
    display: none !important;
  }
}

@media (max-width: 1023px){
  .footer_top .social_icon {
    display: none !important;
  }

  .footer_bottom .footer_button {
    display: none !important;
  }
  .footer_mobile {
    padding-top: 72px;
    display: flex;
  }

  .social_icon {
    margin-left: 0;
    margin-right: auto;
  }

  .footer_menu {
    width: 100%;
    max-width: 552px;
    min-width: 0;
  }

  .footer_top {
    margin-bottom: 96px;
  }
}

@media (max-width: 719px){
  .footer_mobile {
    padding-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_button {
    margin-left: 0;
    margin-right: auto;
  }

  .footer_button .cta_button {
    display: flex;
  }

  .social_icon {
    margin-bottom: 32px;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 15px;
  }
  footer.footer {
    padding-bottom: 60px;
  }

  .footer_menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 0;
  }
}


@media (max-width: 575px){
  .footer_button {
    width: 98.8%;
  }

  .footer_button .cta_button {
    width: 100%;
    display: flex;
  }

}


@media (max-width: 479px){
  .footer_menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .footer_menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(even) {
    padding-left: 0px;
  }

}

@media (max-width: 340px){
  .f_logo a img {
    width: 79px !important;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

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,
input {
  overflow: visible
}

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: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[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
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body {
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

body.is-loading-modal {
  opacity: .7
}

body.is-dialog-open {
  overflow: hidden
}

body.is-dialog-open footer,
body.is-dialog-open main {
  pointer-events: none
}

a {
  text-decoration: none;
  color: #005EB8
}

a:not(.is-disabled):not([disabled]),
button:not(.is-disabled):not([disabled]) {
  cursor: pointer
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABI1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8yc1n/AAAAYHRSTlMAAgMHCAsMDQ4PERMbHR8gJikuNTg5PD5ESEpNUFFVVltcXl9gYWJjZGVmcHF6e3x9hIWHkJKjpa+wuLm9vr/AwcLDxMXGzc/Q0dXW19jZ297g4eTo6uzv8vP3+Pn6+/1GDfEwAAABZ0lEQVR42u3UZ08CQRDG8cEGh71jwYbYRbGg2FAsKHdix4byfP9P4WZz3kjM7azv/b/aI5vJL7MJJDa8+/yylyTr0tCtkmWz8Fv7w/ybS6jWre97LXQEVcbS4znqVGCVNN+N6fMxqwRPnHSsMnvKTvCtVRlpP/4Hq0bN71UdIx2rzqX3mqYfXQDvhvnFM6hS/GukDLwa9klUgWqG/OIugP0wj95/vAJWRV2oBkLnR0nlXAeqmKuPoff992r/VmkP5kwena8aaeb7IR5doKrfQpWWPKyCjYc7gZWHK8geTtyP51BjUeN+fvtjrtHj/XvCPKk/errtPNwkgCvZwy0DGJc93DaAftnD5YGPDtnDlYD7JtHDtVaBouzhegDsyB4uASAre7glAPOyh9sA0KdPkc7BqYrgUeWAWmJoMZs7vXvj/x9Dh8BnHZx0n6poqJYioWD6Yym/tZLsIqmJh6eD3OZCoreNrPoCNGLGLnQMyjQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #bdbdbd;
  background-size: 36% auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .51);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .51);
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: .24s ease;
  transition: .24s ease
}

.edit-btn:hover {
  background-color: #cacaca
}

.edit-btn:focus:not(:active) {
  outline: 2px solid #ffd200
}

@media screen and (max-width:1023px) {
  .edit-btn {
    width: 40px;
    height: 40px
  }
}

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

.u-f-mont-b {
  font-weight: 700
}

.u-f-mont-b,
.u-f-mont-m {
  font-family: Montserrat, sans-serif
}

.u-f-mont-m {
  font-weight: 500
}

.u-test-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-test-container--block {
  width: 100%;
  height: 100%
}

.u-test-container--block>* {
  width: 100%
}

.u-object-fit-fallback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.u-m-t-auto {
  margin-top: auto!important
}

.u-p-t-auto {
  padding-top: auto!important
}

.u-m-b-auto {
  margin-bottom: auto!important
}

.u-p-b-auto {
  padding-bottom: auto!important
}

.u-m-l-auto {
  margin-left: auto!important
}

.u-p-l-auto {
  padding-left: auto!important
}

.u-m-r-auto {
  margin-right: auto!important
}

.u-p-r-auto {
  padding-right: auto!important
}

@media screen and (max-width:1919px) {
  .u-m-t-auto-ultra {
    margin-top: auto!important
  }
  .u-p-t-auto-ultra {
    padding-top: auto!important
  }
  .u-m-b-auto-ultra {
    margin-bottom: auto!important
  }
  .u-p-b-auto-ultra {
    padding-bottom: auto!important
  }
  .u-m-l-auto-ultra {
    margin-left: auto!important
  }
  .u-p-l-auto-ultra {
    padding-left: auto!important
  }
  .u-m-r-auto-ultra {
    margin-right: auto!important
  }
  .u-p-r-auto-ultra {
    padding-right: auto!important
  }
}

@media screen and (max-width:1599px) {
  .u-m-t-auto-xl {
    margin-top: auto!important
  }
  .u-p-t-auto-xl {
    padding-top: auto!important
  }
  .u-m-b-auto-xl {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xl {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xl {
    margin-left: auto!important
  }
  .u-p-l-auto-xl {
    padding-left: auto!important
  }
  .u-m-r-auto-xl {
    margin-right: auto!important
  }
  .u-p-r-auto-xl {
    padding-right: auto!important
  }
}

@media screen and (max-width:1023px) {
  .u-m-t-auto-l {
    margin-top: auto!important
  }
  .u-p-t-auto-l {
    padding-top: auto!important
  }
  .u-m-b-auto-l {
    margin-bottom: auto!important
  }
  .u-p-b-auto-l {
    padding-bottom: auto!important
  }
  .u-m-l-auto-l {
    margin-left: auto!important
  }
  .u-p-l-auto-l {
    padding-left: auto!important
  }
  .u-m-r-auto-l {
    margin-right: auto!important
  }
  .u-p-r-auto-l {
    padding-right: auto!important
  }
}

@media screen and (max-width:719px) {
  .u-m-t-auto-m {
    margin-top: auto!important
  }
  .u-p-t-auto-m {
    padding-top: auto!important
  }
  .u-m-b-auto-m {
    margin-bottom: auto!important
  }
  .u-p-b-auto-m {
    padding-bottom: auto!important
  }
  .u-m-l-auto-m {
    margin-left: auto!important
  }
  .u-p-l-auto-m {
    padding-left: auto!important
  }
  .u-m-r-auto-m {
    margin-right: auto!important
  }
  .u-p-r-auto-m {
    padding-right: auto!important
  }
}

@media screen and (max-width:575px) {
  .u-m-t-auto-s {
    margin-top: auto!important
  }
  .u-p-t-auto-s {
    padding-top: auto!important
  }
  .u-m-b-auto-s {
    margin-bottom: auto!important
  }
  .u-p-b-auto-s {
    padding-bottom: auto!important
  }
  .u-m-l-auto-s {
    margin-left: auto!important
  }
  .u-p-l-auto-s {
    padding-left: auto!important
  }
  .u-m-r-auto-s {
    margin-right: auto!important
  }
  .u-p-r-auto-s {
    padding-right: auto!important
  }
}

@media screen and (max-width:479px) {
  .u-m-t-auto-xs {
    margin-top: auto!important
  }
  .u-p-t-auto-xs {
    padding-top: auto!important
  }
  .u-m-b-auto-xs {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xs {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xs {
    margin-left: auto!important
  }
  .u-p-l-auto-xs {
    padding-left: auto!important
  }
  .u-m-r-auto-xs {
    margin-right: auto!important
  }
  .u-p-r-auto-xs {
    padding-right: auto!important
  }
}

@media screen and (max-width:383px) {
  .u-m-t-auto-xxs {
    margin-top: auto!important
  }
  .u-p-t-auto-xxs {
    padding-top: auto!important
  }
  .u-m-b-auto-xxs {
    margin-bottom: auto!important
  }
  .u-p-b-auto-xxs {
    padding-bottom: auto!important
  }
  .u-m-l-auto-xxs {
    margin-left: auto!important
  }
  .u-p-l-auto-xxs {
    padding-left: auto!important
  }
  .u-m-r-auto-xxs {
    margin-right: auto!important
  }
  .u-p-r-auto-xxs {
    padding-right: auto!important
  }
}

.u-m-t-0 {
  margin-top: 0!important
}

.u-p-t-0 {
  padding-top: 0!important
}

.u-m-b-0 {
  margin-bottom: 0!important
}

.u-p-b-0 {
  padding-bottom: 0!important
}

.u-m-l-0 {
  margin-left: 0!important
}

.u-p-l-0 {
  padding-left: 0!important
}

.u-m-r-0 {
  margin-right: 0!important
}

.u-p-r-0 {
  padding-right: 0!important
}

.u-m-t-6 {
  margin-top: 6px!important
}

.u-p-t-6 {
  padding-top: 6px!important
}

.u-m-b-6 {
  margin-bottom: 6px!important
}

.u-p-b-6 {
  padding-bottom: 6px!important
}

.u-m-l-6 {
  margin-left: 6px!important
}

.u-p-l-6 {
  padding-left: 6px!important
}

.u-m-r-6 {
  margin-right: 6px!important
}

.u-p-r-6 {
  padding-right: 6px!important
}

.u-m-t-12 {
  margin-top: 12px!important
}

.u-p-t-12 {
  padding-top: 12px!important
}

.u-m-b-12 {
  margin-bottom: 12px!important
}

.u-p-b-12 {
  padding-bottom: 12px!important
}

.u-m-l-12 {
  margin-left: 12px!important
}

.u-p-l-12 {
  padding-left: 12px!important
}

.u-m-r-12 {
  margin-right: 12px!important
}

.u-p-r-12 {
  padding-right: 12px!important
}

.u-m-t-16 {
  margin-top: 16px!important
}

.u-p-t-16 {
  padding-top: 16px!important
}

.u-m-b-16 {
  margin-bottom: 16px!important
}

.u-p-b-16 {
  padding-bottom: 16px!important
}

.u-m-l-16 {
  margin-left: 16px!important
}

.u-p-l-16 {
  padding-left: 16px!important
}

.u-m-r-16 {
  margin-right: 16px!important
}

.u-p-r-16 {
  padding-right: 16px!important
}

.u-m-t-24 {
  margin-top: 24px!important
}

.u-p-t-24 {
  padding-top: 24px!important
}

.u-m-b-24 {
  margin-bottom: 24px!important
}

.u-p-b-24 {
  padding-bottom: 24px!important
}

.u-m-l-24 {
  margin-left: 24px!important
}

.u-p-l-24 {
  padding-left: 24px!important
}

.u-m-r-24 {
  margin-right: 24px!important
}

.u-p-r-24 {
  padding-right: 24px!important
}

.u-m-t-32 {
  margin-top: 32px!important
}

.u-p-t-32 {
  padding-top: 32px!important
}

.u-m-b-32 {
  margin-bottom: 32px!important
}

.u-p-b-32 {
  padding-bottom: 32px!important
}

.u-m-l-32 {
  margin-left: 32px!important
}

.u-p-l-32 {
  padding-left: 32px!important
}

.u-m-r-32 {
  margin-right: 32px!important
}

.u-p-r-32 {
  padding-right: 32px!important
}

.u-m-t-36 {
  margin-top: 36px!important
}

.u-p-t-36 {
  padding-top: 36px!important
}

.u-m-b-36 {
  margin-bottom: 36px!important
}

.u-p-b-36 {
  padding-bottom: 36px!important
}

.u-m-l-36 {
  margin-left: 36px!important
}

.u-p-l-36 {
  padding-left: 36px!important
}

.u-m-r-36 {
  margin-right: 36px!important
}

.u-p-r-36 {
  padding-right: 36px!important
}

.u-m-t-48 {
  margin-top: 48px!important
}

.u-p-t-48 {
  padding-top: 48px!important
}

.u-m-b-48 {
  margin-bottom: 48px!important
}

.u-p-b-48 {
  padding-bottom: 48px!important
}

.u-m-l-48 {
  margin-left: 48px!important
}

.u-p-l-48 {
  padding-left: 48px!important
}

.u-m-r-48 {
  margin-right: 48px!important
}

.u-p-r-48 {
  padding-right: 48px!important
}

.u-m-t-60 {
  margin-top: 60px!important
}

.u-p-t-60 {
  padding-top: 60px!important
}

.u-m-b-60 {
  margin-bottom: 60px!important
}

.u-p-b-60 {
  padding-bottom: 60px!important
}

.u-m-l-60 {
  margin-left: 60px!important
}

.u-p-l-60 {
  padding-left: 60px!important
}

.u-m-r-60 {
  margin-right: 60px!important
}

.u-p-r-60 {
  padding-right: 60px!important
}

.u-m-t-96 {
  margin-top: 96px!important
}

.u-p-t-96 {
  padding-top: 96px!important
}

.u-m-b-96 {
  margin-bottom: 96px!important
}

.u-p-b-96 {
  padding-bottom: 96px!important
}

.u-m-l-96 {
  margin-left: 96px!important
}

.u-p-l-96 {
  padding-left: 96px!important
}

.u-m-r-96 {
  margin-right: 96px!important
}

.u-p-r-96 {
  padding-right: 96px!important
}

@media screen and (max-width:1919px) {
  .u-m-t-0-ultra {
    margin-top: 0!important
  }
  .u-p-t-0-ultra {
    padding-top: 0!important
  }
  .u-m-b-0-ultra {
    margin-bottom: 0!important
  }
  .u-p-b-0-ultra {
    padding-bottom: 0!important
  }
  .u-m-l-0-ultra {
    margin-left: 0!important
  }
  .u-p-l-0-ultra {
    padding-left: 0!important
  }
  .u-m-r-0-ultra {
    margin-right: 0!important
  }
  .u-p-r-0-ultra {
    padding-right: 0!important
  }
  .u-m-t-6-ultra {
    margin-top: 6px!important
  }
  .u-p-t-6-ultra {
    padding-top: 6px!important
  }
  .u-m-b-6-ultra {
    margin-bottom: 6px!important
  }
  .u-p-b-6-ultra {
    padding-bottom: 6px!important
  }
  .u-m-l-6-ultra {
    margin-left: 6px!important
  }
  .u-p-l-6-ultra {
    padding-left: 6px!important
  }
  .u-m-r-6-ultra {
    margin-right: 6px!important
  }
  .u-p-r-6-ultra {
    padding-right: 6px!important
  }
  .u-m-t-12-ultra {
    margin-top: 12px!important
  }
  .u-p-t-12-ultra {
    padding-top: 12px!important
  }
  .u-m-b-12-ultra {
    margin-bottom: 12px!important
  }
  .u-p-b-12-ultra {
    padding-bottom: 12px!important
  }
  .u-m-l-12-ultra {
    margin-left: 12px!important
  }
  .u-p-l-12-ultra {
    padding-left: 12px!important
  }
  .u-m-r-12-ultra {
    margin-right: 12px!important
  }
  .u-p-r-12-ultra {
    padding-right: 12px!important
  }
  .u-m-t-16-ultra {
    margin-top: 16px!important
  }
  .u-p-t-16-ultra {
    padding-top: 16px!important
  }
  .u-m-b-16-ultra {
    margin-bottom: 16px!important
  }
  .u-p-b-16-ultra {
    padding-bottom: 16px!important
  }
  .u-m-l-16-ultra {
    margin-left: 16px!important
  }
  .u-p-l-16-ultra {
    padding-left: 16px!important
  }
  .u-m-r-16-ultra {
    margin-right: 16px!important
  }
  .u-p-r-16-ultra {
    padding-right: 16px!important
  }
  .u-m-t-24-ultra {
    margin-top: 24px!important
  }
  .u-p-t-24-ultra {
    padding-top: 24px!important
  }
  .u-m-b-24-ultra {
    margin-bottom: 24px!important
  }
  .u-p-b-24-ultra {
    padding-bottom: 24px!important
  }
  .u-m-l-24-ultra {
    margin-left: 24px!important
  }
  .u-p-l-24-ultra {
    padding-left: 24px!important
  }
  .u-m-r-24-ultra {
    margin-right: 24px!important
  }
  .u-p-r-24-ultra {
    padding-right: 24px!important
  }
  .u-m-t-32-ultra {
    margin-top: 32px!important
  }
  .u-p-t-32-ultra {
    padding-top: 32px!important
  }
  .u-m-b-32-ultra {
    margin-bottom: 32px!important
  }
  .u-p-b-32-ultra {
    padding-bottom: 32px!important
  }
  .u-m-l-32-ultra {
    margin-left: 32px!important
  }
  .u-p-l-32-ultra {
    padding-left: 32px!important
  }
  .u-m-r-32-ultra {
    margin-right: 32px!important
  }
  .u-p-r-32-ultra {
    padding-right: 32px!important
  }
  .u-m-t-36-ultra {
    margin-top: 36px!important
  }
  .u-p-t-36-ultra {
    padding-top: 36px!important
  }
  .u-m-b-36-ultra {
    margin-bottom: 36px!important
  }
  .u-p-b-36-ultra {
    padding-bottom: 36px!important
  }
  .u-m-l-36-ultra {
    margin-left: 36px!important
  }
  .u-p-l-36-ultra {
    padding-left: 36px!important
  }
  .u-m-r-36-ultra {
    margin-right: 36px!important
  }
  .u-p-r-36-ultra {
    padding-right: 36px!important
  }
  .u-m-t-48-ultra {
    margin-top: 48px!important
  }
  .u-p-t-48-ultra {
    padding-top: 48px!important
  }
  .u-m-b-48-ultra {
    margin-bottom: 48px!important
  }
  .u-p-b-48-ultra {
    padding-bottom: 48px!important
  }
  .u-m-l-48-ultra {
    margin-left: 48px!important
  }
  .u-p-l-48-ultra {
    padding-left: 48px!important
  }
  .u-m-r-48-ultra {
    margin-right: 48px!important
  }
  .u-p-r-48-ultra {
    padding-right: 48px!important
  }
  .u-m-t-60-ultra {
    margin-top: 60px!important
  }
  .u-p-t-60-ultra {
    padding-top: 60px!important
  }
  .u-m-b-60-ultra {
    margin-bottom: 60px!important
  }
  .u-p-b-60-ultra {
    padding-bottom: 60px!important
  }
  .u-m-l-60-ultra {
    margin-left: 60px!important
  }
  .u-p-l-60-ultra {
    padding-left: 60px!important
  }
  .u-m-r-60-ultra {
    margin-right: 60px!important
  }
  .u-p-r-60-ultra {
    padding-right: 60px!important
  }
  .u-m-t-96-ultra {
    margin-top: 96px!important
  }
  .u-p-t-96-ultra {
    padding-top: 96px!important
  }
  .u-m-b-96-ultra {
    margin-bottom: 96px!important
  }
  .u-p-b-96-ultra {
    padding-bottom: 96px!important
  }
  .u-m-l-96-ultra {
    margin-left: 96px!important
  }
  .u-p-l-96-ultra {
    padding-left: 96px!important
  }
  .u-m-r-96-ultra {
    margin-right: 96px!important
  }
  .u-p-r-96-ultra {
    padding-right: 96px!important
  }
}

@media screen and (max-width:1599px) {
  .u-m-t-0-xl {
    margin-top: 0!important
  }
  .u-p-t-0-xl {
    padding-top: 0!important
  }
  .u-m-b-0-xl {
    margin-bottom: 0!important
  }
  .u-p-b-0-xl {
    padding-bottom: 0!important
  }
  .u-m-l-0-xl {
    margin-left: 0!important
  }
  .u-p-l-0-xl {
    padding-left: 0!important
  }
  .u-m-r-0-xl {
    margin-right: 0!important
  }
  .u-p-r-0-xl {
    padding-right: 0!important
  }
  .u-m-t-6-xl {
    margin-top: 6px!important
  }
  .u-p-t-6-xl {
    padding-top: 6px!important
  }
  .u-m-b-6-xl {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xl {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xl {
    margin-left: 6px!important
  }
  .u-p-l-6-xl {
    padding-left: 6px!important
  }
  .u-m-r-6-xl {
    margin-right: 6px!important
  }
  .u-p-r-6-xl {
    padding-right: 6px!important
  }
  .u-m-t-12-xl {
    margin-top: 12px!important
  }
  .u-p-t-12-xl {
    padding-top: 12px!important
  }
  .u-m-b-12-xl {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xl {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xl {
    margin-left: 12px!important
  }
  .u-p-l-12-xl {
    padding-left: 12px!important
  }
  .u-m-r-12-xl {
    margin-right: 12px!important
  }
  .u-p-r-12-xl {
    padding-right: 12px!important
  }
  .u-m-t-16-xl {
    margin-top: 16px!important
  }
  .u-p-t-16-xl {
    padding-top: 16px!important
  }
  .u-m-b-16-xl {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xl {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xl {
    margin-left: 16px!important
  }
  .u-p-l-16-xl {
    padding-left: 16px!important
  }
  .u-m-r-16-xl {
    margin-right: 16px!important
  }
  .u-p-r-16-xl {
    padding-right: 16px!important
  }
  .u-m-t-24-xl {
    margin-top: 24px!important
  }
  .u-p-t-24-xl {
    padding-top: 24px!important
  }
  .u-m-b-24-xl {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xl {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xl {
    margin-left: 24px!important
  }
  .u-p-l-24-xl {
    padding-left: 24px!important
  }
  .u-m-r-24-xl {
    margin-right: 24px!important
  }
  .u-p-r-24-xl {
    padding-right: 24px!important
  }
  .u-m-t-32-xl {
    margin-top: 32px!important
  }
  .u-p-t-32-xl {
    padding-top: 32px!important
  }
  .u-m-b-32-xl {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xl {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xl {
    margin-left: 32px!important
  }
  .u-p-l-32-xl {
    padding-left: 32px!important
  }
  .u-m-r-32-xl {
    margin-right: 32px!important
  }
  .u-p-r-32-xl {
    padding-right: 32px!important
  }
  .u-m-t-36-xl {
    margin-top: 36px!important
  }
  .u-p-t-36-xl {
    padding-top: 36px!important
  }
  .u-m-b-36-xl {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xl {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xl {
    margin-left: 36px!important
  }
  .u-p-l-36-xl {
    padding-left: 36px!important
  }
  .u-m-r-36-xl {
    margin-right: 36px!important
  }
  .u-p-r-36-xl {
    padding-right: 36px!important
  }
  .u-m-t-48-xl {
    margin-top: 48px!important
  }
  .u-p-t-48-xl {
    padding-top: 48px!important
  }
  .u-m-b-48-xl {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xl {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xl {
    margin-left: 48px!important
  }
  .u-p-l-48-xl {
    padding-left: 48px!important
  }
  .u-m-r-48-xl {
    margin-right: 48px!important
  }
  .u-p-r-48-xl {
    padding-right: 48px!important
  }
  .u-m-t-60-xl {
    margin-top: 60px!important
  }
  .u-p-t-60-xl {
    padding-top: 60px!important
  }
  .u-m-b-60-xl {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xl {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xl {
    margin-left: 60px!important
  }
  .u-p-l-60-xl {
    padding-left: 60px!important
  }
  .u-m-r-60-xl {
    margin-right: 60px!important
  }
  .u-p-r-60-xl {
    padding-right: 60px!important
  }
  .u-m-t-96-xl {
    margin-top: 96px!important
  }
  .u-p-t-96-xl {
    padding-top: 96px!important
  }
  .u-m-b-96-xl {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xl {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xl {
    margin-left: 96px!important
  }
  .u-p-l-96-xl {
    padding-left: 96px!important
  }
  .u-m-r-96-xl {
    margin-right: 96px!important
  }
  .u-p-r-96-xl {
    padding-right: 96px!important
  }
}

@media screen and (max-width:1023px) {
  .u-m-t-0-l {
    margin-top: 0!important
  }
  .u-p-t-0-l {
    padding-top: 0!important
  }
  .u-m-b-0-l {
    margin-bottom: 0!important
  }
  .u-p-b-0-l {
    padding-bottom: 0!important
  }
  .u-m-l-0-l {
    margin-left: 0!important
  }
  .u-p-l-0-l {
    padding-left: 0!important
  }
  .u-m-r-0-l {
    margin-right: 0!important
  }
  .u-p-r-0-l {
    padding-right: 0!important
  }
  .u-m-t-6-l {
    margin-top: 6px!important
  }
  .u-p-t-6-l {
    padding-top: 6px!important
  }
  .u-m-b-6-l {
    margin-bottom: 6px!important
  }
  .u-p-b-6-l {
    padding-bottom: 6px!important
  }
  .u-m-l-6-l {
    margin-left: 6px!important
  }
  .u-p-l-6-l {
    padding-left: 6px!important
  }
  .u-m-r-6-l {
    margin-right: 6px!important
  }
  .u-p-r-6-l {
    padding-right: 6px!important
  }
  .u-m-t-12-l {
    margin-top: 12px!important
  }
  .u-p-t-12-l {
    padding-top: 12px!important
  }
  .u-m-b-12-l {
    margin-bottom: 12px!important
  }
  .u-p-b-12-l {
    padding-bottom: 12px!important
  }
  .u-m-l-12-l {
    margin-left: 12px!important
  }
  .u-p-l-12-l {
    padding-left: 12px!important
  }
  .u-m-r-12-l {
    margin-right: 12px!important
  }
  .u-p-r-12-l {
    padding-right: 12px!important
  }
  .u-m-t-16-l {
    margin-top: 16px!important
  }
  .u-p-t-16-l {
    padding-top: 16px!important
  }
  .u-m-b-16-l {
    margin-bottom: 16px!important
  }
  .u-p-b-16-l {
    padding-bottom: 16px!important
  }
  .u-m-l-16-l {
    margin-left: 16px!important
  }
  .u-p-l-16-l {
    padding-left: 16px!important
  }
  .u-m-r-16-l {
    margin-right: 16px!important
  }
  .u-p-r-16-l {
    padding-right: 16px!important
  }
  .u-m-t-24-l {
    margin-top: 24px!important
  }
  .u-p-t-24-l {
    padding-top: 24px!important
  }
  .u-m-b-24-l {
    margin-bottom: 24px!important
  }
  .u-p-b-24-l {
    padding-bottom: 24px!important
  }
  .u-m-l-24-l {
    margin-left: 24px!important
  }
  .u-p-l-24-l {
    padding-left: 24px!important
  }
  .u-m-r-24-l {
    margin-right: 24px!important
  }
  .u-p-r-24-l {
    padding-right: 24px!important
  }
  .u-m-t-32-l {
    margin-top: 32px!important
  }
  .u-p-t-32-l {
    padding-top: 32px!important
  }
  .u-m-b-32-l {
    margin-bottom: 32px!important
  }
  .u-p-b-32-l {
    padding-bottom: 32px!important
  }
  .u-m-l-32-l {
    margin-left: 32px!important
  }
  .u-p-l-32-l {
    padding-left: 32px!important
  }
  .u-m-r-32-l {
    margin-right: 32px!important
  }
  .u-p-r-32-l {
    padding-right: 32px!important
  }
  .u-m-t-36-l {
    margin-top: 36px!important
  }
  .u-p-t-36-l {
    padding-top: 36px!important
  }
  .u-m-b-36-l {
    margin-bottom: 36px!important
  }
  .u-p-b-36-l {
    padding-bottom: 36px!important
  }
  .u-m-l-36-l {
    margin-left: 36px!important
  }
  .u-p-l-36-l {
    padding-left: 36px!important
  }
  .u-m-r-36-l {
    margin-right: 36px!important
  }
  .u-p-r-36-l {
    padding-right: 36px!important
  }
  .u-m-t-48-l {
    margin-top: 48px!important
  }
  .u-p-t-48-l {
    padding-top: 48px!important
  }
  .u-m-b-48-l {
    margin-bottom: 48px!important
  }
  .u-p-b-48-l {
    padding-bottom: 48px!important
  }
  .u-m-l-48-l {
    margin-left: 48px!important
  }
  .u-p-l-48-l {
    padding-left: 48px!important
  }
  .u-m-r-48-l {
    margin-right: 48px!important
  }
  .u-p-r-48-l {
    padding-right: 48px!important
  }
  .u-m-t-60-l {
    margin-top: 60px!important
  }
  .u-p-t-60-l {
    padding-top: 60px!important
  }
  .u-m-b-60-l {
    margin-bottom: 60px!important
  }
  .u-p-b-60-l {
    padding-bottom: 60px!important
  }
  .u-m-l-60-l {
    margin-left: 60px!important
  }
  .u-p-l-60-l {
    padding-left: 60px!important
  }
  .u-m-r-60-l {
    margin-right: 60px!important
  }
  .u-p-r-60-l {
    padding-right: 60px!important
  }
  .u-m-t-96-l {
    margin-top: 96px!important
  }
  .u-p-t-96-l {
    padding-top: 96px!important
  }
  .u-m-b-96-l {
    margin-bottom: 96px!important
  }
  .u-p-b-96-l {
    padding-bottom: 96px!important
  }
  .u-m-l-96-l {
    margin-left: 96px!important
  }
  .u-p-l-96-l {
    padding-left: 96px!important
  }
  .u-m-r-96-l {
    margin-right: 96px!important
  }
  .u-p-r-96-l {
    padding-right: 96px!important
  }
}

@media screen and (max-width:719px) {
  .u-m-t-0-m {
    margin-top: 0!important
  }
  .u-p-t-0-m {
    padding-top: 0!important
  }
  .u-m-b-0-m {
    margin-bottom: 0!important
  }
  .u-p-b-0-m {
    padding-bottom: 0!important
  }
  .u-m-l-0-m {
    margin-left: 0!important
  }
  .u-p-l-0-m {
    padding-left: 0!important
  }
  .u-m-r-0-m {
    margin-right: 0!important
  }
  .u-p-r-0-m {
    padding-right: 0!important
  }
  .u-m-t-6-m {
    margin-top: 6px!important
  }
  .u-p-t-6-m {
    padding-top: 6px!important
  }
  .u-m-b-6-m {
    margin-bottom: 6px!important
  }
  .u-p-b-6-m {
    padding-bottom: 6px!important
  }
  .u-m-l-6-m {
    margin-left: 6px!important
  }
  .u-p-l-6-m {
    padding-left: 6px!important
  }
  .u-m-r-6-m {
    margin-right: 6px!important
  }
  .u-p-r-6-m {
    padding-right: 6px!important
  }
  .u-m-t-12-m {
    margin-top: 12px!important
  }
  .u-p-t-12-m {
    padding-top: 12px!important
  }
  .u-m-b-12-m {
    margin-bottom: 12px!important
  }
  .u-p-b-12-m {
    padding-bottom: 12px!important
  }
  .u-m-l-12-m {
    margin-left: 12px!important
  }
  .u-p-l-12-m {
    padding-left: 12px!important
  }
  .u-m-r-12-m {
    margin-right: 12px!important
  }
  .u-p-r-12-m {
    padding-right: 12px!important
  }
  .u-m-t-16-m {
    margin-top: 16px!important
  }
  .u-p-t-16-m {
    padding-top: 16px!important
  }
  .u-m-b-16-m {
    margin-bottom: 16px!important
  }
  .u-p-b-16-m {
    padding-bottom: 16px!important
  }
  .u-m-l-16-m {
    margin-left: 16px!important
  }
  .u-p-l-16-m {
    padding-left: 16px!important
  }
  .u-m-r-16-m {
    margin-right: 16px!important
  }
  .u-p-r-16-m {
    padding-right: 16px!important
  }
  .u-m-t-24-m {
    margin-top: 24px!important
  }
  .u-p-t-24-m {
    padding-top: 24px!important
  }
  .u-m-b-24-m {
    margin-bottom: 24px!important
  }
  .u-p-b-24-m {
    padding-bottom: 24px!important
  }
  .u-m-l-24-m {
    margin-left: 24px!important
  }
  .u-p-l-24-m {
    padding-left: 24px!important
  }
  .u-m-r-24-m {
    margin-right: 24px!important
  }
  .u-p-r-24-m {
    padding-right: 24px!important
  }
  .u-m-t-32-m {
    margin-top: 32px!important
  }
  .u-p-t-32-m {
    padding-top: 32px!important
  }
  .u-m-b-32-m {
    margin-bottom: 32px!important
  }
  .u-p-b-32-m {
    padding-bottom: 32px!important
  }
  .u-m-l-32-m {
    margin-left: 32px!important
  }
  .u-p-l-32-m {
    padding-left: 32px!important
  }
  .u-m-r-32-m {
    margin-right: 32px!important
  }
  .u-p-r-32-m {
    padding-right: 32px!important
  }
  .u-m-t-36-m {
    margin-top: 36px!important
  }
  .u-p-t-36-m {
    padding-top: 36px!important
  }
  .u-m-b-36-m {
    margin-bottom: 36px!important
  }
  .u-p-b-36-m {
    padding-bottom: 36px!important
  }
  .u-m-l-36-m {
    margin-left: 36px!important
  }
  .u-p-l-36-m {
    padding-left: 36px!important
  }
  .u-m-r-36-m {
    margin-right: 36px!important
  }
  .u-p-r-36-m {
    padding-right: 36px!important
  }
  .u-m-t-48-m {
    margin-top: 48px!important
  }
  .u-p-t-48-m {
    padding-top: 48px!important
  }
  .u-m-b-48-m {
    margin-bottom: 48px!important
  }
  .u-p-b-48-m {
    padding-bottom: 48px!important
  }
  .u-m-l-48-m {
    margin-left: 48px!important
  }
  .u-p-l-48-m {
    padding-left: 48px!important
  }
  .u-m-r-48-m {
    margin-right: 48px!important
  }
  .u-p-r-48-m {
    padding-right: 48px!important
  }
  .u-m-t-60-m {
    margin-top: 60px!important
  }
  .u-p-t-60-m {
    padding-top: 60px!important
  }
  .u-m-b-60-m {
    margin-bottom: 60px!important
  }
  .u-p-b-60-m {
    padding-bottom: 60px!important
  }
  .u-m-l-60-m {
    margin-left: 60px!important
  }
  .u-p-l-60-m {
    padding-left: 60px!important
  }
  .u-m-r-60-m {
    margin-right: 60px!important
  }
  .u-p-r-60-m {
    padding-right: 60px!important
  }
  .u-m-t-96-m {
    margin-top: 96px!important
  }
  .u-p-t-96-m {
    padding-top: 96px!important
  }
  .u-m-b-96-m {
    margin-bottom: 96px!important
  }
  .u-p-b-96-m {
    padding-bottom: 96px!important
  }
  .u-m-l-96-m {
    margin-left: 96px!important
  }
  .u-p-l-96-m {
    padding-left: 96px!important
  }
  .u-m-r-96-m {
    margin-right: 96px!important
  }
  .u-p-r-96-m {
    padding-right: 96px!important
  }
}

@media screen and (max-width:575px) {
  .u-m-t-0-s {
    margin-top: 0!important
  }
  .u-p-t-0-s {
    padding-top: 0!important
  }
  .u-m-b-0-s {
    margin-bottom: 0!important
  }
  .u-p-b-0-s {
    padding-bottom: 0!important
  }
  .u-m-l-0-s {
    margin-left: 0!important
  }
  .u-p-l-0-s {
    padding-left: 0!important
  }
  .u-m-r-0-s {
    margin-right: 0!important
  }
  .u-p-r-0-s {
    padding-right: 0!important
  }
  .u-m-t-6-s {
    margin-top: 6px!important
  }
  .u-p-t-6-s {
    padding-top: 6px!important
  }
  .u-m-b-6-s {
    margin-bottom: 6px!important
  }
  .u-p-b-6-s {
    padding-bottom: 6px!important
  }
  .u-m-l-6-s {
    margin-left: 6px!important
  }
  .u-p-l-6-s {
    padding-left: 6px!important
  }
  .u-m-r-6-s {
    margin-right: 6px!important
  }
  .u-p-r-6-s {
    padding-right: 6px!important
  }
  .u-m-t-12-s {
    margin-top: 12px!important
  }
  .u-p-t-12-s {
    padding-top: 12px!important
  }
  .u-m-b-12-s {
    margin-bottom: 12px!important
  }
  .u-p-b-12-s {
    padding-bottom: 12px!important
  }
  .u-m-l-12-s {
    margin-left: 12px!important
  }
  .u-p-l-12-s {
    padding-left: 12px!important
  }
  .u-m-r-12-s {
    margin-right: 12px!important
  }
  .u-p-r-12-s {
    padding-right: 12px!important
  }
  .u-m-t-16-s {
    margin-top: 16px!important
  }
  .u-p-t-16-s {
    padding-top: 16px!important
  }
  .u-m-b-16-s {
    margin-bottom: 16px!important
  }
  .u-p-b-16-s {
    padding-bottom: 16px!important
  }
  .u-m-l-16-s {
    margin-left: 16px!important
  }
  .u-p-l-16-s {
    padding-left: 16px!important
  }
  .u-m-r-16-s {
    margin-right: 16px!important
  }
  .u-p-r-16-s {
    padding-right: 16px!important
  }
  .u-m-t-24-s {
    margin-top: 24px!important
  }
  .u-p-t-24-s {
    padding-top: 24px!important
  }
  .u-m-b-24-s {
    margin-bottom: 24px!important
  }
  .u-p-b-24-s {
    padding-bottom: 24px!important
  }
  .u-m-l-24-s {
    margin-left: 24px!important
  }
  .u-p-l-24-s {
    padding-left: 24px!important
  }
  .u-m-r-24-s {
    margin-right: 24px!important
  }
  .u-p-r-24-s {
    padding-right: 24px!important
  }
  .u-m-t-32-s {
    margin-top: 32px!important
  }
  .u-p-t-32-s {
    padding-top: 32px!important
  }
  .u-m-b-32-s {
    margin-bottom: 32px!important
  }
  .u-p-b-32-s {
    padding-bottom: 32px!important
  }
  .u-m-l-32-s {
    margin-left: 32px!important
  }
  .u-p-l-32-s {
    padding-left: 32px!important
  }
  .u-m-r-32-s {
    margin-right: 32px!important
  }
  .u-p-r-32-s {
    padding-right: 32px!important
  }
  .u-m-t-36-s {
    margin-top: 36px!important
  }
  .u-p-t-36-s {
    padding-top: 36px!important
  }
  .u-m-b-36-s {
    margin-bottom: 36px!important
  }
  .u-p-b-36-s {
    padding-bottom: 36px!important
  }
  .u-m-l-36-s {
    margin-left: 36px!important
  }
  .u-p-l-36-s {
    padding-left: 36px!important
  }
  .u-m-r-36-s {
    margin-right: 36px!important
  }
  .u-p-r-36-s {
    padding-right: 36px!important
  }
  .u-m-t-48-s {
    margin-top: 48px!important
  }
  .u-p-t-48-s {
    padding-top: 48px!important
  }
  .u-m-b-48-s {
    margin-bottom: 48px!important
  }
  .u-p-b-48-s {
    padding-bottom: 48px!important
  }
  .u-m-l-48-s {
    margin-left: 48px!important
  }
  .u-p-l-48-s {
    padding-left: 48px!important
  }
  .u-m-r-48-s {
    margin-right: 48px!important
  }
  .u-p-r-48-s {
    padding-right: 48px!important
  }
  .u-m-t-60-s {
    margin-top: 60px!important
  }
  .u-p-t-60-s {
    padding-top: 60px!important
  }
  .u-m-b-60-s {
    margin-bottom: 60px!important
  }
  .u-p-b-60-s {
    padding-bottom: 60px!important
  }
  .u-m-l-60-s {
    margin-left: 60px!important
  }
  .u-p-l-60-s {
    padding-left: 60px!important
  }
  .u-m-r-60-s {
    margin-right: 60px!important
  }
  .u-p-r-60-s {
    padding-right: 60px!important
  }
  .u-m-t-96-s {
    margin-top: 96px!important
  }
  .u-p-t-96-s {
    padding-top: 96px!important
  }
  .u-m-b-96-s {
    margin-bottom: 96px!important
  }
  .u-p-b-96-s {
    padding-bottom: 96px!important
  }
  .u-m-l-96-s {
    margin-left: 96px!important
  }
  .u-p-l-96-s {
    padding-left: 96px!important
  }
  .u-m-r-96-s {
    margin-right: 96px!important
  }
  .u-p-r-96-s {
    padding-right: 96px!important
  }
}

@media screen and (max-width:479px) {
  .u-m-t-0-xs {
    margin-top: 0!important
  }
  .u-p-t-0-xs {
    padding-top: 0!important
  }
  .u-m-b-0-xs {
    margin-bottom: 0!important
  }
  .u-p-b-0-xs {
    padding-bottom: 0!important
  }
  .u-m-l-0-xs {
    margin-left: 0!important
  }
  .u-p-l-0-xs {
    padding-left: 0!important
  }
  .u-m-r-0-xs {
    margin-right: 0!important
  }
  .u-p-r-0-xs {
    padding-right: 0!important
  }
  .u-m-t-6-xs {
    margin-top: 6px!important
  }
  .u-p-t-6-xs {
    padding-top: 6px!important
  }
  .u-m-b-6-xs {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xs {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xs {
    margin-left: 6px!important
  }
  .u-p-l-6-xs {
    padding-left: 6px!important
  }
  .u-m-r-6-xs {
    margin-right: 6px!important
  }
  .u-p-r-6-xs {
    padding-right: 6px!important
  }
  .u-m-t-12-xs {
    margin-top: 12px!important
  }
  .u-p-t-12-xs {
    padding-top: 12px!important
  }
  .u-m-b-12-xs {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xs {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xs {
    margin-left: 12px!important
  }
  .u-p-l-12-xs {
    padding-left: 12px!important
  }
  .u-m-r-12-xs {
    margin-right: 12px!important
  }
  .u-p-r-12-xs {
    padding-right: 12px!important
  }
  .u-m-t-16-xs {
    margin-top: 16px!important
  }
  .u-p-t-16-xs {
    padding-top: 16px!important
  }
  .u-m-b-16-xs {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xs {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xs {
    margin-left: 16px!important
  }
  .u-p-l-16-xs {
    padding-left: 16px!important
  }
  .u-m-r-16-xs {
    margin-right: 16px!important
  }
  .u-p-r-16-xs {
    padding-right: 16px!important
  }
  .u-m-t-24-xs {
    margin-top: 24px!important
  }
  .u-p-t-24-xs {
    padding-top: 24px!important
  }
  .u-m-b-24-xs {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xs {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xs {
    margin-left: 24px!important
  }
  .u-p-l-24-xs {
    padding-left: 24px!important
  }
  .u-m-r-24-xs {
    margin-right: 24px!important
  }
  .u-p-r-24-xs {
    padding-right: 24px!important
  }
  .u-m-t-32-xs {
    margin-top: 32px!important
  }
  .u-p-t-32-xs {
    padding-top: 32px!important
  }
  .u-m-b-32-xs {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xs {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xs {
    margin-left: 32px!important
  }
  .u-p-l-32-xs {
    padding-left: 32px!important
  }
  .u-m-r-32-xs {
    margin-right: 32px!important
  }
  .u-p-r-32-xs {
    padding-right: 32px!important
  }
  .u-m-t-36-xs {
    margin-top: 36px!important
  }
  .u-p-t-36-xs {
    padding-top: 36px!important
  }
  .u-m-b-36-xs {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xs {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xs {
    margin-left: 36px!important
  }
  .u-p-l-36-xs {
    padding-left: 36px!important
  }
  .u-m-r-36-xs {
    margin-right: 36px!important
  }
  .u-p-r-36-xs {
    padding-right: 36px!important
  }
  .u-m-t-48-xs {
    margin-top: 48px!important
  }
  .u-p-t-48-xs {
    padding-top: 48px!important
  }
  .u-m-b-48-xs {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xs {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xs {
    margin-left: 48px!important
  }
  .u-p-l-48-xs {
    padding-left: 48px!important
  }
  .u-m-r-48-xs {
    margin-right: 48px!important
  }
  .u-p-r-48-xs {
    padding-right: 48px!important
  }
  .u-m-t-60-xs {
    margin-top: 60px!important
  }
  .u-p-t-60-xs {
    padding-top: 60px!important
  }
  .u-m-b-60-xs {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xs {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xs {
    margin-left: 60px!important
  }
  .u-p-l-60-xs {
    padding-left: 60px!important
  }
  .u-m-r-60-xs {
    margin-right: 60px!important
  }
  .u-p-r-60-xs {
    padding-right: 60px!important
  }
  .u-m-t-96-xs {
    margin-top: 96px!important
  }
  .u-p-t-96-xs {
    padding-top: 96px!important
  }
  .u-m-b-96-xs {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xs {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xs {
    margin-left: 96px!important
  }
  .u-p-l-96-xs {
    padding-left: 96px!important
  }
  .u-m-r-96-xs {
    margin-right: 96px!important
  }
  .u-p-r-96-xs {
    padding-right: 96px!important
  }
}

@media screen and (max-width:383px) {
  .u-m-t-0-xxs {
    margin-top: 0!important
  }
  .u-p-t-0-xxs {
    padding-top: 0!important
  }
  .u-m-b-0-xxs {
    margin-bottom: 0!important
  }
  .u-p-b-0-xxs {
    padding-bottom: 0!important
  }
  .u-m-l-0-xxs {
    margin-left: 0!important
  }
  .u-p-l-0-xxs {
    padding-left: 0!important
  }
  .u-m-r-0-xxs {
    margin-right: 0!important
  }
  .u-p-r-0-xxs {
    padding-right: 0!important
  }
  .u-m-t-6-xxs {
    margin-top: 6px!important
  }
  .u-p-t-6-xxs {
    padding-top: 6px!important
  }
  .u-m-b-6-xxs {
    margin-bottom: 6px!important
  }
  .u-p-b-6-xxs {
    padding-bottom: 6px!important
  }
  .u-m-l-6-xxs {
    margin-left: 6px!important
  }
  .u-p-l-6-xxs {
    padding-left: 6px!important
  }
  .u-m-r-6-xxs {
    margin-right: 6px!important
  }
  .u-p-r-6-xxs {
    padding-right: 6px!important
  }
  .u-m-t-12-xxs {
    margin-top: 12px!important
  }
  .u-p-t-12-xxs {
    padding-top: 12px!important
  }
  .u-m-b-12-xxs {
    margin-bottom: 12px!important
  }
  .u-p-b-12-xxs {
    padding-bottom: 12px!important
  }
  .u-m-l-12-xxs {
    margin-left: 12px!important
  }
  .u-p-l-12-xxs {
    padding-left: 12px!important
  }
  .u-m-r-12-xxs {
    margin-right: 12px!important
  }
  .u-p-r-12-xxs {
    padding-right: 12px!important
  }
  .u-m-t-16-xxs {
    margin-top: 16px!important
  }
  .u-p-t-16-xxs {
    padding-top: 16px!important
  }
  .u-m-b-16-xxs {
    margin-bottom: 16px!important
  }
  .u-p-b-16-xxs {
    padding-bottom: 16px!important
  }
  .u-m-l-16-xxs {
    margin-left: 16px!important
  }
  .u-p-l-16-xxs {
    padding-left: 16px!important
  }
  .u-m-r-16-xxs {
    margin-right: 16px!important
  }
  .u-p-r-16-xxs {
    padding-right: 16px!important
  }
  .u-m-t-24-xxs {
    margin-top: 24px!important
  }
  .u-p-t-24-xxs {
    padding-top: 24px!important
  }
  .u-m-b-24-xxs {
    margin-bottom: 24px!important
  }
  .u-p-b-24-xxs {
    padding-bottom: 24px!important
  }
  .u-m-l-24-xxs {
    margin-left: 24px!important
  }
  .u-p-l-24-xxs {
    padding-left: 24px!important
  }
  .u-m-r-24-xxs {
    margin-right: 24px!important
  }
  .u-p-r-24-xxs {
    padding-right: 24px!important
  }
  .u-m-t-32-xxs {
    margin-top: 32px!important
  }
  .u-p-t-32-xxs {
    padding-top: 32px!important
  }
  .u-m-b-32-xxs {
    margin-bottom: 32px!important
  }
  .u-p-b-32-xxs {
    padding-bottom: 32px!important
  }
  .u-m-l-32-xxs {
    margin-left: 32px!important
  }
  .u-p-l-32-xxs {
    padding-left: 32px!important
  }
  .u-m-r-32-xxs {
    margin-right: 32px!important
  }
  .u-p-r-32-xxs {
    padding-right: 32px!important
  }
  .u-m-t-36-xxs {
    margin-top: 36px!important
  }
  .u-p-t-36-xxs {
    padding-top: 36px!important
  }
  .u-m-b-36-xxs {
    margin-bottom: 36px!important
  }
  .u-p-b-36-xxs {
    padding-bottom: 36px!important
  }
  .u-m-l-36-xxs {
    margin-left: 36px!important
  }
  .u-p-l-36-xxs {
    padding-left: 36px!important
  }
  .u-m-r-36-xxs {
    margin-right: 36px!important
  }
  .u-p-r-36-xxs {
    padding-right: 36px!important
  }
  .u-m-t-48-xxs {
    margin-top: 48px!important
  }
  .u-p-t-48-xxs {
    padding-top: 48px!important
  }
  .u-m-b-48-xxs {
    margin-bottom: 48px!important
  }
  .u-p-b-48-xxs {
    padding-bottom: 48px!important
  }
  .u-m-l-48-xxs {
    margin-left: 48px!important
  }
  .u-p-l-48-xxs {
    padding-left: 48px!important
  }
  .u-m-r-48-xxs {
    margin-right: 48px!important
  }
  .u-p-r-48-xxs {
    padding-right: 48px!important
  }
  .u-m-t-60-xxs {
    margin-top: 60px!important
  }
  .u-p-t-60-xxs {
    padding-top: 60px!important
  }
  .u-m-b-60-xxs {
    margin-bottom: 60px!important
  }
  .u-p-b-60-xxs {
    padding-bottom: 60px!important
  }
  .u-m-l-60-xxs {
    margin-left: 60px!important
  }
  .u-p-l-60-xxs {
    padding-left: 60px!important
  }
  .u-m-r-60-xxs {
    margin-right: 60px!important
  }
  .u-p-r-60-xxs {
    padding-right: 60px!important
  }
  .u-m-t-96-xxs {
    margin-top: 96px!important
  }
  .u-p-t-96-xxs {
    padding-top: 96px!important
  }
  .u-m-b-96-xxs {
    margin-bottom: 96px!important
  }
  .u-p-b-96-xxs {
    padding-bottom: 96px!important
  }
  .u-m-l-96-xxs {
    margin-left: 96px!important
  }
  .u-p-l-96-xxs {
    padding-left: 96px!important
  }
  .u-m-r-96-xxs {
    margin-right: 96px!important
  }
  .u-p-r-96-xxs {
    padding-right: 96px!important
  }
}

.u-t-center {
  text-align: center!important
}

.u-t-left {
  text-align: left!important
}

.u-t-right {
  text-align: right!important
}

@media screen and (max-width:1919px) {
  .u-t-center-ultra {
    text-align: center!important
  }
  .u-t-left-ultra {
    text-align: left!important
  }
  .u-t-right-ultra {
    text-align: right!important
  }
}

@media screen and (max-width:1599px) {
  .u-t-center-xl {
    text-align: center!important
  }
  .u-t-left-xl {
    text-align: left!important
  }
  .u-t-right-xl {
    text-align: right!important
  }
}

@media screen and (max-width:1023px) {
  .u-t-center-l {
    text-align: center!important
  }
  .u-t-left-l {
    text-align: left!important
  }
  .u-t-right-l {
    text-align: right!important
  }
}

@media screen and (max-width:719px) {
  .u-t-center-m {
    text-align: center!important
  }
  .u-t-left-m {
    text-align: left!important
  }
  .u-t-right-m {
    text-align: right!important
  }
}

@media screen and (max-width:575px) {
  .u-t-center-s {
    text-align: center!important
  }
  .u-t-left-s {
    text-align: left!important
  }
  .u-t-right-s {
    text-align: right!important
  }
}

@media screen and (max-width:479px) {
  .u-t-center-xs {
    text-align: center!important
  }
  .u-t-left-xs {
    text-align: left!important
  }
  .u-t-right-xs {
    text-align: right!important
  }
}

@media screen and (max-width:383px) {
  .u-t-center-xxs {
    text-align: center!important
  }
  .u-t-left-xxs {
    text-align: left!important
  }
  .u-t-right-xxs {
    text-align: right!important
  }
}

.u-align-items-flex-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.u-align-items-flex-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.u-align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

@media screen and (max-width:1919px) {
  .u-align-items-flex-start-ultra {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-ultra {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-ultra {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:1599px) {
  .u-align-items-flex-start-xl {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xl {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xl {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:1023px) {
  .u-align-items-flex-start-l {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-l {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-l {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:719px) {
  .u-align-items-flex-start-m {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-m {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-m {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:575px) {
  .u-align-items-flex-start-s {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-s {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-s {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:479px) {
  .u-align-items-flex-start-xs {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xs {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xs {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

@media screen and (max-width:383px) {
  .u-align-items-flex-start-xxs {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .u-align-items-flex-end-xxs {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .u-align-items-center-xxs {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
}

.u-justify-content-flex-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.u-justify-content-flex-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.u-justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.u-justify-content-space-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.u-justify-content-space-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.u-justify-content-space-evenly {
  -webkit-box-pack: space-evenly!important;
  -ms-flex-pack: space-evenly!important;
  justify-content: space-evenly!important
}

@media screen and (max-width:1919px) {
  .u-justify-content-flex-start-ultra {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-ultra {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-ultra {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-ultra {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-ultra {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-ultra {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:1599px) {
  .u-justify-content-flex-start-xl {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xl {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xl {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xl {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xl {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xl {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:1023px) {
  .u-justify-content-flex-start-l {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-l {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-l {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-l {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-l {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-l {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:719px) {
  .u-justify-content-flex-start-m {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-m {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-m {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-m {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-m {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-m {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:575px) {
  .u-justify-content-flex-start-s {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-s {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-s {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-s {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-s {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-s {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:479px) {
  .u-justify-content-flex-start-xs {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xs {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xs {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xs {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xs {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xs {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

@media screen and (max-width:383px) {
  .u-justify-content-flex-start-xxs {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .u-justify-content-flex-end-xxs {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .u-justify-content-center-xxs {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .u-justify-content-space-between-xxs {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .u-justify-content-space-around-xxs {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .u-justify-content-space-evenly-xxs {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
}

.u-d-none {
  display: none!important
}

.u-d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.u-d-block {
  display: block!important
}

.u-d-inline-block {
  display: inline-block!important
}

.u-d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}

.u-d-inline {
  display: inline!important
}

@media screen and (max-width:1919px) {
  .u-d-none-ultra {
    display: none!important
  }
  .u-d-flex-ultra {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-ultra {
    display: block!important
  }
  .u-d-inline-block-ultra {
    display: inline-block!important
  }
  .u-d-inline-flex-ultra {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-ultra {
    display: inline!important
  }
}

@media screen and (max-width:1599px) {
  .u-d-none-xl {
    display: none!important
  }
  .u-d-flex-xl {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xl {
    display: block!important
  }
  .u-d-inline-block-xl {
    display: inline-block!important
  }
  .u-d-inline-flex-xl {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xl {
    display: inline!important
  }
}

@media screen and (max-width:1023px) {

  .u-d-flex-l {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-l {
    display: block!important
  }
  .u-d-inline-block-l {
    display: inline-block!important
  }
  .u-d-inline-flex-l {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-l {
    display: inline!important
  }
}

@media screen and (max-width:719px) {
  .u-d-none-m {
    display: none!important
  }
  .u-d-flex-m {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-m {
    display: block!important
  }
  .u-d-inline-block-m {
    display: inline-block!important
  }
  .u-d-inline-flex-m {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-m {
    display: inline!important
  }
}

@media screen and (max-width:575px) {
  .u-d-none-s {
    display: none!important
  }
  .u-d-flex-s {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-s {
    display: block!important
  }
  .u-d-inline-block-s {
    display: inline-block!important
  }
  .u-d-inline-flex-s {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-s {
    display: inline!important
  }
}

@media screen and (max-width:479px) {
  .u-d-none-xs {
    display: none!important
  }
  .u-d-flex-xs {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xs {
    display: block!important
  }
  .u-d-inline-block-xs {
    display: inline-block!important
  }
  .u-d-inline-flex-xs {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xs {
    display: inline!important
  }
}

@media screen and (max-width:383px) {
  .u-d-none-xxs {
    display: none!important
  }
  .u-d-flex-xxs {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .u-d-block-xxs {
    display: block!important
  }
  .u-d-inline-block-xxs {
    display: inline-block!important
  }
  .u-d-inline-flex-xxs {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .u-d-inline-xxs {
    display: inline!important
  }
}

.o-benefits__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-benefits__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-benefits__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-benefits__wrap {
    max-width: 100%
  }
}

.o-benefits__benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden
}

.o-benefits__benefit-image-wrap {
  position: relative;
  display: block;
  width: 720px;
  height: 460px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit-image-wrap {
    width: 660px
  }
}

@media screen and (max-width:1023px) {
  .o-benefits__benefit-image-wrap {
    width: 500px
  }
}

@media screen and (max-width:719px) {
  .o-benefits__benefit-image-wrap {
    width: 346px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit-image-wrap {
    width: 100%;
    height: auto;
    padding-top: 100%
  }
}

.o-benefits__benefit-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

@media screen and (max-width:575px) {
  .o-benefits__benefit-header {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

.o-benefits__benefit-num {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #005EB8
}

.o-benefits__benefit-title {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin: 0
}

.o-benefits__benefit-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0
}

.o-benefits__benefit-text a {
  text-decoration: underline
}

.o-benefits__benefit {
  position: relative
}

.o-benefits__benefit:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
  margin-left: 32px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
    margin-right: 24px;
    margin-left: 24px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit:nth-of-type(2n) .o-benefits__benefit-header {
    margin-right: 16px;
    margin-left: 16px
  }
}

.o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
  margin-right: 32px
}

@media screen and (max-width:1599px) {
  .o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
    margin-right: 24px;
    margin-left: 24px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit:nth-of-type(odd) .o-benefits__benefit-header {
    margin-right: 16px;
    margin-left: 16px
  }
}

@media screen and (max-width:575px) {
  .o-benefits__benefit {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
}

.o-benefits--blue-title .o-benefits__benefit-title {
  color: #005EB8
}

div.o-bio-qna__title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000
}

div.o-bio-qna__questions h2 {
  color: #000
}

.o-bottom-nav {
  border-top: 2px solid #000
}

.o-bottom-nav__nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-bottom-nav__nav {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__nav {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-bottom-nav__nav {
    max-width: 100%
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__nav {
    max-width: 100%
  }
}

.o-bottom-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__list {
    display: block
  }
}

.o-bottom-nav__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.o-bottom-nav__wrap--left:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__wrap--left:after {
    display: none
  }
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__wrap--right {
    border-top: 2px solid #000
  }
}

.o-bottom-nav__wrap--right .o-bottom-nav__link {
  text-align: right
}

.o-bottom-nav__link {
  display: block;
  padding-right: 34px;
  padding-left: 34px
}

@media screen and (max-width:1023px) {
  .o-bottom-nav__link {
    padding-right: 24px;
    padding-left: 24px
  }
}

@media screen and (max-width:719px) {
  .o-bottom-nav__link {
    padding-right: 16px;
    padding-left: 16px
  }
}

.o-bottom-nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-bottom-nav__link:focus:not(:active):before {
  opacity: 1
}

.o-bottom-nav__text {
  display: block;
  color: #000;
  font-size: 28px;
  line-height: 35px
}

.o-callout-banner {
  background: #fff
}

.o-callout-banner__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-callout-banner__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-callout-banner__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-callout-banner__wrap {
    max-width: 100%
  }
}

.o-callout-banner__text {
  color: #000;
  font-size: 36px;
  line-height: 45px;
  max-width: 67%;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-callout-banner__text {
    max-width: 100%;
    margin-right: 0;
    font-size: 26px;
    line-height: 32px
  }
}

.o-carousel {
  overflow: hidden
}

.o-carousel .tns-outer {
  padding: 0!important
}

.o-carousel .tns-outer [hidden] {
  display: none!important
}

.o-carousel .tns-outer [aria-controls],
.o-carousel .tns-outer [data-action] {
  cursor: pointer
}

.o-carousel .tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s
}

.o-carousel .tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.o-carousel .tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.o-carousel .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.o-carousel .tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.o-carousel .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.o-carousel .tns-no-calc {
  position: relative;
  left: 0
}

.o-carousel .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.o-carousel .tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.o-carousel .tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.o-carousel .tns-gallery>.tns-moving {
  -webkit-transition: all .25s;
  transition: all .25s
}

.o-carousel .tns-autowidth {
  display: inline-block
}

.o-carousel .tns-lazy-img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6
}

.o-carousel .tns-lazy-img.tns-complete {
  opacity: 1
}

.o-carousel .tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s
}

.o-carousel .tns-ovh {
  overflow: hidden
}

.o-carousel .tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.o-carousel .tns-transparent {
  opacity: 0;
  visibility: hidden
}

.o-carousel .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.o-carousel .tns-fadeOut,
.o-carousel .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.o-carousel .tns-vpfix {
  white-space: nowrap
}

.o-carousel .tns-vpfix>div,
.o-carousel .tns-vpfix>li {
  display: inline-block
}

.o-carousel .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.o-carousel .tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.o-carousel .tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.o-carousel .tns-t-ct>div {
  width: 1.42857%;
  height: 10px;
  float: left
}

.o-carousel__controls {
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 236px
}

@media screen and (max-width:1599px) {
  .o-carousel__controls {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__controls {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__controls {
    max-width: 100%
  }
}

@media screen and (max-width:575px) {
  .o-carousel__controls {
    padding-left: 16px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__controls {
    bottom: 170px;
    -webkit-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px)
  }
}

@media screen and (max-width:719px) {
  .o-carousel__controls {
    bottom: 74px
  }
}

.o-carousel__wrap {
  position: relative
}

.o-carousel__wrap .tns-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -13px);
  transform: translate(-50%, -13px);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1599px) {
  .o-carousel__wrap .tns-nav {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__wrap .tns-nav {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__wrap .tns-nav {
    max-width: 100%
  }
}

@media screen and (max-width:575px) {
  .o-carousel__wrap .tns-nav {
    padding-left: 16px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__wrap .tns-nav {
    bottom: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (max-width:719px) {
  .o-carousel__wrap .tns-nav {
    bottom: 32px
  }
}

.o-carousel__wrap .tns-nav button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-carousel__wrap .tns-nav button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  border-radius: 50%;
  opacity: 0
}

.o-carousel__wrap .tns-nav button:focus:not(:active):after {
  opacity: 1
}

.o-carousel__wrap .tns-nav button:hover {
  background: #f2f2f2
}

.o-carousel__wrap .tns-nav button:last-of-type {
  margin-right: 0
}

.o-carousel__wrap .tns-nav button.tns-nav-active {
  background: #005EB8
}

.o-carousel__slide {
  height: 550px
}

@media screen and (max-width:575px) {
  .o-carousel__slide {
    height: 480px
  }
}

.is-no-js .o-carousel__slide:not(:first-of-type) {
  display: none
}

.o-carousel__slide-content {
  position: relative;
  width: 100%;
  height: 100%
}

.o-carousel__slide-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width:719px) {
  .o-carousel__slide-header {
    top: auto;
    bottom: 0;
    padding-bottom: 72px;
    background: rgba(0, 0, 0, .4)
  }
}

.o-carousel__slide-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-carousel__slide-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-carousel__slide-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__slide-wrap {
    max-width: 100%
  }
}

.o-carousel__slide-title {
  font-size: 48px;
  line-height: 60px;
  white-space: pre-line;
  color: #fff;
  margin: 0
}

@media screen and (max-width:719px) {
  .o-carousel__slide-title {
    font-size: 32px;
    line-height: 40px
  }
}

@media screen and (min-width:1024px) {
  .o-carousel__slide-title {
    max-width: 60%
  }
}

.o-carousel__slide-text {
  font-size: 18px;
  line-height: 22px;
  color: #fff
}

@media screen and (max-width:719px) {
  .o-carousel__slide-text {
    font-size: 16px;
    line-height: 24px
  }
}

@media screen and (min-width:1024px) {
  .o-carousel__slide-text {
    max-width: 60%
  }
}

.o-carousel__slide-btn {
  padding-left: 48px;
  padding-right: 48px
}

@media screen and (max-width:575px) {
  .o-carousel__slide-btn {
    width: 100%
  }
}

.o-carousel__graphics {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  overflow: visible;
  pointer-events: none
}

@media screen and (max-width:1023px) {
  .o-carousel__graphics {
    right: -80px
  }
}

@media screen and (max-width:719px) {
  .o-carousel__graphics {
    right: -130px
  }
}

@media screen and (max-width:575px) {
  .o-carousel__graphics {
    right: -180px
  }
}

.o-carousel__graphic {
  position: absolute;
  opacity: .3
}

.has-blend-mode .o-carousel__graphic {
  mix-blend-mode: overlay;
  opacity: 1
}

.o-cookie-bot-declaration {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

.o-dialog {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 4px;
  max-height: 100%;
  overflow-y: auto
}

@media screen and (max-width:575px) {
  .o-dialog {
    top: 80px;
    left: 0;
    max-width: 100%!important;
    -webkit-transform: none!important;
    transform: none!important;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    min-height: calc(100% - 80px);
    max-height: calc(100% - 80px)
  }
}

.o-dialog__backdrop {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4)
}

.o-dialog__close.o-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-dialog__close.o-btn {
    top: 8px;
    right: 12px
  }
}

.o-dialog__close.o-btn svg {
  width: 14px;
  height: 14px
}

.o-dialog__close.o-btn svg path {
  fill: #005EB8
}

.o-dialog__content {
  width: 100%
}

.o-dialog__title {
  font-size: 28px;
  line-height: 35px;
  margin: 0
}

.o-dialog__description {
  font-size: 16px;
  line-height: 24px;
  margin: 0
}

.o-dialog__content {
  position: relative
}

.o-dialog__form-success {
  position: absolute;
  z-index: 500;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: #fff
}

.o-dialog__form-success strong {
  color: #000;
  display: block
}

.o-faq-list {
  background: #fff;
  padding: 38px 0 48px;
  border-bottom: 2px solid #000
}

.o-faq-list__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-faq-list__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-faq-list__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-faq-list__wrap {
    max-width: 100%
  }
}

.o-faq-list__head {
  padding: 0 0 40px
}

@media screen and (max-width:1023px) {
  .o-faq-list__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px
  }
}

.o-faq-list__title {
  font-size: 36px;
  line-height: 45px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (max-width:1023px) {
  .o-faq-list__title {
    min-width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px
  }
}

@media screen and (max-width:719px) {
  .o-faq-list__top-right {
    width: 100%
  }
}

.o-faq-list__view-more {
  margin-top: 13px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-faq-list__view-more {
    margin-top: 0;
    margin-left: 0
  }
}

.o-faq-list--standalone {
  border: 0
}

@media screen and (min-width:1024px) {
  .o-faq-list--standalone {
    min-height: calc(100vh - 1046px)
  }
}

.o-faq {
  border: 2px solid #0f426b
}

.o-faq+.o-faq {
  margin-top: -2px
}

.o-faq__content {
  overflow: hidden
}

.o-faq__content-wrap {
  padding: 0 24px 24px;
  line-height: 1.5em
}

.o-faq__content-wrap a {
  text-decoration: underline
}

.o-faq__btn {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding: 24px 56px 24px 24px;
  background: #fff
}

.o-faq__btn:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-faq__btn .o-icon {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-faq__btn .o-icon svg {
  width: 14px
}

.o-faq__btn.is-active>.o-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.o-footer {
  background: #0f426b
}

.o-footer__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-footer__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-footer__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-footer__wrap {
    max-width: 100%
  }
}

.o-footer__top {
  width: 100%;
  margin-bottom: 80px
}

@media screen and (max-width:1023px) {
  .o-footer__top {
    margin-bottom: 96px
  }
}

.o-footer__copy span {
  color: #fff;
  font-size: 12px;
  line-height: 18px
}

.o-footer__logo {
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-footer__logo:active,
.o-footer__logo:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-footer__logo:active {
  background: #ffd200
}

.o-footer__logo svg {
  height: 24px;
  width: auto
}

.o-footer__logo path {
  fill: #fff
}

.o-footer__social {
  margin-left: auto;
  margin-right: 0
}

.o-footer__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-footer__social li {
  margin-right: 12px
}

.o-footer__social li:last-of-type {
  margin-right: 0
}

.o-footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-footer__social a path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-footer__social a:hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-footer__social a:hover path {
  fill: #005EB8
}

.o-footer__social a:focus:not(:active) {
  background: #f2f2f2;
  border: 2px solid #ffd200;
  outline: 0
}

.o-footer__social a:active {
  background: #ffd200;
  color: #0f426b
}

.o-footer__social a:active path {
  fill: #0f426b
}

.o-footer__bottom {
  width: 100%
}

.o-footer__menu {
  margin-left: 0;
  margin-right: auto;
  min-width: 552px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:1023px) {
  .o-footer__menu {
    width: 100%;
    max-width: 552px;
    min-width: 0
  }
}

.o-footer__menu>ul {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%
}

@media screen and (max-width:719px) {
  .o-footer__menu>ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.o-footer__menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px
}

.o-footer__menu ul ul {
  margin-bottom: 0
}

.o-footer__menu ul ul a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px
}

.o-footer__menu li {
  display: block
}

.o-footer__menu a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

.o-footer__menu a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-footer__menu a:hover {
  color: #f2f2f2
}

.o-footer__menu a:active {
  color: #ffd200
}

.o-footer__form {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 386px;
  text-align: right
}

@media screen and (max-width:719px) {
  .o-footer__form {
    text-align: left
  }
}

@media screen and (max-width:575px) {
  .o-footer__form {
    width: 100%
  }
}

.o-footer__form .o-btn {
  width: 265px;
  min-width: 0
}

@media screen and (max-width:575px) {
  .o-footer__form .o-btn {
    width: 100%
  }
}

.o-footer__form-success {
  position: absolute;
  z-index: 500;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #bdbdbd;
  background: #0f426b
}

.o-footer__form-success strong {
  color: #fff;
  display: block
}

.o-footer__form-title {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 6px
}

.o-footer__mobile-bottom {
  padding-top: 72px
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom {
    padding-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom .o-footer__form {
    margin-left: 0;
    margin-right: auto
  }
}

.o-footer__mobile-bottom .o-footer__social {
  margin-left: 0;
  margin-right: auto
}

@media screen and (max-width:719px) {
  .o-footer__mobile-bottom .o-footer__social {
    margin-bottom: 32px
  }
}

.o-form {
  display: block
}

.o-form__parent {
  position: relative;
  display: block
}

.o-form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.o-form--inline>.o-checkbox,
.o-form--inline>.o-input,
.o-form--inline>.o-radio,
.o-form--inline>.o-select,
.o-form--inline>.o-textarea {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.o-form--inline>.o-btn {
  width: 150px;
  white-space: nowrap;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.o-form--inline>.o-btn.o-btn--square {
  max-width: 50px;
  min-width: 0
}

@media screen and (max-width:575px) {
  .o-form--inline>.o-btn {
    width: 110px
  }
  .o-form--inline>.o-btn .o-icon {
    position: relative!important;
    right: auto!important;
    top: auto!important;
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important;
    margin-left: 3px
  }
}

.o-form--equal>.o-checkbox,
.o-form--equal>.o-input,
.o-form--equal>.o-radio,
.o-form--equal>.o-select,
.o-form--equal>.o-textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.o-form--block {
  display: block;
  width: 100%;
  background: #fff
}

.o-form--block .o-form__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-form--block .o-form__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-form--block .o-form__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-form--block .o-form__wrap {
    max-width: 100%
  }
}

.o-form--block .o-form__title {
  color: #005EB8;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 22px
}

@media screen and (max-width:1023px) {
  .o-form--block .o-form__title {
    font-size: 22px;
    line-height: 28px
  }
}

.o-form--block .o-form__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 50px;
  max-width: 600px
}

.o-form--block .o-checkbox,
.o-form--block .o-input,
.o-form--block .o-select {
  max-width: 310px
}

.o-form--block .o-textarea {
  max-width: 350px
}

.o-form--block .o-checkbox,
.o-form--block .o-input,
.o-form--block .o-radio,
.o-form--block .o-select,
.o-form--block .o-textarea {
  margin-bottom: 36px
}

@media screen and (max-width:719px) {
  .o-form--block .o-checkbox,
  .o-form--block .o-input,
  .o-form--block .o-radio,
  .o-form--block .o-select,
  .o-form--block .o-textarea {
    width: 100%;
    max-width: 100%
  }
}

.o-form--dialog .o-checkbox,
.o-form--dialog .o-input,
.o-form--dialog .o-radio,
.o-form--dialog .o-select,
.o-form--dialog .o-textarea {
  margin-bottom: 36px
}

@media screen and (max-width:575px) {
  .o-form--dialog .o-btn[type=submit] {
    width: 100%
  }
}

.o-graphic-banner {
  position: relative;
  overflow: hidden
}

.o-graphic-banner__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top
}

.o-graphic-banner__graphic {
  position: absolute;
  opacity: .3
}

.has-blend-mode .o-graphic-banner__graphic {
  mix-blend-mode: overlay;
  opacity: 1
}

.o-graphic-banner--shape-default .o-graphic-banner__graphic {
  width: 731px;
  height: 418px;
  top: -10px;
  right: -214px;
  opacity: 0;
  -webkit-transform: translateX(60%) rotate(-57deg);
  transform: translateX(60%) rotate(-57deg)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-default .o-graphic-banner__graphic {
    right: -364px;
    top: 18px
  }
}

.o-graphic-banner--shape-default .o-graphic-banner__graphic.is-seen {
  opacity: .3;
  -webkit-transform: translateX(0) rotate(-57deg);
  transform: translateX(0) rotate(-57deg);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.has-blend-mode .o-graphic-banner--shape-default .o-graphic-banner__graphic.is-seen {
  opacity: 1
}

.o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic {
  width: 731px;
  height: 418px;
  top: -20px;
  right: -245px;
  opacity: 0;
  -webkit-transform: translateX(60%) rotate(57deg);
  transform: translateX(60%) rotate(57deg)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic {
    right: -364px;
    top: -40px
  }
}

.o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic.is-seen {
  opacity: .3;
  -webkit-transform: translateX(0) rotate(57deg);
  transform: translateX(0) rotate(57deg);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease
}

.has-blend-mode .o-graphic-banner--shape-default-reverse .o-graphic-banner__graphic.is-seen {
  opacity: 1
}

.o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
  top: 0;
  left: -460px;
  width: 944px;
  height: 302px;
  -webkit-transform: matrix(.56, -.79, .89, .53, 0, 0);
  transform: matrix(.56, -.79, .89, .53, 0, 0)
}

.has-blend-mode .o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
  opacity: .9
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-1 .o-graphic-banner__graphic {
    -webkit-transform: matrix(.6, -.65, 1.08, .49, 0, 0);
    transform: matrix(.6, -.65, 1.08, .49, 0, 0)
  }
}

.o-graphic-banner--shape-home-2 .o-graphic-banner__graphic {
  top: 140px;
  left: 164px;
  width: 810px;
  height: 300px;
  -webkit-transform: matrix(.61, -.6, 1.16, .48, 0, 0);
  transform: matrix(.61, -.6, 1.16, .48, 0, 0)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-2 .o-graphic-banner__graphic {
    width: 517px;
    height: 160px;
    top: 300px;
    left: auto;
    right: -188px;
    -webkit-transform: rotate(-57deg);
    transform: rotate(-57deg)
  }
}

.o-graphic-banner--shape-home-3 .o-graphic-banner__graphic {
  top: 140px;
  left: 202px;
  width: 940px;
  height: 337px;
  -webkit-transform: matrix(.6, -.64, 1.09, .49, 0, 0);
  transform: matrix(.6, -.64, 1.09, .49, 0, 0)
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-3 .o-graphic-banner__graphic {
    width: 613px;
    height: 266px;
    left: auto;
    right: -252px;
    -webkit-transform: matrix(.53, -.89, .79, .56, 0, 0);
    transform: matrix(.53, -.89, .79, .56, 0, 0)
  }
}

.o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
  top: 55px;
  right: 315px;
  width: 1100px;
  height: 404px;
  -webkit-transform: matrix(-.61, -.6, -1.16, .48, 0, 0);
  transform: matrix(-.61, -.6, -1.16, .48, 0, 0)
}

.has-blend-mode .o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
  opacity: .9
}

@media screen and (max-width:575px) {
  .o-graphic-banner--shape-home-4 .o-graphic-banner__graphic {
    width: 900px;
    height: 280px;
    top: 55px;
    right: 32px;
    -webkit-transform: matrix(-.54, -.84, -.84, .54, 0, 0);
    transform: matrix(-.54, -.84, -.84, .54, 0, 0)
  }
}

.o-graphic-banner--cover {
  width: 100%;
  height: 100%
}

.o-graphic-banner--absolute {
  position: absolute;
  top: 0;
  left: 0
}

.o-graphic-banner--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.39deg, rgba(0, 0, 0, .8) .12%, transparent 99.86%);
  opacity: .8
}

.o-header {
  width: 100%;
  z-index: 5000;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0
}

.o-header__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%
}

@media screen and (max-width:1599px) {
  .o-header__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-header__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-header__wrap {
    max-width: 100%
  }
}

.o-header__logo {
  display: block;
  margin-right: 20px;
  background: transparent;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-header__logo:active,
.o-header__logo:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-header__logo:active {
  background: #ffd200
}

.o-header__menu {
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-items: space-between;
}

@media screen and (max-width:1023px) {
  .o-header__menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 80px);
    background: #0f426b;
    display: none
  }
}

.o-header__menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 32px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:719px) {
  .o-header__menu-list {
    max-width: 100%
  }
}

.o-header__menu-item {
  display: block;
  height: 100%;
  margin: 0 8px
}

@media screen and (max-width:1023px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin: 0
  }
  .o-header__menu-item.o-header__menu-item--search {
    margin-top: 10px
  }
}

.o-header__menu-item a:not(.o-btn) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  height: 100%;
  outline: 0;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  padding: 0 5px;
}

.o-header__menu-item a:not(.o-btn):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-header__menu-item a:not(.o-btn):focus:not(:active):before {
  opacity: 1
}

@media screen and (max-width:1023px) {
  .o-header__menu-item a:not(.o-btn) {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
  }
}

@media screen and (max-width:383px) {
  .o-header__menu-item a:not(.o-btn) {
    font-size: 36px;
    line-height: 52px
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item a:not(.o-btn):hover {
    color: #2676ed
  }
}

.o-header__menu-item a:not(.o-btn):active {
  color: #ffd200
}

.o-header__menu-item.is-active a:not(.o-btn) {
  font-weight: 700
}

.o-header__menu-item.is-active a:not(.o-btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10px;
  right: 10px;
  background: #005EB8
}

@media screen and (max-width:1023px) {
  .o-header__menu-item.is-active a:not(.o-btn):after {
    display: none
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--sign-up {
    display: none
  }
}

.o-header__menu-item--sign-up .o-btn {
  width: 100%;
  height: 64px
}

.o-header__menu-item--icon {
  margin: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.o-header__menu-item--icon a:not(.o-btn) {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow: visible
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon a:not(.o-btn):before {
    border-radius: 50%
  }
  .o-header__menu-item--icon a:not(.o-btn):focus:not(:active) {
    background: #f2f2f2
  }
  .o-header__menu-item--icon a:not(.o-btn) path {
    -webkit-transition: fill .24s ease;
    transition: fill .24s ease
  }
  .o-header__menu-item--icon a:not(.o-btn):hover {
    background: #f2f2f2;
    color: #005EB8
  }
  .o-header__menu-item--icon a:not(.o-btn):hover path {
    fill: #005EB8
  }
  .o-header__menu-item--icon a:not(.o-btn):active {
    background: #ffd200;
    color: #0f426b
  }
  .o-header__menu-item--icon a:not(.o-btn):active path {
    fill: #0f426b
  }
}

@media screen and (max-width:1023px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
  }
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon.o-header__menu-item--search {
    margin-left: auto
  }
}

.o-header__menu-item--icon.o-header__menu-item--search svg {
  width: 22px
}

.o-header__menu-item--icon.o-header__menu-item--work-search svg {
  width: 22.6px
}

.o-header__menu-item--icon.o-header__menu-item--work-search svg path {
  fill: #fff!important
}

@media screen and (min-width:1024px) {
  .o-header__menu-item--icon.o-header__menu-item--help {
    margin-right: 10px
  }
}

.o-header__menu-item--icon.o-header__menu-item--help svg {
  width: 25px
}

.o-header__hamb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 12px;
  margin-left: 12px;
  margin-right: 16px
}

@media screen and (min-width:1024px) {
  .o-header__hamb {
    display: none
  }
}

.o-header__hamb .o-icon.o-icon--close {
  display: none;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none
}

.o-header__hamb:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-header__hamb span:not(.o-icon) {
  display: block;
  width: 24px;
  height: 4px;
  background: #000;
  margin-bottom: 6px
}

.o-header__hamb span:not(.o-icon):last-of-type {
  margin-bottom: 0
}

.o-header__hamb:active span {
  background: #ffd200
}

.o-header__hamb:active .o-icon path {
  fill: #ffd200
}

.o-header__btn {
  position: relative;
  width: 265px;
  height: 100%;
  margin-left: auto
}

@media screen and (max-width:1023px) {
  .o-header__btn {
    height: 30px;
    width: 185px
  }
  .o-header__btn:not(.o-header__btn--mobile) .o-icon {
    display: none
  }
}

@media screen and (max-width:383px) {
  .o-header__btn {
    height: 50px
  }
}

@media screen and (min-width:480px) {
  .o-header__btn--mobile {
    max-width: 352px
  }
}

@media screen and (max-width:1023px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom: 1px solid #fff
  }
  .o-header.is-menu-open .o-header__menu {
    display: block
  }
  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill: #fff
  }
  .o-header.is-menu-open .o-header__hamb {
    margin-left: auto
  }
  .o-header.is-menu-open .o-header__hamb .o-icon {
    display: block
  }
  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display: none
  }
}

body.is-mobile-menu-open {
  overflow: hidden
}

.o-icon-columns {
  background: #f2f2f2
}

.o-icon-columns__title {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-icon-columns__title {
    font-size: 22px;
    line-height: 28px
  }
}

.o-icon-columns__text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 720px;
  margin: 0 auto
}

.o-icon-columns__cols {
  width: 100%;
  max-width: 970px;
  margin: 0 auto
}

@media screen and (max-width:1023px) {
  .o-icon-columns__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.o-icon-columns__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #000
}

.o-icon-columns__col:last-of-type {
  border-right: 0
}

@media screen and (max-width:1023px) {
  .o-icon-columns__col {
    position: relative;
    margin-bottom: 60px;
    border: 0
  }
  .o-icon-columns__col:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 274px;
    height: 1px;
    background: #000
  }
  .o-icon-columns__col:last-of-type {
    margin-bottom: 0
  }
  .o-icon-columns__col:last-of-type:after {
    display: none
  }
}

.o-icon-columns__col .o-icon {
  height: 50px;
  margin-bottom: 20px
}

.o-icon-columns__col h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.o-icon-columns__col p {
  font-size: 12px;
  line-height: 18px;
  margin: 0
}

.o-icon-columns__col a {
  color: #000;
  text-decoration: none
}

.o-icon-columns__col a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-jobs-list-opening {
  display: block;
  color: #000;
  border: 2px solid #000
}

.o-jobs-list-opening:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-jobs-list-opening+.o-jobs-list-opening {
  margin-top: -2px
}

.o-jobs-list-opening__title {
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 10px
}

@media screen and (max-width:1023px) {
  .o-jobs-list-opening__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px
  }
}

.o-jobs-list-opening__deparment,
.o-jobs-list-opening__location {
  display: block;
  font-size: 16px;
  line-height: 24px
}

@media screen and (max-width:719px) {
  .o-jobs-list-opening__btn {
    width: 100%
  }
}

.o-jobs-list__title {
  color: #005EB8;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 44px
}

@media screen and (max-width:1023px) {
  .o-jobs-list__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 22px
  }
}

.o-jobs-list__view-more {
  margin: 20px 0 0;
  padding-left: 0
}

.o-jobs-list__view-more .o-icon--close svg {
  width: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px
}

.o-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 60px
}

@media screen and (max-width:1023px) {
  .o-main {
    padding-top: 80px
  }
}

.o-pagination {
  margin: 24px 0
}

@media screen and (max-width:719px) {
  .o-pagination {
    margin: 8px 0
  }
}

.o-pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-pagination li {
  display: block
}

.o-pagination li.is-active {
  width: 40px;
  height: 40px;
  border: 2px solid #bdbdbd;
  margin-left: 12px;
  margin-right: 13px
}

.o-pagination li.is-last {
  margin-left: 11px;
  margin-right: 10px
}

@media screen and (max-width:719px) {
  .o-pagination--mobile-expand li.is-active {
    margin-left: auto
  }
  .o-pagination--mobile-expand li.is-last {
    margin-right: auto
  }
  .o-pagination--mobile-expand li.is-middle {
    margin-left: 0;
    margin-right: 0
  }
}

.o-post-copy {
  margin-bottom: 42px
}

@media screen and (max-width:1023px) {
  .o-post-copy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.o-post-copy__side {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 24px;
  line-height: 30px
}

@media screen and (max-width:1023px) {
  .o-post-copy__side {
    width: 100%;
    margin-top: 26px;
    font-size: 20px;
    line-height: 25px
  }
}

.o-post-copy__side-byline,
.o-post-copy__side-byline-job {
  font-size: 16px;
  line-height: 24px
}

.o-post-copy__content {
  max-width: 67%;
  margin-right: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%
}

.o-post-copy__content a {
  text-decoration: underline
}

@media screen and (max-width:1023px) {
  .o-post-copy__content {
    max-width: 100%;
    margin-right: 0
  }
}

.o-post-copy__content :first-child {
  margin-top: 0
}

.o-post-copy__content :last-child {
  margin-bottom: 0
}

.o-post-copy__content h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #005EB8;
  margin: 0 0 12px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 8px
  }
}

.o-post-copy__content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 28px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content p {
    margin: 0 0 22px
  }
}

.o-post-copy__content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 42px 0
}

.o-post-copy__content article div img {
  display: block;
  width: 0%;
  height: auto;
  max-width: 100%;
  margin: 42px 0
}

@media screen and (max-width:1023px) {
  .o-post-copy__content img {
    margin: 24px 0
  }
}

.o-post-copy__content ul:not(.o-select__dropdown) {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 28px
}

@media screen and (max-width:1023px) {
  .o-post-copy__content ul:not(.o-select__dropdown) {
    margin: 0 0 22px
  }
}

.o-post-copy__content ul:not(.o-select__dropdown) li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.o-post-copy__content ul:not(.o-select__dropdown) li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  margin-right: 6px
}

.o-post-copy__content ul:not(.o-select__dropdown) ul {
  padding-left: 24px;
  margin-bottom: 0
}

.o-post-copy--full .o-post-copy__side {
  display: none
}

.o-post-copy--full .o-post-copy__content {
  max-width: 100%;
  margin-right: 0
}

.o-post-header {
  padding: 60px 0 70px;
  background: #0f426b;
  color: #fff
}

@media screen and (max-width:1023px) {
  .o-post-header {
    padding: 112px 0
  }
}

.o-post-header__close.o-btn {
  position: absolute;
  right: 19px;
  top: -40px;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-post-header__close.o-btn {
    top: -92px;
    right: 16px
  }
}

.o-post-header__close.o-btn svg {
  width: 14px;
  height: 14px
}

@media screen and (max-width:1023px) {
  .o-post-header__close.o-btn svg {
    width: 28px;
    height: 28px
  }
}

.o-post-header__wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post-header__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post-header__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post-header__wrap {
    max-width: 100%
  }
}

.o-post-header__title {
  font-size: 48px;
  line-height: 60px;
  white-space: pre-line;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header__title {
    font-size: 32px;
    line-height: 40px
  }
}

.o-post-header__header {
  width: 100%
}

.o-post-header__byline {
  font-size: 16px;
  line-height: 24px;
  margin: 0
}

.o-post-header__tags {
  margin-bottom: -24px
}

.o-post-header__tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.o-post-header__tags li {
  display: block;
  margin-right: 24px;
  margin-bottom: 24px
}

.o-post-header__tags li:last-of-type {
  margin-right: 0
}

.o-post-header__tags a {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

@media screen and (max-width:1023px) {
  .o-post-header--profile {
    padding: 48px 0
  }
}

.o-post-header--profile .o-post-header__close {
  top: -35px
}

.o-post-header--profile .o-post-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.o-post-header--profile .o-post-header__profile-image {
  display: block;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.o-post-header--profile .o-post-header__profile-image img {
  display: block;
  margin: 0;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.o-post-header--profile .o-post-header__title {
  font-size: 36px;
  line-height: 45px
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__title {
    font-size: 26px;
    line-height: 32px;
    text-align: center
  }
}

.o-post-header--profile .o-post-header__job-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__job-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center
  }
}

.o-post-header--profile .o-post-header__social ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.o-post-header--profile .o-post-header__social li {
  display: block;
  margin-right: 12px
}

.o-post-header--profile .o-post-header__social li:last-of-type {
  margin-right: 0
}

.o-post-header--profile .o-post-header__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-post-header--profile .o-post-header__social a path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-post-header--profile .o-post-header__social a:hover {
  background: #f2f2f2
}

.o-post-header--profile .o-post-header__social a:hover path {
  fill: #005EB8
}

.o-post-header--profile .o-post-header__social a:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-post-header--profile .o-post-header__social a:active {
  background: #ffd200
}

.o-post-header--profile .o-post-header__social a:active path {
  fill: #0f426b
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social a {
    width: 48px;
    height: 48px
  }
}

.o-post-header--profile .o-post-header__social svg {
  display: block;
  width: 12px;
  height: auto
}

@media screen and (max-width:1023px) {
  .o-post-header--profile .o-post-header__social svg {
    width: 24px
  }
}

.o-post-header--hiw {
  padding: 110px 0
}

.o-post-preview-list {
  background: #fff;
  padding: 38px 0 48px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list {
    padding: 24px 0 30px
  }
}

.o-post-preview-list__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post-preview-list__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__wrap {
    max-width: 100%
  }
}

.o-post-preview-list__head {
  padding: 0 0 34px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 32px
  }
}

.o-post-preview-list__title {
  font-size: 36px;
  line-height: 45px;
  margin: 0;
  color: #005EB8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__title {
    min-width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__top-right {
    width: 100%
  }
}

.o-post-preview-list__top-right>.o-form {
  width: 364px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__top-right>.o-form {
    margin-left: 0
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__top-right>.o-form {
    width: 100%
  }
}

.o-post-preview-list__view-more {
  margin-top: 13px;
  margin-left: 30px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__view-more {
    margin-top: 0;
    margin-left: 0
  }
}

.o-post-preview-list .tns-outer {
  margin-left: -24px;
  margin-right: -16px
}

.o-post-preview-list__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.o-post-preview-list__list.tns-slider {
  display: block!important;
  padding-top: 10px;
  padding-bottom: 10px
}

.o-post-preview-list__list li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px)
}

.o-post-preview-list__list li:last-of-type {
  margin-right: 0
}

@media screen and (max-width:1023px) {
  .o-post-preview-list__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px)
  }
  .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 24px
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 16px
  }
  .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 0
  }
}

.o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li {
  margin-right: 24px;
  margin-bottom: 24px
}

@media screen and (min-width:1024px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(3n) {
    margin-right: 0
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:719px) {
  .o-post-preview-list:not(.o-post-preview-list--first-wide) .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 0
  }
}

.o-post-preview-list--first-wide .o-post-preview-list__list li:not(:first-of-type) {
  margin-right: 24px;
  margin-bottom: 24px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:not(:first-of-type) {
    margin-right: 0
  }
}

@media screen and (min-width:1024px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:nth-of-type(3n+4) {
    margin-right: 0
  }
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:nth-of-type(odd) {
    margin-right: 24px
  }
}

@media screen and (min-width:1024px) {
  .o-post-preview-list--first-wide .o-post-preview-list__list li:first-of-type {
    min-width: 100%;
    margin-bottom: 24px
  }
}

.o-post-preview-list--bio {
  border: 0;
  padding-bottom: 24px
}

.o-post-preview-list--bio+.o-post-preview-list--bio {
  padding-top: 0
}

.o-post-preview-list--bio:last-of-type {
  padding-bottom: 48px
}

.o-post-preview-list--faq {
  border: 0;
  padding-bottom: 72px
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--faq {
    padding-bottom: 42px
  }
}

.o-post-preview-list--slider .tns-outer {
  padding: 0!important
}

.o-post-preview-list--slider .tns-outer [hidden] {
  display: none!important
}

.o-post-preview-list--slider .tns-outer [aria-controls],
.o-post-preview-list--slider .tns-outer [data-action] {
  cursor: pointer
}

.o-post-preview-list--slider .tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s
}

.o-post-preview-list--slider .tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.o-post-preview-list--slider .tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.o-post-preview-list--slider .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.o-post-preview-list--slider .tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.o-post-preview-list--slider .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.o-post-preview-list--slider .tns-no-calc {
  position: relative;
  left: 0
}

.o-post-preview-list--slider .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.o-post-preview-list--slider .tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.o-post-preview-list--slider .tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.o-post-preview-list--slider .tns-gallery>.tns-moving {
  -webkit-transition: all .25s;
  transition: all .25s
}

.o-post-preview-list--slider .tns-autowidth {
  display: inline-block
}

.o-post-preview-list--slider .tns-lazy-img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6
}

.o-post-preview-list--slider .tns-lazy-img.tns-complete {
  opacity: 1
}

.o-post-preview-list--slider .tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s
}

.o-post-preview-list--slider .tns-ovh {
  overflow: hidden
}

.o-post-preview-list--slider .tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.o-post-preview-list--slider .tns-transparent {
  opacity: 0;
  visibility: hidden
}

.o-post-preview-list--slider .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.o-post-preview-list--slider .tns-fadeOut,
.o-post-preview-list--slider .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.o-post-preview-list--slider .tns-vpfix {
  white-space: nowrap
}

.o-post-preview-list--slider .tns-vpfix>div,
.o-post-preview-list--slider .tns-vpfix>li {
  display: inline-block
}

.o-post-preview-list--slider .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.o-post-preview-list--slider .tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.o-post-preview-list--slider .tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.o-post-preview-list--slider .tns-t-ct>div {
  width: 1.42857%;
  height: 10px;
  float: left
}

.o-post-preview {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 4px;
  overflow: hidden;
  color: #000;
  -webkit-transition: -webkit-box-shadow .24s ease;
  transition: -webkit-box-shadow .24s ease;
  transition: box-shadow .24s ease;
  transition: box-shadow .24s ease, -webkit-box-shadow .24s ease;
  border: 2px solid transparent
}

.o-post-preview:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.o-post-preview:hover .o-btn--card {
  text-decoration: underline
}

.o-post-preview:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.o-post-preview:active .o-btn--card {
  text-decoration: none
}

.o-post-preview:focus:not(:active) {
  border: 2px solid #ffd200;
  outline: 0
}

.o-post-preview__wrap {
  display: block
}

.o-post-preview__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden
}

.o-post-preview__image-wrap .u-object-fit-fallback,
.o-post-preview__image-wrap img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.o-post-preview__image {
  display: block
}

.o-post-preview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:719px) {
  .o-post-preview__header {
    padding: 16px
  }
}

.o-post-preview__header-top {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px
}

.o-post-preview__category {
  display: block;
  margin-left: 0;
  margin-right: auto
}

.o-post-preview__date {
  display: block;
  margin-left: auto;
  margin-right: 0
}

.o-post-preview__title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 24px
}

@media screen and (max-width:719px) {
  .o-post-preview__title {
    margin-bottom: 16px
  }
}

.o-post-preview__read {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: auto
}

@media screen and (min-width:1024px) {
  .o-post-preview--wide .o-post-preview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .o-post-preview--wide .o-post-preview__header {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: auto
  }
  .o-post-preview--wide .o-post-preview__image {
    width: 66%
  }
  .o-post-preview--wide .o-post-preview__title {
    font-size: 28px;
    line-height: 35px
  }
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__title {
  font-weight: 700;
  margin-bottom: 0
}

.o-post-preview-list--bio .o-post-preview .o-post-preview__job-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px
}

.o-post-preview-list--faq .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--faq .o-post-preview .o-post-preview__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  min-height: 200px;
  margin-bottom: 24px
}

@media screen and (max-width:719px) {
  .o-post-preview-list--faq .o-post-preview .o-post-preview__title {
    min-height: 120px
  }
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__header-top {
  display: none!important
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-post-preview-list--hiw .o-post-preview .o-post-preview__title {
    font-size: 20px;
    line-height: 25px
  }
}

.o-post-preview-list--hiw .o-post-preview .o-post-preview__subtitle {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  min-height: 200px
}

@media screen and (max-width:719px) {
  .o-post-preview-list--hiw .o-post-preview .o-post-preview__subtitle {
    min-height: 120px
  }
}

.o-post-preview-list--no-img .o-post-preview {
  min-height: 330px;
  height: 100%
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__image {
  display: none!important
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__title {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px
}

.o-post-preview-list--no-img .o-post-preview .o-post-preview__subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700
}

.o-post__main {
  background: #fff;
  padding: 42px 0 64px
}

@media screen and (max-width:1023px) {
  .o-post__main {
    padding-top: 26px;
    padding-bottom: 26px
  }
}

.o-post__main-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-post__main-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-post__main-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-post__main-wrap {
    max-width: 100%
  }
}

.o-search-result {
  display: block;
  color: #000;
  padding: 24px 0 20px;
  border-bottom: 2px solid #000
}

@media screen and (max-width:1023px) {
  .o-search-result {
    padding: 32px 0 24px
  }
}

.o-search-result:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-search-result__title {
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 6px
}

@media screen and (max-width:1023px) {
  .o-search-result__title {
    font-size: 22px;
    line-height: 27px
  }
}

.o-search-result__subtitle {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 6px
}

.o-search-result__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px
}

.o-search-result__read.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) {
  font-size: 18px;
  line-height: 22px
}

.o-search-result:hover .o-search-result__read {
  text-decoration: underline
}

.o-search-results__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-search-results__wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-search-results__wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-search-results__wrap {
    max-width: 100%
  }
}

.o-search-results__head {
  position: relative
}

.o-search-results__title {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  margin: 0
}

@media screen and (max-width:1023px) {
  .o-search-results__title {
    font-size: 36px;
    line-height: 45px
  }
}

.o-search-results__close.o-btn {
  position: absolute;
  top: -76px;
  right: 0;
  padding: 10px;
  background: transparent
}

@media screen and (max-width:1023px) {
  .o-search-results__close.o-btn {
    top: -40px
  }
}

.o-search-results__close.o-btn svg {
  width: 14px;
  height: 14px
}

@media screen and (max-width:1023px) {
  .o-search-results__close.o-btn svg {
    width: 28px;
    height: 28px
  }
}

.o-search-results__form-content .o-form {
  max-width: 700px;
  margin: 0 auto
}

.o-search-results__desc {
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd
}

.o-section-header__wrap {
  position: relative
}

.o-section-header__figure {
  position: relative;
  display: block;
  width: 100%;
  height: 340px
}

@media screen and (max-width:719px) {
  .o-section-header__figure {
    height: 400px
  }
}

.o-section-header__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.o-section-header__content-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  height: 100%
}

@media screen and (max-width:1599px) {
  .o-section-header__content-wrap {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-section-header__content-wrap {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-section-header__content-wrap {
    max-width: 100%
  }
}

.o-section-header__title {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  margin: 0
}

@media screen and (max-width:719px) {
  .o-section-header__title {
    position: relative;
    font-size: 32px;
    line-height: 40px;
    width: 100%
  }
  .o-section-header__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -16px;
    top: 0;
    right: -16px;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
  }
}

.o-submenu {
  background: #f2f2f2;
  overflow-x: auto;
  overflow-y: hidden
}

.o-submenu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1464px
}

@media screen and (max-width:1599px) {
  .o-submenu ul {
    max-width: 1344px
  }
}

@media screen and (max-width:1023px) {
  .o-submenu ul {
    max-width: 976px
  }
}

@media screen and (max-width:719px) {
  .o-submenu ul {
    max-width: 100%
  }
}

.o-submenu li {
  display: block
}

.o-submenu li:last-of-type a {
  margin-right: 0
}

.o-submenu li:after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 2px
}

.o-submenu a,
.o-submenu li:after {
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  margin-right: 40px
}

.o-submenu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  height: 40px;
  border: 2px solid transparent;
  outline: 0
}

.o-submenu a:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-submenu a:hover {
  color: #2676ed
}

.o-submenu a:active {
  color: #ffd200
}

.o-submenu a.is-active {
  color: #005EB8;
  font-weight: 700
}

.o-tabs {
  background: #fff
}

.o-tabs__header {
  background: #f2f2f2
}

.o-tabs__title {
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #005EB8;
  margin: 0
}

@media screen and (max-width:575px) {
  .o-tabs__title {
    font-size: 26px;
    line-height: 32px
  }
}

.o-tabs__options {
  overflow-x: auto;
  overflow-y: hidden
}

.o-tabs__options ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.o-tabs__options li {
  display: block
}

.o-tabs__options li .o-btn--tab {
  margin-right: 60px
}

@media screen and (max-width:1023px) {
  .o-tabs__options li .o-btn--tab {
    margin-right: 0
  }
}

.o-tabs__options li:last-of-type .o-btn--tab {
  margin-right: 0
}

.o-video {
  width: 100%
}

.o-video__wrap {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.25%
}

.o-video__wrap>.video-js,
.o-video__wrap>iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  outline: 0
}

.o-video__wrap .video-js,
.o-video__wrap .video-js .vjs-dock-shelf,
.o-video__wrap .video-js .vjs-dock-text {
  font-family: Montserrat, sans-serif
}

.o-video__wrap .video-js .vjs-dock-title {
  font-weight: 500;
  font-size: 16px
}

.o-video--hero .o-video__wrap>.video-js,
.o-video--hero .o-video__wrap>iframe {
  overflow: hidden;
  border-radius: 8px
}

.o-btn {
  position: relative;
  background: transparent;
  border: 0;
  outline: 0
}

.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px
}

.o-btn:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) .o-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-btn--square:not(.o-btn--unstyled):not(.o-btn--tag):not(.o-btn--tag-dark) .o-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.o-btn--large {
  min-width: 182px;
  height: 50px
}

.o-btn--animate-icon .o-icon svg {
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease
}

.o-btn--animate-icon:not([disabled]):not(.is-disabled):hover .o-icon svg {
  -webkit-transform: translate(6px);
  transform: translate(6px)
}

.o-btn--animate-icon-reverse .o-icon svg {
  -webkit-transition: -webkit-transform .24s ease;
  transition: -webkit-transform .24s ease;
  transition: transform .24s ease;
  transition: transform .24s ease, -webkit-transform .24s ease
}

.o-btn--animate-icon-reverse:not([disabled]):not(.is-disabled):hover .o-icon svg {
  -webkit-transform: translate(-6px);
  transform: translate(-6px)
}

.o-btn--filled-dark {
  background: #fff;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--filled-dark .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--filled-dark:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #005EB8
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--filled-dark:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--filled-dark.is-disabled,
.o-btn--filled-dark[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--filled-dark.is-disabled .o-icon path,
.o-btn--filled-dark[disabled] .o-icon path {
  fill: #fff
}

.o-btn--bordered {
  background: #fff;
  color: #005EB8;
  border: 2px solid #005EB8;
  -webkit-transition: background .24s ease, color .24s ease, border .24s ease;
  transition: background .24s ease, color .24s ease, border .24s ease
}

.o-btn--bordered .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--bordered:focus:not(:active) {
  border-color: #ffd200
}

.o-btn--bordered:not([disabled]):not(.is-disabled):hover {
  background: #fff;
  color: #005EB8;
  border-color: #005EB8
}

.o-btn--bordered:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #005EB8
}

.o-btn--bordered:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b;
  border-color: #ffd200
}

.o-btn--bordered:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--bordered.is-disabled,
.o-btn--bordered[disabled] {
  border-color: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--bordered.is-disabled .o-icon path,
.o-btn--bordered[disabled] .o-icon path {
  fill: #fff
}

.o-btn--filled {
  background: #005EB8;
  color: #fff;
  outline: 0;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--filled .o-icon path {
  fill: #fff;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--filled:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--filled:not([disabled]):not(.is-disabled):hover {
  background: #2676ed;
  color: #fff
}

.o-btn--filled:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #fff
}

.o-btn--filled:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--filled:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--filled.is-disabled,
.o-btn--filled[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--filled.is-disabled .o-icon path,
.o-btn--filled[disabled] .o-icon path {
  fill: #fff
}

.o-btn--tab {
  position: relative;
  width: auto;
  height: 55px;
  background: transparent;
  padding: 15px;
  font-weight: 700;
  font-size: 24px!important;
  line-height: 30px!important;
  color: #000;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

@media screen and (max-width:575px) {
  .o-btn--tab {
    font-size: 18px!important;
    line-height: 22px!important
  }
}

.o-btn--tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #005EB8;
  opacity: 0;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease
}

.o-btn--tab.is-active {
  color: #005EB8
}

.o-btn--tab.is-active:after {
  opacity: 1
}

.o-btn--tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd200;
  opacity: 0
}

.o-btn--tab:focus:not(:active):before {
  opacity: 1
}

.o-btn--tab:not(.is-active):hover {
  color: #005EB8
}

.o-btn--tab:not(.is-active):active {
  color: #ffd200
}

.o-btn--card {
  color: #005EB8
}

.o-btn--card .o-icon path {
  fill: #005EB8
}

.o-btn--card .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important;
  margin-left: 5px
}

.o-btn--plain {
  font-size: 18px!important;
  line-height: 22px!important;
  white-space: nowrap;
  color: #005EB8;
  border: 2px solid transparent;
  -webkit-transition: color .24s ease, background .24s ease;
  transition: color .24s ease, background .24s ease
}

.o-btn--plain .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--plain .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important;
  margin-left: 5px
}

.o-btn--plain.o-btn--invert-icon .o-icon {
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: rotate(-180deg)!important;
  transform: rotate(-180deg)!important
}

.o-btn--plain:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--plain:not([disabled]):not(.is-disabled):hover {
  color: #2676ed
}

.o-btn--plain:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--plain:not([disabled]):not(.is-disabled):active {
  color: #0f426b;
  background: #ffd200
}

.o-btn--plain:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--plain.is-disabled,
.o-btn--plain[disabled] {
  color: #bdbdbd
}

.o-btn--plain.is-disabled .o-icon path,
.o-btn--plain[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: background .24s ease, -webkit-box-shadow .24s ease;
  transition: background .24s ease, -webkit-box-shadow .24s ease;
  transition: background .24s ease, box-shadow .24s ease;
  transition: background .24s ease, box-shadow .24s ease, -webkit-box-shadow .24s ease
}

.o-btn--arrow .o-icon {
  position: relative!important;
  right: auto!important;
  top: auto!important;
  -webkit-transform: none!important;
  transform: none!important
}

.o-btn--arrow .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--arrow:not([disabled]):not(.is-disabled):focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--arrow:not([disabled]):not(.is-disabled):hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.o-btn--arrow:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--arrow:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.o-btn--arrow:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #0f426b
}

.o-btn--arrow.is-disabled,
.o-btn--arrow[disabled] {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent
}

.o-btn--arrow.is-disabled .o-icon path,
.o-btn--arrow[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--icon .o-icon path {
  fill: #005EB8;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--icon:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-btn--icon:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #2676ed
}

.o-btn--icon:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #ffd200
}

.o-btn--icon.is-disabled .o-icon path,
.o-btn--icon[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--icon-dark .o-icon path {
  fill: #fff;
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--icon-dark:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-btn--icon-dark:not([disabled]):not(.is-disabled):hover .o-icon path {
  fill: #f2f2f2
}

.o-btn--icon-dark:not([disabled]):not(.is-disabled):active .o-icon path {
  fill: #ffd200
}

.o-btn--icon-dark.is-disabled .o-icon path,
.o-btn--icon-dark[disabled] .o-icon path {
  fill: #bdbdbd
}

.o-btn--tag,
.o-btn--tag-dark {
  font-size: 12px;
  line-height: 18px;
  border-radius: 100px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 16px;
  border: 2px solid transparent;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--tag-dark:focus:not(:active),
.o-btn--tag:focus:not(:active) {
  border: 2px solid #ffd200
}

.o-btn--tag,
.o-btn--tag:not([disabled]):not(.is-disabled):hover {
  background: #005EB8;
  color: #fff
}

.o-btn--tag:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--tag.is-disabled,
.o-btn--tag[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--tag-dark {
  background: #fff;
  color: #005EB8
}

.o-btn--tag-dark:not([disabled]):not(.is-disabled):hover {
  background: #f2f2f2;
  color: #005EB8
}

.o-btn--tag-dark:not([disabled]):not(.is-disabled):active {
  background: #ffd200;
  color: #0f426b
}

.o-btn--tag-dark.is-disabled,
.o-btn--tag-dark[disabled] {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed
}

.o-btn--clear {
  display: none
}

.o-btn--close.o-btn--icon,
.o-btn--close.o-btn--icon-dark {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease
}

.o-btn--close.o-btn--icon-dark path,
.o-btn--close.o-btn--icon path {
  -webkit-transition: fill .24s ease;
  transition: fill .24s ease
}

.o-btn--close.o-btn--icon-dark .o-icon,
.o-btn--close.o-btn--icon .o-icon {
  display: block
}

.o-btn--close.o-btn--icon-dark:focus:not([disabled]):not(.is-disabled):not(:active),
.o-btn--close.o-btn--icon:focus:not([disabled]):not(.is-disabled):not(:active) {
  background: #f2f2f2;
  outline: 0
}

.o-btn--close.o-btn--icon-dark:active:not([disabled]):not(.is-disabled),
.o-btn--close.o-btn--icon:active:not([disabled]):not(.is-disabled) {
  background: #ffd200;
  color: #0f426b
}

.o-btn--close.o-btn--icon-dark:active:not([disabled]):not(.is-disabled) path,
.o-btn--close.o-btn--icon:active:not([disabled]):not(.is-disabled) path {
  fill: #0f426b
}

@media screen and (min-width:1024px) {
  .o-btn--close.o-btn--icon-dark:hover:not([disabled]):not(.is-disabled),
  .o-btn--close.o-btn--icon:hover:not([disabled]):not(.is-disabled) {
    background: #f2f2f2;
    color: #005EB8
  }
  .o-btn--close.o-btn--icon-dark:hover:not([disabled]):not(.is-disabled) path,
  .o-btn--close.o-btn--icon:hover:not([disabled]):not(.is-disabled) path {
    fill: #005EB8
  }
}

.o-checkbox {
  position: relative
}

.o-checkbox__label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.o-checkbox__el {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.o-checkbox__el:checked~.o-checkbox__graphic svg {
  opacity: 1
}

.o-checkbox__graphic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  margin-right: 12px
}

.o-checkbox__graphic svg {
  width: 18px;
  height: 14px;
  opacity: 0;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease
}

.o-checkbox__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000
}

.o-checkbox.is-focus .o-checkbox__label {
  outline: 2px solid #ffd200
}

.o-checkbox--dark .o-checkbox__graphic {
  border: 2px solid #fff
}

.o-checkbox--dark .o-checkbox__graphic svg path {
  fill: #fff
}

.o-checkbox--dark .o-checkbox__text {
  color: #000
}

.o-checkbox--small .o-checkbox__graphic {
  width: 14px;
  height: 14px;
  margin-right: 8px
}

.o-checkbox--small .o-checkbox__graphic svg {
  width: 7px;
  height: 5px
}

.o-checkbox--small .o-checkbox__text {
  font-size: 12px;
  line-height: 18px
}

.o-icon {
  display: inline-block;
  vertical-align: middle
}

.o-icon svg {
  display: block
}

.o-input {
  position: relative
}

.o-input__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.o-input__el {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  padding: 12px;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: block;
  width: 100%
}

.o-input__el::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__el:-moz-placeholder,
.o-input__el::-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__el:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: opacity .12s ease;
  transition: opacity .12s ease
}

.o-input__btn {
  background: transparent
}

.o-input__message {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.o-input__message a {
  color: inherit
}

.o-input__message a:hover {
  text-decoration: underline
}

.o-input.is-error .o-input__message {
  color: #be1e2d
}

.o-input--text {
  position: relative;
  height: 50px
}

.o-input--text .o-input__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-input--text .o-input__el {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  -webkit-transition: color .24s ease;
  transition: color .24s ease
}

.o-input--text .o-input__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-input--text .o-input__graphic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-input--text .o-input__graphic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-input--text:not(.is-disabled).is-filled .o-input__label,
.o-input--text:not(.is-disabled).is-focus .o-input__label {
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  top: -4px;
  -webkit-transform: none;
  transform: none
}

.o-input--text:not(.is-disabled).is-filled .o-input__graphic:after,
.o-input--text:not(.is-disabled):hover .o-input__graphic:after {
  background: #000
}

.o-input--text:not(.is-disabled).is-focus .o-input__graphic:before {
  width: 100%;
  height: 4px;
  background: #000
}

.o-input--text.is-disabled.is-filled .o-input__label {
  font-size: 12px;
  line-height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px))
}

.o-input--text.is-disabled .o-input__el,
.o-input--text.is-disabled .o-input__label {
  color: #c4c4c4
}

.o-input--text.is-disabled .o-input__graphic:after {
  background: #c4c4c4
}

.o-input--text.is-disabled .o-icon svg path {
  fill: #c4c4c4!important
}

.o-input--text.is-error:not(.is-disabled) .o-input__label {
  color: #be1e2d
}

.o-input--text.is-error:not(.is-disabled) .o-input__graphic:after,
.o-input--text.is-error:not(.is-disabled) .o-input__graphic:before {
  background: #be1e2d
}

.o-input--email .o-input__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-input--email .o-input__graphic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  height: 0;
  -webkit-transition: height .24s ease, opacity .24s ease;
  transition: height .24s ease, opacity .24s ease
}

.o-input--email .o-input__el {
  border-top: 1px solid transparent;
  border-right: 1px solid #bdbdbd;
  border-left: 1px solid transparent;
  border-bottom: 0;
  background: #fff;
  -webkit-transition: border .24s ease;
  transition: border .24s ease
}

.o-input--email .o-input__el:focus {
  border: 1px solid #000;
  border-bottom: 0
}

.o-input--email .o-input__el:focus::-webkit-input-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus:-moz-placeholder,
.o-input--email .o-input__el:focus::-moz-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus:-ms-input-placeholder {
  opacity: 0
}

.o-input--email .o-input__el:focus+.o-input__graphic:after {
  opacity: 1;
  height: 100%
}

.o-input--email.is-error .o-input__el {
  border-color: #dd5050
}

.o-input--email.is-error .o-input__graphic:after {
  background: #dd5050
}

.o-input--icon {
  position: relative
}

.o-input--icon .o-input__el {
  padding-right: 30px
}

.o-input--icon .o-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-input--icon .o-icon svg {
  width: 18px;
  height: auto
}

.o-input--icon .o-icon svg path {
  fill: #000
}

.o-input--icon .o-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-input--icon .o-btn>.o-icon {
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none
}

.o-input--dark.is-error .o-input__message {
  color: #dd5050
}

.o-input--search .o-input__el {
  border: 1px solid #c4c4c4
}

.o-input--search .o-input__el::-webkit-input-placeholder {
  color: #828282
}

.o-input--search .o-input__el:-moz-placeholder,
.o-input--search .o-input__el::-moz-placeholder {
  color: #828282
}

.o-input--search .o-input__el:-ms-input-placeholder {
  color: #828282
}

.o-input--clearable .o-icon--close svg {
  width: 14px
}

.o-input--clearable .o-icon--close svg path {
  fill: #005EB8
}

.o-input--clearable:not(.is-disabled).is-filled .o-btn--clear {
  display: inline-block
}

.o-input--type-textarea {
  height: auto
}

.o-input--no-resize .o-input__el {
  resize: none
}

.o-input--type-hidden {
  display: none!important
}

.o-radio {
  position: relative
}

.o-radio__main-label {
  color: #000;
  font-size: 16px;
  line-height: 24px
}

.o-radio__label {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 0
}

.o-radio__label:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-radio__el {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.o-radio__el:checked~.o-radio__graphic {
  background: #2676ed;
  border-color: #2676ed
}

.o-radio__graphic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: border .24s ease, background .24s ease;
  transition: border .24s ease, background .24s ease
}

.o-radio__text {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  white-space: normal
}

.o-radio.is-focus .o-radio__label {
  outline: 2px solid #ffd200
}

.o-select {
  position: relative;
  height: 50px
}

.o-select__label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-select__graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: -4px;
  height: 4px
}

.o-select__graphic:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: all .24s ease;
  transition: all .24s ease
}

.o-select__graphic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: background .24s ease;
  transition: background .24s ease
}

.o-select__dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  min-width: 102%;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.o-select__dropdown li {
  display: block;
  width: 100%
}

.o-select__dropdown button {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  text-align: left;
  height: 56px;
  background: #fff;
  padding: 16px 10px
}

.o-select__dropdown button:focus:not(:active) {
  outline: 2px solid #ffd200
}

.o-select__dropdown button:hover {
  background: #f2f2f2
}

.o-select__dropdown button.is-selected {
  background: #e0e0e0
}

.o-select__ui-el {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  padding: 12px 30px 12px 0;
  border: 0;
  outline: 0;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.o-select.is-processed .o-select__el {
  display: none
}

.o-select.is-processed:not(.is-disabled).is-filled .o-select__graphic:after,
.o-select.is-processed:not(.is-disabled):hover .o-select__graphic:after {
  background: #000
}

.o-select.is-processed:not(.is-disabled).is-focus .o-select__graphic:before {
  width: 100%;
  height: 4px;
  background: #000
}

.o-select.is-processed:not(.is-disabled).is-open .o-select__dropdown {
  display: block
}

.o-select.is-processed:not(.is-disabled).is-open>.o-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.o-select.is-processed.is-filled .o-select__label {
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px))
}

.o-select>.o-icon {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.o-select>.o-icon svg {
  width: 14px;
  height: auto
}

.o-select>.o-icon svg path {
  fill: #000
}

.o-select.is-error:not(.is-disabled) .o-input__message,
.o-select.is-error:not(.is-disabled) .o-select__label {
  color: #be1e2d
}

.o-select.is-error:not(.is-disabled) .o-select__graphic:after,
.o-select.is-error:not(.is-disabled) .o-select__graphic:before {
  background: #be1e2d
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}


.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}


.o-header__btn.o-header__btn--mobile.u-f-mont-b.js-sign-up-btn-disabled {
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .o-header.is-menu-open {
    height: 60px;
  }

}

.o-header.is-menu-open a span.u-d-none.u-d-block-l {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .o-header.is-menu-open a span.u-d-none.u-d-block-l {
    display: none !important;
  }
}


@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin:0
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow:visible
  }
  .o-header__menu-item--icon a:not(.o-btn)::before {
    border-radius: 0 !important;
  }
  .o-header__menu-item--icon a:not(.o-btn):focus {
    background: transparent !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right:20px
  }
}

@media screen and (max-width: 1279px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom:1px solid #fff
  }

  .o-header.is-menu-open .o-header__menu {
    display:block
  }

  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill:#fff
  }

  .o-header.is-menu-open .o-header__hamb {
    margin-left:auto
  }

  .o-header.is-menu-open .o-header__hamb .o-icon {
    display:block
  }

  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display:none
  }
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: absolute;
  display: block;
  align-self: auto;
  top: 10px;
  right: 0;
}

/*@media screen and (min-width: 1024px) {*/

/*  .is-menu-open .o-header__hamb {*/
/*    display: none !important;*/
/*  }*/
/*}*/
@media screen and (min-width: 719px) {

  .is-menu-open a.o-header__logo {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 823px) {
  .o-header__menu {

    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }

  .o-header__menu-item:not(.o-header__menu-item--sign-up) a {
    font-size: 18px;
    padding: 0;
  }

}

@import 'aos.css';

/* START Removing full width image on post-content pages */

/* .o-post-copy__content img {
  width: auto !important;
} */


/* END Removing full width image on post-content pages */


/* START newsletter archive styling */

.page-node-75 .o-post-copy__content {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-float-right {
  margin-top: 48px;
  max-width: 300px;
}

.newsletter-float-right li::before {
  margin-left: 0 !important;
}


/* END newsletter archive styling */


/* START resetting the weird li before statement so the bullets appear correctly */

.o-post-copy__content ul:not(.o-select__dropdown) li {
  margin-left: 10px;
}


.o-post-copy__content ul:not(.o-select__dropdown) li:before {
  margin-left: -10px;
}


/* END resetting the weird li before statement so the bullets appear correctly */


/* START Membership Page */

.membership-landing-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.membership-landing-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 500px;
  margin: 15px !important;
  position: relative;
}

.membership-landing-item h2 {
  margin-top: 0 !important;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .membership-landing-item h2 {
    margin-bottom: 70px;
  }
}

.membership-landing-item h2 a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
}

.membership-landing-item img {
  display: block;
  max-width: 125px;
  max-height: 83px;
  float: left;
  padding: 0px 20px 10px 0;
  width: inherit;
  height: inherit;
}


/* END Membership Page */


/* NEW FAQ INDEX LAYOUT */

.faq-list-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faq-list-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 375px;
  margin: 15px !important;
}

.faq-list-item h2 a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.faq-list-item a {
  text-decoration: none;
}


/* END FAQ INDEX LAYOUT */


/* resources landing page */

.resources-landing-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.resources-landing-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 30px;
  flex-basis: 500px;
  margin: 15px !important;
  position: relative;
}

.resources-landing-item h2 {
  margin-top: 0 !important;
  margin-bottom: 50px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .resources-landing-item h2 {
    margin-bottom: 70px;
  }
}

.resources-landing-item h2 a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
}

.resources-landing-item img {
  display: block;
  max-width: 125px;
  max-height: 83px;
  float: left;
  padding: 0px 20px 10px 0;
  width: inherit;
  height: inherit;
}


/* END resources landing page */


/* resources landing page */

.resources-landing {
}

.resources-landing li::before {
  display: none !important;
}

.resources-landing li {
  height: 300px;
}

.resources-landing img {
  display: block;
  width: auto;
  margin: 0 auto;
  padding-top: 60px;
  height: auto;
  max-width: 125px;
  max-height: 140px;
}

.resources-landing a {
  color: #000;
  padding: 20px;
  font-weight: 700;
  font-size: 24px;
  min-height: 300px;
}


/* END resources landing page */


/*newsletter archived button */

.archived-newsletters {
  height: 60px;
  position: absolute;
  top: 50px;
  right: 5%;
}

.archived-newsletters a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .archived-newsletters {
    position: inherit;
  }
}


/* END newsletter archived button */


/* hide the weird search box on the faq search result page */

form[action^="/search/faqs?keys"] {
  margin-top: -150px;
}


/* END hide the weird search box on the faq search result page */


/* hide the weird search box on the faq search result page */

form[action^="/search/faqs?keys"] {
  margin-top: -150px;
}


/* END hide the weird search box on the faq search result page */


/* RESOURCES LAYOUT */

.resources-wrapper {
  display: flex;
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid;
}

.resources-icon {
  flex: 0 0 35px;
  margin-right: 20px;
}

.resources-text {
  flex: 1;
}


/* END RESOURCES LAYOUT */


/* BOARD MEMBER BIOS */

.bio-section {
  padding: 0 !important;
}

.bio-wrapper {
  display: flex;
}

.bio-left-column {
  flex: 0 0 33%;
  background-color: #efefef;
}

.bio-right-column {
  flex: 1;
  padding: 50px;
}

.bio-img img {
  width: 100%;
  border-bottom: 5px solid #13436a;
}

.bio-img-mobile {
  display: none;
}

.bio-location-icon {
  position: relative;
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.bio-location-icon img {
  width: 35px;
}

.o-bio-qna {
  padding: 20px;
  margin-top: -60px;
}

.bio-qna {
  width: 75px;
  margin: 20px;
}

div.o-bio-qna__questions h2 {
  color: #13436a;
  margin-bottom: 10px !important;
  font-size: 20px;
}

.o-bio-qna__questions p {
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}

.bio-name {
  color: #13436a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bio-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

.bio-location {
  color: #13436a;
  font-size: 12px;
}

.bio-social-icons img {
  width: 40px;
  margin-top: 20px;
}

.bio-bio {
  color: #808080;
  line-height: 1.5;
}

.board-thumbnail {
}

.board-img {
  margin: 0 auto !important;
  border-radius: 50%;
  border: 5px solid #1555b4;
  width: 200px !important;
  transition: all .2s ease-in-out;
  display: block;
}

.board-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.board-location-icon {
  position: relative;
  margin-top: -50px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.board-location-icon img {
  max-width: 40px;
  max-height: 40px;
}

@media screen and (max-width: 768px) {
  .bio-wrapper {
    flex-direction: column;
  }

  .bio-left-column {
    order: 2;
  }

  .bio-right-column {
    order: 1;
  }

  .bio-img {
    display: none;
  }

  .bio-img-mobile {
    display: block;
  }

  .bio-img-mobile img {
    width: 100%;
    border-bottom: 5px solid #13436a;
  }

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

  .bio-location-icon {
    display: none;
  }
}


/* END BOARD MEMBER BIOS */


/* FAQ's */

.o-faq__btn:focus:not(:active) {
  border: 0 !important
}

.o-faq {
  margin: 10px;
  border-top-color: rgb(15, 66, 107);
  border-top-style: solid;
  border-top-width: 0px;
  border-right-color: rgb(15, 66, 107);
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-color: rgb(15, 66, 107);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(15, 66, 107);
  border-left-style: solid;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.o-faq-list__faqs {
  width: 70%;
  float: right;
}

.faq-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1464px;
  padding: 0 24px;
  margin-top: -25px;
}

.faq-nav h3 {
  color: #000;
}

@media screen and (max-width: 768px) {
  .faq-nav {
    display: none;
  }

  .o-faq-list__faqs {
    width: 100%;
  }
}


/* FAQ inline images */

.page-node-type-faq .o-post__main img {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

.o-faq__wrap img {
  display: flex;
  width: 90%;
  margin: 0 auto;
}


/* END FAQ's */


/* MEET THE TEAM */

section.meet-the-team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.o-post-header--mtt {
  min-height: 300px;
}

.o-post-header--mtt h1 {
  padding-top: 50px;
}

section.meet-the-team a {
  text-decoration: none;
}

.mtt-item {
  margin: 45px 5px !important;
  width: 250px;
  height: 327px;
}

.mtt-img {
  margin: 0 auto !important;
  width: 80% !important;
  transition: all .2s ease-in-out;
  display: block;
  border-radius: 50%;
  border: 5px solid #1555b4;
}

.mtt-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.mtt-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4d4d4f;
  margin-top: 20px;
}

.mtt-name a {
  color: #4d4d4f;
}

.mtt-title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

.mtt-title a {
  color: #000;
}

.mtt-company {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-style: italic;
  color: #000;
  width: 200px;
  margin: 0 auto;
}

.mtt-company a {
  color: #000;
}

.mtt-modal-img {
  width: 30% !important;
  float: left;
  margin: 0px !important;
  border-radius: 50%;
  border: 5px solid #1555b4;
}

.mtt-modal-location-icon {
  position: absolute;
  margin-top: 175px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #13436a;
  border-radius: 50%;
}

.mtt-modal-location-icon img {
  max-width: 40px;
  max-height: 40px;
}

.mtt-modal-contact-info {
  float: left;
  width: auto;
  margin-top: 60px;
  margin-left: 15px;
}

.mtt-modal-name {
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4f;
}

.mtt-modal-title {
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.mtt-modal-location {
  font-size: 12px;
  color: #13436a;
  font-weight: bold;
}

.mtt-modal-social-icons {
  margin-top: 10px;
}

.mtt-modal-social-icons img {
  width: 40px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay a.closeoverlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 50%;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 30px;
  transition: all 200ms;
  font-size: 65px;
  font-weight: 100;
  text-decoration: none;
  color: #333;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .mtt-modal-contact-info {
    margin-top: 20px;
  }

  .mtt-modal-img {
    width: 100% !important;
  }

  .popup {
    width: 75%;
    top: 55% !important;
  }
}

/* TODO: This may need to be moved to the media query above, not sure without some testing*/
.popup .close {
  top: 15px;
  right: 10px;
}



/* END MEET THE TEAM */

/* TIMELINE */

.timeline {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.timeline::before {
  content: '';
  background-image: linear-gradient(to bottom, #0f426b 0, #0f426b calc(100% - 10rem), transparent 100%);
  width: 1px;
  top: 3rem;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.timeline-item {
  width: 100%;
  margin-bottom: -5px;
}

.timeline-item:nth-child(odd) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(odd) .timeline-content h2::before {
  content: '';
  position: absolute;
  background-color: #0f426b;
  width: 190px;
  height: 3px;
  left: -200px;
  margin-top: 15px;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 35%;
  padding: 10px 30px;
  border-radius: 4px;
}

.timeline-content h2::before {
  content: '';
  position: absolute;
  background-color: #0f426b;
  width: 190px;
  height: 3px;
  right: -200px;
  margin-top: 15px;
}

.timeline-item:nth-child(odd) .timeline-content h2 {
  border-left: 2px solid #0f426b;
  padding-left: 10px;
  margin-left: -10px;
}

.timeline-item:nth-child(even) .timeline-content h2 {
  border-right: 2px solid #0f426b;
  padding-right: 10px;
  margin-right: -10px;
}

.timeline-item:nth-child(odd) .timeline-img {
  width: 30px;
  height: 30px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  left: -46%;
  margin-top: -45px;
}

.timeline-img-last::after {
  content: '';
  position: absolute;
  margin-top: 30px;
  background-color: #fff;
  height: 300px;
  width: 20px;
}

.timeline-item:nth-child(even) .timeline-img {
  width: 30px;
  height: 30px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  right: -46%;
  margin-top: -45px;
}

.timeline-year {
  width: 60px;
  height: 60px;
  background: #0f426b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: -60px !important;
  margin-left: -30px;
  padding: 18px 0 0 12px;
  box-shadow: 0px 0px 5px 5px #efefef;
}

.timeline-year p {
  color: #fff;
}

.timeline-year-future {
  background: #76777a !important;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-item .timeline-img-header img {
  width: auto !important;
}

.timeline-item:nth-child(even) .timeline-img-header img {
  float: right;
  margin-bottom: 20px;
}

.timeline-item:nth-child(even) .timeline-content h2 {
  clear: right;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-content p,
.timeline-item:nth-child(even) .timeline-content ul {
  text-align: right;
}

.timeline-img-header {
  position: relative;
  margin-bottom: 20px;
}

.timeline-future p,
.timeline-future h2 {
  color: #76777a;
  border-color: #76777a !important;
}

.timeline-future h2::before {
  background-color: #76777a !important;
}

.timeline-future .timeline-img {
  background-color: #76777a !important;
}

.timeline-content a {
  font-weight: bold;
}

.timeline-item:nth-child(odd) .timeline-content li {
  line-height: 20px;
  margin-bottom: 25px;
}

.timeline-item:nth-child(even) .timeline-content li {
  line-height: 20px;
  margin-bottom: 25px;
  padding-left: 40px;
}

.timeline-future li {
  text-align: justify;
  display: inherit;
  color: #76777a;
}

.timeline-item:nth-child(odd) .timeline-content li::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon.png) no-repeat 0px 0px !important;
  width: 20px;
  height: 20px;
  color: transparent;
  margin-right: 10px !important;
  margin-left: -30px !important;
}

.timeline-item:nth-child(even) .timeline-content li::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon.png) no-repeat 0 0 !important;
  width: 20px;
  height: 20px;
  color: transparent;
  margin-right: 15px !important;
  float: left;
  margin-left: -20px;
}

.timeline-item:nth-child(odd) .timeline-content li.timeline-grey::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon-grey.png) no-repeat 0px 0px !important;
}

.timeline-item:nth-child(even) .timeline-content li.timeline-grey::before {
  content: "FUBAR";
  background: url(/sites/default/files/timeline-musicnoteicon-grey.png) no-repeat 0 0 !important;
}

/* new timeline bullet container */
.timeline-bullet-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.timeline-bullet-container-txt {
  margin-bottom: 20px;
}

.timeline-bullet-container-img {
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* END new timeline bullet container */
@media screen and (max-width: 1350px) {
  .timeline-item {
    width: 705px;
    margin: 0 auto;
  }

  .timeline-item:nth-child(odd) .timeline-img {
    left: -49%;
  }

  .timeline-item:nth-child(even) .timeline-img {
    right: -49%;
    margin-top: -45px;
  }

  .timeline-item:nth-child(odd) .timeline-content h2::before {
    width: 94px;
    left: -104px;
  }

  .timeline-content h2::before {
    width: 98px;
    right: -107px;
    margin-top: 15px;
  }

  .timeline-future li {
    text-align: inherit;
  }
}

@media screen and (max-width: 1023px) {
  .timeline-item {
    width: 705px;
    margin: 0 auto;
  }

  .timeline-item:nth-child(odd) .timeline-img {
    left: -49%;
  }

  .timeline-item:nth-child(even) .timeline-img {
    right: -49%;
    margin-top: -35px;
  }

  .timeline-item:nth-child(odd) .timeline-content h2::before {
    width: 94px;
    left: -104px;
  }

  .timeline-content h2::before {
    width: 98px;
    right: -107px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .timeline::before {
    top: 5rem;
    bottom: 0;
    left: 50px;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline .timeline-img {
    display: none;;
  }

  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
    margin-bottom: 40px;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  .timeline .timeline-item .timeline-content::after {
    display: none;
  }

  .timeline-year {
    width: 60px;
    height: 60px;
    background: #0f426b;
    border-radius: 50%;
    position: inherit;
    left: inherit;
    margin-top: 0 !important;
    margin-left: 10px !important;
    padding: 18px 0 0 12px;
  }

  .timeline-content h2::before {
    display: none;
  }

  .timeline-content h2 {
    border: 0 !important;
  }

  .timeline-item:nth-child(even) .timeline-content h2,
  .timeline-item:nth-child(even) .timeline-content p {
    text-align: left;
  }

  .timeline-item:nth-child(even) .timeline-img-header img {
    float: inherit;
  }

  .timeline-item:nth-child(even) .timeline-content li::before {
    margin-left: -30px;
  }

  .timeline-item:nth-child(even) .timeline-content p,
  .timeline-item:nth-child(even) .timeline-content ul {
    text-align: left;
  }

  .timeline-item:nth-child(even) .timeline-content li {
    padding-left: 0px;
  }
}

/* END TIMELINE */

/* NAV */
.o-btn--filled-yellow {
  background: #ffd200;
  color: #0f426b;
}

/* END NAV */

/* SPECIAL INLINE ELEMENTS */
.cta-blue-button {
  margin: 1.5em;
}

.cta-blue-button a {
  align-items: center;
  background-color: #005EB8;
  border: 2px solid transparent;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  line-height: 24px;
  margin: 0.25em auto;
  padding: .75em 1.5em;
  text-decoration: none;
  width: 265px;
  -webkit-transition: background .24s ease, color .24s ease;
  transition: background .24s ease, color .24s ease;
}

/* END SPECIAL INLINE ELEMENTS */

/* NEW STYLES FROM STEVE */

header.o-header {
  height: 140px;
}

div.o-header__wrap.u-p-l-24.u-p-l-16-m.u-d-flex.u-align-items-center.u-justify-content-flex-start {
  display: block !important;
  padding-left: 0 !important;
}

a.o-header__logo {
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: relative;
  display: flex;
  align-self: center;
}

.o-header__btn.o-btn--skewed-right-20 {
  width: 90px;
  height: 100%;
}

.o-btn--filled.o-btn--skewed-right-20 {
  transform: skew(-20deg);
  margin-right: 15px;
  box-shadow: none;
}

@media screen and (max-width: 321px) {
  .o-btn--filled.o-btn--skewed-right-20 {
    transform: skew(-20deg);
    margin-right: 5px;
    box-shadow: none;
  }
}

.o-btn--filled.o-btn--skewed-right-20 span {
  transform: skew(20deg);
  font-weight: 500 !important;
  line-height: 1.1;
  font-size: 13px !important;
}

.o-btn--filled.o-btn--skewed-right-20.o-btn--filled-grey {
  background: #747678;
  margin-right: 0;
}

@media screen and (min-width: 719px) {
  .o-header__btn.o-btn--skewed-right-20 {
    width: 100px;
  }

  .o-btn--filled.o-btn--skewed-right-20 span {
    font-size: 13px !important;
  }

  .o-header {
    height: 60px;
  }

  a.o-header__logo {
    width: auto;
    padding-left: 20px;
  }

  div.o-header__wrap.u-p-l-24.u-p-l-16-m.u-d-flex.u-align-items-center.u-justify-content-flex-start {
    display: flex !important;
  }

  .o-btn--filled.o-btn--skewed-right-20 {
    margin-right: 20px;
  }

  .o-header__btn.o-btn--skewed-right-20 {
    width: 100px;
    height: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu {
    display:none !important;
  }
  header .is-menu-open nav {
    display:block !important;
  }

  /* "Connect to Collect" mobile button */
  .o-header__menu-item {
    display: block;
    width: 100%;
  }

  .o-header__menu-item a:not(.o-btn) {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    margin: 0;
  }

  .button-bar-wrapper {
    white-space: nowrap;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .o-header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 16px;
    max-width: 976px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .o-header__menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
    background: #0f426b;
    overflow-y: auto;
    /*  display: none; */
  }
}

@media screen and (min-width: 1024px) {
  .o-header__hamb {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) {

  .o-header__menu-list {
    padding-right: 24px;
  }

  .o-header__hamb {
    display: none !important;
  }

  .o-btn--filled.o-btn--skewed-right-20 span {
    font-size: 14px !important;
  }
}

/* END NEW STYLES FROM STEVE */

/* DSP NOTICES PAGE STYLES */

/* Table formatting */
.page-title-dsp-notices .o-post-copy__content table {
  border: none;
  table-layout: fixed;
  min-width: 500px !important;
  padding: 0;
  margin: 1em auto;
}

.page-title-dsp-notices .o-post-copy__content td {
  border: none;
  padding: .25em;
  width: 400px !important;
  line-height: 1.5em;
}

/* END DSP NOTICES PAGE STYLES */

/* STYLES for Images on dsp-key-dates page */
[class*="page-title-dsp-key-dates"] .o-post-copy__content img {
  max-width: 70%;
  margin: 0 auto;
}

/* END STYLES for Images on dsp-key-dates page */

/* COLUMN STYLES */
.col-half {
  width: 49%;
  float: left;
  padding: 0 1% 0 2%;
}

.col-half .hbspt-form .hs-form-iframe {
  width: 100% !important;
}

.col-half .newsletter-float-right li a {
  text-decoration: none;
  font-size: 1.65vw;
}

.col-half.newsletter-float-left {
  box-shadow: 5px -1px 5px -3px rgba(0, 0, 0, .5);
  border-top-right-radius: 10px;
  margin-right: 1%;
}

.col-half .newsletter-float-right {
  /* width: 100% !important; */
  max-width: unset;
}

/*.right-col-half {*/
/*  width: 50%;*/
/*  float: right;*/
/*  padding: 0 1%;*/
/*}*/

@media screen and (max-width: 719px) {
  .col-half {
    width: 100%;
    float: left;
    padding: 0 3%;
  }
  .col-half .hbspt-form .hs-form-iframe {
    width: 90% !important;
  }

  /*.right-col-half {*/
  /*  width: 100%;*/
  /*  float: right;*/
  /*  padding: 0 3%;*/
  /*}*/
}

/* DSP Notices page */
.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}


/* 3-columns */
.dsp-notices.col-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/* connect to collect page images  */
.page-title-connect-collect .o-post-copy__content img {
  max-width: 35%;
  margin: 0 auto 5%;
}

@media screen and (max-width: 719px) {
  .page-title-connect-collect .o-post-copy__content img {
    max-width: 75%;
  }
}

/* END connect to collect page images  */

/* DSP Notices page */

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

/* Style infographic */
 .img-vert img {
   max-width: 40%;
   margin: 0 auto;
 }

@media screen and (max-width: 719px) {
  .img-vert img {
    max-width: 60%;
  }
}
/* Style infographic */


/* Style Teams Page */
  /* Team grouping header */
  section.meet-the-team>h3 {
    background-color: #005EB8;
    color: #fff;
    font-size: x-large;
    font-weight: 900;
    padding: 1% 0;
    text-align: center;
    width: 100%;

  }


section.meet-the-team>h3:empty {

}

/* END Style Teams Page */

/* START Homepage Refresh */


.tt-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
}

@media (min-width: 1600px) {
  .tt-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
  }
}

.tt-hero {
  background: #333;
  height: 550px;
  position: relative;
  overflow: hidden;
  color: white;
}

.tt-text--h1 {
  font-size: 48px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--h2 {
  font-size: 32px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--h3 {
  font-size: 24px;
  line-height: 1.25em;
  white-space: pre-line;
  margin: 0
}

.tt-text--i {
  font-size: 18px;
  line-height: 1.25em;
}

.tt-text--p {
  font-size: 16px;
  line-height: 1.25em;
}

@media screen and (max-width:719px) {
  .tt-text--i {
    font-size: 16px
  }
  .tt-text--h1 {
    font-size: 32px;
  }
  .tt-text--h2 {
    font-size: 24px;
  }
}

@media screen and (min-width:1024px) {
  .tt-hero--text-wrap {
    max-width: 65%
  }
  .tt-cta--text-wrap {
    max-width: 60%
  }
}

@media screen and (min-width:1360px) {
  .tt-hero--text-wrap {
    max-width: 55%
  }
  .tt-cta--text-wrap {
    max-width: 60%
  }
}

.o-btn--animate-icon:not([disabled]):not(.is-disabled):hover .o-icon.tt-icon--arrow-downward svg {
  transform: translateY(.25rem);
}

.tt-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.tt-column {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.tt-column-1\/2 {
  width: 100%;
}

@media (min-width: 800px){
  .tt-column-1\/2 {
    width: 50%;
  }
}

.tt-timecontent {
  background: #F2F2F2;
}

@media (min-width: 800px) {
  .tt-timecontent {
    /* background-image: url('//8718396.fs1.hubspotusercontent-na1.net/hubfs/8718396/raw_assets/public/Mechanical_Licensing_Collective_July2021/css/timecontent-bg.svg'); */
    background-position: center;
    background-size: cover;
  }
}

.tt-horizontal-card {
  display: flex;
  text-decoration: none;
}

@media (max-width: 799px) {
  .tt-horizontal-card {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tt-horizontal-card--content {
  color: black;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  flex-basis: 100%;
  box-sizing: border-box;
}

.tt-horizontal-card--media {
  width: 42%;
}

.tt-rel {
  position: relative;
}

.tt-text--gray {
  color: #747678;
}

.tt-text--blue {
  color: #005EB8;
}

.tt-w-1\/1 {
  width: 100%;
}

.tt-h-1\/1 {
  height: 100%;
}

@media (max-width: 799px) {
  .tt-vertical-card {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tt-vertical-card--icon {
  position: absolute;
  bottom: -32px;
  left: -32px;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  box-sizing: border-box;
}

.tt-ratio--10\/7 {
  padding-top: 70%;
}

.tt-ratio--16\/5 {
  padding-top: 31.25%;
}

.tt-img {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tt-any-card:hover .o-btn--card {
  text-decoration: underline;
}

.tt-corner-accent {
  transform-origin: 100% 50%;
  width: 1000px;
  height: 200px;
  transform: rotate(-57deg);
  bottom: -0px;
  right: -111px;
  position: absolute;
  mix-blend-mode: multiply;
}

.tt-header--utility {
  background: #005EB8;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 32px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .tt-header--utility {
    display: none;
  }
}

.tt-utility--links {
  display: flex;
  justify-content: flex-end;
}

.tt-header--utilty-link {
  width: 32px;
  height: 24px;
  padding: 0 4px;
  box-sizing: border-box;
}

.tt-header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2000;
}

.tt-j-start {
  justify-content: flex-start !important;
}

.tt-accent-animations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.tt-accent-animation-space {
  position: absolute;
  width: 1280px;
  height: 384px;
  transform: rotate(-57deg);
  top: 278px;
  right: -487px;
  opacity: 1;
  mix-blend-mode: overlay;
  overflow: hidden;
}

@keyframes tt-accent-animation-main {
  0% {
    transform: translateY(-384px);
  }
  10% {
    transform: translateY(180px);
  }
  90% {
    transform: translateY(180px);
  }
  100% {
    transform: translateY(384px);
  }
}

@keyframes tt-accent-animation-up-fast {
  0% {
    transform: translateY(-384px);
  }
  30% {
    transform: translateY(384px);
  }
  100% {
    transform: translateY(384px);
  }
}

@keyframes tt-accent-animation-down-fast {
  0% {
    transform: translateY(384px);
  }
  30% {
    transform: translateY(-384px);
  }
  100% {
    transform: translateY(-384px);
  }
}

.tt-accent-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(384px);
}

.tt-accent-animation-1 {
  height: 100%;
  animation: tt-accent-animation-main 10s 0s infinite;
}

.tt-accent-animation-2 {
  height: 60%;
  animation: tt-accent-animation-down-fast 10s 1s infinite;
}

.tt-accent-animation-3 {
  height: 40%;
  animation: tt-accent-animation-up-fast 10s 0.5s infinite;
}

.tt-accent-animation-4 {
  height: 30%;
  animation: tt-accent-animation-down-fast 10s 8s infinite;
}

.tt-accent-animation-5 {
  height: 50%;
  animation: tt-accent-animation-up-fast 10s 8.5s infinite;
}

@media (max-width: 1279px) {
  .button-bar-wrapper {
    padding-top: 24px;
  }
  .button-bar-wrapper a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.o-main {
  padding-top: 60px
}

@media (min-width: 1280px) {
  .button-bar-wrapper {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-right: 24px;
  }
  .o-main {
    padding-top: 92px
  }
  .tt-header--mobile-social-links {
    display: none;
  }
}

@media (min-width: 1360px) {
  .o-header__menu-item a:not(.o-btn) {
    padding: 0 10px;
  }
}

.tt-header--mobile-social-links {
  border-top: 1px solid white;
  max-width: 976px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tt-header--mobile-social-link {
  display: flex;
  padding: 8px 0;
  align-items: center;
  color: white;
}

.tt-header--mobile-social-icon {
  width: 30px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 3px;
  background: white;
  fill: #005EB8;
  border-radius: 100%;
  margin-right: 16px;
}

.tt-header--mobile-social-label {
  flex-grow: 1;
  flex-shrink: 1;
}

.tablet-button-bar-wrapper {
  text-align: right;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 80px;
}

@media (min-width: 1280px) {
  .tablet-button-bar-wrapper {
    display: none;
  }
}

@media (max-width: 719px) {
  .tablet-button-bar-wrapper {
    display: none;
  }
}

.is-menu-open .tablet-button-bar-wrapper {
  display: none !important;
}

/* END Homepage Refresh */

span.checkbox{position:relative;overflow:hidden;display:block}span.checkbox input{position:absolute;left:-2rem;top:0}span.checkbox label{position:relative;overflow:hidden;display:block;padding-left:1.5rem}span.checkbox label::before{content:"";width:1rem;height:1rem;background-color:#ddd;position:absolute;top:0;left:0;border:0;border-radius:.125rem;box-sizing:border-box;transition:all .1s ease-in}span.checkbox label:hover::before{background-color:#aaa}span.checkbox label::after{content:"";background-size:cover;background-position:center;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpolygon%20points%3D%2219.6%2C4.9%209%2C15.5%204.8%2C11.3%202.7%2C13.4%209%2C19.7%2021.7%2C7%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:0;width:1rem;height:1rem;position:absolute;top:0;left:0;transition:all .1s ease-in}span.checkbox :checked+label::after{opacity:1}span.radio{position:relative;overflow:hidden;display:block}span.radio input{position:absolute;left:-2rem;top:0}span.radio label{position:relative;overflow:hidden;display:block;padding-left:1.5rem}span.radio label::before{content:"";width:1rem;height:1rem;background-color:#ddd;position:absolute;top:0;left:0;border:0;border-radius:100%;box-sizing:border-box;transition:all .1s ease-in}span.radio label:hover::before{background-color:#aaa}span.radio label::after{content:"";background-size:cover;background-position:center;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:0;width:1rem;height:1rem;position:absolute;top:0;left:0;transition:all .1s ease-in}span.radio :checked+label::after{opacity:1}input[type=file]{margin:1px 0;background-color:transparent;display:block;cursor:pointer}input[type=file]::-ms-browse{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-ms-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;border-radius:.1875rem}input[type=file]:hover::-ms-browse{background-color:#f0f;color:#111}input[type=file]::-ms-value{background-color:transparent;color:#111;margin:0 0 0 .75rem;padding:0;border:0;display:inline-block;cursor:pointer}input[type=file]::-webkit-file-upload-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::-webkit-file-upload-button{background-color:#f0f;color:#111}input[type=file]::file-selector-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::file-selector-button{background-color:#f0f;color:#111}.bg-black{background-color:#111}.bg-gray{background-color:#e7e7e7}.bg-blue{background-color:#005EB8}.border-white{border-color:#fff}.border{border-width:.0625rem}.border-b-6{border-bottom-width:.375rem}.border-r{border-right-width:.0625rem}.items-center{align-items:center}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.h-80{height:5rem}.leading-100{line-height:1}.leading-125{line-height:1.25}.leading-150{line-height:1.5}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.-mx-16{margin-left:-1rem;margin-right:-1rem}.mt-16{margin-top:1rem}.mt-64{margin-top:4rem}.max-w-640{max-width:40rem}.max-w-800{max-width:50rem}.max-w-960{max-width:60rem}.max-w-1920{max-width:120rem}.min-h-100vh{min-height:100vh}.opacity-0{opacity:0}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.p-16{padding:1rem}.pr-16{padding-right:1rem}.pb-16{padding-bottom:1rem}.pb-20{padding-bottom:1.25rem}.pl-20{padding-left:1.25rem}.pt-28{padding-top:1.75rem}.pt-32{padding-top:2rem}.pb-40{padding-bottom:2.5rem}.pl-40{padding-left:2.5rem}.resize{resize:both}.fill-current{fill:currentColor}.text-left{text-align:left}.text-white{color:#fff}.text-gray{color:#e7e7e7}.text-blue{color:#005EB8}.text-darkBlue{color:#081c4e}.text-yellow{color:#fdd507}.text-38{font-size:2.375rem}.text-70{font-size:4.375rem}.tracking-0{letter-spacing:0}.-tracking-5{letter-spacing:-.05em}.w-24{width:1.5rem}.w-68{width:4.25rem}.w-80{width:5rem}.w-1\/1{width:100%}@media (max-width:399px){.text-14-18{font-size:.875rem}.text-16-18{font-size:1rem}.text-24-32{font-size:1.5rem}.text-28-32{font-size:1.75rem}}@media (min-width:400px) and (max-width:799px){.text-14-18{font-size:calc(14px + 4 * ((100vw - 400px)/ 400))}.text-16-18{font-size:calc(16px + 2 * ((100vw - 400px)/ 400))}.text-24-32{font-size:calc(24px + 8 * ((100vw - 400px)/ 400))}.text-28-32{font-size:calc(28px + 4 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.text-14-18{font-size:1.125rem}.text-16-18{font-size:1.125rem}.text-24-32{font-size:2rem}.text-28-32{font-size:2rem}}@media (max-width:399px){.px-sides{padding-left:.75rem;padding-right:.75rem}}@media (min-width:400px) and (max-width:799px){.px-sides{padding-left:calc(12px + 20 * ((100vw - 400px)/ 400));padding-right:calc(12px + 20 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.px-sides{padding-left:2rem;padding-right:2rem}}.d-block{display:block}.d-flex{display:flex}.d-none{display:none}.p-relative{position:relative}.transition-fast{transition:all .1s ease-in}.aspect-ratio-26\/5{padding-bottom:19.23076923076923%}.flippable-arrow{transform-origin:center center;transform:rotate(0)}.flip-arrow .flippable-arrow{transform:rotate(180deg)}*{box-sizing:border-box}html{scroll-behavior:smooth}.top-shadow{position:relative}.top-shadow::before{content:'';position:absolute;top:0;left:0;right:0;height:14px;background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.35))}.standard-accordion--accordion-content.text-white p{color:#fff}a.standard-accordion--accordion-content{text-decoration:none}a.standard-accordion--accordion-content:hover.links-yellow *{color:#fdd507}a.standard-accordion--accordion-content:hover.links-blue *{color:#005EB8}a.standard-accordion--accordion-content:hover .standard-accordion--accordion-content-link{text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a{color:#fdd507;text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link{color:#fff;text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link:hover{color:#ff0}div.standard-accordion--accordion-content.links-blue a{color:#005EB8;text-decoration:underline}div.standard-accordion--accordion-content.links-blue a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link{color:#081c4e;text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link:hover{color:#00f}.accordion-border-wrap{position:relative;overflow:visible;width:100%;height:0;top:-7px}.accordion-border-wrap svg{position:absolute;left:50%;transform:translateX(-50%);width:960px;height:36px;z-index:200}.accordion-border{width:100%;overflow:hidden;height:36px;position:relative}@keyframes slide-in{from{right:200%}to{right:0}}.animated-graphic--accordion-wrap{animation-name:slide-in;animation-play-state:paused;animation-timing-function:ease-out;animation-duration:1s}.animated-graphic--accordion-wrap.onscreen{animation-play-state:running}.blue-strongs strong{color:#005EB8}.o-post-copy__content .tt-any-card,.o-post-copy__content a.standard-accordion--button{text-decoration:none}.tt-vertical-card--icon-style-b{position:absolute;bottom:-16px;left:-16px;border-radius:100%;box-sizing:border-box}@media (min-width:800px){.tt-vertical-card--icon-style-b{width:102px;height:102px}}@media (max-width:799px){.tt-vertical-card--icon-style-b{width:60px;height:60px}}@media (min-width:480px){.\34 80\:mx-0{margin-left:0;margin-right:0}}@media (min-width:640px){.\36 40\:h-120{height:7.5rem}.\36 40\:w-120{width:7.5rem}}/* End How It Works animated graphic styles */
span.checkbox{position:relative;overflow:hidden;display:block}span.checkbox input{position:absolute;left:-2rem;top:0}span.checkbox label{position:relative;overflow:hidden;display:block;padding-left:1.5rem}span.checkbox label::before{content:"";width:1rem;height:1rem;background-color:#ddd;position:absolute;top:0;left:0;border:0;border-radius:.125rem;box-sizing:border-box;transition:all .1s ease-in}span.checkbox label:hover::before{background-color:#aaa}span.checkbox label::after{content:"";background-size:cover;background-position:center;background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-2%20-2%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpolygon%20points%3D%2219.6%2C4.9%209%2C15.5%204.8%2C11.3%202.7%2C13.4%209%2C19.7%2021.7%2C7%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);opacity:0;width:1rem;height:1rem;position:absolute;top:0;left:0;transition:all .1s ease-in}span.checkbox :checked+label::after{opacity:1}input[type=file]{margin:1px 0;background-color:transparent;display:block;cursor:pointer}input[type=file]::-ms-browse{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-ms-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;border-radius:.1875rem}input[type=file]:hover::-ms-browse{background-color:#f0f;color:#111}input[type=file]::-ms-value{background-color:transparent;color:#111;margin:0 0 0 .75rem;padding:0;border:0;display:inline-block;cursor:pointer}input[type=file]::-webkit-file-upload-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::-webkit-file-upload-button{background-color:#f0f;color:#111}input[type=file]::file-selector-button{border:0;background-color:#0f0;color:#fff;padding:.25rem .75rem;display:inline-block;transition:all .1s ease-in;cursor:pointer;margin-right:.5rem;border-radius:.1875rem}input[type=file]:hover::file-selector-button{background-color:#f0f;color:#111}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-black{background-color:#111}.bg-white{background-color:#fff}.bg-gray{background-color:#e7e7e7}.bg-red{background-color:#be1e2d}.bg-blue{background-color:#005eb8}.bg-yellow{background-color:#fdd507}.bg-transparent{background-color:transparent}.bg-center{background-position:center}.bg-cover{background-size:cover}.border-white{border-color:#fff}.rounded-0{border-radius:0}.rounded-full{border-radius:600rem}.border-solid{border-style:solid}.border-0{border-width:0}.border{border-width:.0625rem}.border-b-2{border-bottom-width:.125rem}.border-b-6{border-bottom-width:.375rem}.border-r{border-right-width:.0625rem}.border-b{border-bottom-width:.0625rem}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-center{align-self:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.h-16{height:1rem}.h-24{height:1.5rem}.h-32{height:2rem}.h-48{height:3rem}.h-80{height:5rem}.h-1\/1{height:100%}.leading-100{line-height:1}.leading-125{line-height:1.25}.leading-150{line-height:1.5}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.-mx-16{margin-left:-1rem;margin-right:-1rem}.mb-0{margin-bottom:0}.mt-4{margin-top:.25rem}.mt-8{margin-top:.5rem}.mb-8{margin-bottom:.5rem}.mt-16{margin-top:1rem}.mb-16{margin-bottom:1rem}.mt-24{margin-top:1.5rem}.mb-24{margin-bottom:1.5rem}.mt-32{margin-top:2rem}.-mb-8{margin-bottom:-.5rem}.-ml-8{margin-left:-.5rem}.-mt-32{margin-top:-2rem}.max-w-480{max-width:30rem}.max-w-640{max-width:40rem}.max-w-800{max-width:50rem}.max-w-960{max-width:60rem}.max-w-1416{max-width:88.5rem}.opacity-0{opacity:0}.opacity-40{opacity:.4}.overflow-hidden{overflow:hidden}.p-16{padding:1rem}.py-8{padding-top:.5rem;padding-bottom:.5rem}.px-8{padding-left:.5rem;padding-right:.5rem}.py-16{padding-top:1rem;padding-bottom:1rem}.px-16{padding-left:1rem;padding-right:1rem}.px-24{padding-left:1.5rem;padding-right:1.5rem}.py-32{padding-top:2rem;padding-bottom:2rem}.py-48{padding-top:3rem;padding-bottom:3rem}.py-64{padding-top:4rem;padding-bottom:4rem}.pr-8{padding-right:.5rem}.pl-8{padding-left:.5rem}.pr-12{padding-right:.75rem}.pr-16{padding-right:1rem}.pb-16{padding-bottom:1rem}.pl-16{padding-left:1rem}.pb-20{padding-bottom:1.25rem}.pl-20{padding-left:1.25rem}.pr-24{padding-right:1.5rem}.pb-24{padding-bottom:1.5rem}.pt-28{padding-top:1.75rem}.pt-32{padding-top:2rem}.pr-40{padding-right:2.5rem}.pb-40{padding-bottom:2.5rem}.pl-40{padding-left:2.5rem}.pt-48{padding-top:3rem}.pb-64{padding-bottom:4rem}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.-top-80{top:-5rem}.top-1\/2{top:50%}.left-1\/2{left:50%}.resize{resize:both}.shadow-center{box-shadow:0 0 1rem 0 rgba(0,0,0,.2),0 0 .75rem 0 rgba(0,0,0,.1)}.fill-current{fill:currentColor}.text-left{text-align:left}.text-center{text-align:center}.text-black{color:#111}.text-white{color:#fff}.text-gray{color:#e7e7e7}.text-red{color:#be1e2d}.text-blue{color:#005eb8}.text-darkBlue{color:#081c4e}.text-yellow{color:#fdd507}.hover\:text-blue:hover{color:#005eb8}.text-38{font-size:2.375rem}.text-70{font-size:4.375rem}.italic{font-style:italic}.uppercase{text-transform:uppercase}.no-underline{text-decoration:none}.group:hover .group-hover\:underline{text-decoration:underline}.tracking-0{letter-spacing:0}.-tracking-5{letter-spacing:-.05em}.w-16{width:1rem}.w-24{width:1.5rem}.w-32{width:2rem}.w-48{width:3rem}.w-68{width:4.25rem}.w-80{width:5rem}.w-128{width:8rem}.w-160{width:10rem}.w-1\/1{width:100%}@media (max-width:399px){.text-10-14{font-size:.625rem}.text-12-16{font-size:.75rem}.text-14-18{font-size:.875rem}.text-16-18{font-size:1rem}.text-20-24{font-size:1.25rem}.text-22-28{font-size:1.375rem}.text-24-32{font-size:1.5rem}.text-28-32{font-size:1.75rem}.text-30-44{font-size:1.875rem}}@media (min-width:400px) and (max-width:799px){.text-10-14{font-size:calc(10px + 4 * ((100vw - 400px)/ 400))}.text-12-16{font-size:calc(12px + 4 * ((100vw - 400px)/ 400))}.text-14-18{font-size:calc(14px + 4 * ((100vw - 400px)/ 400))}.text-16-18{font-size:calc(16px + 2 * ((100vw - 400px)/ 400))}.text-20-24{font-size:calc(20px + 4 * ((100vw - 400px)/ 400))}.text-22-28{font-size:calc(22px + 6 * ((100vw - 400px)/ 400))}.text-24-32{font-size:calc(24px + 8 * ((100vw - 400px)/ 400))}.text-28-32{font-size:calc(28px + 4 * ((100vw - 400px)/ 400))}.text-30-44{font-size:calc(30px + 14 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.text-10-14{font-size:.875rem}.text-12-16{font-size:1rem}.text-14-18{font-size:1.125rem}.text-16-18{font-size:1.125rem}.text-20-24{font-size:1.5rem}.text-22-28{font-size:1.75rem}.text-24-32{font-size:2rem}.text-28-32{font-size:2rem}.text-30-44{font-size:2.75rem}}@media (max-width:399px){.px-sides{padding-left:.75rem;padding-right:.75rem}}@media (min-width:400px) and (max-width:799px){.px-sides{padding-left:calc(12px + 20 * ((100vw - 400px)/ 400));padding-right:calc(12px + 20 * ((100vw - 400px)/ 400))}}@media (min-width:800px){.px-sides{padding-left:2rem;padding-right:2rem}}.d-block{display:block}.d-flex{display:flex}.d-none{display:none}.p-relative{position:relative}.p-absolute{position:absolute}.transition-fast{transition:all .1s ease-in}.transform-recenter{transform:translate(-50%,-50%)}.col-gap-32{grid-column-gap:2rem;column-gap:2rem}.aspect-ratio-9\/10{padding-bottom:111.11111111111111%}.aspect-ratio-1\/1{padding-bottom:100%}.flippable-arrow{transform-origin:center center;transform:rotate(0)}.flip-arrow .flippable-arrow{transform:rotate(180deg)}*{box-sizing:border-box}html{scroll-behavior:smooth}.top-shadow{position:relative}.top-shadow::before{content:'';position:absolute;top:0;left:0;right:0;height:14px;background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.35))}.standard-accordion--accordion-content.text-white p{color:#fff}a.standard-accordion--accordion-content{text-decoration:none}a.standard-accordion--accordion-content:hover.links-yellow *{color:#fdd507}a.standard-accordion--accordion-content:hover.links-blue *{color:#005eb8}a.standard-accordion--accordion-content:hover .standard-accordion--accordion-content-link{text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a{color:#fdd507;text-decoration:underline}div.standard-accordion--accordion-content.links-yellow a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link{color:#fff;text-decoration:none}div.standard-accordion--accordion-content.links-yellow .standard-accordion--accordion-content-link:hover{color:#ff0}div.standard-accordion--accordion-content.links-blue a{color:#005eb8;text-decoration:underline}div.standard-accordion--accordion-content.links-blue a:hover{text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link{color:#081c4e;text-decoration:none}div.standard-accordion--accordion-content.links-blue .standard-accordion--accordion-content-link:hover{color:#00f}.accordion-border-wrap{position:relative;overflow:visible;width:100%;height:0;top:-7px}.accordion-border-wrap svg{position:absolute;left:50%;transform:translateX(-50%);width:960px;height:36px;z-index:200}.accordion-border{width:100%;overflow:hidden;height:36px;position:relative}@keyframes slide-in{from{right:200%}to{right:0}}.animated-graphic--accordion-wrap{animation-name:slide-in;animation-play-state:paused;animation-timing-function:ease-out;animation-duration:1s}.animated-graphic--accordion-wrap.onscreen{animation-play-state:running}.blue-strongs strong{color:#005eb8}.o-header__menu .button-bar-wrapper{display:flex;align-items:stretch;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.o-header__menu .button-bar-wrapper .o-btn--filled.o-btn--skewed-right-20{height:unset!important}.o-post-copy__content .tt-any-card,.o-post-copy__content a.standard-accordion--button{text-decoration:none}.o-post-copy__content iframe{max-width:100%}.tt-vertical-card--icon-style-b{position:absolute;bottom:-16px;left:-16px;border-radius:100%;box-sizing:border-box}@media (min-width:800px){.tt-vertical-card--icon-style-b{width:102px;height:102px}}@media (max-width:799px){.tt-vertical-card--icon-style-b{width:60px;height:60px}}.royalty-periods--item{background-color:#f2f2f2}.royalty-periods--item+.royalty-periods--item{background-color:#e2e2e2}.royalty-periods--item+.royalty-periods--item+.royalty-periods--item{background-color:#d2d2d2}.notice-blue-rich-text>p{margin:0}.notice-blue-rich-text>*+p{margin-top:1rem}.notice-blue-rich-text a{color:#fff}.bg-chevron-down{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iR3JvdXBfMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNTkuOTM4IC05NzkpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiPgoJPHBhdGggaWQ9IlBhdGhfOSIgZD0iTTk5Ny4yNyAzMDQ3Ljk0YzAgMC4xMi0wLjA1IDAuMjQtMC4xNCAwLjMzbC0xMS40NSAxMS4yNmMtMC4yMSAwLjItMC41NCAwLjIxLTAuNzcgMC4wMwoJCWMtMC4yLTAuMTUtMC4yNC0wLjQ0LTAuMDktMC42NGMwLjAyLTAuMDIgMC4wMy0wLjA0IDAuMDUtMC4wNmwxMS4xMi0xMC45M2wtMTEuMTItMTAuOTNjLTAuMTgtMC4xNy0wLjE5LTAuNDYtMC4wMi0wLjY0CgkJYzAuMDItMC4wMiAwLjA0LTAuMDMgMC4wNS0wLjA1YzAuMjMtMC4xOCAwLjU2LTAuMTcgMC43NyAwLjAzbDExLjQ1IDExLjI2Qzk5Ny4yMiAzMDQ3LjY5IDk5Ny4yNyAzMDQ3LjgxIDk5Ny4yNyAzMDQ3Ljk0Ii8+CjwvZz4KPC9zdmc+Cg==);background-position:right 10px center;background-repeat:no-repeat;background-size:24px 24px}.o-post-copy__content ul:not(.o-select__dropdown).d-block{display:block}@media (min-width:800px){.catalog-transfer--columns-one,.catalog-transfer--columns-two{display:flex}.catalog-transfer--auth-block,.catalog-transfer--intro{margin-left:2rem}}@media (min-width:1080px){.catalog-transfer--auth-block,.catalog-transfer--info-block{width:30%}.catalog-transfer--instructions,.catalog-transfer--intro{width:calc(70% - 2rem)}}@media (min-width:800px) and (max-width:1079px){.catalog-transfer--auth-block,.catalog-transfer--info-block{width:40%}.catalog-transfer--instructions,.catalog-transfer--intro{width:calc(60% - 2rem)}}@media (max-width:799px){.catalog-transfer--auth-block,.catalog-transfer--intro{margin-top:2rem}}.catalog-transfer--info-block{background-color:rgba(172,236,223,.8)}.catalog-transfer--admin-block,.catalog-transfer--auth-block,.catalog-transfer--info-block{border-width:.125rem;border-style:solid;border-color:#111;padding:2.5rem 2rem;border-radius:1.25rem}.catalog-transfer--admin-block a,.catalog-transfer--auth-block a,.catalog-transfer--info-block a{color:#111}.catalog-transfer--admin-block,.catalog-transfer--auth-block{background-color:rgba(230,230,230,.8)}.catalog-transfer--admin-block{text-align:center;width:100%}.subpage-nav-present .o-main{padding-top:100px}@media (min-width:1280px){.subpage-nav-present .o-main{padding-top:132px}}@media (min-width:400px){.\34 00\:h-96{height:6rem}.\34 00\:mx-0{margin-left:0;margin-right:0}.\34 00\:mt-0{margin-top:0}.\34 00\:-mb-32{margin-bottom:-2rem}.\34 00\:-ml-32{margin-left:-2rem}.\34 00\:pl-32{padding-left:2rem}.\34 00\:w-96{width:6rem}.\34 00\:w-160{width:10rem}.\34 00\:w-1\/2{width:50%}.\34 00\:d-flex{display:flex}}@media (min-width:480px){.\34 80\:mx-0{margin-left:0;margin-right:0}.\34 80\:mt-0{margin-top:0}.\34 80\:max-w-1\/1--160{max-width:calc(100% - 10rem)}.\34 80\:px-24{padding-left:1.5rem;padding-right:1.5rem}.\34 80\:d-flex{display:flex}}@media (min-width:512px){.\35 12\:w-auto{width:auto}.\35 12\:w-1\/3{width:33.333%}}@media (min-width:640px){.\36 40\:h-120{height:7.5rem}.\36 40\:mt-0{margin-top:0}.\36 40\:pl-48{padding-left:3rem}.\36 40\:w-120{width:7.5rem}.\36 40\:w-auto{width:auto}.\36 40\:d-flex{display:flex}.\36 40\:col-count-2{column-count:2}}@media (min-width:800px){.\38 00\:max-w-1020{max-width:63.75rem}.\38 00\:py-24{padding-top:1.5rem;padding-bottom:1.5rem}.\38 00\:px-24{padding-left:1.5rem;padding-right:1.5rem}.\38 00\:px-48{padding-left:3rem;padding-right:3rem}.\38 00\:pr-48{padding-right:3rem}.\38 00\:w-1\/2{width:50%}.\38 00\:d-flex{display:flex}}@media (min-width:960px){.\39 60\:justify-end{justify-content:flex-end}.\39 60\:h-48{height:3rem}.\39 60\:mt-0{margin-top:0}.\39 60\:pl-0{padding-left:0}.\39 60\:pr-16{padding-right:1rem}.\39 60\:pl-16{padding-left:1rem}.\39 60\:pt-32{padding-top:2rem}.\39 60\:w-256{width:16rem}.\39 60\:w-2\/5{width:40%}.\39 60\:w-1\/2{width:50%}.\39 60\:w-3\/5{width:60%}.\39 60\:d-flex{display:flex}}@media (min-width:1280px){.\31 280\:justify-start{justify-content:flex-start}.\31 280\:max-w-1416{max-width:88.5rem}.\31 280\:p-24{padding:1.5rem}.\31 280\:py-32{padding-top:2rem;padding-bottom:2rem}.\31 280\:px-48{padding-left:3rem;padding-right:3rem}.\31 280\:px-64{padding-left:4rem;padding-right:4rem}.\31 280\:pr-32{padding-right:2rem}.\31 280\:pl-32{padding-left:2rem}.\31 280\:pr-64{padding-right:4rem}.\31 280\:w-auto{width:auto}.\31 280\:w-1\/3{width:33.333%}.\31 280\:d-block{display:block}.\31 280\:d-flex{display:flex}}


.dsp-notices.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-width: 200px;
  margin: 0 0 5vh 5vw;

}
@media screen and (max-width: 719px) {
  .dsp-notices.col-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    margin: 0 0 5vh 15vw;
  }
}

/*@media screen and (max-width: 1279px) {*/

/*}*/

/*@media screen and (min-width: 1024px) {*/

/*}*/

/*@media screen and (min-width: 1280px) { */

/*}*/

@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}


.o-header__btn.o-header__btn--mobile.u-f-mont-b.js-sign-up-btn-disabled {
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .o-header.is-menu-open {
    height: 60px;
  }

}

.o-header.is-menu-open a span.u-d-none.u-d-block-l {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .o-header.is-menu-open a span.u-d-none.u-d-block-l {
    display: none !important;
  }
}


@media screen and (min-width: 1024px) {

  .is-menu-open .o-header__hamb {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {

  .is-menu-open .o-header__hamb {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item {
    width: 100%;
    height: auto;
    margin:0
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon a:not(.o-btn) {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    height: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    overflow:visible
  }
  .o-header__menu-item--icon a:not(.o-btn)::before {
    border-radius: 0 !important;
  }
  .o-header__menu-item--icon a:not(.o-btn):focus {
    background: transparent !important;
  }
}

@media screen and (max-width: 1279px) {
  .o-header__menu-item--icon .o-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right:20px
  }
}

@media screen and (max-width: 1279px) {
  .o-header.is-menu-open {
    background: #0f426b;
    border-bottom:1px solid #fff
  }

  .o-header.is-menu-open .o-header__menu {
    display:block
  }

  .o-header.is-menu-open .o-header__logo .o-icon path {
    fill:#fff
  }

  .o-header.is-menu-open .o-header__hamb {
    margin-left:auto
  }

  .o-header.is-menu-open .o-header__hamb .o-icon {
    display:block
  }

  .o-header.is-menu-open .o-header__hamb .o-header__hamb-lines {
    display:none
  }
}

button.o-btn.o-btn--unstyled.o-header__hamb.js-hamb-btn {
  position: absolute;
  display: block;
  align-self: auto;
  top: 10px;
  right: 0;
}


/*@media screen and (min-width: 1024px) {*/

/*  .is-menu-open .o-header__hamb {*/
/*    display: none !important;*/
/*  }*/
/*}*/
@media screen and (min-width: 719px) {

  .is-menu-open a.o-header__logo {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 823px) {
  .o-header__menu {

    height: calc(100vh - 60px);
    padding-bottom: 100px;
  }

  .o-header__menu-item:not(.o-header__menu-item--sign-up) a {
    font-size: 18px;
    padding: 0;
  }

}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}